diff --git a/disciplines/chemistry.ttl b/disciplines/chemistry.ttl index 77561cde..8eabc09e 100644 --- a/disciplines/chemistry.ttl +++ b/disciplines/chemistry.ttl @@ -10,8 +10,8 @@ rdf:type owl:Ontology ; owl:versionIRI ; - owl:imports , - ; + owl:imports , + ; dcterms:abstract "The chemistry module populates the physicalistic perspective with materials subclasses categorised according to modern applied chemistry."@en ; dcterms:creator :EmanueleGhedini , :GerhardGoldbeck , @@ -19,9 +19,9 @@ dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Chemistry"@en ; - :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" ; rdfs:comment "The EMMO requires FacT++ reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ; - owl:versionInfo "1.0.0-rc3" . + owl:versionInfo "1.0.0-rc3" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Annotation properties @@ -45,6 +45,17 @@ rdfs:subPropertyOf rdfs:seeAlso . +################################################################# +# Data properties +################################################################# + +### https://w3id.org/emmo#EMMO_40c65eb4_5b58_4b13_8752_9976582380af +:EMMO_40c65eb4_5b58_4b13_8752_9976582380af rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + rdfs:domain :EMMO_d357e0dd_3497_4590_af6f_7954db7fecf7 ; + skos:prefLabel "chemicalSymbolValue"@en . + + ################################################################# # Classes ################################################################# @@ -145,11 +156,7 @@ The class Material hosts the subclasses for which a substance can be identified ### https://w3id.org/emmo#EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf rdf:type owl:Class ; rdfs:subClassOf :EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 , - :EMMO_abf7efbe_6b04_41b8_8326_4dd0f6be753e , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:someValuesFrom xsd:string - ] ; + :EMMO_abf7efbe_6b04_41b8_8326_4dd0f6be753e ; rdfs:comment """The IUPAC Gold Book defines the a chemical element both as: - a species of atoms; all atoms with the same number of protons in the atomic nucleus - a pure chemical substance composed of atoms with the same number of protons in the atomic nucleus @@ -292,7 +299,6 @@ This qualifies a chemical element as a name and not a matter obejct that can sta skos:prefLabel "CondensedFormula"@en . - ### https://w3id.org/emmo#EMMO_cbcf8fe6_6da6_49e0_ab4d_00f737ea9689 :EMMO_cbcf8fe6_6da6_49e0_ab4d_00f737ea9689 rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; @@ -366,7 +372,6 @@ Chemical species is the macroscopic equivalent of molecular entity and refers to :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Chemical_compound" . - ### https://w3id.org/emmo#EMMO_ecc4efe9_77a2_47e3_8190_f9a883d54ac6 :EMMO_ecc4efe9_77a2_47e3_8190_f9a883d54ac6 rdf:type owl:Class ; rdfs:subClassOf :EMMO_eb7de1a1_c30e_4f0d_94c6_fe70414d7e61 ; @@ -374,4 +379,4 @@ Chemical species is the macroscopic equivalent of molecular entity and refers to :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A representation of objects belonging to the chemistry field." . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/disciplines/math.ttl b/disciplines/math.ttl index 1a9183f9..c79183c4 100644 --- a/disciplines/math.ttl +++ b/disciplines/math.ttl @@ -10,21 +10,21 @@ rdf:type owl:Ontology ; owl:versionIRI ; - owl:imports , + owl:imports , , - ; + ; dcterms:abstract "The math module defines the formal language of mathematics. Mathematical objects represents graphical objects based on graphical symbols arranged according the rules of math."@en ; - dcterms:creator :AdhamHashibon , + dcterms:creator , + :AdhamHashibon , :EmanueleGhedini , - , :GerhardGoldbeck , :JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Math"@en ; - :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" ; rdfs:comment "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ; - owl:versionInfo "1.0.0-rc3" . + owl:versionInfo "1.0.0-rc3" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Annotation properties @@ -46,6 +46,10 @@ owl:qualifiedCardinality rdf:type owl:AnnotationProperty . skos:prefLabel "hasVariable"@en . +### https://w3id.org/emmo#EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe +:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe rdf:type owl:ObjectProperty . + + ################################################################# # Data properties ################################################################# @@ -54,13 +58,20 @@ owl:qualifiedCardinality rdf:type owl:AnnotationProperty . :EMMO_23b579e1_8088_45b5_9975_064014026c42 rdf:type owl:DatatypeProperty . +### https://w3id.org/emmo#EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 +:EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + rdfs:domain :EMMO_5be83f9c_a4ba_4b9a_be1a_5bfc6e891231 ; + skos:prefLabel "mathematicalSymbolValue"@en . + + ### https://w3id.org/emmo#EMMO_faf79f53_749d_40b2_807c_d34244c192f4 :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; rdf:type owl:FunctionalProperty ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The owl:dataProperty that provides a serialisation of an EMMO numerical data entity." ; rdfs:domain :EMMO_8b305b63_6fa3_44dd_9679_17eb8403a07a ; - skos:prefLabel "hasNumberValue"@en . + skos:prefLabel "hasNumberValue"@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The owl:dataProperty that provides a serialisation of an EMMO numerical data entity." . ################################################################# @@ -71,7 +82,7 @@ owl:qualifiedCardinality rdf:type owl:AnnotationProperty . :EMMO_048a14e3_65fb_457d_8695_948965c89492 rdf:type owl:Class ; rdfs:subClassOf :EMMO_f8a2fe9f_458b_4771_9aba_a50e76afc52d , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 ; owl:hasValue "Δ" ] ; skos:prefLabel "Laplacian"@en . @@ -84,25 +95,25 @@ owl:qualifiedCardinality rdf:type owl:AnnotationProperty . owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; owl:someValuesFrom :EMMO_21f56795_ee72_4858_b571_11cfaa59c1a8 ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "1-dimensional array who's spatial direct parts are numbers."@en ; skos:altLabel "1DArray"@en , "LinearArray" ; - skos:prefLabel "Vector"@en . + skos:prefLabel "Vector"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "1-dimensional array who's spatial direct parts are numbers."@en . ### https://w3id.org/emmo#EMMO_0b6ebe5a_0026_4bef_a1c1_5be00df9f98e :EMMO_0b6ebe5a_0026_4bef_a1c1_5be00df9f98e rdf:type owl:Class ; rdfs:subClassOf :EMMO_88470739_03d3_4c47_a03e_b30a1288d50c ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation which makes a non-equal comparison between two numbers or other mathematical expressions."@en ; skos:example "f(x) > 0"@en ; - skos:prefLabel "Inequality"@en . + skos:prefLabel "Inequality"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation which makes a non-equal comparison between two numbers or other mathematical expressions."@en . ### https://w3id.org/emmo#EMMO_1aed91a3_d00c_48af_8f43_a0c958b2512a :EMMO_1aed91a3_d00c_48af_8f43_a0c958b2512a rdf:type owl:Class ; rdfs:subClassOf :EMMO_f9bc8b52_85e9_4b53_b969_dd7724d5b8e4 ; - skos:example "2x+3"@en ; rdfs:comment "An expression that has parts only integer constants, variables, and the algebraic operations (addition, subtraction, multiplication, division and exponentiation by an exponent that is a rational number)"@en ; + skos:example "2x+3"@en ; skos:prefLabel "AlgebricExpression"@en . @@ -113,31 +124,31 @@ owl:qualifiedCardinality rdf:type owl:AnnotationProperty . owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; owl:someValuesFrom :EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "2-dimensional array who's spatial direct parts are vectors."@en ; skos:altLabel "2DArray"@en ; - skos:prefLabel "Matrix"@en . + skos:prefLabel "Matrix"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "2-dimensional array who's spatial direct parts are vectors."@en . ### https://w3id.org/emmo#EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895 :EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895 rdf:type owl:Class ; rdfs:subClassOf :EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A variable is a symbolic object that stands for any other mathematical object, such as number, a vector, a matrix, a function, the argument of a function, a set, an element of a set."@en ; skos:example """x k"""@en ; - skos:prefLabel "Variable"@en . + skos:prefLabel "Variable"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A variable is a symbolic object that stands for any other mathematical object, such as number, a vector, a matrix, a function, the argument of a function, a set, an element of a set."@en . [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "A variable is a symbolic object that stands for any other mathematical object, such as number, a vector, a matrix, a function, the argument of a function, a set, an element of a set."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Variable_(mathematics)"^^xsd:anyURI + owl:annotatedProperty skos:prefLabel ; + owl:annotatedTarget "Variable"@en ; + :EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "Fom Latin variabilis (\"changeable\")."@en ] . [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895 ; - owl:annotatedProperty skos:prefLabel ; - owl:annotatedTarget "Variable"@en ; - :EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "Fom Latin variabilis (\"changeable\")."@en + owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; + owl:annotatedTarget "A variable is a symbolic object that stands for any other mathematical object, such as number, a vector, a matrix, a function, the argument of a function, a set, an element of a set."@en ; + :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Variable_(mathematics)"^^xsd:anyURI ] . @@ -148,16 +159,15 @@ k"""@en ; owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; owl:someValuesFrom :EMMO_1cba0b27_15d0_4326_933f_379d0b3565b6 ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "3-dimensional array who's spatial direct parts are matrices."@en ; skos:altLabel "3DArray"@en ; - skos:prefLabel "Array3D"@en . + skos:prefLabel "Array3D"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "3-dimensional array who's spatial direct parts are matrices."@en . ### https://w3id.org/emmo#EMMO_21f56795_ee72_4858_b571_11cfaa59c1a8 :EMMO_21f56795_ee72_4858_b571_11cfaa59c1a8 rdf:type owl:Class ; rdfs:subClassOf :EMMO_4ce76d7f_03f8_45b6_9003_90052a79bfaa , :EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A numerical data value."@en ; rdfs:comment "A number individual provides the link between the ontology and the actual data, through the data property hasNumericalValue."@en , "A number is actually a string (e.g. 1.4, 1e-8) of numerical digits and other symbols. However, in order not to increase complexity of the taxonomy and relations, here we take a number as an \"atomic\" object, without decomposit it in digits (i.e. we do not include digits in the EMMO as alphabet for numbers)."@en , """In math usually number and numeral are distinct concepts, the numeral being the symbol or a composition of symbols (e.g. 3.14, 010010, three) and the number is the idea behind it. @@ -167,7 +177,8 @@ Or alternatively, an integer numeral may also stands for a set of a specific car The fact that you can't give a name to a number without using a numeral or, in case of positive integers, without referring to a real world objects set with specific cardinality, suggests that the abstract concept of number is not a concept that can be practically used. For these reasons, the EMMO will consider numerals and numbers as the same concept."""@en ; skos:altLabel "Numeral"@en ; - skos:prefLabel "Number"@en . + skos:prefLabel "Number"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A numerical data value."@en . ### https://w3id.org/emmo#EMMO_223d9523_4169_4ecd_b8af_acad1215e1ff @@ -179,42 +190,42 @@ For these reasons, the EMMO will consider numerals and numbers as the same conce ### https://w3id.org/emmo#EMMO_24b30ba4_90f4_423d_93d2_fd0fde349087 :EMMO_24b30ba4_90f4_423d_93d2_fd0fde349087 rdf:type owl:Class ; rdfs:subClassOf :EMMO_1cba0b27_15d0_4326_933f_379d0b3565b6 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A real matrix with shape 4x3."@en ; - skos:prefLabel "Shape4x3Matrix"@en . + skos:prefLabel "Shape4x3Matrix"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A real matrix with shape 4x3."@en . ### https://w3id.org/emmo#EMMO_28fbea28_2204_4613_87ff_6d877b855fcd :EMMO_28fbea28_2204_4613_87ff_6d877b855fcd rdf:type owl:Class ; rdfs:subClassOf :EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Arrays are ordered mathematical objects who's elementary spatial parts are numbers. Their dimensionality is constructed with spatial direct parthood, where 1-dimensional arrays have spatial direct parts Number and n-dimensional array have spatial direct parts (n-1)-dimensional arrays."@en ; - skos:example """A Vector is a 1-dimensional Array with Number as spatial direct parts, -a Matrix is a 2-dimensional Array with Vector as spatial direct parts, -an Array3D is a 3-dimensional Array with Matrix as spatial direct parts, -and so forth..."""@en ; rdfs:comment """Array subclasses with a specific shape can be constructed with cardinality restrictions. See Shape4x3Matrix as an example."""@en , "Arrays are ordered objects, since they are a subclasses of Arrangement."@en ; - skos:prefLabel "Array"@en . + skos:example """A Vector is a 1-dimensional Array with Number as spatial direct parts, +a Matrix is a 2-dimensional Array with Vector as spatial direct parts, +an Array3D is a 3-dimensional Array with Matrix as spatial direct parts, +and so forth..."""@en ; + skos:prefLabel "Array"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Arrays are ordered mathematical objects who's elementary spatial parts are numbers. Their dimensionality is constructed with spatial direct parthood, where 1-dimensional arrays have spatial direct parts Number and n-dimensional array have spatial direct parts (n-1)-dimensional arrays."@en . ### https://w3id.org/emmo#EMMO_29afdf54_90ae_4c98_8845_fa9ea3f143a8 :EMMO_29afdf54_90ae_4c98_8845_fa9ea3f143a8 rdf:type owl:Class ; rdfs:subClassOf :EMMO_e56ee3eb_7609_4ae1_8bed_51974f0960a6 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An equation that define a new variable in terms of other mathematical entities."@en ; skos:example """The definition of velocity as v = dx/dt. The definition of density as mass/volume. y = f(x)"""@en ; - skos:prefLabel "DefiningEquation"@en . + skos:prefLabel "DefiningEquation"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An equation that define a new variable in terms of other mathematical entities."@en . ### https://w3id.org/emmo#EMMO_2b1303e8_d4c3_453b_9918_76f1d009543f :EMMO_2b1303e8_d4c3_453b_9918_76f1d009543f rdf:type owl:Class ; rdfs:subClassOf :EMMO_707f0cd1_941c_4b57_9f20_d0ba30cd6ff3 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 ; owl:hasValue "*" ] ; skos:prefLabel "Multiplication"@en . @@ -223,9 +234,9 @@ y = f(x)"""@en ; ### https://w3id.org/emmo#EMMO_2ff07b07_c447_490f_903a_f6a72a12d7bf :EMMO_2ff07b07_c447_490f_903a_f6a72a12d7bf rdf:type owl:Class ; rdfs:subClassOf :EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A real vector with 3 elements."@en ; skos:example "The quantity value of physical quantities if real space is a Shape3Vector."@en ; - skos:prefLabel "Shape3Vector"@en . + skos:prefLabel "Shape3Vector"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A real vector with 3 elements."@en . ### https://w3id.org/emmo#EMMO_3c424d37_cf62_41b1_ac9d_a316f8d113d6 @@ -238,7 +249,7 @@ y = f(x)"""@en ; :EMMO_46d5643b_9706_4b67_8bea_ed77d6026539 rdf:type owl:Class ; rdfs:subClassOf :EMMO_707f0cd1_941c_4b57_9f20_d0ba30cd6ff3 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 ; owl:hasValue "-" ] ; skos:prefLabel "Minus"@en . @@ -247,18 +258,18 @@ y = f(x)"""@en ; ### https://w3id.org/emmo#EMMO_4bc29b0f_8fcc_4026_a291_f9774a66d9b8 :EMMO_4bc29b0f_8fcc_4026_a291_f9774a66d9b8 rdf:type owl:Class ; rdfs:subClassOf :EMMO_29afdf54_90ae_4c98_8845_fa9ea3f143a8 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A function defined using functional notation."@en ; - skos:example "y = f(x)"@en ; rdfs:comment "A mathematical relation that relates each element in the domain (X) to exactly one element in the range (Y)."@en ; skos:altLabel "FunctionDefinition"@en ; - skos:prefLabel "MathematicalFunction"@en . + skos:example "y = f(x)"@en ; + skos:prefLabel "MathematicalFunction"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A function defined using functional notation."@en . ### https://w3id.org/emmo#EMMO_4ce76d7f_03f8_45b6_9003_90052a79bfaa :EMMO_4ce76d7f_03f8_45b6_9003_90052a79bfaa rdf:type owl:Class ; rdfs:subClassOf :EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'Mathematical' that has no unknown value, i.e. all its 'Variable\"-s parts refers to a 'Number' (for scalars that have a built-in datatype) or to another 'Numerical' (for complex numerical data structures that should rely on external implementations)."@en ; - skos:prefLabel "Numerical"@en . + skos:prefLabel "Numerical"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'Mathematical' that has no unknown value, i.e. all its 'Variable\"-s parts refers to a 'Number' (for scalars that have a built-in datatype) or to another 'Numerical' (for complex numerical data structures that should rely on external implementations)."@en . ### https://w3id.org/emmo#EMMO_535d75a4_1972_40bc_88c6_ca566386934f @@ -266,19 +277,19 @@ y = f(x)"""@en ; rdfs:subClassOf :EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 , :EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 ; owl:hasValue "=" ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The equals symbol."@en ; - skos:prefLabel "Equals"@en . + skos:prefLabel "Equals"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The equals symbol."@en . ### https://w3id.org/emmo#EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 :EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 rdf:type owl:Class ; rdfs:subClassOf :EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8 ; + skos:prefLabel "Mathematical"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of general mathematical symbolic objects respecting mathematical syntactic rules."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A mathematical object in this branch is not representing a concept but an actual graphical object built using mathematcal symbols arranged in some way, according to math conventions."@en ; - skos:prefLabel "Mathematical"@en . + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A mathematical object in this branch is not representing a concept but an actual graphical object built using mathematcal symbols arranged in some way, according to math conventions."@en . ### https://w3id.org/emmo#EMMO_5be83f9c_a4ba_4b9a_be1a_5bfc6e891231 @@ -307,9 +318,9 @@ y = f(x)"""@en ; :EMMO_88470739_03d3_4c47_a03e_b30a1288d50c rdf:type owl:Class ; rdfs:subClassOf :EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 , :EMMO_89a0c87c_0804_4013_937a_6fe234d9499c ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A mathematical string that express a relation between the elements in one set X to elements in another set Y."@en ; rdfs:comment "The set X is called domain and the set Y range or codomain."@en ; - skos:prefLabel "MathematicalFormula"@en . + skos:prefLabel "MathematicalFormula"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A mathematical string that express a relation between the elements in one set X to elements in another set Y."@en . ### https://w3id.org/emmo#EMMO_89083bab_f69c_4d06_bf6d_62973b56cdc7 @@ -332,15 +343,15 @@ y = f(x)"""@en ; ### https://w3id.org/emmo#EMMO_8c64fcfa_23aa_45f8_9e58_bdfd065fab8f :EMMO_8c64fcfa_23aa_45f8_9e58_bdfd065fab8f rdf:type owl:Class ; rdfs:subClassOf :EMMO_9e029526_79a2_47a8_a151_dd0545db471b ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A variable that stand for a numerical constant, even if it is unknown."@en ; - skos:prefLabel "Constant"@en . + skos:prefLabel "Constant"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A variable that stand for a numerical constant, even if it is unknown."@en . ### https://w3id.org/emmo#EMMO_8de14a59_660b_454f_aff8_76a07ce185f4 :EMMO_8de14a59_660b_454f_aff8_76a07ce185f4 rdf:type owl:Class ; rdfs:subClassOf :EMMO_707f0cd1_941c_4b57_9f20_d0ba30cd6ff3 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 ; owl:hasValue "+" ] ; skos:prefLabel "Plus"@en . @@ -360,16 +371,16 @@ y = f(x)"""@en ; owl:onProperty :EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 ; owl:someValuesFrom :EMMO_1aed91a3_d00c_48af_8f43_a0c958b2512a ] ; - skos:example "2 * a - b = c"@en ; rdfs:comment "An 'equation' that has parts two 'polynomial'-s"@en ; + skos:example "2 * a - b = c"@en ; skos:prefLabel "AlgebricEquation"@en . ### https://w3id.org/emmo#EMMO_9e029526_79a2_47a8_a151_dd0545db471b :EMMO_9e029526_79a2_47a8_a151_dd0545db471b rdf:type owl:Class ; rdfs:subClassOf :EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A variable standing for a numerical defined mathematical object like e.g. a number, a vector of numbers, a matrix of numbers."@en ; - skos:prefLabel "NumericalVariable"@en . + skos:prefLabel "NumericalVariable"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A variable standing for a numerical defined mathematical object like e.g. a number, a vector of numbers, a matrix of numbers."@en . ### https://w3id.org/emmo#EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 @@ -380,7 +391,7 @@ y = f(x)"""@en ; :EMMO_a365b3c1_7bde_41d7_a15b_2820762e85f4 rdf:type owl:Class ; rdfs:subClassOf :EMMO_707f0cd1_941c_4b57_9f20_d0ba30cd6ff3 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 ; owl:hasValue "/" ] ; skos:prefLabel "Division"@en . @@ -402,16 +413,16 @@ y = f(x)"""@en ; ] ; owl:allValuesFrom :EMMO_4ce76d7f_03f8_45b6_9003_90052a79bfaa ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A variable that stand for a well known numerical constant (a known number)."@en ; skos:example "π refers to the constant number ~3.14"@en ; - skos:prefLabel "KnownConstant"@en . + skos:prefLabel "KnownConstant"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A variable that stand for a well known numerical constant (a known number)."@en . ### https://w3id.org/emmo#EMMO_b5c58790_fb2d_42eb_b184_2a3f6ca60acb :EMMO_b5c58790_fb2d_42eb_b184_2a3f6ca60acb rdf:type owl:Class ; rdfs:subClassOf :EMMO_f8a2fe9f_458b_4771_9aba_a50e76afc52d , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 ; owl:hasValue "∇" ] ; skos:prefLabel "Gradient"@en . @@ -420,8 +431,8 @@ y = f(x)"""@en ; ### https://w3id.org/emmo#EMMO_d1d436e7_72fc_49cd_863b_7bfb4ba5276a :EMMO_d1d436e7_72fc_49cd_863b_7bfb4ba5276a rdf:type owl:Class ; rdfs:subClassOf :EMMO_9e029526_79a2_47a8_a151_dd0545db471b ; - skos:example "Viscosity in the Navier-Stokes equation"@en ; rdfs:comment "A variable whose value is assumed to be known independently from the equation, but whose value is not explicitated in the equation."@en ; + skos:example "Viscosity in the Navier-Stokes equation"@en ; skos:prefLabel "Parameter"@en . @@ -437,27 +448,27 @@ y = f(x)"""@en ; owl:onProperty :EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 ; owl:someValuesFrom :EMMO_f9bc8b52_85e9_4b53_b969_dd7724d5b8e4 ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of 'mathematical'-s that stand for a statement of equality between two mathematical expressions."@en ; - skos:example """2+3 = 5 -x^2 +3x = 5x -dv/dt = a -sin(x) = y"""@en ; rdfs:comment """An equation with variables can always be represented as: f(v0, v1, ..., vn) = g(v0, v1, ..., vn) where f is the left hand and g the right hand side expressions and v0, v1, ..., vn are the variables."""@en ; - skos:prefLabel "Equation"@en . + skos:example """2+3 = 5 +x^2 +3x = 5x +dv/dt = a +sin(x) = y"""@en ; + skos:prefLabel "Equation"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of 'mathematical'-s that stand for a statement of equality between two mathematical expressions."@en . ### https://w3id.org/emmo#EMMO_f6d0c26a_98b6_4cf8_8632_aa259131faaa :EMMO_f6d0c26a_98b6_4cf8_8632_aa259131faaa rdf:type owl:Class ; rdfs:subClassOf :EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 , :EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A mapping that acts on elements of one space and produces elements of another space."@en ; skos:example "The algebraic operator '+' that acts on two real numbers and produces one real number."@en , - "The differential operator that acts on a C1 real function and produces another real function."@en ; - skos:prefLabel "MathematicalOperator"@en . + "The differential operator that acts on a C1 real function and produces another real function."@en ; + skos:prefLabel "MathematicalOperator"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A mapping that acts on elements of one space and produces elements of another space."@en . ### https://w3id.org/emmo#EMMO_f8a2fe9f_458b_4771_9aba_a50e76afc52d @@ -470,16 +481,16 @@ where f is the left hand and g the right hand side expressions and v0, v1, ..., :EMMO_f9bc8b52_85e9_4b53_b969_dd7724d5b8e4 rdf:type owl:Class ; rdfs:subClassOf :EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 , :EMMO_89a0c87c_0804_4013_937a_6fe234d9499c ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A well-formed finite combination of mathematical symbols according to some specific rules."@en ; - skos:prefLabel "Expression"@en . + skos:prefLabel "Expression"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A well-formed finite combination of mathematical symbols according to some specific rules."@en . ### https://w3id.org/emmo#EMMO_fe7e56ce_118b_4243_9aad_20eb9f4f31f6 :EMMO_fe7e56ce_118b_4243_9aad_20eb9f4f31f6 rdf:type owl:Class ; rdfs:subClassOf :EMMO_9e029526_79a2_47a8_a151_dd0545db471b ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The dependent variable for which an equation has been written."@en ; skos:example "Velocity, for the Navier-Stokes equation."@en ; - skos:prefLabel "Unknown"@en . + skos:prefLabel "Unknown"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The dependent variable for which an equation has been written."@en . ### https://w3id.org/emmo#EMMO_ffe760a2_9d1f_4aef_8bee_1f450f9cb00d @@ -496,13 +507,13 @@ where f is the left hand and g the right hand side expressions and v0, v1, ..., skos:prefLabel "MathematicalConstruct"@en . -[ owl:qualifiedCardinality "3"^^xsd:nonNegativeInteger +[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger ] . -[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger +[ owl:qualifiedCardinality "3"^^xsd:nonNegativeInteger ] . [ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/disciplines/metrology.ttl b/disciplines/metrology.ttl index 95388141..0c07c19b 100644 --- a/disciplines/metrology.ttl +++ b/disciplines/metrology.ttl @@ -11,8 +11,8 @@ rdf:type owl:Ontology ; owl:versionIRI ; owl:imports , - , , + , , ; dcterms:abstract """Defines the formal language of metrology, including theoretical and practical aspects of measurements. @@ -99,7 +99,7 @@ This module is based on the International vocabulary of metrology (VIM) as well # Datatypes ################################################################# -### https://w3id.org/emmo/disciplines/metrology#EMMO_799c067b_083f_4365_9452_1f1433b03676 +### https://w3id.org/emmo#EMMO_799c067b_083f_4365_9452_1f1433b03676 :EMMO_799c067b_083f_4365_9452_1f1433b03676 rdf:type rdfs:Datatype ; skos:example "\"3 cm\""@en , """A more complete example showing how to specify the value of a physical quantity in turtle using this datatype: @@ -263,7 +263,7 @@ The label of this class was also changed from PhysicsDimension to PhysicalDimens # Data properties ################################################################# -### https://w3id.org/emmo/disciplines/metrology#EMMO_42806efc_581b_4ff8_81b0_b4d62153458b +### https://w3id.org/emmo#EMMO_42806efc_581b_4ff8_81b0_b4d62153458b :EMMO_42806efc_581b_4ff8_81b0_b4d62153458b rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf owl:topDataProperty ; rdfs:domain :EMMO_02c0621e_a527_4790_8a0f_2bb51973c819 ; @@ -279,6 +279,13 @@ The label of this class was also changed from PhysicsDimension to PhysicalDimens The unit should be a valid, possible prefixed, derived SI unit."""@en . +### https://w3id.org/emmo#EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 +:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + rdfs:domain :EMMO_216f448e_cdbc_4aeb_a529_7a5fe7fc38bb ; + skos:prefLabel "unitSymbolValue"@en . + + ################################################################# # Classes ################################################################# @@ -921,4 +928,4 @@ While the string \"1 kg\" is a 'QuantityValue'."""@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A quantity value is not necessarily a property, since it is possible to write \"10 kg\", without assigning this quantity to a specific object."@en . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/disciplines/sisystem.ttl b/disciplines/sisystem.ttl index 0a682d5d..4c097b5e 100644 --- a/disciplines/sisystem.ttl +++ b/disciplines/sisystem.ttl @@ -16,4 +16,4 @@ , . -### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/noncoherentsiunits.ttl b/disciplines/units/noncoherentsiunits.ttl index c0e16f38..53ffb630 100644 --- a/disciplines/units/noncoherentsiunits.ttl +++ b/disciplines/units/noncoherentsiunits.ttl @@ -13,11 +13,11 @@ owl:versionIRI ; owl:imports ; dcterms:abstract "The 'noncoherentsiunits' module contains non-coherent derived SI units (and SI-accepted units) that are not prefixed units (units made of a metric prefix followed by a unit symbol). Examples: km/h, A/g."@en ; - dcterms:contributor :FrancescaBleken , - :GerhardGoldbeck , - :SimonClark ; - dcterms:creator :JesperFriis , - :EmanueleGhedini ; + dcterms:contributor emmo:FrancescaBleken , + emmo:GerhardGoldbeck , + emmo:SimonClark ; + dcterms:creator emmo:EmanueleGhedini , + emmo:JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Non-coherent SI units"@en ; @@ -1013,10 +1013,6 @@ emmo:Gram rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa , emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "g" - ] , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "0.001"^^xsd:double @@ -1024,6 +1020,10 @@ emmo:Gram rdf:type owl:Class ; [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; + owl:hasValue "g" ] ; skos:prefLabel "Gram"@en ; emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "GRM" ; @@ -5657,4 +5657,4 @@ emmo:WeberPerMilliMetre rdf:type owl:Class ; -- QUDT"""@en . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/otherunits.ttl b/disciplines/units/otherunits.ttl index 90b1a785..b6daba11 100644 --- a/disciplines/units/otherunits.ttl +++ b/disciplines/units/otherunits.ttl @@ -3279,7 +3279,7 @@ emmo:ExaByte rdf:type owl:Class ; ### https://w3id.org/emmo#Exbi emmo:Exbi rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Ei" ] , [ rdf:type owl:Restriction ; @@ -3292,7 +3292,7 @@ emmo:Exbi rdf:type owl:Class ; ### https://w3id.org/emmo#Gibi emmo:Gibi rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Gi" ] , [ rdf:type owl:Restriction ; @@ -3389,7 +3389,7 @@ emmo:HectoBar rdf:type owl:Class ; ### https://w3id.org/emmo#Kibi emmo:Kibi rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Ki" ] , [ rdf:type owl:Restriction ; @@ -3592,7 +3592,7 @@ emmo:KiloRoentgen rdf:type owl:Class ; ### https://w3id.org/emmo#Mebi emmo:Mebi rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Mi" ] , [ rdf:type owl:Restriction ; diff --git a/disciplines/units/siacceptedspecialunits.ttl b/disciplines/units/siacceptedspecialunits.ttl index 403c56a0..315d1ae1 100644 --- a/disciplines/units/siacceptedspecialunits.ttl +++ b/disciplines/units/siacceptedspecialunits.ttl @@ -38,7 +38,7 @@ emmo:Arcminute rdf:type owl:Class ; emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "′" ] , [ rdf:type owl:Restriction ; @@ -69,7 +69,7 @@ emmo:Arcsecond rdf:type owl:Class ; emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "″" ] , [ rdf:type owl:Restriction ; @@ -99,7 +99,7 @@ emmo:AstronomicalUnit rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "au" ] , [ rdf:type owl:Restriction ; @@ -127,7 +127,7 @@ emmo:Bel rdf:type owl:Class ; emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , emmo:EMMO_972e01b0_b017_4903_8c05_b7edda958723 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "B" ] , [ rdf:type owl:Restriction ; @@ -157,7 +157,7 @@ emmo:Dalton rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Da" ] , [ rdf:type owl:Restriction ; @@ -189,7 +189,7 @@ emmo:Day rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "d" ] , [ rdf:type owl:Restriction ; @@ -246,7 +246,7 @@ emmo:Degree rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "°" ] , [ rdf:type owl:Restriction ; @@ -308,7 +308,7 @@ emmo:ElectronVolt rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "eV" ] , [ rdf:type owl:Restriction ; @@ -333,7 +333,7 @@ emmo:Hectare rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 , emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "ha" ] , [ rdf:type owl:Restriction ; @@ -361,7 +361,7 @@ emmo:Hour rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "h" ] , [ rdf:type owl:Restriction ; @@ -388,7 +388,7 @@ emmo:Litre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "L" ] , [ rdf:type owl:Restriction ; @@ -418,7 +418,7 @@ emmo:Minute rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "min" ] , [ rdf:type owl:Restriction ; @@ -445,7 +445,7 @@ emmo:Neper rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , emmo:EMMO_972e01b0_b017_4903_8c05_b7edda958723 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Np" ] , [ rdf:type owl:Restriction ; @@ -478,7 +478,7 @@ emmo:Tonne rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "t" ] , [ rdf:type owl:Restriction ; diff --git a/disciplines/units/siunits.ttl b/disciplines/units/siunits.ttl index b9fb0879..aad593f1 100644 --- a/disciplines/units/siunits.ttl +++ b/disciplines/units/siunits.ttl @@ -20,8 +20,8 @@ All other SI units goes into one of the following modules: - noncoherentsiunits: Non-coherent SI-units whos numerical factor in front of the product of base SI units is NOT equal to one. This include all SI-units not included in the modules above. Examples: g, mg/s..."""@en ; dcterms:contributor :GerhardGoldbeck , :SimonClark ; - dcterms:creator :JesperFriis , - :EmanueleGhedini ; + dcterms:creator :EmanueleGhedini , + :JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "SI units"@en ; @@ -94,7 +94,7 @@ All other SI units goes into one of the following modules: :Ampere rdf:type owl:Class ; rdfs:subClassOf :EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "A" ] ; skos:prefLabel "Ampere"@en ; @@ -111,7 +111,7 @@ All other SI units goes into one of the following modules: :Becquerel rdf:type owl:Class ; rdfs:subClassOf :EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Bq" ] ; skos:prefLabel "Becquerel"@en ; @@ -132,7 +132,7 @@ All other SI units goes into one of the following modules: :Candela rdf:type owl:Class ; rdfs:subClassOf :EMMO_14ff4393_0f28_4fb4_abc7_c2cc00bc761d , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "cd" ] ; skos:prefLabel "Candela"@en ; @@ -149,7 +149,7 @@ All other SI units goes into one of the following modules: :Coulomb rdf:type owl:Class ; rdfs:subClassOf :EMMO_ab79e92b_5377_454d_be06_d61b50db295a , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "C" ] ; skos:prefLabel "Coulomb"@en ; @@ -169,7 +169,7 @@ All other SI units goes into one of the following modules: :DegreeCelsius rdf:type owl:Class ; rdfs:subClassOf :EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "°C" ] ; skos:prefLabel "DegreeCelsius"@en ; @@ -188,7 +188,7 @@ All other SI units goes into one of the following modules: ### https://w3id.org/emmo#EMMO_03d2c71b_0276_45d7_a847_7cd164cb7d45 :EMMO_03d2c71b_0276_45d7_a847_7cd164cb7d45 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "c" ] , [ rdf:type owl:Restriction ; @@ -216,7 +216,7 @@ All other SI units goes into one of the following modules: ### https://w3id.org/emmo#EMMO_117d3e39_de3e_46f5_9744_b4a28d9fc83e :EMMO_117d3e39_de3e_46f5_9744_b4a28d9fc83e rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "G" ] , [ rdf:type owl:Restriction ; @@ -370,7 +370,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_2b243e59_3a2a_412e_9a58_81d1e5c92fbe :EMMO_2b243e59_3a2a_412e_9a58_81d1e5c92fbe rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "p" ] , [ rdf:type owl:Restriction ; @@ -401,7 +401,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_33fe9747_d66f_4f88_b2c1_951279dbca59 :EMMO_33fe9747_d66f_4f88_b2c1_951279dbca59 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "T" ] , [ rdf:type owl:Restriction ; @@ -445,7 +445,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_3f2d29d9_6d27_43bd_a1bc_85475eae98be :EMMO_3f2d29d9_6d27_43bd_a1bc_85475eae98be rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "E" ] , [ rdf:type owl:Restriction ; @@ -506,7 +506,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_49adf406_5c8f_498a_8c90_e4974e9e6d11 :EMMO_49adf406_5c8f_498a_8c90_e4974e9e6d11 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "m" ] , [ rdf:type owl:Restriction ; @@ -520,7 +520,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_4bc07644_8301_4aed_b21c_823f99b08d1a :EMMO_4bc07644_8301_4aed_b21c_823f99b08d1a rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "h" ] , [ rdf:type owl:Restriction ; @@ -534,7 +534,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_4db5c662_b065_49e4_96eb_826699fa8048 :EMMO_4db5c662_b065_49e4_96eb_826699fa8048 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "z" ] , [ rdf:type owl:Restriction ; @@ -548,7 +548,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_556e27cd_fef1_41c9_824a_dd78980062b5 :EMMO_556e27cd_fef1_41c9_824a_dd78980062b5 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "q" ] , [ rdf:type owl:Restriction ; @@ -609,7 +609,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_68a031ba_abf5_4859_b84c_32977f029908 :EMMO_68a031ba_abf5_4859_b84c_32977f029908 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "k" ] , [ rdf:type owl:Restriction ; @@ -623,7 +623,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_6da1b965_768c_4cf0_8873_44f2035133ba :EMMO_6da1b965_768c_4cf0_8873_44f2035133ba rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "μ" ] , [ rdf:type owl:Restriction ; @@ -663,7 +663,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_7abfbbc4_ce7b_4611_b731_1b5b8bd2bbc0 :EMMO_7abfbbc4_ce7b_4611_b731_1b5b8bd2bbc0 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "y" ] , [ rdf:type owl:Restriction ; @@ -677,7 +677,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_7fd8ec39_1c4b_4ff3_9bc8_0bf3c27e2db0 :EMMO_7fd8ec39_1c4b_4ff3_9bc8_0bf3c27e2db0 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "f" ] , [ rdf:type owl:Restriction ; @@ -705,7 +705,7 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' ### https://w3id.org/emmo#EMMO_85ee9154_5a3e_482e_aa37_c617ff1947ff :EMMO_85ee9154_5a3e_482e_aa37_c617ff1947ff rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "M" ] , [ rdf:type owl:Restriction ; @@ -719,7 +719,7 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' ### https://w3id.org/emmo#EMMO_890856a3_3eb4_471e_a54a_65031bee30f4 :EMMO_890856a3_3eb4_471e_a54a_65031bee30f4 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "d" ] , [ rdf:type owl:Restriction ; @@ -792,7 +792,7 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' ### https://w3id.org/emmo#EMMO_aef1144d_41bd_4189_be5c_d849204b3708 :EMMO_aef1144d_41bd_4189_be5c_d849204b3708 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "R" ] , [ rdf:type owl:Restriction ; @@ -806,7 +806,7 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' ### https://w3id.org/emmo#EMMO_afb29c1a_eba4_4ba7_b6a1_62e9023c94ec :EMMO_afb29c1a_eba4_4ba7_b6a1_62e9023c94ec rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "n" ] , [ rdf:type owl:Restriction ; @@ -840,7 +840,7 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' ### https://w3id.org/emmo#EMMO_cb3f4298_5895_4272_be63_42dd246cc10c :EMMO_cb3f4298_5895_4272_be63_42dd246cc10c rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Y" ] , [ rdf:type owl:Restriction ; @@ -865,7 +865,7 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' ### https://w3id.org/emmo#EMMO_d7c74480_a568_4470_acff_f18b499cc850 :EMMO_d7c74480_a568_4470_acff_f18b499cc850 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "P" ] , [ rdf:type owl:Restriction ; @@ -893,7 +893,7 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' ### https://w3id.org/emmo#EMMO_dabcbe7d_db82_4445_889b_ae4d76964ea0 :EMMO_dabcbe7d_db82_4445_889b_ae4d76964ea0 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Q" ] , [ rdf:type owl:Restriction ; @@ -907,7 +907,7 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' ### https://w3id.org/emmo#EMMO_e07a252a_6913_49d6_9038_37a258b2d95e :EMMO_e07a252a_6913_49d6_9038_37a258b2d95e rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "da" ] , [ rdf:type owl:Restriction ; @@ -950,7 +950,7 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' ### https://w3id.org/emmo#EMMO_e9722f13_947c_444e_82ef_1ce045f6637c :EMMO_e9722f13_947c_444e_82ef_1ce045f6637c rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "a" ] , [ rdf:type owl:Restriction ; @@ -1010,7 +1010,7 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' ### https://w3id.org/emmo#EMMO_fbc2549b_9108_467a_a573_de48eb45cc4a :EMMO_fbc2549b_9108_467a_a573_de48eb45cc4a rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "r" ] , [ rdf:type owl:Restriction ; @@ -1024,7 +1024,7 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' ### https://w3id.org/emmo#EMMO_fbf7da6f_04bb_4c8e_abbf_e4048d6a5e73 :EMMO_fbf7da6f_04bb_4c8e_abbf_e4048d6a5e73 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Z" ] , [ rdf:type owl:Restriction ; @@ -1056,7 +1056,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Farad rdf:type owl:Class ; rdfs:subClassOf :EMMO_b14d9be5_f81e_469b_abca_379c2e83feab , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "F" ] ; rdfs:comment "Measurement unit for electric capacitance."@en ; @@ -1076,7 +1076,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Gray rdf:type owl:Class ; rdfs:subClassOf :EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Gy" ] ; skos:prefLabel "Gray"@en ; @@ -1096,7 +1096,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Henry rdf:type owl:Class ; rdfs:subClassOf :EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "H" ] ; skos:prefLabel "Henry"@en ; @@ -1117,7 +1117,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Hertz rdf:type owl:Class ; rdfs:subClassOf :EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Hz" ] ; skos:prefLabel "Hertz"@en ; @@ -1136,7 +1136,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Joule rdf:type owl:Class ; rdfs:subClassOf :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "J" ] ; skos:prefLabel "Joule"@en ; @@ -1156,7 +1156,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Katal rdf:type owl:Class ; rdfs:subClassOf :EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "kat" ] ; skos:prefLabel "Katal"@en ; @@ -1176,7 +1176,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Kelvin rdf:type owl:Class ; rdfs:subClassOf :EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "K" ] ; skos:prefLabel "Kelvin"@en ; @@ -1193,7 +1193,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Kilogram rdf:type owl:Class ; rdfs:subClassOf :EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "kg" ] ; skos:altLabel "Kilogram"@en ; @@ -1211,7 +1211,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Lumen rdf:type owl:Class ; rdfs:subClassOf :EMMO_14ff4393_0f28_4fb4_abc7_c2cc00bc761d , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "lm" ] ; skos:prefLabel "Lumen"@en ; @@ -1231,7 +1231,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Lux rdf:type owl:Class ; rdfs:subClassOf :EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "lx" ] ; skos:prefLabel "Lux"@en ; @@ -1251,7 +1251,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Metre rdf:type owl:Class ; rdfs:subClassOf :EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "m" ] ; skos:altLabel "Meter"@en-us ; @@ -1269,7 +1269,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Mole rdf:type owl:Class ; rdfs:subClassOf :EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "mol" ] ; skos:prefLabel "Mole"@en ; @@ -1286,7 +1286,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Newton rdf:type owl:Class ; rdfs:subClassOf :EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "N" ] ; skos:prefLabel "Newton"@en ; @@ -1306,7 +1306,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Ohm rdf:type owl:Class ; rdfs:subClassOf :EMMO_7610efb8_c7c6_4684_abc1_774783c62472 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Ω" ] ; skos:prefLabel "Ohm"@en ; @@ -1324,7 +1324,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Pascal rdf:type owl:Class ; rdfs:subClassOf :EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Pa" ] ; skos:prefLabel "Pascal"@en ; @@ -1344,7 +1344,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Radian rdf:type owl:Class ; rdfs:subClassOf :EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "rad" ] ; rdfs:comment "Dimensionless measurement unit for plane angle."@en ; @@ -1362,7 +1362,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Second rdf:type owl:Class ; rdfs:subClassOf :EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "s" ] ; skos:prefLabel "Second"@en ; @@ -1379,7 +1379,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Siemens rdf:type owl:Class ; rdfs:subClassOf :EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "S" ] ; skos:prefLabel "Siemens"@en ; @@ -1398,7 +1398,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Sievert rdf:type owl:Class ; rdfs:subClassOf :EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Sv" ] ; skos:prefLabel "Sievert"@en ; @@ -1419,7 +1419,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Steradian rdf:type owl:Class ; rdfs:subClassOf :EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "sr" ] ; skos:prefLabel "Steradian"@en ; @@ -1436,7 +1436,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Tesla rdf:type owl:Class ; rdfs:subClassOf :EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "T" ] ; skos:prefLabel "Tesla"@en ; @@ -1457,7 +1457,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Volt rdf:type owl:Class ; rdfs:subClassOf :EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "V" ] ; skos:prefLabel "Volt"@en ; @@ -1475,7 +1475,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Watt rdf:type owl:Class ; rdfs:subClassOf :EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "W" ] ; skos:prefLabel "Watt"@en ; @@ -1495,7 +1495,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Weber rdf:type owl:Class ; rdfs:subClassOf :EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Wb" ] ; skos:prefLabel "Weber"@en ; @@ -1512,4 +1512,4 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; [ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/specialunits.ttl b/disciplines/units/specialunits.ttl index 950d669b..f6e89548 100644 --- a/disciplines/units/specialunits.ttl +++ b/disciplines/units/specialunits.ttl @@ -91,7 +91,7 @@ emmo:Angstrom rdf:type owl:Class ; emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Å" ] , [ rdf:type owl:Restriction ; @@ -151,7 +151,7 @@ emmo:Ban rdf:type owl:Class ; emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , emmo:EMMO_972e01b0_b017_4903_8c05_b7edda958723 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Ban" ] , [ rdf:type owl:Restriction ; @@ -376,7 +376,7 @@ emmo:Byte rdf:type owl:Class ; emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "B" ] , [ rdf:type owl:Restriction ; diff --git a/disciplines/units/unclassifiedunits.ttl b/disciplines/units/unclassifiedunits.ttl index 899a6a25..47407226 100644 --- a/disciplines/units/unclassifiedunits.ttl +++ b/disciplines/units/unclassifiedunits.ttl @@ -12473,7 +12473,7 @@ emmo:MilliTorr rdf:type owl:Class ; ### https://w3id.org/emmo#Pebi emmo:Pebi rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Pi" ] , [ rdf:type owl:Restriction ; @@ -12543,7 +12543,7 @@ emmo:PetaByte rdf:type owl:Class ; ### https://w3id.org/emmo#Tebi emmo:Tebi rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Ti" ] , [ rdf:type owl:Restriction ; @@ -12613,7 +12613,7 @@ emmo:TeraByte rdf:type owl:Class ; ### https://w3id.org/emmo#Yobi emmo:Yobi rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Yi" ] , [ rdf:type owl:Restriction ; @@ -12626,7 +12626,7 @@ emmo:Yobi rdf:type owl:Class ; ### https://w3id.org/emmo#Zebi emmo:Zebi rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Zi" ] , [ rdf:type owl:Restriction ;