diff --git a/.github/emmocheck_conf.yml b/.github/emmocheck_conf.yml index 461cd35c..0649f211 100644 --- a/.github/emmocheck_conf.yml +++ b/.github/emmocheck_conf.yml @@ -2,6 +2,7 @@ test_namespace: exceptions: - manufacturing.EngineeredMaterial + test_quantity_dimension: exceptions: - emmo.ModelledQuantitativeProperty @@ -40,3 +41,8 @@ test_unit_dimension: - emmo.SIBaseUnit - emmo.SIUnitSymbol - emmo.SIUnit + +test_number_of_labels: + exceptions: + - 0.1.Person # foaf:Person + - 0.1.mbox # foaf:mbox diff --git a/.github/expected_redirections.yaml b/.github/expected_redirections.yaml index 937bd825..76e51cae 100644 --- a/.github/expected_redirections.yaml +++ b/.github/expected_redirections.yaml @@ -14,11 +14,17 @@ redirections: https://w3id.org/emmo: https://emmo-repo.github.io/emmo.ttl # ttl file because tests are not from a browser https://w3id.org/emmo/: https://emmo-repo.github.io/emmo.ttl + https://w3id.org/emmo/turtle: https://emmo-repo.github.io/emmo.ttl + https://w3id.org/emmo/turtle/: https://emmo-repo.github.io/emmo.ttl https://w3id.org/emmo/inferred: https://emmo-repo.github.io/emmo-inferred.ttl https://w3id.org/emmo/1.0.0-beta4: https://emmo-repo.github.io/versions/1.0.0-beta4/emmo.ttl https://w3id.org/emmo/1.0.0-beta4/inferred: https://emmo-repo.github.io/versions/1.0.0-beta4/emmo-inferred.ttl https://w3id.org/emmo/1.0.0-beta5: https://emmo-repo.github.io/versions/1.0.0-beta5/emmo.ttl https://w3id.org/emmo/1.0.0-beta5/: https://emmo-repo.github.io/versions/1.0.0-beta5/emmo.ttl + https://w3id.org/emmo/1.0.0-rc1: https://emmo-repo.github.io/versions/1.0.0-rc1/emmo.ttl + https://w3id.org/emmo/1.0.0-rc1/: https://emmo-repo.github.io/versions/1.0.0-rc1/emmo.ttl + https://w3id.org/emmo/1.0.0-rc1/turtle: https://emmo-repo.github.io/versions/1.0.0-rc1/emmo.ttl + https://w3id.org/emmo/1.0.0-rc1/turtle/: https://emmo-repo.github.io/versions/1.0.0-rc1/emmo.ttl https://w3id.org/emmo/source: https://raw.githubusercontent.com/emmo-repo/EMMO/master/emmo.ttl https://w3id.org/emmo/source/: https://raw.githubusercontent.com/emmo-repo/EMMO/master/emmo.ttl @@ -39,6 +45,11 @@ redirections: https://w3id.org/emmo/1.0.0-beta5/perspectives/data/: https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-beta5/perspectives/data.ttl + # EMMO-LITE + #https://w3id.org/emmo/emmo-lite: https://raw.githubusercontent.com/emmo-repo/EMMO-LITE/master/emmo-lite.ttl + #https://w3id.org/emmo/1.0.0-rc1/emmo-lite: https://raw.githubusercontent.com/emmo-repo/EMMO-LITE/1.0.0-rc1/emmo-lite.ttl + + # Electrochemistry #https://w3id.org/emmo/domain/electrochemistry#frag: https://emmo-repo.github.io/domain-electrochemistry/electrochemistry.ttl#frag diff --git a/.github/workflows/cd_update_pages.yml b/.github/workflows/cd_update_pages.yml index 19db4169..bceba8a5 100644 --- a/.github/workflows/cd_update_pages.yml +++ b/.github/workflows/cd_update_pages.yml @@ -65,9 +65,16 @@ jobs: run: | # Do not overwrite index.html rm public/index.html - cp -rf public/* pages/. # Tell GitHub that this site is not generated with jekyll touch public/.nojekyll + # Copy to latest (root) + cp -rf public/* pages/. + # Copy to version + VERSION=$(git rev-parse --abbrev-ref HEAD) + if [ ! -d pages/versions/${VERSION} ]; then \ + mkdir pages/versions/${VERSION} + fi + cp -rf public/* pages/versions/${VERSION}/. # Domain repositories can use peaceiris/actions-gh-pages@v3. # However, since EMMO for historical reasons uses a separate repo diff --git a/catalog-v001.xml b/catalog-v001.xml index ffa8ef95..e16cd147 100644 --- a/catalog-v001.xml +++ b/catalog-v001.xml @@ -1,6 +1,10 @@ + + + + diff --git a/contributors.ttl b/contributors.ttl new file mode 100644 index 00000000..ff6d0b7c --- /dev/null +++ b/contributors.ttl @@ -0,0 +1,119 @@ +@prefix rdf: . +@prefix rdfs: . +@prefix owl: . +@prefix foaf: . +@prefix dct: . +@prefix locn: . +@prefix skos: . + + +################################################################# +# Individuals +################################################################# + + +# People +# ====== + +### https://orcid.org/0000-0003-3805-8761 + rdf:type owl:NamedIndividual , + foaf:Person ; + skos:prefLabel "Emanuele Ghedini" ; + foaf:name "Emanuele Ghedini" ; + foaf:workplaceHomepage . + + +### https://orcid.org/0000-0002-1560-809X + rdf:type owl:NamedIndividual , + foaf:Person ; + skos:prefLabel "Jesper Friis" ; + foaf:name "Jesper Friis" ; + foaf:workplaceHomepage . + + +### https://orcid.org/0000-0002-4181-2852 + rdf:type owl:NamedIndividual , + foaf:Person ; + skos:prefLabel "Gerhard Goldbeck" ; + foaf:name "Gerhard Goldbeck" ; + foaf:workplaceHomepage . + + +### https://orcid.org/0000-0003-0514-9229 + rdf:type owl:NamedIndividual , + foaf:Person ; + skos:prefLabel "Adham Hashibon" ; + foaf:name "Adham Hashibon" ; + foaf:workplaceHomepage . + + +### https://orcid.org/0000-0003-4065-9742 + rdf:type owl:NamedIndividual , + foaf:Person ; + skos:prefLabel "Georg J. Schmitz" ; + foaf:name "Georg J. Schmitz" . + + +### https://orcid.org/0009-0007-5850-6628 + rdf:type owl:NamedIndividual , + foaf:Person ; + skos:prefLabel "Anne de Baas" ; + foaf:name "Anne de Baas" ; + foaf:workplaceHomepage . + + +### https://orcid.org/0009-0008-8009-5009 + rdf:type owl:NamedIndividual , + foaf:Person ; + skos:prefLabel "Francesco A. Zaccarini" ; + foaf:name "Francesco A. Zaccarini" ; + foaf:workplaceHomepage . + + +### https://orcid.org/0000-0001-9189-2400 + rdf:type owl:NamedIndividual , + foaf:Person ; + skos:prefLabel "Sebastiano Moruzzi" ; + foaf:name "Sebastiano Moruzzi" ; + foaf:workplaceHomepage . + + +### https://orcid.org/0000-0001-8869-3718 + rdf:type owl:NamedIndividual , + foaf:Person ; + skos:prefLabel "Francesca Lønstad Bleken" ; + foaf:name "Francesca Lønstad Bleken" ; + foaf:workplaceHomepage . + + +### https://orcid.org/0000-0002-8758-6109 + rdf:type owl:NamedIndividual , + foaf:Person ; + skos:prefLabel "Simon Clark" ; + foaf:name "Simon Clark" ; + foaf:workplaceHomepage . + + +### https://orcid.org/0000-0001-7815-6636 + rdf:type owl:NamedIndividual , + foaf:Person ; + skos:prefLabel "Otello M. Roscioni" ; + foaf:name "Otello M. Roscioni" ; + foaf:workplaceHomepage . + + +# Organisations +# ============= + +### https://emmc.eu + rdf:type owl:NamedIndividual , foaf:Organization ; + skos:prefLabel "EMMC ASBL" ; + foaf:name "EMMC ASBL" ; + locn:fullAddress """EMMC ASBL +European Materials Modelling Council +Silversquare Stéphanie +Avenue Louise 54 +1050 Brussels +CBE no: 0731 621 312"""@en ; + foaf:logo ; + foaf:mbox . diff --git a/disciplines/catalog-v001.xml b/disciplines/catalog-v001.xml index f26d3964..764b418e 100644 --- a/disciplines/catalog-v001.xml +++ b/disciplines/catalog-v001.xml @@ -2,6 +2,8 @@ + + diff --git a/disciplines/chemistry.ttl b/disciplines/chemistry.ttl index e1f8cca0..bde093a9 100644 --- a/disciplines/chemistry.ttl +++ b/disciplines/chemistry.ttl @@ -13,28 +13,14 @@ owl:imports , ; dcterms:abstract "The chemistry module populates the physicalistic perspective with materials subclasses categorised according to modern applied chemistry."@en ; - dcterms:contributor "Access, DE" , - "Fraunhofer IWM, DE" , - "Goldbeck Consulting Ltd, UK" , - "SINTEF, NO" , - "University of Bologna, IT" ; - dcterms:creator "Adham Hashibon" , - "Emanuele Ghedini" , - "Georg Schmitz" , - "Gerhard Goldbeck" , - "Jesper Friis" ; + dcterms:creator , + , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Chemistry"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "The EMMO requires FacT++ reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@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-rc1" . ################################################################# diff --git a/disciplines/computerscience.ttl b/disciplines/computerscience.ttl index fe8d1678..72679686 100644 --- a/disciplines/computerscience.ttl +++ b/disciplines/computerscience.ttl @@ -14,13 +14,13 @@ , ; dcterms:abstract "Key concepts from the domain of computer science."@en ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" , - "Francesca L. Bleken, SINTEF, NO" , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" , - "Jesper Friis (SINTEF, NO)" , - "Otello M. Roscioni, Goldbeck Consulting Ltd, UK" ; + dcterms:contributor , + ; + dcterms:creator , + , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Computer science"@en ; 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-rc1" ; @@ -38,14 +38,14 @@ owl:qualifiedCardinality rdf:type owl:AnnotationProperty . # Datatypes ################################################################# -### http://www.w3.org/1999/02/22-rdf-syntax-ns#JSON -rdf:JSON rdf:type rdfs:Datatype . - - ### http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML rdf:HTML rdf:type rdfs:Datatype . +### http://www.w3.org/1999/02/22-rdf-syntax-ns#JSON +rdf:JSON rdf:type rdfs:Datatype . + + ################################################################# # Object Properties ################################################################# @@ -592,8 +592,8 @@ C:\\\\Users\\\\John\\\\Desktop (DOS-like path)"""@en ; rdfs:subClassOf :EMMO_3ab914c1_5d8d_4a6e_804b_84aa89623c48 ; skos:example "Tritium, XSLT, XQuery, STX, FXT, XDuce, CDuce, HaXml, XMLambda, FleXML"@en ; skos:prefLabel "TransformationLanguage"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A construction language designed to transform some input text in a certain formal language into a modified output text that meets some specific goal."@en , - "https://en.wikipedia.org/wiki/Transformation_language"^^xsd:anyURI . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A construction language designed to transform some input text in a certain formal language into a modified output text that meets some specific goal."@en ; + :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Transformation_language"^^xsd:anyURI . ### https://w3id.org/emmo#EMMO_f42a0e95_c130_4a69_9660_6bfdbb897d4a diff --git a/disciplines/disciplines.ttl b/disciplines/disciplines.ttl index 4170abd0..59adc31a 100644 --- a/disciplines/disciplines.ttl +++ b/disciplines/disciplines.ttl @@ -22,7 +22,7 @@ , , , - . + ; # Imported via sisystem # , @@ -41,4 +41,23 @@ # , # , + dcterms:abstract """EMMO disciplines is a container for the EMMO discipline level ontologies. + +Discipline level ontologies are reference ontologies that does not cover the whole world."""@en ; + dcterms:contributor , + , + ; + dcterms:creator , + , + , + , + ; + dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; + dcterms:publisher ; + dcterms:title "EMMO discipline-level ontology"@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-rc1" . + + ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/disciplines/geometrical.ttl b/disciplines/geometrical.ttl index 79dfcb2e..b30a13bd 100644 --- a/disciplines/geometrical.ttl +++ b/disciplines/geometrical.ttl @@ -12,29 +12,17 @@ owl:versionIRI ; owl:imports ; dcterms:abstract "The graphical module provides classes for the representation of geometrical concepts."@en ; - dcterms:contributor "Access, DE" , - "Fraunhofer IWM, DE" , - "Goldbeck Consulting Ltd, UK" , - "SINTEF, NO" , - "University of Bologna, IT" ; - dcterms:creator "Adham Hashibon" , - "Emanuele Ghedini" , - "Georg Schmitz" , - "Gerhard Goldbeck" , - "Jesper Friis" ; + dcterms:creator , + , + , + , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Geometrical"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "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-rc1" . + 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-rc1" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Classes @@ -44,76 +32,88 @@ email: emanuele.ghedini@unibo.it"""@en , :EMMO_0ab0485c_9e5b_4257_a679_90a2dfba5c7c rdf:type owl:Class ; rdfs:subClassOf :EMMO_b5957cef_a287_442d_a3ce_fd39f20ba1cd ; skos:altLabel "0-manifold"@en ; - skos:prefLabel "ZeroManifold"@en . + skos:prefLabel "ZeroManifold"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A topological space with the property that each point has a neighborhood that is homeomorphic to an open subset of 0-dimensional Euclidean space."@en . ### https://w3id.org/emmo#EMMO_0c576e13_4ee7_4f3d_bfe9_1614243df018 :EMMO_0c576e13_4ee7_4f3d_bfe9_1614243df018 rdf:type owl:Class ; rdfs:subClassOf :EMMO_b5957cef_a287_442d_a3ce_fd39f20ba1cd ; skos:altLabel "1-manifold"@en ; - skos:prefLabel "OneManifold"@en . + skos:prefLabel "OneManifold"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A topological space with the property that each point has a neighborhood that is homeomorphic to an open subset of 1-dimensional Euclidean space."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "One-dimensional manifolds include lines and circles, but not self-crossing curves. Two-dimensional manifolds are also called surfaces. Examples include the plane, the sphere, and the torus, and also the Klein bottle and real projective plane."@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_0c576e13_4ee7_4f3d_bfe9_1614243df018 ; + owl:annotatedProperty :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ; + owl:annotatedTarget "One-dimensional manifolds include lines and circles, but not self-crossing curves. Two-dimensional manifolds are also called surfaces. Examples include the plane, the sphere, and the torus, and also the Klein bottle and real projective plane."@en ; + :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Manifold"^^xsd:anyURI + ] . ### https://w3id.org/emmo#EMMO_0ef4ff4a_5458_4f2a_b51f_4689d472a3f2 :EMMO_0ef4ff4a_5458_4f2a_b51f_4689d472a3f2 rdf:type owl:Class ; rdfs:subClassOf :EMMO_0c576e13_4ee7_4f3d_bfe9_1614243df018 ; - skos:prefLabel "Curve"@en . + skos:prefLabel "Curve"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A one-manyfold with two unconnected end points."@en . ### https://w3id.org/emmo#EMMO_25f5ca8e_8f7f_44d8_a392_bd3fe8894458 :EMMO_25f5ca8e_8f7f_44d8_a392_bd3fe8894458 rdf:type owl:Class ; rdfs:subClassOf :EMMO_9268958f_7f54_48ab_a693_febe2645892b ; - skos:prefLabel "Plane"@en . + skos:prefLabel "Plane"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 2-manifold with two unconnected boundaries."@en . ### https://w3id.org/emmo#EMMO_39362460_2a97_4367_8f93_0418c2ac9a08 :EMMO_39362460_2a97_4367_8f93_0418c2ac9a08 rdf:type owl:Class ; rdfs:subClassOf :EMMO_0ab0485c_9e5b_4257_a679_90a2dfba5c7c ; - skos:prefLabel "Point"@en . - - -### https://w3id.org/emmo#EMMO_3e309118_e8b7_4021_80f4_642d2df65d94 -:EMMO_3e309118_e8b7_4021_80f4_642d2df65d94 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0c576e13_4ee7_4f3d_bfe9_1614243df018 ; - skos:prefLabel "Line"@en . + skos:prefLabel "Point"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A zero-manifold of only one point."@en . ### https://w3id.org/emmo#EMMO_46f0f8df_4dc6_418f_8036_10427a3a288e :EMMO_46f0f8df_4dc6_418f_8036_10427a3a288e rdf:type owl:Class ; rdfs:subClassOf :EMMO_b5957cef_a287_442d_a3ce_fd39f20ba1cd ; skos:altLabel "3-manifold"@en ; - skos:prefLabel "ThreeManifold"@en . + skos:prefLabel "ThreeManifold"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A topological space with the property that each point has a neighborhood that is homeomorphic to an open subset of 3-dimensional Euclidean space."@en . ### https://w3id.org/emmo#EMMO_5f278af9_8593_4e27_a717_ccc9e07a0ddf :EMMO_5f278af9_8593_4e27_a717_ccc9e07a0ddf rdf:type owl:Class ; rdfs:subClassOf :EMMO_46f0f8df_4dc6_418f_8036_10427a3a288e ; - skos:prefLabel "EuclideanSpace"@en . + skos:prefLabel "EuclideanSpace"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A three-manifold with Euclidean metric."@en . ### https://w3id.org/emmo#EMMO_86060335_31c2_4820_b433_27c64aea0366 :EMMO_86060335_31c2_4820_b433_27c64aea0366 rdf:type owl:Class ; rdfs:subClassOf :EMMO_9268958f_7f54_48ab_a693_febe2645892b ; - skos:prefLabel "Torus"@en . + skos:prefLabel "Torus"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The simplest 2-manifold with genus 1."@en . ### https://w3id.org/emmo#EMMO_9268958f_7f54_48ab_a693_febe2645892b :EMMO_9268958f_7f54_48ab_a693_febe2645892b rdf:type owl:Class ; rdfs:subClassOf :EMMO_b5957cef_a287_442d_a3ce_fd39f20ba1cd ; skos:altLabel "2-manifold"@en ; - skos:prefLabel "TwoManifold"@en . + skos:prefLabel "TwoManifold"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A topological space with the property that each point has a neighborhood that is homeomorphic to an open subset of 2-dimensional Euclidean space."@en . ### https://w3id.org/emmo#EMMO_b2a234a8_579a_422c_9305_b8f7e72c76cd :EMMO_b2a234a8_579a_422c_9305_b8f7e72c76cd rdf:type owl:Class ; rdfs:subClassOf :EMMO_0c576e13_4ee7_4f3d_bfe9_1614243df018 ; - skos:prefLabel "Circle"@en . + skos:prefLabel "Circle"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Self-connected one-manyfold."@en . ### https://w3id.org/emmo#EMMO_b5957cef_a287_442d_a3ce_fd39f20ba1cd :EMMO_b5957cef_a287_442d_a3ce_fd39f20ba1cd rdf:type owl:Class ; rdfs:subClassOf :EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 ; - skos:example """A geometrical object can be expressed in many different forms. + skos:example """A geometrical object can be expressed in many different forms. For example, a line can be expressed by: a) an equation like y=mx+q, which is both an 'equation' and a 'geometrical' @@ -128,7 +128,22 @@ The case a) is a geometrical and mathematical, b) is geometrical and pictorial, ### https://w3id.org/emmo#EMMO_d7bf784a_db94_4dd9_861c_54f262846fbf :EMMO_d7bf784a_db94_4dd9_861c_54f262846fbf rdf:type owl:Class ; rdfs:subClassOf :EMMO_9268958f_7f54_48ab_a693_febe2645892b ; - skos:prefLabel "Sphere"@en . + skos:prefLabel "Sphere"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A standard 2-manifold with no unconnected boundaries."@en . + + +### https://w3id.org/emmo/disciplines/geometrical#EMMO_750d42f1_c291_42ce_91b2_a079d79639fb +:EMMO_750d42f1_c291_42ce_91b2_a079d79639fb rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9268958f_7f54_48ab_a693_febe2645892b ; + skos:prefLabel "Cylinder"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 2-manifold with one unconnected boundary and two \"faces\"."@en . + + +### https://w3id.org/emmo/disciplines/geometrical#EMMO_8406f483_eafc_4700_b6c0_5d2908ea2adf +:EMMO_8406f483_eafc_4700_b6c0_5d2908ea2adf rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9268958f_7f54_48ab_a693_febe2645892b ; + skos:prefLabel "MobiusStrip"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 2-manifold with one unconnected boundary and one \"face\"."@en . ### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi diff --git a/disciplines/isq.ttl b/disciplines/isq.ttl index d873b5f8..833a3cce 100644 --- a/disciplines/isq.ttl +++ b/disciplines/isq.ttl @@ -20,22 +20,17 @@ ISQ underlines the SI system and defines physical quanties that are measured wit ISQ has 7 base quantities and many derived quantities defined in terms of the 7 base quantities. The number of derived quantities not closed and may increase based on the need by domain ontologies."""@en ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" , - "Jesper Friis, SINTEF, NO" ; + dcterms:contributor ; + dcterms:creator , + , + , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "International System of Quantities (ISQ)"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "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-rc1" . + 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-rc1" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Annotation properties @@ -144,11 +139,11 @@ email: emanuele.ghedini@unibo.it"""@en , skos:prefLabel "Velocity"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Velocity" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q11465" ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 """Vector quantity giving the rate of change of a position vector. - --- ISO 80000-3"""@en ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-8.1" , - "3‑10.1" . + "3‑10.1" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Vector quantity giving the rate of change of a position vector. + +-- ISO 80000-3"""@en . ### https://w3id.org/emmo#EMMO_034bc7dd_a8c2_4ed0_8b51_66ac9b00342f @@ -212,7 +207,7 @@ email: emanuele.ghedini@unibo.it"""@en , skos:altLabel "MoleFraction"@en ; skos:prefLabel "AmountFraction"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/MoleFraction" ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The amount of a constituent divided by the total amount of all constituents in a mixture."@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The amount of a constituent divided by the total amount of all constituents in a mixture."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00296" . @@ -237,10 +232,10 @@ email: emanuele.ghedini@unibo.it"""@en , ### https://w3id.org/emmo#EMMO_04cf0295_3e8f_4693_a87f_3130d125cf05 :EMMO_04cf0295_3e8f_4693_a87f_3130d125cf05 rdf:type owl:Class ; rdfs:subClassOf :EMMO_1f087811_06cb_42d5_90fb_25d0e7e068ef ; - rdfs:comment "Force of gravity acting on a body."@en ; skos:prefLabel "Weight"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Weight" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-9.2" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Force of gravity acting on a body."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.W06668" . @@ -261,7 +256,6 @@ email: emanuele.ghedini@unibo.it"""@en , ] ; owl:allValuesFrom :EMMO_5b2222df_4da6_442f_8244_96e9e45887d1 ] ; - rdfs:comment "Quantity representing the spatial distribution of mass in a continuous material."@en ; skos:altLabel "MassConcentration"@en , "MassDensity"@en ; skos:prefLabel "Density"@en ; @@ -269,6 +263,7 @@ email: emanuele.ghedini@unibo.it"""@en , :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "Mass per volume."@en , "4-2" , "9-10" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantity representing the spatial distribution of mass in a continuous material."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.D01590" . @@ -324,8 +319,8 @@ email: emanuele.ghedini@unibo.it"""@en , ] ; skos:prefLabel "AtomicNumber"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/AtomicNumber" ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Number of protons in an atomic nucleus."@en ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-1.1" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of protons in an atomic nucleus."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00499" . @@ -379,11 +374,11 @@ email: emanuele.ghedini@unibo.it"""@en , owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185 ] ; - rdfs:comment "Measure for how the magnetization of material is affected by the application of an external magnetic field ."@en ; skos:altLabel "ElectromagneticPermeability" ; skos:prefLabel "Permeability"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/ElectromagneticPermeability" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-26.2" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure for how the magnetization of material is affected by the application of an external magnetic field ."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.P04503" . @@ -574,11 +569,11 @@ email: emanuele.ghedini@unibo.it"""@en , owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b ] ; - rdfs:comment "Measure for how the polarization of a material is affected by the application of an external electric field."@en ; skos:prefLabel "Permittivity"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Permittivity" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-14.1" , "6-14.2" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure for how the polarization of a material is affected by the application of an external electric field."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.P04507" . @@ -611,7 +606,9 @@ email: emanuele.ghedini@unibo.it"""@en , :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/IsentropicCompressibility" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2990695" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-32" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-5.2" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-5.2" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantity characterizing the relative variation of volume V with pressure p at constant entropy."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The coherent SI unit of isentropic compressibility is pascal to the power minus one, 1/Pa."@en . ### https://w3id.org/emmo#EMMO_109e8c69_4148_4cb0_9ceb_fbd526befca0 @@ -633,7 +630,8 @@ email: emanuele.ghedini@unibo.it"""@en , skos:altLabel "RelativeActivityOfSolute"@en ; skos:prefLabel "ActivityOfSolute"@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q89408862" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-24" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-24" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For a solute X in a solution; quantity proportional to the absolute activity."@en . ### https://w3id.org/emmo#EMMO_126e57a9_0f9c_4315_a031_bc273a0f302b @@ -664,11 +662,11 @@ email: emanuele.ghedini@unibo.it"""@en , ### https://w3id.org/emmo#EMMO_12d4ba9b_2f89_4ea3_b206_cd376f96c875 :EMMO_12d4ba9b_2f89_4ea3_b206_cd376f96c875 rdf:type owl:Class ; rdfs:subClassOf :EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2 ; - rdfs:comment "Heat is energy in transfer to or from a thermodynamic system, by mechanisms other than thermodynamic work or transfer of matter."@en ; skos:altLabel "AmountOfHeat" ; skos:prefLabel "Heat"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Heat" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-6.1" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Heat is energy in transfer to or from a thermodynamic system, by mechanisms other than thermodynamic work or transfer of matter."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.H02752" . @@ -774,16 +772,18 @@ email: emanuele.ghedini@unibo.it"""@en , skos:prefLabel "Rotation"@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q76435127" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-05-22" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-16" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-14" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of turns."@en , + "Rotation is not necessarily integer."@en . ### https://w3id.org/emmo#EMMO_16f2fe60_2db7_43ca_8fee_5b3e416bfe87 :EMMO_16f2fe60_2db7_43ca_8fee_5b3e416bfe87 rdf:type owl:Class ; rdfs:subClassOf :EMMO_06448f64_8db6_4304_8b2c_e785dba82044 , :EMMO_a356870d_409a_4de6_a910_0d8498e593ff ; - rdfs:comment "Mass of a constituent divided by the volume of the mixture."@en ; skos:prefLabel "MassConcentration"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/MassConcentration" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Mass of a constituent divided by the volume of the mixture."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03713" . @@ -996,9 +996,9 @@ Entropy"""@en ; owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf ] ; - rdfs:comment "In geometrical optics, vergence describes the curvature of optical wavefronts."@en ; skos:prefLabel "Vergence"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Curvature" . + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Curvature" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In geometrical optics, vergence describes the curvature of optical wavefronts."@en . ### https://w3id.org/emmo#EMMO_1eb6b28e_f260_4f04_ada1_19c6dcb668d9 @@ -1010,7 +1010,7 @@ Entropy"""@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q25098876" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=815-13-61" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-17" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "for metals, the resistivity extrapolated to zero thermodynamic temperature"@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For metals, the resistivity extrapolated to zero thermodynamic temperature."@en . ### https://w3id.org/emmo#EMMO_1f087811_06cb_42d5_90fb_25d0e7e068ef @@ -1114,7 +1114,9 @@ Entropy"""@en ; owl:disjointWith :EMMO_3434b127_1820_43a7_9e13_b96f25e66ee8 ; skos:prefLabel "ActivityFactor"@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q89335167" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-22" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-22" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For substance X in a liquid or a solid mixture; quotient of absolute activity of substance X and the product of absolute activity of the pure substance X at the same temperature and pressure and amount-of-substance fraction of substance X."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Activity factors can also be obtained applying Raoult's law or Henry's law."@en . ### https://w3id.org/emmo#EMMO_2558579d_fd7e_4c15_8ad4_2050ca0acc5e @@ -1168,6 +1170,7 @@ Entropy"""@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q865821" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-24" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-20.4" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Internal energy minus the product of thermodynamic temperature and entropy."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.H02772" . @@ -1196,7 +1199,8 @@ Entropy"""@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SectionModulus" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1930808" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-31" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-22" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-22" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Geometrical characteristic of a shape of a body."@en . ### https://w3id.org/emmo#EMMO_26c6f1b3_c33f_4804_a3e8_3c5c931582b3 @@ -1239,7 +1243,8 @@ Entropy"""@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ThermalDiffusivity" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q3381809" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-53" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-14" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-14" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of thermal conductivity and the product of mass density and specific heat capacity."@en . ### https://w3id.org/emmo#EMMO_27c8e4db_eb18_402c_951e_6a38751cf1d0 @@ -1387,7 +1392,7 @@ Entropy"""@en ; skos:prefLabel "DissociationConstant"@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q898254" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-10"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "ratio of the number of dissociated molecules of a specified type to the total number of dissolved molecules of this type."@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ratio of the number of dissociated molecules of a specified type to the total number of dissolved molecules of this type."@en . ### https://w3id.org/emmo#EMMO_2e6c62da_2836_42c1_b2f9_dd801eef5992 @@ -1509,6 +1514,7 @@ Entropy"""@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ActivityCoefficient" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q745224" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-25" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coefficient in thermodynamics used to account for deviation of a mixture of chemical substances from ideal behaviour."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00116" . @@ -1622,7 +1628,8 @@ Entropy"""@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SecondPolarMomentOfArea" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1049636" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-30" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-21.2" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-21.2" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A geometrical property of an area which reflects how its points are distributed with regard to an arbitrary axis."@en . ### https://w3id.org/emmo#EMMO_38d65ffa_353f_4820_8781_ff986b63e517 @@ -1699,7 +1706,8 @@ Entropy"""@en ; skos:prefLabel "ThermodynamicCriticalMagneticFluxDensity"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ThermodynamicCriticalMagneticFluxDensity" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q106103200" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-36.1" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-36.1" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The magnetic flux density for disappearance of superconductivity in a type I superconductor."@en . ### https://w3id.org/emmo#EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b @@ -1902,7 +1910,8 @@ pH = −10 log(a_OH-)"""@en . :EMMO_e7ec6ee1_9de2_4791_a826_15b7682b6bee ; skos:prefLabel "ParticleConcentration"@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q39078574" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-9.1" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-9.1" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of particles of a given species per volume."@en . ### https://w3id.org/emmo#EMMO_3fe66e46_9343_4a36_b101_a732ad5f4f76 @@ -1933,10 +1942,10 @@ pH = −10 log(a_OH-)"""@en . ### https://w3id.org/emmo#EMMO_4091d5ec_a4df_42b9_a073_9a090839279f :EMMO_4091d5ec_a4df_42b9_a073_9a090839279f rdf:type owl:Class ; rdfs:subClassOf :EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2 ; - rdfs:comment "Measurement of energy in a thermodynamic system."@en ; skos:prefLabel "Enthalpy"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Enthalpy" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5.20-3" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measurement of energy in a thermodynamic system."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E02141" . @@ -1961,7 +1970,7 @@ pH = −10 log(a_OH-)"""@en . skos:prefLabel "SolubilityProduct"@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q11229788" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-23" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "product of the ion activities of the ions resulting from the dissociation of a solute in a saturated solution, raised to powers equal to their stoichiometric numbers."@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Product of the ion activities of the ions resulting from the dissociation of a solute in a saturated solution, raised to powers equal to their stoichiometric numbers."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05742" . @@ -2022,10 +2031,10 @@ pH = −10 log(a_OH-)"""@en . owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 ] ; - rdfs:comment "Product of mass and velocity."@en ; skos:prefLabel "Momentum"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Momentum" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-8" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Product of mass and velocity."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M04007" . @@ -2068,7 +2077,8 @@ pH = −10 log(a_OH-)"""@en . skos:prefLabel "StaticFrictionForce"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/StaticFriction" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q90862568" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-9.3" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-9.3" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Fhe force of friction on an object that is not moving."@en . ### https://w3id.org/emmo#EMMO_44afb828_82bf_4091_a7a0_7c80ec47281d @@ -2100,7 +2110,7 @@ pH = −10 log(a_OH-)"""@en . skos:altLabel "Position"@en ; skos:prefLabel "PositionVector"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/PositionVector" ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Vector r characterizing a point P in a point space with a given origin point O."@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Vector r characterizing a point P in a point space with a given origin point O."@en . ### https://w3id.org/emmo#EMMO_44ddbe46_0112_4185_b595_132866e902da @@ -2141,8 +2151,8 @@ pH = −10 log(a_OH-)"""@en . "StandardMolarConcentration"@en ; skos:prefLabel "StandardAmountConcentration"@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q88871689" ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Chosen value of amount concentration, usually equal to 1 mol dm−3."@en ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-12.2" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Chosen value of amount concentration, usually equal to 1 mol dm−3."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05909" . @@ -2201,7 +2211,7 @@ pH = −10 log(a_OH-)"""@en . :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q77989624" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-65" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-33" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Arithmetic average of (electric field strength multiplied by electric flux density) and (magnetic field strength multiplied by magnetic flux density)"@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Arithmetic average of (electric field strength multiplied by electric flux density) and (magnetic field strength multiplied by magnetic flux density)."@en . ### https://w3id.org/emmo#EMMO_485720e7_b24a_4149_86eb_9985b2bea4da @@ -2301,8 +2311,7 @@ pH = −10 log(a_OH-)"""@en . owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c ] ; - rdfs:comment """The electric potential is not unique, since any constant scalar -field quantity can be added to it without changing its gradient.""" ; + rdfs:comment "The electric potential is not unique, since any constant scalar field quantity can be added to it without changing its gradient."@en ; skos:altLabel "ElectroStaticPotential"@en ; skos:prefLabel "ElectricPotential"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/ElectricPotential" ; @@ -2807,15 +2816,17 @@ where m_0 is the rest mass of that particle and c_0 is the speed of light in a v :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ModulusOfAdmittance" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q79466359" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-52" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-52.4" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-52.4" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of the rms value of the electric current in a two-terminal element or a two-terminal circuit by the rms value of the voltage between its terminals."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Apparent admittance is often denoted by Y ."@en . ### https://w3id.org/emmo#EMMO_5eedba4d_105b_44d8_b1bc_e33606276ea2 :EMMO_5eedba4d_105b_44d8_b1bc_e33606276ea2 rdf:type owl:Class ; rdfs:subClassOf :EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ; - rdfs:comment "Factor by which the phase velocity of light is reduced in a medium."@en ; skos:prefLabel "RefractiveIndex"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/RefractiveIndex" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Factor by which the phase velocity of light is reduced in a medium."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.R05240" . @@ -2829,9 +2840,11 @@ where m_0 is the rest mass of that particle and c_0 is the speed of light in a v skos:altLabel "InverseDuration"@en , "InverseTime"@en , "ReciprocalTime"@en ; + skos:example "Frequency or rate."@en ; skos:prefLabel "ReciprocalDuration"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/InverseTime"@en ; - :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98690850"@en . + :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98690850"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A quantity defined as the inverse of time."@en . ### https://w3id.org/emmo#EMMO_5f375229_de0c_46bf_b11f_da9d3b742253 @@ -2920,12 +2933,12 @@ ChemicalPotential"""@en ; :EMMO_61a32ae9_8200_473a_bd55_59a9899996f4 rdf:type owl:Class ; rdfs:subClassOf :EMMO_0ee5779e_d798_4ee5_9bfe_c392d5bea112 , :EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2 ; - rdfs:comment "The DBpedia definition (http://dbpedia.org/page/Vacuum_permittivity) is outdated since May 20, 2019. It is now a measured constant."@en , - "The value of the absolute dielectric permittivity of classical vacuum."@en ; + rdfs:comment "The DBpedia definition (http://dbpedia.org/page/Vacuum_permittivity) is outdated since May 20, 2019. It is now a measured constant."@en ; skos:altLabel "PermittivityOfVacuum"@en ; skos:prefLabel "VacuumElectricPermittivity"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/constant/PermittivityOfVacuum" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-14.1" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The value of the absolute dielectric permittivity of classical vacuum."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.P04508" . @@ -2966,8 +2979,8 @@ ChemicalPotential"""@en ; rdfs:subClassOf :EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2 ; skos:prefLabel "Work"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Work" ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Product of force and displacement."@en ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-28.4" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Product of force and displacement."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.W06684" . @@ -3065,10 +3078,10 @@ Temperature is a relative quantity that can be used to express temperature diffe owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a ] ; - rdfs:comment "Measure of the extent and direction an object rotates about a reference point."@en ; skos:prefLabel "AngularMomentum"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/AngularMomentum" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-11" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure of the extent and direction an object rotates about a reference point."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00353" . @@ -3088,6 +3101,7 @@ Temperature is a relative quantity that can be used to express temperature diffe skos:prefLabel "StandardEquilibriumConstant"@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q95993378" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-32" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Constant of a chemical reaction. It is the value of its reaction quotient at chemical equilibrium, a state approached by a dynamic chemical system after sufficient time has elapsed at which its composition has no measurable tendency towards further change."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05915" . @@ -3148,7 +3162,7 @@ Temperature is a relative quantity that can be used to express temperature diffe :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/FermiAngularWavenumber" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105554303" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-9.2" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "angular wavenumber of electrons in states on the Fermi sphere"@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Angular wavenumber of electrons in states on the Fermi sphere."@en . ### https://w3id.org/emmo#EMMO_6b5af5a8_a2d8_4353_a1d6_54c9f778343d @@ -3305,7 +3319,8 @@ Temperature is a relative quantity that can be used to express temperature diffe :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SecondAxialMomentOfArea" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q91405496" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-29" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-21.1" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-21.1" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A geometrical property of an area which reflects how its points are distributed with regard to an arbitrary axis."@en . ### https://w3id.org/emmo#EMMO_71a0d05d_4c29_4eae_aff1_fb34b8d36f96 @@ -3470,7 +3485,7 @@ Temperature is a relative quantity that can be used to express temperature diffe :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-46" ; :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Angular_acceleration" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-13" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "vector quantity giving the rate of change of angular velocity"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Vector quantity giving the rate of change of angular velocity."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Angular_acceleration" . @@ -3493,13 +3508,13 @@ Temperature is a relative quantity that can be used to express temperature diffe ### https://w3id.org/emmo#EMMO_79a02de5_b884_4eab_bc18_f67997d597a2 :EMMO_79a02de5_b884_4eab_bc18_f67997d597a2 rdf:type owl:Class ; rdfs:subClassOf :EMMO_e88f75d6_9a17_4cfc_bdf7_43d7cea5a9a1 ; - rdfs:comment "Measure of the opposition that a circuit presents to a current when a voltage is applied."@en ; skos:altLabel "Impedance" ; skos:prefLabel "ElectricImpedance"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Impedance" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q179043" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-43" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-51.1"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure of the opposition that a circuit presents to a current when a voltage is applied."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electrical_impedance" . @@ -3518,10 +3533,10 @@ Temperature is a relative quantity that can be used to express temperature diffe :EMMO_7c055d65_2929_40e1_af4f_4bf10995ad50 rdf:type owl:Class ; rdfs:subClassOf :EMMO_602397bd_e302_42a6_be33_fe67ea81933a , :EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ; - rdfs:comment "Mass of a constituent divided by the total mass of all constituents in the mixture."@en ; skos:prefLabel "MassFraction"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/MassFraction" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-11" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Mass of a constituent divided by the total mass of all constituents in the mixture."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03722" . @@ -3534,7 +3549,6 @@ Temperature is a relative quantity that can be used to express temperature diffe owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950 ] ; - rdfs:comment "Electric current divided by the cross-sectional area it is passing through."@en ; skos:altLabel "AreicElectricCurrent"@en , "CurrentDensity"@en ; skos:prefLabel "ElectricCurrentDensity"@en ; @@ -3542,6 +3556,7 @@ Temperature is a relative quantity that can be used to express temperature diffe :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q234072" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-11" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-8" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electric current divided by the cross-sectional area it is passing through."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Current_density" ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E01928" . @@ -3632,12 +3647,12 @@ Temperature is a relative quantity that can be used to express temperature diffe :EMMO_8040a6f6_4736_4dd2_8d1c_f2c13cb77a71 rdf:type owl:Class ; rdfs:subClassOf :EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e , :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ; - rdfs:comment "For an ideal gas, isentropic exponent is equal to ratio of the specific heat capacities."@en ; skos:prefLabel "IsentropicExponent"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/IsentropicExponent" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q75775739" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-52" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-17.2" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-17.2" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For an ideal gas, isentropic exponent is equal to ratio of the specific heat capacities."@en . ### https://w3id.org/emmo#EMMO_80b19ae3_7248_4205_8c79_4e94f5f0444c @@ -3648,7 +3663,8 @@ Temperature is a relative quantity that can be used to express temperature diffe skos:prefLabel "GrandCanonicalPartionFunction"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/GrandCanonicalPartitionFunction" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q96176022" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-35.3" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-35.3" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Sum of canonical partition function Z (NA,NB,…) for the given number of particles A, B, ... multiplied by absolute activities of particles A, B, ..."@en . ### https://w3id.org/emmo#EMMO_80f3d95d_b1fd_46c0_b98a_b6b611b47105 @@ -3688,12 +3704,11 @@ pH = −10 log(a_H+)."""@en ; owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 ] ; - rdfs:comment """Length per unit time. - -Speed in the absolute value of the velocity."""@en ; skos:prefLabel "Speed"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Speed" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-8.2" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Length per unit time."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Speed in the absolute value of the velocity."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05852" . @@ -3933,10 +3948,10 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f ] ; - rdfs:comment "Energy per unit change in amount of substance."@en ; skos:prefLabel "ChemicalPotential"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/ChemicalPotential" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-17" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Energy per unit change in amount of substance."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.C01032" . @@ -4077,8 +4092,8 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m owl:disjointWith :EMMO_a5de0529_7c25_494c_951d_c0a561fd61fd ; skos:prefLabel "AbsorbedDose"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/AbsorbedDose" ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Energy imparted to matter by ionizing radiation in a suitable small element of volume divided by the mass of that element of volume."@en ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-81.1" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Energy imparted to matter by ionizing radiation in a suitable small element of volume divided by the mass of that element of volume."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00031" . @@ -4172,7 +4187,8 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m skos:prefLabel "MicrocanonicalPartitionFunction"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MicroCanonicalPartitionFunction" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q96106546" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-35.1" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-35.1" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of all quantum states consistent with given energy, volume, and external fields."@en . ### https://w3id.org/emmo#EMMO_90a39fcb_5087_451e_a92e_ce0adc6d80f1 @@ -4220,7 +4236,8 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/RelativePressureCoefficient" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q74761852" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-30" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-3.3" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-3.3" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relative change of pressure with temperature at constant volume."@en . ### https://w3id.org/emmo#EMMO_9140f0d2_fa24_4050_85d9_17d7d2e9e1df @@ -4254,12 +4271,12 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m ### https://w3id.org/emmo#EMMO_92b2fb85_2143_4bc7_bbca_df3e6944bfc1 :EMMO_92b2fb85_2143_4bc7_bbca_df3e6944bfc1 rdf:type owl:Class ; rdfs:subClassOf :EMMO_e88f75d6_9a17_4cfc_bdf7_43d7cea5a9a1 ; - rdfs:comment "The opposition of a circuit element to a change in current or voltage, due to that element's inductance or capacitance."@en ; skos:altLabel "Reactance" ; skos:prefLabel "ElectricReactance"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Reactance" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q193972" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-51.3"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The opposition of a circuit element to a change in current or voltage, due to that element's inductance or capacitance."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The imaginary part of the impedance."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electrical_reactance" ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.R05162" . @@ -4333,7 +4350,7 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ThomsonCoefficient" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105801233" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-23" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of Thomson heat power developed, and the electric current and temperature difference"@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of Thomson heat power developed, and the electric current and temperature difference."@en . ### https://w3id.org/emmo#EMMO_953d7ce1_2a40_4391_831f_e4be15162efb @@ -4386,10 +4403,10 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 ] ; - rdfs:comment "Extent of a surface."@en ; skos:prefLabel "Area"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Area" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-3" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Extent of a surface."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00429" . @@ -4416,10 +4433,10 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e ] ; - rdfs:comment "Measured in cd/m². Not to confuse with Illuminance, which is measured in lux (cd sr/m²)."@en , - "a photometric measure of the luminous intensity per unit area of light travelling in a given direction."@en ; + rdfs:comment "Measured in cd/m². Not to confuse with Illuminance, which is measured in lux (cd sr/m²)."@en ; skos:prefLabel "Luminance"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Luminance" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A photometric measure of the luminous intensity per unit area of light travelling in a given direction."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.L03640" . @@ -4435,6 +4452,7 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m skos:prefLabel "Degenerency"@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q902301" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-36.2" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For a quantum level, the statistical weight of that level."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.D01556" . @@ -4523,11 +4541,11 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b ] ; - rdfs:comment "Logarithmic measure of the number of available states of a system."@en , - "May also be referred to as a measure of order of a system."@en ; + rdfs:comment "May also be referred to as a measure of order of a system."@en ; skos:prefLabel "Entropy"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Entropy" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-18" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Logarithmic measure of the number of available states of a system."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E02149" . @@ -4539,7 +4557,8 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/IsothermalCompressibility" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2990696" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-31" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-5.1" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-5.1" ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Quantity characterising the relative variation of volume with pressure at constant thermodynamic temperature."@en . ### https://w3id.org/emmo#EMMO_9cffc70d_4b60_4187_a7cd_706f5740ae87 @@ -4568,14 +4587,17 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m ### https://w3id.org/emmo#EMMO_9e0891a6_4d87_4891_b557_69ab2bae1dae :EMMO_9e0891a6_4d87_4891_b557_69ab2bae1dae rdf:type owl:Class ; - rdfs:subClassOf :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , + rdfs:subClassOf :EMMO_50a44256_9dc5_434b_bad4_74a4d9a29989 , + :EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 , [ rdf:type owl:Restriction ; owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b ] ; skos:prefLabel "GaugePressure"@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q109594211" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-14.2" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-14.2" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The pressure measured relative to the ambient atmospheric pressure."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Gauge pressure can be measured using a diaphragm sensor, where one side of the diaphragm is exposed to the pressure media that is to be measured, while the other side is exposed to the ambient atmospheric pressure."@en . ### https://w3id.org/emmo#EMMO_9e2ab15a_f1c7_435b_91ff_bc774e6ba4e7 @@ -4619,7 +4641,7 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q431335" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-18" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-27.1" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "in a metal, highest occupied energy level at zero thermodynamic temperature, where energy level means the energy of an electron in the interior of a substance"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In a metal, highest occupied energy level at zero thermodynamic temperature, where energy level means the energy of an electron in the interior of a substance."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.F02340" . @@ -4683,7 +4705,7 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q783800" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-35" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-24.1" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "least energy required for the emission of a conduction electron."@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Least energy required for the emission of a conduction electron."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E02015" . @@ -4801,9 +4823,9 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m :EMMO_a3c78d6f_ae49_47c8_a634_9b6d86b79382 rdf:type owl:Class ; rdfs:subClassOf :EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2 , :EMMO_d859588d_44dc_4614_bc75_5fcd0058acc8 ; - rdfs:comment "The Rydberg constant represents the limiting value of the highest wavenumber (the inverse wavelength) of any photon that can be emitted from the hydrogen atom, or, alternatively, the wavenumber of the lowest-energy photon capable of ionizing the hydrogen atom from its ground state."@en ; skos:prefLabel "RybergConstant"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/constant/RydbergConstant" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The Rydberg constant represents the limiting value of the highest wavenumber (the inverse wavelength) of any photon that can be emitted from the hydrogen atom, or, alternatively, the wavenumber of the lowest-energy photon capable of ionizing the hydrogen atom from its ground state."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.R05430" . @@ -4817,7 +4839,8 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m ] ; skos:prefLabel "JouleThomsonCoefficient"@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q93946998" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-24" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-24" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Change of thermodynamic temperature with respect to pressure in a Joule-Thomson process at constant enthalpy."@en . ### https://w3id.org/emmo#EMMO_a45dc074_c5ed_4aad_a4e7_141a02fe1d73 @@ -4825,7 +4848,12 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m rdfs:subClassOf :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 , :EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ; skos:prefLabel "RelativeMassFractionOfVapour"@en ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-35" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-35" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Quotient of mass concentration of water vapour and mass concentration at its saturation + +ψ = r/rsat + +where r is mass ratio of water vapour to dry gas and rsat is the mass ratio of water vapour to dry gas at saturation of the same temperature."""@en . ### https://w3id.org/emmo#EMMO_a4e36749_1f44_4e6c_80e8_d5b27d986d8b @@ -5068,9 +5096,9 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 ] ; - rdfs:comment "Mass per unit area."@en ; skos:prefLabel "AreaDensity"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/SurfaceDensity" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Mass per unit area."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S06167" . @@ -5082,6 +5110,7 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e ] ; + skos:altLabel "Temperature"@en ; skos:prefLabel "ThermodynamicTemperature"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/ThermodynamicTemperature" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-1" ; @@ -5120,7 +5149,8 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m :EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ; skos:prefLabel "StatisticalWeightOfSubsystem"@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q96207431" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-36.1" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-36.1" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of different microstates in a subsystem."@en . ### https://w3id.org/emmo#EMMO_b14d9be5_f81e_469b_abca_379c2e83feab @@ -5233,13 +5263,13 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 ] ; - rdfs:comment "Strength of a magnetic field. Commonly denoted H."@en ; skos:altLabel "MagnetizingFieldStrength"@en ; skos:prefLabel "MagneticFieldStrength"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/MagneticFieldStrength" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q28123" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-56" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-25" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Strength of a magnetic field. Commonly denoted H."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03683" . @@ -5272,7 +5302,7 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m ] ; skos:prefLabel "Illuminance"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Illuminance" ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The total luminous flux incident on a surface, per unit area."@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The total luminous flux incident on a surface, per unit area."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.I02941" . @@ -5501,6 +5531,7 @@ the number of protons in the nucleus of an atom""" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/StandardChemicalPotential" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q89333468" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-21" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The value of the chemical potential under specified standard conditions (in the standard state)."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05908" . @@ -5521,7 +5552,8 @@ the number of protons in the nucleus of an atom""" ; :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ; skos:prefLabel "StandardAbsoluteActivityOfSolvent"@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q89556185" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-27.3" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-27.3" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For solvent A, standard absolute activity of the pure substance A at the same temperature and at a standard pressure."@en . ### https://w3id.org/emmo#EMMO_c05759c8_de71_4223_abba_630ae405b2b8 @@ -5548,7 +5580,7 @@ the number of protons in the nucleus of an atom""" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/RelativeMassConcentrationOfVapour" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q76379357" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-66" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "ratio of the mass concentration of water vapour v to its mass concentration at saturation vsat, at the same temperature, thus ψ = v/vsat."@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ratio of the mass concentration of water vapour v to its mass concentration at saturation vsat, at the same temperature, thus ψ = v/vsat."@en . ### https://w3id.org/emmo#EMMO_c12eb68b_8526_4c35_8346_c27194946353 @@ -5726,7 +5758,8 @@ the number of protons in the nucleus of an atom""" ; skos:prefLabel "CouplingFactor"@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q78101715" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-41" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-42.1" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-42.1" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ratio of the absolute value of the mutual permeance related to two circuit elements to the geometric average of their self-permeances."@en . ### https://w3id.org/emmo#EMMO_c7bc281c_0f58_431c_a66f_04be575fae7e @@ -5830,7 +5863,8 @@ the number of protons in the nucleus of an atom""" ; owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e ] ; - skos:prefLabel "ReciprocalVolume"@en . + skos:prefLabel "ReciprocalVolume"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Physical quantity for measuring per volume."@en . ### https://w3id.org/emmo#EMMO_ca54593a_6828_491b_8fda_22b0ad85e446 @@ -5873,7 +5907,7 @@ the number of protons in the nucleus of an atom""" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MacroscopicTotalCrossSection" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98280548" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-42.2" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Product of the number density na of the atoms and the cross section σ_tot for a given type of atoms"@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Product of the number density na of the atoms and the cross section σ_tot for a given type of atoms."@en . ### https://w3id.org/emmo#EMMO_cb77e107_43ed_4a97_bf39_03b3587404d3 @@ -5884,11 +5918,15 @@ the number of protons in the nucleus of an atom""" ; :EMMO_cbba91a7_d639_461f_ae23_d021751029e4 rdf:type owl:Class ; rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , :EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c ; + skos:example """The factors 1/2 and 3/2 in the chemical reaction formula below are stoicheiometric mumbers of substance. + + (1/2)N2 + (3/2)H2 = NH3"""@en ; skos:prefLabel "StoichiometricNumberOfSubstance"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/StoichiometricNumber" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q95443720" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-22" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-29" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For substance B, an integer number or a simple fraction, being negative for a reactant and positive for a product, occurring in the expression for a chemical reaction."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S06025" . @@ -5896,9 +5934,9 @@ the number of protons in the nucleus of an atom""" ; :EMMO_cc01751d_dd05_429b_9d0c_1b7a74d1f277 rdf:type owl:Class ; rdfs:subClassOf :EMMO_1604f495_328a_4f28_9962_f4cc210739dd , :EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95 ; - rdfs:comment "The negative of ElementaryCharge."@en ; skos:prefLabel "ElectronCharge"@en ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The charge of an electron."@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The negative of ElementaryCharge."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E01982" . @@ -5966,14 +6004,13 @@ the number of protons in the nucleus of an atom""" ; owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe ] ; - rdfs:comment """Measure of a material's ability to conduct an electric current. - -Conductivity is equeal to the resiprocal of resistivity."""@en ; + rdfs:comment "Conductivity is equeal to the resiprocal of resistivity."@en ; skos:altLabel "Conductivity" ; skos:prefLabel "ElectricConductivity"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/ElectricConductivity" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q4593291" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-43" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure of a material's ability to conduct an electric current."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.C01245" . @@ -6012,11 +6049,11 @@ Conductivity is equeal to the resiprocal of resistivity."""@en ; owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b ] ; - rdfs:comment "Force per unit oriented surface area ."@en , - "Measure of the internal forces that neighboring particles of a continuous material exert on each other."@en ; + rdfs:comment "Force per unit oriented surface area ."@en ; skos:prefLabel "Stress"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Stress" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-15" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-15" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure of the internal forces that neighboring particles of a continuous material exert on each other."@en . ### https://w3id.org/emmo#EMMO_d26859bb_bb6e_47bb_b46e_c2253414808e @@ -6157,12 +6194,12 @@ Conductivity is equeal to the resiprocal of resistivity."""@en ; owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 ] ; - rdfs:comment "The amount of a constituent divided by the volume of the mixture."@en ; skos:altLabel "Concentration"@en , "MolarConcentration"@en , "Molarity"@en ; skos:prefLabel "AmountConcentration"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/AmountOfSubstanceConcentrationOfB" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The amount of a constituent divided by the volume of the mixture."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00295" . @@ -6255,10 +6292,10 @@ Conductivity is equeal to the resiprocal of resistivity."""@en ; ### https://w3id.org/emmo#EMMO_d859588d_44dc_4614_bc75_5fcd0058acc8 :EMMO_d859588d_44dc_4614_bc75_5fcd0058acc8 rdf:type owl:Class ; rdfs:subClassOf :EMMO_ecec2983_7c26_4f8d_a981_51ca29668baf ; - rdfs:comment "The number of waves per unit length along the direction of propagation."@en ; skos:prefLabel "Wavenumber"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Wavenumber" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-18" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The number of waves per unit length along the direction of propagation."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.W06664" . @@ -6269,7 +6306,9 @@ Conductivity is equeal to the resiprocal of resistivity."""@en ; skos:prefLabel "CanonicalPartitionFunction"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/CanonicalPartitionFunction" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q96142389" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-35.2" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-35.2" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Sum over quantum states of energy in a system in equilibrium."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "In physics, a partition function describes the statistical properties of a system in thermodynamic equilibrium. Partition functions are functions of the thermodynamic state variables, such as the temperature and volume. Most of the aggregate thermodynamic variables of the system, such as the total energy, free energy, entropy, and pressure, can be expressed in terms of the partition function or its derivatives. The partition function is dimensionless."@en . ### https://w3id.org/emmo#EMMO_d97b27cb_61a4_4568_a38b_4edd4f224acc @@ -6305,9 +6344,9 @@ Conductivity is equeal to the resiprocal of resistivity."""@en ; ### https://w3id.org/emmo#EMMO_da831168_975a_41f8_baae_279c298569da :EMMO_da831168_975a_41f8_baae_279c298569da rdf:type owl:Class ; rdfs:subClassOf :EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2 ; - rdfs:comment "Physical constant in Newton's law of gravitation and in Einstein's general theory of relativity."@en ; skos:prefLabel "NewtonianConstantOfGravity"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/constant/NewtonianConstantOfGravitation" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Physical constant in Newton's law of gravitation and in Einstein's general theory of relativity."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.G02695" . @@ -6362,7 +6401,7 @@ Conductivity is equeal to the resiprocal of resistivity."""@en ; "NucleonNumber" ; skos:prefLabel "MassNumber"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/MassNumber" ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Number of nucleons in an atomic nucleus."@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of nucleons in an atomic nucleus."@en . ### https://w3id.org/emmo#EMMO_dd48bd88_9855_4da9_9297_41ae8a3c41fc @@ -6395,12 +6434,12 @@ Conductivity is equeal to the resiprocal of resistivity."""@en ; :EMMO_de021e4f_918f_47ef_a67b_11120f56b9d7 rdf:type owl:Class ; rdfs:subClassOf :EMMO_09663630_1b84_4202_91e6_e641104f579e , :EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2 ; - rdfs:comment "The DBpedia and UIPAC Gold Book definitions (http://dbpedia.org/page/Vacuum_permeability, https://doi.org/10.1351/goldbook.P04504) are outdated since May 20, 2019. It is now a measured constant."@en , - "The value of magnetic permeability in a classical vacuum."@en ; + rdfs:comment "The DBpedia and UIPAC Gold Book definitions (http://dbpedia.org/page/Vacuum_permeability, https://doi.org/10.1351/goldbook.P04504) are outdated since May 20, 2019. It is now a measured constant."@en ; skos:altLabel "PermeabilityOfVacuum" ; skos:prefLabel "VacuumMagneticPermeability"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/constant/ElectromagneticPermeabilityOfVacuum" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-26.1" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-26.1" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The value of magnetic permeability in a classical vacuum."@en . ### https://w3id.org/emmo#EMMO_de2c6b70_bc1e_48ff_84b7_8fa16e0287fa @@ -6518,13 +6557,13 @@ Rain rate"""@en ; owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_359312ca_1d9d_4765_b20b_28d9f45d77e7 ] ; - rdfs:comment "Electric field strength divided by the current density."@en ; skos:altLabel "Resistivity" ; skos:prefLabel "ElectricResistivity"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Resistivity" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q108193" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-04" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-44" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electric field strength divided by the current density."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.R05316" . @@ -6611,10 +6650,10 @@ Rain rate"""@en ; owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_2da7408f_d389_4245_887d_a1743b81a9b6 ] ; - rdfs:comment "Derivative of velocity with respect to time."@en ; skos:prefLabel "Acceleration"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Acceleration" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-9.1" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Derivative of velocity with respect to time."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00051" . @@ -6626,7 +6665,8 @@ Rain rate"""@en ; skos:prefLabel "ThermodynamicEfficiency"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ThermalEfficiency" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1452104" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-25.1" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-25.1" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Performance measure of a device that uses thermal energy, expressed as the ratio of work done over thermal energy used."@en . ### https://w3id.org/emmo#EMMO_e467cc3f_676c_432e_b70e_19237d1bcc78 @@ -6636,9 +6676,9 @@ Rain rate"""@en ; ### https://w3id.org/emmo#EMMO_e46f3f24_c2ec_4552_8dd4_cfc5c0a89c09 :EMMO_e46f3f24_c2ec_4552_8dd4_cfc5c0a89c09 rdf:type owl:Class ; rdfs:subClassOf :EMMO_09b9021b_f97b_43eb_b83d_0a764b472bc2 ; - rdfs:comment "The radiant energy emitted, reflected, transmitted or received, per unit time."@en ; skos:prefLabel "RadiantFlux"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/RadiantFlux" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The radiant energy emitted, reflected, transmitted or received, per unit time."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.R05046" . @@ -6727,7 +6767,8 @@ Rain rate"""@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ElectrolyticConductivity" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q907564" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-03" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-44"@en . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-44"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electric conductivity of an electrolyte."@en . ### https://w3id.org/emmo#EMMO_e6efd70d_87b4_4e18_a471_9b29c7a1fe16 @@ -6790,7 +6831,8 @@ Rain rate"""@en ; skos:prefLabel "ThermalDiffusionRatio"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ThermalDiffusionRatio" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q96249433" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-40.1" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-40.1" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In a steady-state of a binary mixture in which thermal diffusion occurs; proportionality factor between gradient of the amount-of-subsstance fraction of the heavier substance B, and negative gradient of the local thermodynamic temperature divided by that temperature."@en . ### https://w3id.org/emmo#EMMO_e86c84bd_af21_402d_a1ad_42a90599f9eb @@ -6916,10 +6958,10 @@ Rain rate"""@en ; :EMMO_eb561764_276e_413d_a8cb_3a3154fd9bf8 rdf:type owl:Class ; rdfs:subClassOf :EMMO_e88f75d6_9a17_4cfc_bdf7_43d7cea5a9a1 , :EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95 ; - rdfs:comment "Resistance quantum."@en ; skos:prefLabel "VonKlitzingConstant"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/constant/VonKlitzingConstant" ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The von Klitzing constant is defined as Planck constant divided by the square of the elementary charge."@en . + :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The von Klitzing constant is defined as Planck constant divided by the square of the elementary charge."@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Resistance quantum."@en . ### https://w3id.org/emmo#EMMO_ebd133e3_b823_478d_984f_1e399c6c99aa @@ -7035,9 +7077,9 @@ Rain rate"""@en ; rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , :EMMO_f675294e_6f30_4b1d_a68e_a74e59f3b2fc ; skos:prefLabel "MolarEnthalpy"@en ; - :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "Enthalpy per amount of substance."@en , - "https://www.wikidata.org/wiki/Q88769977" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-6.2" . + :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q88769977" ; + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-6.2" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Enthalpy per amount of substance."@en . ### https://w3id.org/emmo#EMMO_ee98501a_5036_48b5_902b_4c68c6eeec1e @@ -7070,7 +7112,8 @@ Rain rate"""@en ; :EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c ; skos:prefLabel "NumberOfTurnsInAWinding"@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q77995997" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-38" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-38" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of turns in a winding."@en . ### https://w3id.org/emmo#EMMO_efe73b0e_006b_417a_98a7_6db26b3ce2ac @@ -7080,7 +7123,8 @@ Rain rate"""@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ModulusOfImpedance" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q25457909" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-44" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-51.4" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-51.4" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of the rms value of the voltage between the terminals of a two-terminal element or a two-terminal circuit by the rms value of the electric current in the element or circuit."@en . ### https://w3id.org/emmo#EMMO_f0b8bace_151e_4f54_8129_c180fd83ae44 @@ -7118,7 +7162,8 @@ Rain rate"""@en ; skos:prefLabel "SpecificEntropy"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SpecificEntropy" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q69423705" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-19" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-19" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of entropy and mass."@en . ### https://w3id.org/emmo#EMMO_f17133c2_bb33_4ffd_89fa_eef2b403d5e6 @@ -7143,13 +7188,13 @@ Rain rate"""@en ; owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 ] ; - rdfs:comment "Extent of an object in space."@en ; skos:prefLabel "Volume"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Volume" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q39297" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-04-40" ; :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Volume" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-4" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-4" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Extent of an object in space."@en . ### https://w3id.org/emmo#EMMO_f1be7d92_c57d_4698_a0ba_968130a3f9e1 @@ -7162,7 +7207,8 @@ Rain rate"""@en ; ] ; skos:prefLabel "SpecificGasConstant"@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q94372268" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-26" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-26" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of the Boltzmann constant and the mass m."@en . ### https://w3id.org/emmo#EMMO_f2c1a072_4ccb_46c4_a0f8_ac801d328d0f @@ -7191,8 +7237,8 @@ Rain rate"""@en ; skos:altLabel "PlaneAngle"@en ; skos:prefLabel "Angle"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/PlaneAngle" ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Ratio of circular arc length to radius."@en ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-5" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ratio of circular arc length to radius."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00346" . @@ -7220,7 +7266,7 @@ Rain rate"""@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q907334" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-09"@en ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-43" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "ratio of the number of dissociation events to the maximum number of theoretically possible dissociation events."@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ratio of the number of dissociation events to the maximum number of theoretically possible dissociation events."@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.D01566" . @@ -7355,7 +7401,8 @@ fine structure constant""" ; :EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ; skos:prefLabel "LatentHeat"@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q207721" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-6.2"@en . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-6.2"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Heat released or absorbed energy during a constant-temperature process."@en . ### https://w3id.org/emmo#EMMO_fbd27874_80aa_4aac_997b_91ab766342ac @@ -7408,7 +7455,7 @@ fine structure constant""" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q509598" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-54" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-52.3" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "imaginary part of the admittance"@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Imaginary part of the admittance."@en . ### https://w3id.org/emmo#EMMO_fcdf3dd6_c5d7_40d2_b062_b5580e37a9bd @@ -7538,7 +7585,9 @@ fine structure constant""" ; :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ; skos:prefLabel "ThermodynamicGrueneisenParameter"@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105658620" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-13" . + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-13" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A dimensionless thermodynamic parameter named after German physicist Eduard Grüneisen."@en ; + :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Gr%C3%BCneisen_parameter"^^xsd:anyURI . ### https://w3id.org/emmo#EMMO_ffb73b1e_5786_43e4_a964_cb32ac7affb7 diff --git a/disciplines/manufacturing.ttl b/disciplines/manufacturing.ttl index 215e7e65..6cdaf40b 100644 --- a/disciplines/manufacturing.ttl +++ b/disciplines/manufacturing.ttl @@ -13,28 +13,16 @@ owl:imports , ; dcterms:abstract "Describes manufacturing processes with engineered participants. The module also provides a root for engineered materials."@en ; - dcterms:contributor "Access, DE" , - "Fraunhofer IWM, DE" , - "Goldbeck Consulting Ltd (UK)" , - "SINTEF, NO" , - "University of Bologna, IT" ; - dcterms:creator "Adham Hashibon" , - "Emanuele Ghedini" , - "Georg Schmitz" , - "Gerhard Goldbeck" , - "Jesper Friis" ; + dcterms:creator , + , + , + , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Manufacturing"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@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-rc1" . ################################################################# diff --git a/disciplines/materials.ttl b/disciplines/materials.ttl index f8b651ab..e6e9e17f 100644 --- a/disciplines/materials.ttl +++ b/disciplines/materials.ttl @@ -12,28 +12,16 @@ owl:versionIRI ; owl:imports ; dcterms:abstract "The materials module populates the physicalistic perspective with materials subclasses categorised according to modern applied physical sciences."@en ; - dcterms:contributor "Access, DE" , - "Fraunhofer IWM, DE" , - "Goldbeck Consulting Ltd, UK" , - "SINTEF, NO" , - "University of Bologna, IT" ; - dcterms:creator "Adham Hashibon" , - "Emanuele Ghedini" , - "Georg Schmitz" , - "Gerhard Goldbeck" , - "Jesper Friis" ; + dcterms:creator , + , + , + , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Materials"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@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-rc1" . ################################################################# diff --git a/disciplines/math.ttl b/disciplines/math.ttl index 8e96cb47..5f3ff181 100644 --- a/disciplines/math.ttl +++ b/disciplines/math.ttl @@ -14,28 +14,16 @@ , ; 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:contributor "Access, DE" , - "Fraunhofer IWM, DE" , - "Goldbeck Consulting Ltd (UK)" , - "SINTEF, NO" , - "University of Bologna, IT" ; - dcterms:creator "Adham Hashibon" , - "Emanuele Ghedini" , - "Georg Schmitz" , - "Gerhard Goldbeck" , - "Jesper Friis" ; + dcterms:creator , + , + , + , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Math"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@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-rc1" . ################################################################# diff --git a/disciplines/metrology.ttl b/disciplines/metrology.ttl index 8f8471bc..a537bb1f 100644 --- a/disciplines/metrology.ttl +++ b/disciplines/metrology.ttl @@ -18,29 +18,17 @@ dcterms:abstract """Defines the formal language of metrology, including theoretical and practical aspects of measurements. This module is based on the International vocabulary of metrology (VIM) as well as the ISO/IEC 80000 standard."""@en ; - dcterms:contributor "Access, DE" , - "Fraunhofer IWM, DE" , - "Goldbeck Consulting Ltd, UK" , - "SINTEF, NO" , - "University of Bologna, IT" ; - dcterms:creator "Adham Hashibon" , - "Emanuele Ghedini" , - "Georg Schmitz" , - "Gerhard Goldbeck" , - "Jesper Friis" ; + dcterms:creator , + , + , + , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Metrology"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "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-rc1" . + 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-rc1" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Annotation properties @@ -414,7 +402,8 @@ Number of apples"""@en ; ### https://w3id.org/emmo#EMMO_3eb993a1_61ae_4a20_b168_dda853f51c14 :EMMO_3eb993a1_61ae_4a20_b168_dda853f51c14 rdf:type owl:Class ; rdfs:subClassOf :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ; - skos:prefLabel "SystemUnit"@en . + skos:prefLabel "SystemUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit that belongs to one or more unit systems."@en . ### https://w3id.org/emmo#EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2 @@ -519,7 +508,8 @@ J stands for N m"""@en ; rdf:type owl:Class ] ; rdfs:subClassOf :EMMO_89a0c87c_0804_4013_937a_6fe234d9499c ; - skos:prefLabel "MetrologicalConstruct"@en . + skos:prefLabel "MetrologicalConstruct"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbolic construct used within the discipline of metrology."@en . ### https://w3id.org/emmo#EMMO_79751276_b2d0_4e2f_bbd4_99d412f43d55 @@ -753,7 +743,7 @@ International vocabulary of metrology (VIM)"""@en ; :EMMO_cbdea88b_fef1_4c7c_b69f_ae1f0f241c4a rdf:type owl:Class ; skos:prefLabel "DimensionalUnit"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A subclass of measurement unit focusing on the physical dimensionality that is carried by the unit."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The current version of EMMO does not provide explicit classes for physical dimensions. Rather it embraces the fact that the physical dimensionality of a physical quantity is carried by its measurement unit. + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The current version of EMMO does not provide explicit classes for physical dimensions. Rather it embraces the fact that the physical dimensionality of a physical quantity is carried by its measurement unit. The role of dimensional unit and its subclasses is to express the physical dimensionality that is carried by the unit. diff --git a/disciplines/models.ttl b/disciplines/models.ttl index 445f287b..dbd42bc5 100644 --- a/disciplines/models.ttl +++ b/disciplines/models.ttl @@ -17,28 +17,16 @@ , ; dcterms:abstract "The models module defines models as semiotic signs that stands for an object by resembling or imitating it, in shape or by sharing a similar logical structure."@en ; - dcterms:contributor "Access, DE" , - "Fraunhofer IWM, DE" , - "Goldbeck Consulting Ltd, UK" , - "SINTEF, NO" , - "University of Bologna, IT" ; - dcterms:creator "Adham Hashibon" , - "Emanuele Ghedini" , - "Georg Schmitz" , - "Gerhard Goldbeck" , - "Jesper Friis" ; + dcterms:creator , + , + , + , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Models"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@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-rc1" . ################################################################# diff --git a/disciplines/perceptual.ttl b/disciplines/perceptual.ttl index 39eb109b..1a02f5c1 100644 --- a/disciplines/perceptual.ttl +++ b/disciplines/perceptual.ttl @@ -12,28 +12,16 @@ owl:versionIRI ; owl:imports ; dcterms:abstract "The perceptual module provides classes for the representation of human perceptions."@en ; - dcterms:contributor "Access, DE" , - "Fraunhofer IWM, DE" , - "Goldbeck Consulting Ltd, UK" , - "SINTEF, NO" , - "University of Bologna, IT" ; - dcterms:creator "Adham Hashibon" , - "Emanuele Ghedini" , - "Georg Schmitz" , - "Gerhard Goldbeck" , - "Jesper Friis" ; + dcterms:creator , + , + , + , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Perceptual"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "The EMMO requires FacT++ reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@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-rc1" . ################################################################# @@ -53,7 +41,7 @@ The Mona Lisa."""@en ; ### https://w3id.org/emmo#EMMO_4b3afb22_27cf_4ce3_88bc_492bfccb546b :EMMO_4b3afb22_27cf_4ce3_88bc_492bfccb546b rdf:type owl:Class ; skos:altLabel "Sound"@en ; - skos:example """When we use the term 'sound' what are we referring to? The EMMO identifis a sound as the physical object that can be heard by the observer (more exactly, by the sensor of the observer). + skos:example """When we use the term 'sound' what are we referring to? The EMMO identifis a sound as the physical object that can be heard by the observer (more exactly, by the sensor of the observer). In this sense, a sound (which is an acoustical object) is to be identified as the air region that manifests the sound wave and is able to be perceived by an observer. In case the wave is travelling through water or steel, then these other media regions are the sounds. diff --git a/disciplines/periodictable.py b/disciplines/periodictable.py index b4b42a36..58d4ba99 100755 --- a/disciplines/periodictable.py +++ b/disciplines/periodictable.py @@ -84,6 +84,7 @@ class hasChemicalSymbol(onto.hasProperty): name.capitalize() + 'Symbol', (onto.ChemicalElement, ) ) Element.is_a.append(onto.hasSymbolValue.value(symbol)) + Element.elucidation.append(en(f'The symbol that stands for the {name.lower()} atom.')) AtomClass = types.new_class(name.capitalize() + 'Atom', (onto.Atom, )) AtomClass.elucidation.append(en('Atom subclass for %s.' % name.lower())) @@ -106,10 +107,10 @@ class hasChemicalSymbol(onto.hasProperty): 'International license (CC BY 4.0).')) onto.metadata.title.append(en('Periodic table')) -onto.metadata.creator.append(en('Jesper Friis, SINTEF, NO')) -onto.metadata.creator.append(en('Francesca Lønstad Bleken, SINTEF, NO')) -onto.metadata.creator.append(en('Emanuele Ghedini, University of Bologna, IT')) -onto.metadata.publisher.append(en('EMMC ASBL')) +onto.metadata.creator.append(chemistry['Jesper Friis']) +onto.metadata.creator.append(chemistry["Francesca Lønstad Bleken"]) +onto.metadata.creator.append(chemistry["Emanuele Ghedini"]) +onto.metadata.publisher.append(chemistry["EMMC ASBL"]) onto.metadata.license.append(en( 'https://creativecommons.org/licenses/by/4.0/legalcode')) onto.metadata.versionInfo.append(en(version)) diff --git a/disciplines/periodictable.ttl b/disciplines/periodictable.ttl index 5f520ed6..d33d695c 100644 --- a/disciplines/periodictable.ttl +++ b/disciplines/periodictable.ttl @@ -7,11 +7,11 @@ :EMMO_0056cc2f-f2fe-558e-a65c-9a8fc5cea333 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 6 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_a7180b5f-d46d-5751-b3bc-ae28a6655992 ], + [ a owl:Restriction ; + owl:hasValue 6 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:hasValue 12.011 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], @@ -21,14 +21,14 @@ :EMMO_016c831e-66b7-546e-ad4a-fc22c739b0f5 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 76 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; owl:hasValue 190.23 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_fb1bb238-24bc-5d37-9243-414770fda5be ], + [ a owl:Restriction ; + owl:hasValue 76 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "OsmiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for osmium."@en . @@ -49,11 +49,11 @@ :EMMO_0761710a-3de3-5cff-a0cc-dfb8eba5a99d a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 48 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_b12e3fea-4467-5a08-9b14-67c51def1431 ], + [ a owl:Restriction ; + owl:hasValue 48 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:hasValue 112.414 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], @@ -63,67 +63,67 @@ :EMMO_08522112-0872-599f-9d81-81889333254e a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 247.07035 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_c97277f7-f011-51bb-aeb8-5e8b1f3f711c ], [ a owl:Restriction ; owl:hasValue 96 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_c97277f7-f011-51bb-aeb8-5e8b1f3f711c ], + owl:hasValue 247.07035 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "CuriumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for curium."@en . :EMMO_098f6f77-746a-5fcc-a6d1-4988929bf404 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_66c364c4-16b7-5d5f-abd5-b6977c46f525 ], - [ a owl:Restriction ; owl:hasValue 174.9668 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:hasValue 71 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_66c364c4-16b7-5d5f-abd5-b6977c46f525 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "LutetiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for lutetium."@en . :EMMO_0d37beeb-9dea-558e-82c5-4df3fb6d08d0 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 79 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + owl:hasValue 196.966569 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_811c67a9-bcdf-5a9e-bbce-28ae2af12915 ], [ a owl:Restriction ; - owl:hasValue 196.966569 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + owl:hasValue 79 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "GoldAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for gold."@en . :EMMO_0d8247fb-82b0-5ad6-996b-19469e1d7960 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; + owl:hasValue 42 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_e4c89307-e63b-57c8-8892-60924c65aa3b ], [ a owl:Restriction ; owl:hasValue 95.95 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; - owl:hasValue 42 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "MolybdenumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for molybdenum."@en . :EMMO_0e08326e-376b-5d54-ad2c-2a7cf274af61 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 208.9804 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; owl:hasValue 83 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + [ a owl:Restriction ; + owl:hasValue 208.9804 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_ed5acb06-0af0-5a3a-9b31-a1b32267f753 ], @@ -175,25 +175,25 @@ :EMMO_14729316-fa36-5eda-a5e6-86e28a5d80ba a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_357b32b5-7d1b-5649-b9bd-2b1b9359fcd0 ], + [ a owl:Restriction ; owl:hasValue 68 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:hasValue 167.259 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_357b32b5-7d1b-5649-b9bd-2b1b9359fcd0 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "ErbiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for erbium."@en . :EMMO_15595dc5-20a7-5b9f-a896-aad79f97bb8b a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 237.04817 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_e941986d-658b-5a08-ae3d-4cc170344b06 ], + [ a owl:Restriction ; + owl:hasValue 237.04817 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:hasValue 93 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], @@ -205,54 +205,54 @@ rdfs:subClassOf [ a owl:Restriction ; owl:hasValue 209.98715 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_c7651944-e33f-56bc-8d83-f6de9760d661 ], [ a owl:Restriction ; owl:hasValue 85 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_c7651944-e33f-56bc-8d83-f6de9760d661 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "AstatineAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for astatine."@en . :EMMO_18748aef-0e6b-5369-99b5-1e5ab1a0f99b a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_3565b4e7-51bd-57e5-afde-60be404857cf ], + owl:hasValue 140.90766 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:hasValue 59 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; - owl:hasValue 140.90766 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_3565b4e7-51bd-57e5-afde-60be404857cf ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "PraseodymiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for praseodymium."@en . :EMMO_1acc07d0-709d-53f4-9807-cbc0d144865c a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 108 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + owl:hasValue 269.1338 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_ef4ce791-8ba4-55cd-a6fa-778133a19d19 ], [ a owl:Restriction ; - owl:hasValue 269.1338 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + owl:hasValue 108 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "HassiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for hassium."@en . :EMMO_1b1aa658-a7d5-5bc6-9d78-37a901fd66dd a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; + owl:hasValue 56 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_d60619c8-1abe-52c0-9491-eb3086245e22 ], [ a owl:Restriction ; owl:hasValue 137.327 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; - owl:hasValue 56 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "BariumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for barium."@en . @@ -273,39 +273,39 @@ :EMMO_252f143a-2c00-5d9a-a551-c07daa22c5c0 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; + owl:hasValue 7 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_26b7c6ca-6c6c-52e0-ba01-dcc883e64d46 ], [ a owl:Restriction ; owl:hasValue 14.007 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; - owl:hasValue 7 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "NitrogenAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for nitrogen."@en . :EMMO_291a1550-d4cb-5934-b0db-0ea3c6a23932 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 87 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_c3a05192-7d78-5190-bc3e-3ea44cfc9d19 ], [ a owl:Restriction ; owl:hasValue 223.01974 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_c3a05192-7d78-5190-bc3e-3ea44cfc9d19 ], + owl:hasValue 87 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "FranciumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for francium."@en . :EMMO_29987c5a-a7fb-5207-9610-b94316977a3d a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 231.03588 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; owl:hasValue 91 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + [ a owl:Restriction ; + owl:hasValue 231.03588 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_209b3242-1274-5d1d-a965-f8cb3fcc1073 ], @@ -329,39 +329,39 @@ :EMMO_2b6dcba2-8e5f-50fb-8242-26fa609379a8 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; + owl:hasValue 20 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + [ a owl:Restriction ; owl:hasValue 40.078 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_38626021-30ac-5bd1-8776-0541a8341bf2 ], - [ a owl:Restriction ; - owl:hasValue 20 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "CalciumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for calcium."@en . :EMMO_2c701f72-a859-5e33-9552-b6bdbcbd28d9 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_179a652d-68c8-5412-9621-98b4b00984dd ], + [ a owl:Restriction ; owl:hasValue 25 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:hasValue 54.938044 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_179a652d-68c8-5412-9621-98b4b00984dd ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "ManganeseAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for manganese."@en . :EMMO_2c85ff7a-835c-5559-b369-193683d631c8 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 2 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_fad04773-08a7-5bd3-8990-06d7e9d2c21e ], + [ a owl:Restriction ; + owl:hasValue 2 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:hasValue 4.002602 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], @@ -371,25 +371,25 @@ :EMMO_2e36028f-f5a0-5a5a-af66-c357fb64765e a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 99 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; owl:hasValue 252.083 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_6b241a1f-2a5f-5ea8-b0aa-7b162d7d73e4 ], + [ a owl:Restriction ; + owl:hasValue 99 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "EinsteiniumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for einsteinium."@en . :EMMO_2e6eba5e-8c55-534c-b955-f09296e190e0 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_afee3bf0-d0e0-53dc-bfb1-b624b5724d47 ], - [ a owl:Restriction ; owl:hasValue 144.242 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_afee3bf0-d0e0-53dc-bfb1-b624b5724d47 ], [ a owl:Restriction ; owl:hasValue 60 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], @@ -399,42 +399,42 @@ :EMMO_3213514e-b1ba-506c-ae22-d4e3a688ddf3 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; + owl:hasValue 278.156 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_b2e41936-a44f-578d-960b-91f8f0135b2b ], [ a owl:Restriction ; owl:hasValue 109 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; - owl:hasValue 278.156 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "MeitneriumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for meitnerium."@en . :EMMO_36ab7281-0187-568f-b0b4-61e33dc08cfc a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 107.8682 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_e82869a8-32a8-5d57-81a8-e2d618976f23 ], [ a owl:Restriction ; owl:hasValue 47 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_e82869a8-32a8-5d57-81a8-e2d618976f23 ], + owl:hasValue 107.8682 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "SilverAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for silver."@en . :EMMO_380f1ba6-b4f3-51e2-a63f-ceeeca2ed2f4 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; + owl:hasValue 89 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + [ a owl:Restriction ; owl:hasValue 227.02775 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_3bf0809d-2f7c-5282-b7fd-2e5486f6dbd3 ], - [ a owl:Restriction ; - owl:hasValue 89 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "ActiniumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for actinium."@en . @@ -443,37 +443,37 @@ rdfs:subClassOf [ a owl:Restriction ; owl:hasValue 3 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_0755dd67-bdf1-5164-a706-55fcf9ced526 ], [ a owl:Restriction ; owl:hasValue 6.94 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_0755dd67-bdf1-5164-a706-55fcf9ced526 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "LithiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for lithium."@en . :EMMO_3bc0aedf-c43e-5d30-8688-44d19900a68b a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_ddcc9683-bee2-5ea0-8b18-54c85b551ad6 ], + owl:hasValue 45 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:hasValue 102.9055 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; - owl:hasValue 45 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_ddcc9683-bee2-5ea0-8b18-54c85b551ad6 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "RhodiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for rhodium."@en . :EMMO_3ea9993c-80b9-5133-b552-dce78cd17ade a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 88 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_9a24be51-7059-5306-af89-400c78a49e9c ], + [ a owl:Restriction ; + owl:hasValue 88 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:hasValue 226.02541 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], @@ -483,25 +483,25 @@ :EMMO_3f29d3e0-e9d9-5f1f-bd77-97af10125f7e a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_c1102bae-7e7d-5142-95fe-ec25c8cb4903 ], + [ a owl:Restriction ; owl:hasValue 111 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:hasValue 281.166 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_c1102bae-7e7d-5142-95fe-ec25c8cb4903 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "RoentgeniumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for roentgenium."@en . :EMMO_3fe9d899-f1f1-5657-b176-ac6afff2e93d a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 27 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_4aa59242-76e7-5cce-a126-c7e9c657e7ad ], + [ a owl:Restriction ; + owl:hasValue 27 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:hasValue 58.933194 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], @@ -513,37 +513,37 @@ rdfs:subClassOf [ a owl:Restriction ; owl:hasValue 74.921595 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_0ba17fb4-6149-5332-b65f-0639ace42edf ], [ a owl:Restriction ; owl:hasValue 33 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_0ba17fb4-6149-5332-b65f-0639ace42edf ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "ArsenicAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for arsenic."@en . :EMMO_41f2ed3b-aba4-5b99-a5a1-547109a7cb4c a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_f21db3a4-d5de-52dd-9460-5cdd138fb83f ], + owl:hasValue 262.11 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:hasValue 103 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; - owl:hasValue 262.11 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_f21db3a4-d5de-52dd-9460-5cdd138fb83f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "LawrenciumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for lawrencium."@en . :EMMO_48be0f49-9e7f-51c1-96ce-88e7794a13b0 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_96fb9a6c-80d6-57fa-a4f2-0d2a59232418 ], - [ a owl:Restriction ; owl:hasValue 15.999 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_96fb9a6c-80d6-57fa-a4f2-0d2a59232418 ], [ a owl:Restriction ; owl:hasValue 8 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], @@ -567,14 +567,14 @@ :EMMO_52a611ba-81df-5557-9dfe-c55e4d0f5860 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 53 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; owl:hasValue 126.90447 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_c10700ef-832b-5b39-a0a0-5e3f5f17b8e8 ], + [ a owl:Restriction ; + owl:hasValue 53 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "IodineAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for iodine."@en . @@ -583,12 +583,12 @@ rdfs:subClassOf [ a owl:Restriction ; owl:hasValue 110 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; - owl:hasValue 281.165 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_71d48627-4696-54c2-a990-4fdd9f353aef ], + [ a owl:Restriction ; + owl:hasValue 281.165 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "DarmastadtiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for darmastadtium."@en . @@ -609,42 +609,42 @@ :EMMO_57a7ab6b-30a4-54e5-821d-0b8efb5e08b2 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_bd93ef72-3d4f-5f17-b613-01f440296995 ], + [ a owl:Restriction ; owl:hasValue 29 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:hasValue 63.546 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_bd93ef72-3d4f-5f17-b613-01f440296995 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "CopperAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for copper."@en . :EMMO_59d342fd-1ace-5b68-9d0d-ed4ff9f55d63 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 232.0377 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + owl:hasValue 90 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_e9fbc98d-3ac1-5a2d-a354-6e3ba1412157 ], [ a owl:Restriction ; - owl:hasValue 90 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + owl:hasValue 232.0377 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "ThoriumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for thorium."@en . :EMMO_5a4790e5-b11b-5a0c-80e4-81515c27a560 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_93582808-e5fc-5bb5-bc7a-0e674e1a7f0e ], + [ a owl:Restriction ; owl:hasValue 1 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:hasValue 1.008 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_93582808-e5fc-5bb5-bc7a-0e674e1a7f0e ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "HydrogenAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for hydrogen."@en . @@ -681,51 +681,51 @@ rdfs:subClassOf [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_a30e9658-1a08-50cc-b200-25dbc8add30a ], - [ a owl:Restriction ; - owl:hasValue 10.81 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:hasValue 5 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + [ a owl:Restriction ; + owl:hasValue 10.81 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "BoronAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for boron."@en . :EMMO_65d84215-de2a-56c9-80e3-a49d08dfc1de a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 150.36 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_96252ae5-c061-5ba0-80a4-774e5d949e06 ], [ a owl:Restriction ; owl:hasValue 62 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_96252ae5-c061-5ba0-80a4-774e5d949e06 ], + owl:hasValue 150.36 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "SamariumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for samarium."@en . :EMMO_67761ddc-260b-5945-bfc3-311813ab71c9 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 270.133 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_0805a892-352b-53e3-9577-60aa0835bc17 ], [ a owl:Restriction ; owl:hasValue 107 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_0805a892-352b-53e3-9577-60aa0835bc17 ], + owl:hasValue 270.133 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "BohriumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for bohrium."@en . :EMMO_67eaac8f-7f83-5bca-b1d0-10451d3a88a1 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 271.134 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_3fb44e47-7de9-5d86-9320-5949d8792951 ], + [ a owl:Restriction ; + owl:hasValue 271.134 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:hasValue 106 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], @@ -735,39 +735,39 @@ :EMMO_694e27a2-f3ee-5a3e-8851-d6f78d79d84e a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_6b670dce-5692-5505-9688-8f735b325214 ], + [ a owl:Restriction ; owl:hasValue 32 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:hasValue 72.63 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_6b670dce-5692-5505-9688-8f735b325214 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "GermaniumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for germanium."@en . :EMMO_6e467e25-2883-5f7b-a60f-2f4b651bba3f a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_15841f91-ad7d-5b81-89d1-c12b13e42f32 ], + [ a owl:Restriction ; owl:hasValue 94 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:hasValue 244.06421 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_15841f91-ad7d-5b81-89d1-c12b13e42f32 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "PlutoniumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for plutonium."@en . :EMMO_706cac26-78f1-5ca4-a63c-2600828db412 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 117 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_490c2981-b1cb-5f8c-be82-17a1ef1c27b4 ], + [ a owl:Restriction ; + owl:hasValue 117 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:hasValue 293.208 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], @@ -777,25 +777,25 @@ :EMMO_71c716bf-75bb-529f-b7c8-9d36a7c58b3a a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 31 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_b546b51b-c19d-5368-8810-c9e4e9b1c1f3 ], [ a owl:Restriction ; owl:hasValue 69.723 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_b546b51b-c19d-5368-8810-c9e4e9b1c1f3 ], + owl:hasValue 31 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "GalliumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for gallium."@en . :EMMO_72379870-0d00-5e48-912b-62cbd5b3f548 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 83.798 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_7c79a41c-c0aa-564b-b0b1-6fd4ee6f3256 ], + [ a owl:Restriction ; + owl:hasValue 83.798 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:hasValue 36 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], @@ -805,11 +805,11 @@ :EMMO_733b8473-aa8f-59d5-81c3-c97ca40ea9d0 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 88.90584 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_74fd9704-69a8-5112-b65a-72ba05bba315 ], + [ a owl:Restriction ; + owl:hasValue 88.90584 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:hasValue 39 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], @@ -819,11 +819,11 @@ :EMMO_73e73382-f3c0-5d09-bcee-f6e380269388 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_c45d9e2f-54f3-5464-82f3-c0f11a36389a ], - [ a owl:Restriction ; owl:hasValue 144.91276 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_c45d9e2f-54f3-5464-82f3-c0f11a36389a ], [ a owl:Restriction ; owl:hasValue 61 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], @@ -833,28 +833,28 @@ :EMMO_749a9347-0b50-530a-995a-054f2a90bc0d a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 207.2 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; owl:hasValue 82 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_717d8808-5085-5f35-86b4-6bc75bafac0b ], + [ a owl:Restriction ; + owl:hasValue 207.2 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "LeadAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for lead."@en . :EMMO_755d962f-c703-514f-8d90-ca4f55e331d4 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_69e0ff08-9843-5ca2-b2bb-58467b07c4bb ], + [ a owl:Restriction ; owl:hasValue 39.948 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:hasValue 18 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_69e0ff08-9843-5ca2-b2bb-58467b07c4bb ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "ArgonAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for argon."@en . @@ -863,65 +863,65 @@ rdfs:subClassOf [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_8fbc9110-c822-5b8e-a5fc-ee5430d9f34a ], - [ a owl:Restriction ; - owl:hasValue 113 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:hasValue 286.182 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + [ a owl:Restriction ; + owl:hasValue 113 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "NihoniumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for nihonium."@en . :EMMO_784119c1-c336-5b0c-80fc-4cc8bddc99ca a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 84 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; owl:hasValue 208.98243 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_af362dae-2da6-595e-8581-21a8363a5a54 ], + [ a owl:Restriction ; + owl:hasValue 84 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "PoloniumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for polonium."@en . :EMMO_78c3f353-1296-5dca-9759-7c59a7f53927 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_ce8cedc4-4835-5298-b723-6223d2a17e5a ], - [ a owl:Restriction ; owl:hasValue 267.122 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:hasValue 104 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_ce8cedc4-4835-5298-b723-6223d2a17e5a ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "RutherfordiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for rutherfordium."@en . :EMMO_7905373a-cf03-57fe-a627-bfdb1db9369c a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_6bd7b6f4-db3b-58da-b9a0-58f44bb3ed37 ], + owl:hasValue 30.973761998 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:hasValue 15 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; - owl:hasValue 30.973761998 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_6bd7b6f4-db3b-58da-b9a0-58f44bb3ed37 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "PhosphorusAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for phosphorus."@en . :EMMO_798b0c96-82ca-5ce8-8d5f-f9f72668cf5d a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 28.085 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_4f9670f5-14ca-53da-a1ea-9b0550a61035 ], + [ a owl:Restriction ; + owl:hasValue 28.085 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:hasValue 14 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], @@ -931,14 +931,14 @@ :EMMO_7aa6b5b1-34c8-5d37-9db0-cc6a232f3946 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_1c5c8217-481b-5ae9-b44f-9ec353f6ea93 ], - [ a owl:Restriction ; owl:hasValue 289.19 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:hasValue 114 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_1c5c8217-481b-5ae9-b44f-9ec353f6ea93 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "FleroviumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for flerovium."@en . @@ -947,12 +947,12 @@ rdfs:subClassOf [ a owl:Restriction ; owl:hasValue 183.84 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; - owl:hasValue 74 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_68a887df-63af-55c0-8239-b0b8edaa94ea ], + [ a owl:Restriction ; + owl:hasValue 74 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "TungstenAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for tungsten."@en . @@ -961,26 +961,26 @@ rdfs:subClassOf [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_fc7ab7d2-d960-5ae8-b13b-a53dbc547cca ], - [ a owl:Restriction ; - owl:hasValue 13 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:hasValue 26.9815385 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + [ a owl:Restriction ; + owl:hasValue 13 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "AluminiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for aluminium."@en . :EMMO_808f7cd9-27b4-527b-974f-4213f10e1772 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_cfac37de-991d-5a7d-9adc-8946324ffef6 ], + owl:hasValue 78.971 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:hasValue 34 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; - owl:hasValue 78.971 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_cfac37de-991d-5a7d-9adc-8946324ffef6 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "SeleniumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for selenium."@en . @@ -989,12 +989,12 @@ rdfs:subClassOf [ a owl:Restriction ; owl:hasValue 168.93422 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_849f62cf-3e92-5122-94ba-bcce51a04c5f ], [ a owl:Restriction ; owl:hasValue 69 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_849f62cf-3e92-5122-94ba-bcce51a04c5f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "ThuliumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for thulium."@en . @@ -1003,23 +1003,23 @@ rdfs:subClassOf [ a owl:Restriction ; owl:hasValue 132.90545196 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_f7e8a63d-d40c-57f7-8017-7ad6b1d89b4e ], [ a owl:Restriction ; owl:hasValue 55 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_f7e8a63d-d40c-57f7-8017-7ad6b1d89b4e ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "CaesiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for caesium."@en . :EMMO_87c8f425-c96c-5503-88a0-f10465669ea3 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 32.06 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; owl:hasValue 16 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + [ a owl:Restriction ; + owl:hasValue 32.06 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_66d895f4-42fa-58a2-89af-ef065f52c1eb ], @@ -1029,28 +1029,28 @@ :EMMO_8aa13073-865b-5035-b128-43a4758a0302 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_4894a40d-6bf5-54a2-8b21-e9b278e0e973 ], + owl:hasValue 63 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:hasValue 151.964 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; - owl:hasValue 63 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_4894a40d-6bf5-54a2-8b21-e9b278e0e973 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "EuropiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for europium."@en . :EMMO_8d722efa-b49d-51b1-8bf3-bf50ba4b438c a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 70 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; owl:hasValue 173.054 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_fdcc0ac2-f82f-5650-838c-ec1ad138a632 ], + [ a owl:Restriction ; + owl:hasValue 70 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "YtterbiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for ytterbium."@en . @@ -1059,12 +1059,12 @@ rdfs:subClassOf [ a owl:Restriction ; owl:hasValue 75 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_8d2f22ab-ba39-5e40-98dc-56f075cf22f1 ], [ a owl:Restriction ; owl:hasValue 186.207 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_8d2f22ab-ba39-5e40-98dc-56f075cf22f1 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "RheniumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for rhenium."@en . @@ -1073,65 +1073,65 @@ rdfs:subClassOf [ a owl:Restriction ; owl:hasValue 87.62 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_649415e4-1e31-5809-aceb-59efbba7d5f5 ], [ a owl:Restriction ; owl:hasValue 38 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_649415e4-1e31-5809-aceb-59efbba7d5f5 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "StrontiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for strontium."@en . :EMMO_948b47f0-3c24-50c7-a698-a805f760e667 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_0edbde89-9714-53c7-b2a9-0ef6c0f73091 ], + owl:hasValue 101.07 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:hasValue 44 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; - owl:hasValue 101.07 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_0edbde89-9714-53c7-b2a9-0ef6c0f73091 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "RutheniumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for ruthenium."@en . :EMMO_96522455-d7d7-5b1e-b10a-ad87e41a5adc a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; + owl:hasValue 114.818 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + [ a owl:Restriction ; owl:hasValue 49 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_67589be3-8acd-5230-bc54-89280412a3fb ], - [ a owl:Restriction ; - owl:hasValue 114.818 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "IndiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for indium."@en . :EMMO_9aa9e086-ae07-51f6-bf84-788ffdefcb6f a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; + owl:hasValue 50 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_09e84f72-511a-5d22-adf1-accacaf7146a ], [ a owl:Restriction ; owl:hasValue 118.71 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; - owl:hasValue 50 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "TinAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for tin."@en . :EMMO_9c803415-5978-5525-9de9-fcf0a2098b4c a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_8caaf41b-df30-5355-be5a-74283c49f50a ], - [ a owl:Restriction ; owl:hasValue 97.90721 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_8caaf41b-df30-5355-be5a-74283c49f50a ], [ a owl:Restriction ; owl:hasValue 43 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], @@ -1143,23 +1143,23 @@ rdfs:subClassOf [ a owl:Restriction ; owl:hasValue 26 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_71b5082d-9908-5011-8ad0-b2ab70ffd08c ], [ a owl:Restriction ; owl:hasValue 55.845 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_71b5082d-9908-5011-8ad0-b2ab70ffd08c ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "IronAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for iron."@en . :EMMO_ad2056af-0fa7-56cf-a881-80e3a7dfd266 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 92.90637 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_f0f7abe2-766d-5dcd-ba67-ada816684677 ], + [ a owl:Restriction ; + owl:hasValue 92.90637 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:hasValue 41 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], @@ -1171,12 +1171,12 @@ rdfs:subClassOf [ a owl:Restriction ; owl:hasValue 57 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; - owl:hasValue 138.90547 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_a3569860-5d20-5e69-baf6-cbe8ae7cfc15 ], + [ a owl:Restriction ; + owl:hasValue 138.90547 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "LanthanumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for lanthanum."@en . @@ -1185,23 +1185,23 @@ rdfs:subClassOf [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_0080b38f-bac4-5dd6-9d28-d821cf723787 ], - [ a owl:Restriction ; - owl:hasValue 238.02891 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:hasValue 92 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + [ a owl:Restriction ; + owl:hasValue 238.02891 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "UraniumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for uranium."@en . :EMMO_b3dfa085-5206-5868-b060-13efa01caf8e a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_41ee55be-d0e9-5f39-86a6-36b81a7bc301 ], - [ a owl:Restriction ; owl:hasValue 35 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_41ee55be-d0e9-5f39-86a6-36b81a7bc301 ], [ a owl:Restriction ; owl:hasValue 79.904 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], @@ -1213,12 +1213,12 @@ rdfs:subClassOf [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_ff1d6ece-712d-54b8-9c05-c26854e0c35a ], - [ a owl:Restriction ; - owl:hasValue 98 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:hasValue 251.07959 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + [ a owl:Restriction ; + owl:hasValue 98 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "CaliforniumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for californium."@en . @@ -1239,11 +1239,11 @@ :EMMO_b65acde7-56c5-5cca-b589-b6744beb4223 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 105 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; owl:hasValue 268.126 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + [ a owl:Restriction ; + owl:hasValue 105 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_43815c80-05dc-5917-8d52-b200badbf1d3 ], @@ -1253,14 +1253,14 @@ :EMMO_b8294a50-b121-5b9c-bacd-5d4206c3aaaf a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 4 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + owl:hasValue 9.0121831 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_b42b9f49-aa2a-5dc7-afa5-9c5c013b621d ], [ a owl:Restriction ; - owl:hasValue 9.0121831 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + owl:hasValue 4 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "BerylliumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for beryllium."@en . @@ -1281,14 +1281,14 @@ :EMMO_bc1bb0e8-ec90-5276-a15c-3e805144a083 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_12120d44-785e-5e5e-a9fd-73fe7c24ead4 ], + [ a owl:Restriction ; owl:hasValue 200.592 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:hasValue 80 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_12120d44-785e-5e5e-a9fd-73fe7c24ead4 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "MercuryAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for mercury."@en . @@ -1309,39 +1309,39 @@ :EMMO_c052baf7-358f-55de-8ca3-9688563c3cfb a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 40 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + owl:hasValue 91.224 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_7ab01303-b09e-5a90-8a5b-f5087d6559d3 ], [ a owl:Restriction ; - owl:hasValue 91.224 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + owl:hasValue 40 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "ZirconiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for zirconium."@en . :EMMO_c1b40f92-d27d-5aa0-9811-b6c58391f951 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 127.6 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; owl:hasValue 52 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_cf55f4d1-3865-5de4-88b4-3045f0db3a20 ], + [ a owl:Restriction ; + owl:hasValue 127.6 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "TelluriumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for tellurium."@en . :EMMO_c32f8642-f1a1-5fae-8b4e-990b40f6eff8 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 121.76 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_4ee57a22-0634-5889-a283-0b4f8e5023f6 ], + [ a owl:Restriction ; + owl:hasValue 121.76 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:hasValue 51 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], @@ -1351,11 +1351,11 @@ :EMMO_c828cd65-e2de-5ae2-b581-4e5d2498e493 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 85.4678 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_f9544c7c-d259-5839-b36a-61595809c538 ], + [ a owl:Restriction ; + owl:hasValue 85.4678 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:hasValue 37 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], @@ -1365,42 +1365,42 @@ :EMMO_caacc634-4328-5d9d-a8e8-1c25a2557e94 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 28 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + owl:hasValue 58.6934 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_1fade54b-20ed-5e58-af59-214ea3b15ba9 ], [ a owl:Restriction ; - owl:hasValue 58.6934 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + owl:hasValue 28 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "NickelAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for nickel."@en . :EMMO_cabcb18d-88ff-5ff7-aceb-ab573526620e a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_89f46282-58a4-5140-8c5b-7aaddcccdcf0 ], + owl:hasValue 46 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:hasValue 106.42 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; - owl:hasValue 46 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_89f46282-58a4-5140-8c5b-7aaddcccdcf0 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "PalladiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for palladium."@en . :EMMO_cffec057-9258-52ae-bb4c-ca761b6bc407 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 294.214 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + owl:hasValue 118 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_e5d7bd48-4098-59b6-b872-8bba421157eb ], [ a owl:Restriction ; - owl:hasValue 118 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + owl:hasValue 294.214 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "OganessonAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for oganesson."@en . @@ -1409,12 +1409,12 @@ rdfs:subClassOf [ a owl:Restriction ; owl:hasValue 97 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_5c736993-31b7-5839-aa36-38b6cd8b41a2 ], [ a owl:Restriction ; owl:hasValue 247.07031 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_5c736993-31b7-5839-aa36-38b6cd8b41a2 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "BerkeliumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for berkelium."@en . @@ -1437,12 +1437,12 @@ rdfs:subClassOf [ a owl:Restriction ; owl:hasValue 180.94788 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; - owl:hasValue 73 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_6378a9e9-29e5-5cae-b75b-46ca365e49b9 ], + [ a owl:Restriction ; + owl:hasValue 73 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "TantalumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for tantalum."@en . @@ -1451,96 +1451,96 @@ rdfs:subClassOf [ a owl:Restriction ; owl:hasValue 11 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_c00cc96e-a51e-5dc9-9e6c-1cc4dfaf1c67 ], [ a owl:Restriction ; owl:hasValue 22.98976928 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_c00cc96e-a51e-5dc9-9e6c-1cc4dfaf1c67 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "SodiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for sodium."@en . :EMMO_e1e686a5-71c3-5a98-8646-6d4e0f665f35 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; + owl:hasValue 66 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + [ a owl:Restriction ; owl:hasValue 162.5 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_1936bc9e-5e81-5267-bd48-cbec9a6cfb17 ], - [ a owl:Restriction ; - owl:hasValue 66 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "DysprosiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for dysprosium."@en . :EMMO_e37eaa49-d5e8-54e7-a7dc-9ad6073e86b7 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_c9ac19ce-af4f-5abd-975d-c86dca0b4d58 ], + [ a owl:Restriction ; owl:hasValue 178.49 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:hasValue 72 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_c9ac19ce-af4f-5abd-975d-c86dca0b4d58 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "HafniumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for hafnium."@en . :EMMO_e3cd5791-6fbb-587a-a535-0e937800beaa a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_6599389d-7a26-5d51-a65c-5dd9c3ed532f ], + [ a owl:Restriction ; owl:hasValue 158.92535 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; owl:hasValue 65 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_6599389d-7a26-5d51-a65c-5dd9c3ed532f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "TerbiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for terbium."@en . :EMMO_e85b68e1-ca2b-51b5-8b61-dea134d88bef a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 258.09843 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + owl:hasValue 101 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_20bb4724-2370-5205-ab8e-51a4c3609d3b ], [ a owl:Restriction ; - owl:hasValue 101 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + owl:hasValue 258.09843 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "MendeleviumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for mendelevium."@en . :EMMO_f02b58a5-8f1e-5d72-a261-8fe5ad2fbb4b a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 23 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_113acda0-3c17-59d9-87ef-7e5e5c0ba128 ], [ a owl:Restriction ; owl:hasValue 50.9415 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_113acda0-3c17-59d9-87ef-7e5e5c0ba128 ], + owl:hasValue 23 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "VanadiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for vanadium."@en . :EMMO_f2d4c89a-c354-5e4c-9cdb-f2de932e294f a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_31fda9f8-24e1-5c53-8616-a63cee7613de ], + owl:hasValue 116 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:hasValue 293.204 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], [ a owl:Restriction ; - owl:hasValue 116 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_31fda9f8-24e1-5c53-8616-a63cee7613de ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "LivermoriumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for livermorium."@en . @@ -1561,39 +1561,39 @@ :EMMO_f90da1f3-eb4c-54c4-b5d9-cf00fef180a1 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; + owl:hasValue 243.06138 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_f107c0e5-0b9f-566c-9cba-a3443c904f78 ], [ a owl:Restriction ; owl:hasValue 95 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; - owl:hasValue 243.06138 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "AmericiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for americium."@en . :EMMO_f9125b67-8798-5595-9db3-ffc1840c9947 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 285.177 ; - owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; owl:hasValue 112 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_920b8adc-575b-55e9-9cd5-cf5eab1696f1 ], + [ a owl:Restriction ; + owl:hasValue 285.177 ; + owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "CoperniciumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for copernicium."@en . :EMMO_fbfd4b93-12ee-5a15-8377-d4c54635b5de a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:hasValue 21 ; - owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], - [ a owl:Restriction ; owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; owl:someValuesFrom :EMMO_3fb231cb-7818-5b59-b8da-b5bd2c09c0fc ], + [ a owl:Restriction ; + owl:hasValue 21 ; + owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:hasValue 44.955908 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], @@ -1603,25 +1603,25 @@ :EMMO_fd03c660-7b3b-5451-9d78-bc48836e1cc6 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_e0136ad7-1435-5292-9ed6-9848b481d503 ], + [ a owl:Restriction ; owl:hasValue 67 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], [ a owl:Restriction ; owl:hasValue 164.93033 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], - [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_e0136ad7-1435-5292-9ed6-9848b481d503 ], :EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ; skos:prefLabel "HolmiumAtom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for holmium."@en . :EMMO_fd99c17e-6385-5b97-a20c-eddffdd56837 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; - owl:someValuesFrom :EMMO_d0af02f3-8a47-554e-a725-42b752451a1b ], - [ a owl:Restriction ; owl:hasValue 222.01758 ; owl:onProperty :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ], + [ a owl:Restriction ; + owl:onProperty :EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ; + owl:someValuesFrom :EMMO_d0af02f3-8a47-554e-a725-42b752451a1b ], [ a owl:Restriction ; owl:hasValue 86 ; owl:onProperty :EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ], @@ -1659,11 +1659,11 @@ a owl:Ontology ; dcterms:abstract "The periodic table domain ontology provide a simple reference implementation of all atoms in the periodic table with a few selected conventional properties. It is ment as both an example for other domain ontologies as well as a useful assert by itself. Periodic table is released under the Creative Commons Attribution 4.0 International license (CC BY 4.0)."@en ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT"@en, - "Francesca Lønstad Bleken, SINTEF, NO"@en, - "Jesper Friis, SINTEF, NO"@en ; + dcterms:creator , + , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode"@en ; - dcterms:publisher "EMMC ASBL"@en ; + dcterms:publisher ; dcterms:title "Periodic table"@en ; rdfs:comment "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en, "This ontology is generated with EMMOntoPy using data from the ASE Python package."@en, @@ -1677,826 +1677,944 @@ owl:hasValue "U"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "UraniumSymbol"@en . + skos:prefLabel "UraniumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the uranium atom."@en . :EMMO_0755dd67-bdf1-5164-a706-55fcf9ced526 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Li"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "LithiumSymbol"@en . + skos:prefLabel "LithiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the lithium atom."@en . :EMMO_0805a892-352b-53e3-9577-60aa0835bc17 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Bh"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "BohriumSymbol"@en . + skos:prefLabel "BohriumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the bohrium atom."@en . :EMMO_09e84f72-511a-5d22-adf1-accacaf7146a a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Sn"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "TinSymbol"@en . + skos:prefLabel "TinSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the tin atom."@en . :EMMO_0ba17fb4-6149-5332-b65f-0639ace42edf a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "As"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "ArsenicSymbol"@en . + skos:prefLabel "ArsenicSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the arsenic atom."@en . :EMMO_0bd0c81a-2972-5b2d-8ff5-bb72a82b9c0d a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Zn"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "ZincSymbol"@en . + skos:prefLabel "ZincSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the zinc atom."@en . :EMMO_0edbde89-9714-53c7-b2a9-0ef6c0f73091 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Ru"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "RutheniumSymbol"@en . + skos:prefLabel "RutheniumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the ruthenium atom."@en . :EMMO_113acda0-3c17-59d9-87ef-7e5e5c0ba128 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "V"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "VanadiumSymbol"@en . + skos:prefLabel "VanadiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the vanadium atom."@en . :EMMO_12120d44-785e-5e5e-a9fd-73fe7c24ead4 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Hg"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "MercurySymbol"@en . + skos:prefLabel "MercurySymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the mercury atom."@en . :EMMO_15841f91-ad7d-5b81-89d1-c12b13e42f32 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Pu"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "PlutoniumSymbol"@en . + skos:prefLabel "PlutoniumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the plutonium atom."@en . :EMMO_179a652d-68c8-5412-9621-98b4b00984dd a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Mn"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "ManganeseSymbol"@en . + skos:prefLabel "ManganeseSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the manganese atom."@en . :EMMO_1936bc9e-5e81-5267-bd48-cbec9a6cfb17 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Dy"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "DysprosiumSymbol"@en . + skos:prefLabel "DysprosiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the dysprosium atom."@en . :EMMO_1c5c8217-481b-5ae9-b44f-9ec353f6ea93 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Fl"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "FleroviumSymbol"@en . + skos:prefLabel "FleroviumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the flerovium atom."@en . :EMMO_1cba8181-2ea5-5772-8bd7-e668ffcde394 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Ti"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "TitaniumSymbol"@en . + skos:prefLabel "TitaniumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the titanium atom."@en . :EMMO_1fade54b-20ed-5e58-af59-214ea3b15ba9 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Ni"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "NickelSymbol"@en . + skos:prefLabel "NickelSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the nickel atom."@en . :EMMO_209b3242-1274-5d1d-a965-f8cb3fcc1073 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Pa"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "ProtactiniumSymbol"@en . + skos:prefLabel "ProtactiniumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the protactinium atom."@en . :EMMO_20bb4724-2370-5205-ab8e-51a4c3609d3b a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Md"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "MendeleviumSymbol"@en . + skos:prefLabel "MendeleviumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the mendelevium atom."@en . :EMMO_2563e18a-93d2-5d81-86d3-736295e9e519 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Gd"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "GadoliniumSymbol"@en . + skos:prefLabel "GadoliniumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the gadolinium atom."@en . :EMMO_26b7c6ca-6c6c-52e0-ba01-dcc883e64d46 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "N"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "NitrogenSymbol"@en . + skos:prefLabel "NitrogenSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the nitrogen atom."@en . :EMMO_2dc17698-8cd9-562e-8eca-7818d507c813 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Cl"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "ChlorineSymbol"@en . + skos:prefLabel "ChlorineSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the chlorine atom."@en . :EMMO_2e96348b-f8d1-5877-a5c5-b6863c5ebcf2 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Ne"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "NeonSymbol"@en . + skos:prefLabel "NeonSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the neon atom."@en . :EMMO_31fda9f8-24e1-5c53-8616-a63cee7613de a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Lv"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "LivermoriumSymbol"@en . + skos:prefLabel "LivermoriumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the livermorium atom."@en . :EMMO_3565b4e7-51bd-57e5-afde-60be404857cf a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Pr"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "PraseodymiumSymbol"@en . + skos:prefLabel "PraseodymiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the praseodymium atom."@en . :EMMO_357b32b5-7d1b-5649-b9bd-2b1b9359fcd0 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Er"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "ErbiumSymbol"@en . + skos:prefLabel "ErbiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the erbium atom."@en . :EMMO_36a32a8c-8307-5b09-adcb-bbaeb9e36b49 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "F"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "FluorineSymbol"@en . + skos:prefLabel "FluorineSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the fluorine atom."@en . :EMMO_38626021-30ac-5bd1-8776-0541a8341bf2 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Ca"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "CalciumSymbol"@en . + skos:prefLabel "CalciumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the calcium atom."@en . :EMMO_3bf0809d-2f7c-5282-b7fd-2e5486f6dbd3 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Ac"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "ActiniumSymbol"@en . + skos:prefLabel "ActiniumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the actinium atom."@en . :EMMO_3fb231cb-7818-5b59-b8da-b5bd2c09c0fc a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Sc"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "ScandiumSymbol"@en . + skos:prefLabel "ScandiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the scandium atom."@en . :EMMO_3fb44e47-7de9-5d86-9320-5949d8792951 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Sg"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "SeaborgiumSymbol"@en . + skos:prefLabel "SeaborgiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the seaborgium atom."@en . :EMMO_41ee55be-d0e9-5f39-86a6-36b81a7bc301 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Br"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "BromineSymbol"@en . + skos:prefLabel "BromineSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the bromine atom."@en . :EMMO_43815c80-05dc-5917-8d52-b200badbf1d3 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Db"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "DubniumSymbol"@en . + skos:prefLabel "DubniumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the dubnium atom."@en . :EMMO_44eb5d63-b868-54c5-bd52-7528db10674d a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Ce"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "CeriumSymbol"@en . + skos:prefLabel "CeriumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the cerium atom."@en . :EMMO_4894a40d-6bf5-54a2-8b21-e9b278e0e973 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Eu"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "EuropiumSymbol"@en . + skos:prefLabel "EuropiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the europium atom."@en . :EMMO_490c2981-b1cb-5f8c-be82-17a1ef1c27b4 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Ts"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "TennessineSymbol"@en . + skos:prefLabel "TennessineSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the tennessine atom."@en . :EMMO_4aa59242-76e7-5cce-a126-c7e9c657e7ad a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Co"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "CobaltSymbol"@en . + skos:prefLabel "CobaltSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the cobalt atom."@en . :EMMO_4ee57a22-0634-5889-a283-0b4f8e5023f6 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Sb"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "AntimonySymbol"@en . + skos:prefLabel "AntimonySymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the antimony atom."@en . :EMMO_4f9670f5-14ca-53da-a1ea-9b0550a61035 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Si"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "SiliconSymbol"@en . + skos:prefLabel "SiliconSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the silicon atom."@en . :EMMO_517752af-5883-5cf5-8363-6b19f76aca3e a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Cr"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "ChromiumSymbol"@en . + skos:prefLabel "ChromiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the chromium atom."@en . :EMMO_5833085e-0afc-516a-a584-f56f1f191a13 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Tl"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "ThalliumSymbol"@en . + skos:prefLabel "ThalliumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the thallium atom."@en . :EMMO_5c736993-31b7-5839-aa36-38b6cd8b41a2 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Bk"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "BerkeliumSymbol"@en . + skos:prefLabel "BerkeliumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the berkelium atom."@en . :EMMO_6378a9e9-29e5-5cae-b75b-46ca365e49b9 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Ta"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "TantalumSymbol"@en . + skos:prefLabel "TantalumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the tantalum atom."@en . :EMMO_649415e4-1e31-5809-aceb-59efbba7d5f5 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Sr"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "StrontiumSymbol"@en . + skos:prefLabel "StrontiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the strontium atom."@en . :EMMO_6599389d-7a26-5d51-a65c-5dd9c3ed532f a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Tb"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "TerbiumSymbol"@en . + skos:prefLabel "TerbiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the terbium atom."@en . :EMMO_66c364c4-16b7-5d5f-abd5-b6977c46f525 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Lu"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "LutetiumSymbol"@en . + skos:prefLabel "LutetiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the lutetium atom."@en . :EMMO_66d895f4-42fa-58a2-89af-ef065f52c1eb a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "S"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "SulfurSymbol"@en . + skos:prefLabel "SulfurSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the sulfur atom."@en . :EMMO_67589be3-8acd-5230-bc54-89280412a3fb a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "In"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "IndiumSymbol"@en . + skos:prefLabel "IndiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the indium atom."@en . :EMMO_68a887df-63af-55c0-8239-b0b8edaa94ea a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "W"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "TungstenSymbol"@en . + skos:prefLabel "TungstenSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the tungsten atom."@en . :EMMO_69e0ff08-9843-5ca2-b2bb-58467b07c4bb a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Ar"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "ArgonSymbol"@en . + skos:prefLabel "ArgonSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the argon atom."@en . :EMMO_6b241a1f-2a5f-5ea8-b0aa-7b162d7d73e4 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Es"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "EinsteiniumSymbol"@en . + skos:prefLabel "EinsteiniumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the einsteinium atom."@en . :EMMO_6b670dce-5692-5505-9688-8f735b325214 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Ge"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "GermaniumSymbol"@en . + skos:prefLabel "GermaniumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the germanium atom."@en . :EMMO_6bd7b6f4-db3b-58da-b9a0-58f44bb3ed37 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "P"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "PhosphorusSymbol"@en . + skos:prefLabel "PhosphorusSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the phosphorus atom."@en . :EMMO_717d8808-5085-5f35-86b4-6bc75bafac0b a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Pb"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "LeadSymbol"@en . + skos:prefLabel "LeadSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the lead atom."@en . :EMMO_71b5082d-9908-5011-8ad0-b2ab70ffd08c a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Fe"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "IronSymbol"@en . + skos:prefLabel "IronSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the iron atom."@en . :EMMO_71d48627-4696-54c2-a990-4fdd9f353aef a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Ds"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "DarmastadtiumSymbol"@en . + skos:prefLabel "DarmastadtiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the darmastadtium atom."@en . :EMMO_74fd9704-69a8-5112-b65a-72ba05bba315 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Y"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "YttriumSymbol"@en . + skos:prefLabel "YttriumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the yttrium atom."@en . :EMMO_7ab01303-b09e-5a90-8a5b-f5087d6559d3 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Zr"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "ZirconiumSymbol"@en . + skos:prefLabel "ZirconiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the zirconium atom."@en . :EMMO_7c79a41c-c0aa-564b-b0b1-6fd4ee6f3256 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Kr"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "KryptonSymbol"@en . + skos:prefLabel "KryptonSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the krypton atom."@en . :EMMO_811c67a9-bcdf-5a9e-bbce-28ae2af12915 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Au"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "GoldSymbol"@en . + skos:prefLabel "GoldSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the gold atom."@en . :EMMO_849f62cf-3e92-5122-94ba-bcce51a04c5f a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Tm"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "ThuliumSymbol"@en . + skos:prefLabel "ThuliumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the thulium atom."@en . :EMMO_89f46282-58a4-5140-8c5b-7aaddcccdcf0 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Pd"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "PalladiumSymbol"@en . + skos:prefLabel "PalladiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the palladium atom."@en . :EMMO_8caaf41b-df30-5355-be5a-74283c49f50a a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Tc"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "TechnetiumSymbol"@en . + skos:prefLabel "TechnetiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the technetium atom."@en . :EMMO_8d2f22ab-ba39-5e40-98dc-56f075cf22f1 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Re"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "RheniumSymbol"@en . + skos:prefLabel "RheniumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the rhenium atom."@en . :EMMO_8fbc9110-c822-5b8e-a5fc-ee5430d9f34a a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Nh"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "NihoniumSymbol"@en . + skos:prefLabel "NihoniumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the nihonium atom."@en . :EMMO_91579f8a-e3b1-5ac9-9533-402c8cb1ffdd a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Mg"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "MagnesiumSymbol"@en . + skos:prefLabel "MagnesiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the magnesium atom."@en . :EMMO_920b8adc-575b-55e9-9cd5-cf5eab1696f1 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Cn"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "CoperniciumSymbol"@en . + skos:prefLabel "CoperniciumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the copernicium atom."@en . :EMMO_93582808-e5fc-5bb5-bc7a-0e674e1a7f0e a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "H"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "HydrogenSymbol"@en . + skos:prefLabel "HydrogenSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the hydrogen atom."@en . :EMMO_96252ae5-c061-5ba0-80a4-774e5d949e06 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Sm"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "SamariumSymbol"@en . + skos:prefLabel "SamariumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the samarium atom."@en . :EMMO_96fb9a6c-80d6-57fa-a4f2-0d2a59232418 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "O"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "OxygenSymbol"@en . + skos:prefLabel "OxygenSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the oxygen atom."@en . :EMMO_9a24be51-7059-5306-af89-400c78a49e9c a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Ra"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "RadiumSymbol"@en . + skos:prefLabel "RadiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the radium atom."@en . :EMMO_9c5b1294-ac9e-554f-a135-a3d72a763d9c a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Fm"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "FermiumSymbol"@en . + skos:prefLabel "FermiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the fermium atom."@en . :EMMO_a30e9658-1a08-50cc-b200-25dbc8add30a a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "B"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "BoronSymbol"@en . + skos:prefLabel "BoronSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the boron atom."@en . :EMMO_a3569860-5d20-5e69-baf6-cbe8ae7cfc15 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "La"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "LanthanumSymbol"@en . + skos:prefLabel "LanthanumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the lanthanum atom."@en . :EMMO_a7180b5f-d46d-5751-b3bc-ae28a6655992 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "C"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "CarbonSymbol"@en . + skos:prefLabel "CarbonSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the carbon atom."@en . :EMMO_a939c29d-2304-5e48-8b15-fc592a9d1813 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "K"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "PotassiumSymbol"@en . + skos:prefLabel "PotassiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the potassium atom."@en . :EMMO_af362dae-2da6-595e-8581-21a8363a5a54 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Po"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "PoloniumSymbol"@en . + skos:prefLabel "PoloniumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the polonium atom."@en . :EMMO_afee3bf0-d0e0-53dc-bfb1-b624b5724d47 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Nd"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "NeodymiumSymbol"@en . + skos:prefLabel "NeodymiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the neodymium atom."@en . :EMMO_b12e3fea-4467-5a08-9b14-67c51def1431 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Cd"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "CadmiumSymbol"@en . + skos:prefLabel "CadmiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the cadmium atom."@en . :EMMO_b2e41936-a44f-578d-960b-91f8f0135b2b a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Mt"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "MeitneriumSymbol"@en . + skos:prefLabel "MeitneriumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the meitnerium atom."@en . :EMMO_b42b9f49-aa2a-5dc7-afa5-9c5c013b621d a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Be"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "BerylliumSymbol"@en . + skos:prefLabel "BerylliumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the beryllium atom."@en . :EMMO_b546b51b-c19d-5368-8810-c9e4e9b1c1f3 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Ga"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "GalliumSymbol"@en . + skos:prefLabel "GalliumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the gallium atom."@en . :EMMO_b8aab013-b729-51f1-bc14-5302e7f97cbe a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Ir"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "IridiumSymbol"@en . + skos:prefLabel "IridiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the iridium atom."@en . :EMMO_bd93ef72-3d4f-5f17-b613-01f440296995 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Cu"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "CopperSymbol"@en . + skos:prefLabel "CopperSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the copper atom."@en . :EMMO_c00cc96e-a51e-5dc9-9e6c-1cc4dfaf1c67 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Na"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "SodiumSymbol"@en . + skos:prefLabel "SodiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the sodium atom."@en . :EMMO_c10700ef-832b-5b39-a0a0-5e3f5f17b8e8 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "I"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "IodineSymbol"@en . + skos:prefLabel "IodineSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the iodine atom."@en . :EMMO_c1102bae-7e7d-5142-95fe-ec25c8cb4903 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Rg"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "RoentgeniumSymbol"@en . + skos:prefLabel "RoentgeniumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the roentgenium atom."@en . :EMMO_c1bb775c-0888-5b88-9cce-c49bae1d298b a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "No"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "NobeliumSymbol"@en . + skos:prefLabel "NobeliumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the nobelium atom."@en . :EMMO_c3a05192-7d78-5190-bc3e-3ea44cfc9d19 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Fr"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "FranciumSymbol"@en . + skos:prefLabel "FranciumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the francium atom."@en . :EMMO_c45d9e2f-54f3-5464-82f3-c0f11a36389a a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Pm"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "PromethiumSymbol"@en . + skos:prefLabel "PromethiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the promethium atom."@en . :EMMO_c7651944-e33f-56bc-8d83-f6de9760d661 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "At"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "AstatineSymbol"@en . + skos:prefLabel "AstatineSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the astatine atom."@en . :EMMO_c97277f7-f011-51bb-aeb8-5e8b1f3f711c a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Cm"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "CuriumSymbol"@en . + skos:prefLabel "CuriumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the curium atom."@en . :EMMO_c9ac19ce-af4f-5abd-975d-c86dca0b4d58 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Hf"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "HafniumSymbol"@en . + skos:prefLabel "HafniumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the hafnium atom."@en . :EMMO_ce8cedc4-4835-5298-b723-6223d2a17e5a a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Rf"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "RutherfordiumSymbol"@en . + skos:prefLabel "RutherfordiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the rutherfordium atom."@en . :EMMO_ced3fb28-51f7-5208-9aab-d1f8bef21ee5 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Mc"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "MoscoviumSymbol"@en . + skos:prefLabel "MoscoviumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the moscovium atom."@en . :EMMO_cf55f4d1-3865-5de4-88b4-3045f0db3a20 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Te"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "TelluriumSymbol"@en . + skos:prefLabel "TelluriumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the tellurium atom."@en . :EMMO_cfac37de-991d-5a7d-9adc-8946324ffef6 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Se"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "SeleniumSymbol"@en . + skos:prefLabel "SeleniumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the selenium atom."@en . :EMMO_d0af02f3-8a47-554e-a725-42b752451a1b a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Rn"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "RadonSymbol"@en . + skos:prefLabel "RadonSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the radon atom."@en . :EMMO_d60619c8-1abe-52c0-9491-eb3086245e22 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Ba"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "BariumSymbol"@en . + skos:prefLabel "BariumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the barium atom."@en . :EMMO_ddcc9683-bee2-5ea0-8b18-54c85b551ad6 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Rh"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "RhodiumSymbol"@en . + skos:prefLabel "RhodiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the rhodium atom."@en . :EMMO_e0136ad7-1435-5292-9ed6-9848b481d503 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Ho"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "HolmiumSymbol"@en . + skos:prefLabel "HolmiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the holmium atom."@en . :EMMO_e4c89307-e63b-57c8-8892-60924c65aa3b a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Mo"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "MolybdenumSymbol"@en . + skos:prefLabel "MolybdenumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the molybdenum atom."@en . :EMMO_e580b699-7725-58d5-b057-7b3c816e84a1 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Pt"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "PlatinumSymbol"@en . + skos:prefLabel "PlatinumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the platinum atom."@en . :EMMO_e5d7bd48-4098-59b6-b872-8bba421157eb a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Og"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "OganessonSymbol"@en . + skos:prefLabel "OganessonSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the oganesson atom."@en . :EMMO_e82869a8-32a8-5d57-81a8-e2d618976f23 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Ag"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "SilverSymbol"@en . + skos:prefLabel "SilverSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the silver atom."@en . :EMMO_e941986d-658b-5a08-ae3d-4cc170344b06 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Np"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "NeptuniumSymbol"@en . + skos:prefLabel "NeptuniumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the neptunium atom."@en . :EMMO_e9fbc98d-3ac1-5a2d-a354-6e3ba1412157 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Th"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "ThoriumSymbol"@en . + skos:prefLabel "ThoriumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the thorium atom."@en . :EMMO_ed5acb06-0af0-5a3a-9b31-a1b32267f753 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Bi"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "BismuthSymbol"@en . + skos:prefLabel "BismuthSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the bismuth atom."@en . :EMMO_ef4ce791-8ba4-55cd-a6fa-778133a19d19 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Hs"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "HassiumSymbol"@en . + skos:prefLabel "HassiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the hassium atom."@en . :EMMO_f0f7abe2-766d-5dcd-ba67-ada816684677 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Nb"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "NiobiumSymbol"@en . + skos:prefLabel "NiobiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the niobium atom."@en . :EMMO_f107c0e5-0b9f-566c-9cba-a3443c904f78 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Am"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "AmericiumSymbol"@en . + skos:prefLabel "AmericiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the americium atom."@en . :EMMO_f21db3a4-d5de-52dd-9460-5cdd138fb83f a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Lr"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "LawrenciumSymbol"@en . + skos:prefLabel "LawrenciumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the lawrencium atom."@en . :EMMO_f7e8a63d-d40c-57f7-8017-7ad6b1d89b4e a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Cs"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "CaesiumSymbol"@en . + skos:prefLabel "CaesiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the caesium atom."@en . :EMMO_f9544c7c-d259-5839-b36a-61595809c538 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Rb"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "RubidiumSymbol"@en . + skos:prefLabel "RubidiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the rubidium atom."@en . :EMMO_fad04773-08a7-5bd3-8990-06d7e9d2c21e a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "He"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "HeliumSymbol"@en . + skos:prefLabel "HeliumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the helium atom."@en . :EMMO_fb1bb238-24bc-5d37-9243-414770fda5be a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Os"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "OsmiumSymbol"@en . + skos:prefLabel "OsmiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the osmium atom."@en . :EMMO_fba570fc-6881-51d6-8e9d-a8c23e422b62 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Xe"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "XenonSymbol"@en . + skos:prefLabel "XenonSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the xenon atom."@en . :EMMO_fc7ab7d2-d960-5ae8-b13b-a53dbc547cca a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Al"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "AluminiumSymbol"@en . + skos:prefLabel "AluminiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the aluminium atom."@en . :EMMO_fdcc0ac2-f82f-5650-838c-ec1ad138a632 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Yb"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "YtterbiumSymbol"@en . + skos:prefLabel "YtterbiumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the ytterbium atom."@en . :EMMO_ff1d6ece-712d-54b8-9c05-c26854e0c35a a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue "Cf"^^xsd:string ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ], :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ; - skos:prefLabel "CaliforniumSymbol"@en . + skos:prefLabel "CaliforniumSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the californium atom."@en . :EMMO_43de6d01-276c-55ed-a166-ad097ec75575 a owl:DatatypeProperty ; rdfs:comment "This is a convenient shortcut for the measurement process process of the atomic mass reported by IUPAC2016."^^xsd:string ; diff --git a/disciplines/units/catalog-v001.xml b/disciplines/units/catalog-v001.xml index cf6a097e..e26c69f9 100644 --- a/disciplines/units/catalog-v001.xml +++ b/disciplines/units/catalog-v001.xml @@ -2,6 +2,8 @@ + + diff --git a/disciplines/units/coherentsiunits.ttl b/disciplines/units/coherentsiunits.ttl index ff3e34a1..9285f155 100644 --- a/disciplines/units/coherentsiunits.ttl +++ b/disciplines/units/coherentsiunits.ttl @@ -7,28 +7,27 @@ @prefix rdfs: . @prefix skos: . @prefix dcterms: . -@base . +@base . rdf:type owl:Ontology ; owl:versionIRI ; owl:imports ; dcterms:abstract "The module 'coherentsiunits' contain coherent derived SI units. For each physical dimensionality there exists one and only one coherent derived SI unit. Examples of such units are m/s, Pa·m, etc..."@en ; - dcterms:contributor "Adham Hashibon, University College of London, UK" , - "Francesca L. Bleken, SINTEF, NO" , - "Georg Schmitz, Access, DE" , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" , - "Simon Clark, SINTEF, NO" ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" , - "Jesper Friis, SINTEF, NO" ; + dcterms:contributor , + , + ; + dcterms:creator , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Coherent SI units"@en ; - rdfs:comment "Contacts: emmo@emmc.eu"@en , - """Note: this file has automatically been populated with units from QUDT. + rdfs:comment """Note: this file has automatically been populated with units from QUDT. We kindly acknowledge NIST for reusing their content, including the selection of units, their elucidations and conversion multiplier."""@en , "The EMMO should be reasoned with HermiT to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ; - owl:versionInfo "1.0.0-rc1" . + owl:versionInfo "1.0.0-rc1" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . + ################################################################# # Classes @@ -145,12 +144,12 @@ emmo:AmperePerSquareMetreSquareKelvin rdf:type owl:Class ; ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; rdfs:seeAlso "http://www.iso.org/iso/catalogue_detail?csnumber=31897" ; - skos:altLabel "Ampere per Square Metre Square Kelvin"@en ; skos:prefLabel "AmperePerSquareMetreSquareKelvin"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-M2-K2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.m-2.K-2" , "A/(m2.K2)" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/m²⋅k²" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/m²⋅k²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ampere per square metre and square Kelvin."@en . ### https://w3id.org/emmo#AmpereSecond @@ -315,12 +314,12 @@ emmo:BecquerelPerSquareMetre rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Becquerel per Square Metre"@en ; skos:prefLabel "BecquerelPerSquareMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BQ-PER-M2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Bq.m-2" , "Bq/m2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Bq/m²" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Bq/m²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Becquerel per square metre."@en . ### https://w3id.org/emmo#BecquerelSecondPerCubicMetre @@ -336,14 +335,11 @@ emmo:BecquerelSecondPerCubicMetre rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Becquerels second per cubic metre"@en ; skos:prefLabel "BecquerelSecondPerCubicMetre" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BQ-SEC-PER-M3" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Bq.s.m-3" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Bq⋅s/m³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """TBD - --- QUDT"""@en . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Becquerels second per cubic metre."@en . ### https://w3id.org/emmo#CandelaPerLumen @@ -359,10 +355,10 @@ emmo:CandelaPerLumen rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Candela per Lumen"@en ; skos:prefLabel "CandelaPerLumen"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CD-PER-LM" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cd/lm" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cd/lm" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Candela per Lumen."@en . ### https://w3id.org/emmo#CandelaPerSquareMetre @@ -667,11 +663,11 @@ emmo:CubicMetrePerCoulomb rdf:type owl:Class ; ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; rdfs:seeAlso "http://www.iso.org/iso/catalogue_detail?csnumber=31897" ; - skos:altLabel "Cubic Metre per Coulomb"@en ; skos:prefLabel "CubicMetrePerCoulomb"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-C" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.C-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/C" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/C" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic metre per Coulomb."@en . ### https://w3id.org/emmo#CubicMetrePerCubicMetre @@ -692,7 +688,7 @@ emmo:CubicMetrePerCubicMetre rdf:type owl:Class ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-M3" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.m-3" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/m³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3 + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3. -- QUDT"""@en . @@ -710,11 +706,11 @@ emmo:CubicMetrePerKelvin rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Metre per Kelvin"@en ; skos:prefLabel "CubicMetrePerKelvin"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-K" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/K" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/K" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic metre per Kelvin."@en . ### https://w3id.org/emmo#CubicMetrePerKilogram @@ -754,13 +750,13 @@ emmo:CubicMetrePerKilogramSquareSecond rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Metre per Kilogram Square Second"@en ; skos:prefLabel "CubicMetrePerKilogramSquareSecond" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-KiloGM-SEC2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.(kg.s2)-1" , "m3.kg-1.s-2" , "m3/(kg.s2)" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/(kg⋅s²)" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/(kg⋅s²)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic metre per kilogram and square second."@en . ### https://w3id.org/emmo#CubicMetrePerMole @@ -1218,11 +1214,11 @@ emmo:JoulePerKilogramKelvinCubicMetre rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Joule per Kilogram Kelvin Cubic Metre"@en ; skos:prefLabel "JoulePerKilogramKelvinCubicMetre" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-KiloGM-K-M3" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.kg-1.K.m-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/(kg⋅K⋅m³)" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/(kg⋅K⋅m³)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Joule per kilogram and Kelvin and cubic metre."@en . ### https://w3id.org/emmo#JoulePerKilogramKelvinPerPascal @@ -1238,11 +1234,11 @@ emmo:JoulePerKilogramKelvinPerPascal rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Joule per Kilogram Kelvin per Pascal"@en ; skos:prefLabel "JoulePerKilogramKelvinPerPascal" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-KiloGM-K-PA" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.kg-1.K-1.Pa-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/(kg⋅K⋅Pa)" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/(kg⋅K⋅Pa)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Joule per kilogram and Kelvin and Pascal."@en . ### https://w3id.org/emmo#JoulePerMetre @@ -1258,12 +1254,12 @@ emmo:JoulePerMetre rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Joule Per Metre"@en ; skos:prefLabel "JoulePerMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-M" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m-1" , "J/m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/m" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Joule per metre."@en . ### https://w3id.org/emmo#JoulePerMole @@ -1480,11 +1476,11 @@ emmo:JouleSquareMetre rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Joule Square Metre"@en ; skos:prefLabel "JouleSquareMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-M2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J⋅m²" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J⋅m²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Joule square metre."@en . ### https://w3id.org/emmo#JouleSquareMetrePerKilogram @@ -1500,11 +1496,11 @@ emmo:JouleSquareMetrePerKilogram rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Joule Square Metre per Kilogram"@en ; skos:prefLabel "JouleSquareMetrePerKilogram" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-M2-PER-KiloGM" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m2.kg-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "j⋅m²/kg" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "j⋅m²/kg" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Joule square metre per kilogram."@en . ### https://w3id.org/emmo#KelvinMetre @@ -1520,11 +1516,11 @@ emmo:KelvinMetre rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Kelvin metres"@en ; skos:prefLabel "KelvinMetre" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-M" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅m" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin metre."@en . ### https://w3id.org/emmo#KelvinMetrePerSecond @@ -1540,11 +1536,11 @@ emmo:KelvinMetrePerSecond rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Kelvin metres per second"@en ; skos:prefLabel "KelvinMetrePerSecond" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-M-PER-SEC" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.m.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅m/s" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅m/s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin metre per second."@en . ### https://w3id.org/emmo#KelvinMetrePerWatt @@ -1584,11 +1580,11 @@ emmo:KelvinPascalPerSecond rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Kelvin Pascals per second"@en ; skos:prefLabel "KelvinPascalPerSecond" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-PA-PER-SEC" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.Pa.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅Pa/s" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅Pa/s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin Pascal per second."@en . ### https://w3id.org/emmo#KelvinPerKelvin @@ -1745,11 +1741,11 @@ emmo:KelvinSecond rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Kelvin second"@en ; skos:prefLabel "KelvinSecond"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-SEC" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅s" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin second."@en . ### https://w3id.org/emmo#KelvinSquareMetrePerKilogramPerSecond @@ -1765,11 +1761,11 @@ emmo:KelvinSquareMetrePerKilogramPerSecond rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Kelvin square metres per kilogram per second"@en ; skos:prefLabel "KelvinSquareMetrePerKilogramPerSecond" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-M2-PER-KiloGM-SEC" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.m2.kg-1.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅m²/(kg⋅s)" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅m²/(kg⋅s)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin square metres per kilogram and second."@en . ### https://w3id.org/emmo#LumenPerWatt @@ -1854,11 +1850,11 @@ emmo:MetreKilogram rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Metre Kilogram"@en ; skos:prefLabel "MetreKilogram"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-KiloGM" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.kg" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⋅kg" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⋅kg" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kilogram metre."@en . ### https://w3id.org/emmo#MetrePerFarad @@ -1874,11 +1870,11 @@ emmo:MetrePerFarad rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Metre per Farad"@en ; skos:prefLabel "MetrePerFarad"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-PER-FARAD" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.F-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/f" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/f" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Metre per Farad."@en . ### https://w3id.org/emmo#MetrePerKelvin @@ -1894,11 +1890,11 @@ emmo:MetrePerKelvin rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Metre per Kelvin"@en ; skos:prefLabel "MetrePerKelvin"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-PER-K" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m/K" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/k" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/k" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Metre per Kelvin."@en . ### https://w3id.org/emmo#MetrePerSecond @@ -2149,11 +2145,11 @@ emmo:MolePerSquareMetrePerSecondPerMetre rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Moles per square metre per second per metre"@en ; skos:prefLabel "MolePerSquareMetrePerSecondPerMetre" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M2-SEC-M" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-2.s-1.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(m²⋅s⋅m)" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(m²⋅s⋅m)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Moles per square metre and second and metre."@en . ### https://w3id.org/emmo#MolePerSquareMetrePerSecondPerMetrePerSteradian @@ -2169,11 +2165,11 @@ emmo:MolePerSquareMetrePerSecondPerMetrePerSteradian rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Moles per square metre per second per metre per steradian"@en ; skos:prefLabel "MolePerSquareMetrePerSecondPerMetrePerSteradian" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M2-SEC-M-SR" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-2.s-1.m-1.sr-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(m²⋅s⋅m⋅sr)" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(m²⋅s⋅m⋅sr)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Moles per square metre per second per metre per steradian."@en . ### https://w3id.org/emmo#MolePerSquareMetrePerSecondPerSteradian @@ -2189,11 +2185,11 @@ emmo:MolePerSquareMetrePerSecondPerSteradian rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Moles per square metre per second per steradian"@en ; skos:prefLabel "MolePerSquareMetrePerSecondPerSteradian" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M2-SEC-SR" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-2.s-1.sr-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(m²⋅s⋅sr)" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(m²⋅s⋅sr)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Moles per square metre per second per steradian."@en . ### https://w3id.org/emmo#NewtonMetre @@ -2298,10 +2294,10 @@ emmo:NewtonMetrePerMetrePerRadian rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Newton Metre per Metre per Radians"@en ; skos:prefLabel "NewtonMetrePerMetrePerRadian" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M-PER-M-RAD" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m/(m⋅rad)" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m/(m⋅rad)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Newton metre per metre and radian."@en . ### https://w3id.org/emmo#NewtonMetrePerRadian @@ -2476,11 +2472,11 @@ emmo:NewtonPerCubicMetre rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Newtons per cubic metre"@en ; skos:prefLabel "NewtonPerCubicMetre" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-M3" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/m³" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/m³" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Newton per cubic metre."@en . ### https://w3id.org/emmo#NewtonPerKilogram @@ -2680,10 +2676,10 @@ emmo:NewtonSquareMetre rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Newton Square Metre"@en ; skos:prefLabel "NewtonSquareMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m²" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Newton square metre."@en . ### https://w3id.org/emmo#NewtonSquareMetrePerAmpere @@ -2699,12 +2695,12 @@ emmo:NewtonSquareMetrePerAmpere rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Newton Metre Squared per Ampere"@en ; skos:prefLabel "NewtonSquareMetrePerAmpere"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M2-PER-A" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m2.A-1" , "N.m2/A" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m²/A" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m²/A" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Newton metre squared per Ampere."@en . ### https://w3id.org/emmo#NewtonSquareMetrePerSquareKilogram @@ -2744,11 +2740,11 @@ emmo:OhmMetre rdf:type owl:Class ; ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; rdfs:seeAlso "http://www.iso.org/iso/catalogue_detail?csnumber=31897" ; - skos:altLabel "Ohm Metre"@en ; skos:prefLabel "OhmMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OHM-M" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Ohm.m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Ω⋅m" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Ω⋅m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ohm metre."@en . ### https://w3id.org/emmo#OhmSquareMetrePerMetre @@ -2764,11 +2760,11 @@ emmo:OhmSquareMetrePerMetre rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Ohm Square Metre per Metre"@en ; skos:prefLabel "OhmSquareMetrePerMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OHM-M2-PER-M" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Ohm2.m.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Ω⋅m²/m" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Ω⋅m²/m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ohm square metre per metre."@en . ### https://w3id.org/emmo#PascalCubicMetrePerSecond @@ -2807,11 +2803,11 @@ emmo:PascalMetre rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Pascal metres"@en ; skos:prefLabel "PascalMetre" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-M" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅m" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Pascal metre."@en . ### https://w3id.org/emmo#PascalMetrePerSecond @@ -2827,11 +2823,11 @@ emmo:PascalMetrePerSecond rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Pascal metres per second"@en ; skos:prefLabel "PascalMetrePerSecond" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-M-PER-SEC" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.m.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅m/s" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅m/s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Pascal metre per second."@en . ### https://w3id.org/emmo#PascalMetrePerSquareSecond @@ -2847,11 +2843,11 @@ emmo:PascalMetrePerSquareSecond rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Pascal metres per square second"@en ; skos:prefLabel "PascalMetrePerSquareSecond" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-M-PER-SEC2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.m.s-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅m/s²" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅m/s²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Pascal metre per square second."@en . ### https://w3id.org/emmo#PascalPerKelvin @@ -2867,11 +2863,11 @@ emmo:PascalPerKelvin rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Pascal per Kelvin"@en ; skos:prefLabel "PascalPerKelvin"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-PER-K" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "P/K" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "P/K" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Pascal per Kelvin."@en . ### https://w3id.org/emmo#PascalPerMetre @@ -2993,64 +2989,143 @@ emmo:PascalSecondPerMetre rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#QuarticCoulombMetrePerCubicEnergy -emmo:QuarticCoulombMetrePerCubicEnergy rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_c0487653_66e8_454e_bb11_e50167e412e4 ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Quartic Coulomb Metre per Cubic Energy"@en ; - skos:prefLabel "QuarticCoulombMetrePerCubicEnergy"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C4-M4-PER-J3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C4.m4.J-3" , - "C4.m4/J3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C⁴m⁴/J³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Quartic Coulomb Meter per Cubic Energy\" is a unit for 'Quartic Electric Dipole Moment Per Cubic Energy' expressed as C⁴ m⁴ J⁻³. +### https://w3id.org/emmo#PerCubicMetre +emmo:PerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Reciprocal Cubic Metre"@en ; + skos:prefLabel "PerCubicMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/m3" , + "m-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/m³" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Per Cubic Meter\" is a denominator unit with dimensions /m³. -- QUDT"""@en . -### https://w3id.org/emmo#QuarticMetre -emmo:QuarticMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_8627410d_01f8_4ed1_8f2b_aba69d791ad3 ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Quartic Metre"@en ; - skos:prefLabel "QuarticMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M4" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m4" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⁴" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit associated with area moments of inertia. +### https://w3id.org/emmo#PerCubicMetreSecond +emmo:PerCubicMetreSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "PerCubicMetreSecond"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M3-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-3.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m³⋅s)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per cubic metre and second."@en . --- QUDT"""@en . +### https://w3id.org/emmo#PerHenry +emmo:PerHenry rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_07f571cd_252b_4421_8f98_94b6690d2ab9 , + emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalHenry"@en ; + skos:prefLabel "PerHenry"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-H" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "H-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/H" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Reciprocal Henry."@en . -### https://w3id.org/emmo#QuarticMetrePerSecond -emmo:QuarticMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_6cfc5b82_b47b_47bc_bb45_c23c273d2e06 ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Metres to the power four per second"@en ; - skos:prefLabel "QuarticMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M4-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m4.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⁴/s" . +### https://w3id.org/emmo#PerJouleCubicMetre +emmo:PerJouleCubicMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + rdfs:seeAlso "http://www.iso.org/iso/catalogue_detail?csnumber=31897" ; + skos:prefLabel "PerJouleCubicMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-J-M3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J-1.m-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(J⋅m³)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per Joule cubic metre."@en . + + +### https://w3id.org/emmo#PerKelvin +emmo:PerKelvin rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_02a935c8_c2d4_4a00_bd6f_b89d05aac79e , + emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Reciprocal Kelvin"@en ; + skos:prefLabel "PerKelvin"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-K" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/K" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Kelvin Unit is a denominator unit with dimensions /K. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PerMetre +emmo:PerMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Reciprocal metre"@en ; + skos:prefLabel "PerMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/m" , + "m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Meter Unit is a denominator unit with dimensions /m. -### https://w3id.org/emmo#QuinticMetre -emmo:QuinticMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_e55d4f6d_2506_4f63_8e01_1963efe7071e ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Quintic Metre"@en ; - skos:prefLabel "QuinticMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M5" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⁵" . +-- QUDT"""@en . -### https://w3id.org/emmo#RadianPerMetre -emmo:RadianPerMetre rdf:type owl:Class ; +### https://w3id.org/emmo#PerMetreKelvin +emmo:PerMetreKelvin rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , + emmo:EMMO_61eec472_f9af_4861_bedd_d741f022a7e5 , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "1.0"^^xsd:double @@ -3060,18 +3135,107 @@ emmo:RadianPerMetre rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - rdfs:seeAlso "http://www.iso.org/iso/catalogue_detail?csnumber=31897" ; - skos:altLabel "Radian per Metre"@en ; - skos:prefLabel "RadianPerMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad/m" . + skos:altLabel "ReciprocalMetreKelvin"@en ; + skos:prefLabel "PerMetreKelvin"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M-K" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-1.K-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m⋅K)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Meter Kelvin Unit is a denominator unit with dimensions /m.k. + +-- QUDT"""@en . -### https://w3id.org/emmo#RadianPerSecond -emmo:RadianPerSecond rdf:type owl:Class ; +### https://w3id.org/emmo#PerMetreSecond +emmo:PerMetreSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_9f0338b9_326f_44c2_893c_2d815b763130 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalMetreSecond"@en ; + skos:prefLabel "PerMetreSecond"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-1.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m⋅s)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per metre and second."@en . + + +### https://w3id.org/emmo#PerMetreSteradian +emmo:PerMetreSteradian rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalMetreSteradian"@en ; + skos:prefLabel "PerMetreSteradian"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M-SR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-1.sr-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m⋅sr)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per metre and steradian."@en . + + +### https://w3id.org/emmo#PerMole +emmo:PerMole rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_af24ae20_8ef2_435a_86a1_2ea44488b318 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalMole"@en ; + skos:prefLabel "PerMole"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MOL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/mol" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Mole Unit is a denominator unit with dimensions mol⁻¹. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PerPascal +emmo:PerPascal rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalPascal"@en ; + skos:prefLabel "PerPascal"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-PA" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/Pa" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per Pascal."@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Pascal?oldid=492989202" . + + +### https://w3id.org/emmo#PerPascalSecond +emmo:PerPascalSecond rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + emmo:EMMO_2f31340f_59ca_4a57_8513_269837af3796 , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "1.0"^^xsd:double @@ -3081,85 +3245,184 @@ emmo:RadianPerSecond rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "radian per second"@en ; - skos:prefLabel "RadianPerSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.s-1" , - "rad/s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Radian per Second\" is the SI unit of rotational speed (angular velocity), and, also the unit of angular frequency. The radian per second is defined as the change in the orientation of an object, in radians, every second. + skos:altLabel "PerPascalSecond"@en ; + skos:prefLabel "PerPascalSecond"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-PA-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa-1.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(Pa⋅s)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per Pascal and Second."@en . + + +### https://w3id.org/emmo#PerSecond +emmo:PerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalSecond"@en ; + skos:prefLabel "PerSecond"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/s" , + "s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A reciprical unit of time for `reciprocal second` or `inverse second`. The `Per Second` is a unit of rate. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PerSecondSquareMetre +emmo:PerSecondSquareMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalSecondSquareMetre"@en ; + skos:prefLabel "PerSecondSquareMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SEC-M2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/(s1.m2)" , + "s-1.m-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/s⋅m²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Per Second Square Meter` is a measure of flux with dimensions /sec-m². -- QUDT"""@en . -### https://w3id.org/emmo#RadianPerSquareSecond -emmo:RadianPerSquareSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Radian per Square Second"@en ; - skos:prefLabel "RadianPerSquareSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD-PER-SEC2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.s-2" , - "rad/s2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad/s²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Angular acceleration is the rate of change of angular velocity. In SI units, it is measured in radians per Square second (rad/s²), and is usually denoted by the Greek letter α. +### https://w3id.org/emmo#PerSecondSquareMetreSteradian +emmo:PerSecondSquareMetreSteradian rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalSecondSquareMetreSteradian"@en ; + skos:prefLabel "PerSecondSquareMetreSteradian"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SEC-M2-SR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/(s.m2.sr)" , + "s-1.m-2.sr-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/s⋅m²⋅sr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Second Square Meter Steradian is a denominator unit with dimensions /sec-m²-sr. -- QUDT"""@en . -### https://w3id.org/emmo#RadianSquareMetrePerKilogram -emmo:RadianSquareMetrePerKilogram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_4817e479_e401_437e_a49b_54540b93d2a1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Radian Square Metre per Kilogram"@en ; - skos:prefLabel "RadianSquareMetrePerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD-M2-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.m2.kg-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad⋅m²/kg" . +### https://w3id.org/emmo#PerSecondSteradian +emmo:PerSecondSteradian rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalSecondSteradian"@en ; + skos:prefLabel "PerSecondSteradian"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SEC-SR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/(s.sr)" , + "s-1.sr-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/s⋅sr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Second Steradian Unit is a denominator unit with dimensions /sec-sr. +-- QUDT"""@en . -### https://w3id.org/emmo#RadianSquareMetrePerMole -emmo:RadianSquareMetrePerMole rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_973656ed_870e_40ba_8bc0_c879687a335a , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Radian Square Metre per Mole"@en ; - skos:prefLabel "RadianSquareMetrePerMole"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD-M2-PER-MOL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.m2.mol-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad⋅m²/mol" . +### https://w3id.org/emmo#PerSquareJoule +emmo:PerSquareJoule rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_87b5dd20_e4fe_422d_9e70_1eee54ec9496 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalSquareJoule"@en ; + skos:prefLabel "PerSquareJoule"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-J2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/J²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Square Joule is a denominator unit with dimensions /eV². + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PerSquareKilogram +emmo:PerSquareKilogram rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_6aa04359_50d6_43d7_b3a7_296bd391bf7d , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalSquareKilogram"@en ; + skos:prefLabel "PerSquareKilogram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-KiloGM2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/kg²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Square Kilogram is a denominator unit with dimensions /kg². + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PerSquareMetre +emmo:PerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_11708648_fc62_46c6_bae5_3a10693e416e , + emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalSquareMetre"@en ; + skos:prefLabel "PerSquareMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/m2" , + "m-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/m²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Per Square Meter\" is a denominator unit with dimensions /m². -### https://w3id.org/emmo#ReciprocalCubicMetre -emmo:ReciprocalCubicMetre rdf:type owl:Class ; +-- QUDT"""@en . + + +### https://w3id.org/emmo#PerSquareMetreSecond +emmo:PerSquareMetreSecond rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e , + emmo:EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "1.0"^^xsd:double @@ -3169,41 +3432,18 @@ emmo:ReciprocalCubicMetre rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Cubic Metre"@en ; - skos:prefLabel "ReciprocalCubicMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/m3" , - "m-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/m³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Per Cubic Meter\" is a denominator unit with dimensions /m³. + skos:altLabel "ReciprocalSquareMetreSecond"@en ; + skos:prefLabel "PerSquareMetreSecond"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M2-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-2.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m²⋅s)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per square metre and second."@en . --- QUDT"""@en . - -### https://w3id.org/emmo#ReciprocalCubicMetreSecond -emmo:ReciprocalCubicMetreSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Cubic Metre Second"@en ; - skos:prefLabel "ReciprocalCubicMetreSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M3-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-3.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m³⋅s)" . - - -### https://w3id.org/emmo#ReciprocalHenry -emmo:ReciprocalHenry rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_07f571cd_252b_4421_8f98_94b6690d2ab9 , - emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , +### https://w3id.org/emmo#PerSquareSecond +emmo:PerSquareSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "1.0"^^xsd:double @@ -3213,148 +3453,153 @@ emmo:ReciprocalHenry rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Henry"@en ; - skos:prefLabel "ReciprocalHenry"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-H" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "H-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/H" . + skos:altLabel "ReciprocalSquareSecond"@en ; + skos:prefLabel "PerSquareSecond"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SEC2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "s-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/s²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per square second."@en . -### https://w3id.org/emmo#ReciprocalJouleCubicMetre -emmo:ReciprocalJouleCubicMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - rdfs:seeAlso "http://www.iso.org/iso/catalogue_detail?csnumber=31897" ; - skos:altLabel "Reciprocal Joule Cubic Metre"@en ; - skos:prefLabel "ReciprocalJouleCubicMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-J-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J-1.m-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(J⋅m³)" . +### https://w3id.org/emmo#PerSteradian +emmo:PerSteradian rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalSteradian"@en ; + skos:prefLabel "PerSteradian"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "sr-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/sr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per steradian."@en . + + +### https://w3id.org/emmo#PerTeslaMetre +emmo:PerTeslaMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_01cd670e_d37c_424f_b91e_c2c2bbb5ea43 , + emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalTeslaMetre."@en ; + skos:prefLabel "PerTeslaMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-T-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "T-1.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/t⋅m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Tesla Meter Unit is a denominator unit with dimensions /m .· T. +-- QUDT"""@en . -### https://w3id.org/emmo#ReciprocalKelvin -emmo:ReciprocalKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_02a935c8_c2d4_4a00_bd6f_b89d05aac79e , - emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Kelvin"@en ; - skos:prefLabel "ReciprocalKelvin"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/K" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Kelvin Unit is a denominator unit with dimensions /k. + +### https://w3id.org/emmo#PerTeslaSecond +emmo:PerTeslaSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Per Tesla and Second unit."@en ; + skos:prefLabel "PerTeslaSecond"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-T-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "T-1.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/T⋅s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Tesla Second Unit is a denominator unit with dimensions /s . T. -- QUDT"""@en . -### https://w3id.org/emmo#ReciprocalMetre -emmo:ReciprocalMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Metre"@en ; - skos:prefLabel "ReciprocalMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/m" , - "m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Meter Unit is a denominator unit with dimensions /m. +### https://w3id.org/emmo#PerWeber +emmo:PerWeber rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_53b10105_52c7_4746_ab73_a5a30bd198e2 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + rdfs:seeAlso "http://www.iso.org/iso/catalogue_detail?csnumber=31897" ; + skos:altLabel "ReciprocalWeber"@en ; + skos:prefLabel "PerWeber"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-WB" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Wb-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/Wb" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per Weber unit."@en . + + +### https://w3id.org/emmo#QuarticCoulombMetrePerCubicEnergy +emmo:QuarticCoulombMetrePerCubicEnergy rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_c0487653_66e8_454e_bb11_e50167e412e4 ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Quartic Coulomb Metre per Cubic Energy"@en ; + skos:prefLabel "QuarticCoulombMetrePerCubicEnergy"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C4-M4-PER-J3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C4.m4.J-3" , + "C4.m4/J3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C⁴m⁴/J³" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Quartic Coulomb Meter per Cubic Energy\" is a unit for 'Quartic Electric Dipole Moment Per Cubic Energy' expressed as C⁴ m⁴ J⁻³. -- QUDT"""@en . -### https://w3id.org/emmo#ReciprocalMetreKelvin -emmo:ReciprocalMetreKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_61eec472_f9af_4861_bedd_d741f022a7e5 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Metre Kelvin"@en ; - skos:prefLabel "ReciprocalMetreKelvin"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-1.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m⋅K)" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Meter Kelvin Unit is a denominator unit with dimensions /m.k. +### https://w3id.org/emmo#QuarticMetre +emmo:QuarticMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_8627410d_01f8_4ed1_8f2b_aba69d791ad3 ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Quartic Metre"@en ; + skos:prefLabel "QuarticMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M4" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m4" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⁴" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit associated with area moments of inertia. -- QUDT"""@en . -### https://w3id.org/emmo#ReciprocalMetrePerSecond -emmo:ReciprocalMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_9f0338b9_326f_44c2_893c_2d815b763130 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal metre per second"@en ; - skos:prefLabel "ReciprocalMetrePerSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-1.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m⋅s)" . +### https://w3id.org/emmo#QuarticMetrePerSecond +emmo:QuarticMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_6cfc5b82_b47b_47bc_bb45_c23c273d2e06 ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "QuarticMetrePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M4-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m4.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⁴/s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Metre to the power four per second."@en . -### https://w3id.org/emmo#ReciprocalMetrePerSteradian -emmo:ReciprocalMetrePerSteradian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal metre per steradian"@en ; - skos:prefLabel "ReciprocalMetrePerSteradian"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M-SR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-1.sr-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m⋅sr)" . +### https://w3id.org/emmo#QuinticMetre +emmo:QuinticMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_e55d4f6d_2506_4f63_8e01_1963efe7071e ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "QuinticMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M5" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⁵" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Metre to the power of five."@en . -### https://w3id.org/emmo#ReciprocalMole -emmo:ReciprocalMole rdf:type owl:Class ; +### https://w3id.org/emmo#RadianPerMetre +emmo:RadianPerMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_af24ae20_8ef2_435a_86a1_2ea44488b318 , + emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "1.0"^^xsd:double @@ -3364,157 +3609,42 @@ emmo:ReciprocalMole rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Mole"@en ; - skos:prefLabel "ReciprocalMole"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MOL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/mol" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Mole Unit is a denominator unit with dimensions mol⁻¹. - --- QUDT"""@en . - - -### https://w3id.org/emmo#ReciprocalPascal -emmo:ReciprocalPascal rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Pascal"@en ; - skos:prefLabel "ReciprocalPascal"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-PA" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/Pa" ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Pascal?oldid=492989202" . - - -### https://w3id.org/emmo#ReciprocalPascalPerSecond -emmo:ReciprocalPascalPerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_2f31340f_59ca_4a57_8513_269837af3796 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Pascal per second"@en ; - skos:prefLabel "ReciprocalPascalPerSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-PA-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa-1.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(Pa⋅s)" . - - -### https://w3id.org/emmo#ReciprocalSecond -emmo:ReciprocalSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Second"@en ; - skos:prefLabel "ReciprocalSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/s" , - "s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A reciprical unit of time for `reciprocal second` or `inverse second`. The `Per Second` is a unit of rate. - --- QUDT"""@en . + rdfs:seeAlso "http://www.iso.org/iso/catalogue_detail?csnumber=31897" ; + skos:prefLabel "RadianPerMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad/m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Radian per metre."@en . -### https://w3id.org/emmo#ReciprocalSecondSquareMetre -emmo:ReciprocalSecondSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Second Square Metre"@en ; - skos:prefLabel "ReciprocalSecondSquareMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SEC-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/(s1.m2)" , - "s-1.m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/s⋅m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Per Second Square Meter` is a measure of flux with dimensions /sec-m². - --- QUDT"""@en . - - -### https://w3id.org/emmo#ReciprocalSecondSquareMetreSteradian -emmo:ReciprocalSecondSquareMetreSteradian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Second Square Metre Steradian"@en ; - skos:prefLabel "ReciprocalSecondSquareMetreSteradian"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SEC-M2-SR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/(s.m2.sr)" , - "s-1.m-2.sr-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/s⋅m²⋅sr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Second Square Meter Steradian is a denominator unit with dimensions /sec-m²-sr. - --- QUDT"""@en . - - -### https://w3id.org/emmo#ReciprocalSecondSteradian -emmo:ReciprocalSecondSteradian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Second Steradian"@en ; - skos:prefLabel "ReciprocalSecondSteradian"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SEC-SR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/(s.sr)" , - "s-1.sr-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/s⋅sr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Second Steradian Unit is a denominator unit with dimensions /sec-sr. +### https://w3id.org/emmo#RadianPerSecond +emmo:RadianPerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "radian per second"@en ; + skos:prefLabel "RadianPerSecond"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.s-1" , + "rad/s" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad/s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Radian per Second\" is the SI unit of rotational speed (angular velocity), and, also the unit of angular frequency. The radian per second is defined as the change in the orientation of an object, in radians, every second. -- QUDT"""@en . -### https://w3id.org/emmo#ReciprocalSquareJoule -emmo:ReciprocalSquareJoule rdf:type owl:Class ; +### https://w3id.org/emmo#RadianPerSquareSecond +emmo:RadianPerSquareSecond rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_87b5dd20_e4fe_422d_9e70_1eee54ec9496 , + emmo:EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "1.0"^^xsd:double @@ -3524,20 +3654,41 @@ emmo:ReciprocalSquareJoule rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Square Joule"@en ; - skos:prefLabel "ReciprocalSquareJoule"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-J2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/J²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Square Joule is a denominator unit with dimensions /eV². + skos:altLabel "Radian per Square Second"@en ; + skos:prefLabel "RadianPerSquareSecond"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD-PER-SEC2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.s-2" , + "rad/s2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad/s²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Angular acceleration is the rate of change of angular velocity. In SI units, it is measured in radians per Square second (rad/s²), and is usually denoted by the Greek letter α. -- QUDT"""@en . -### https://w3id.org/emmo#ReciprocalSquareKilogram -emmo:ReciprocalSquareKilogram rdf:type owl:Class ; +### https://w3id.org/emmo#RadianSquareMetrePerKilogram +emmo:RadianSquareMetrePerKilogram rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_4817e479_e401_437e_a49b_54540b93d2a1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "RadianSquareMetrePerKilogram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD-M2-PER-KiloGM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.m2.kg-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad⋅m²/kg" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Radian square metre per kilogram."@en . + + +### https://w3id.org/emmo#RadianSquareMetrePerMole +emmo:RadianSquareMetrePerMole rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_6aa04359_50d6_43d7_b3a7_296bd391bf7d , + emmo:EMMO_973656ed_870e_40ba_8bc0_c879687a335a , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "1.0"^^xsd:double @@ -3547,157 +3698,11 @@ emmo:ReciprocalSquareKilogram rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Square Kilogram"@en ; - skos:prefLabel "ReciprocalSquareKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-KiloGM2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/kg²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Square Kilogram is a denominator unit with dimensions /kg². - --- QUDT"""@en . - - -### https://w3id.org/emmo#ReciprocalSquareMetre -emmo:ReciprocalSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_11708648_fc62_46c6_bae5_3a10693e416e , - emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Square Metre"@en ; - skos:prefLabel "ReciprocalSquareMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/m2" , - "m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Per Square Meter\" is a denominator unit with dimensions /m². - --- QUDT"""@en . - - -### https://w3id.org/emmo#ReciprocalSquareMetreSecond -emmo:ReciprocalSquareMetreSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Square Metre Second"@en ; - skos:prefLabel "ReciprocalSquareMetreSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M2-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-2.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m²⋅s)" . - - -### https://w3id.org/emmo#ReciprocalSquareSecond -emmo:ReciprocalSquareSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal square second"@en ; - skos:prefLabel "ReciprocalSquareSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SEC2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "s-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/s²" . - - -### https://w3id.org/emmo#ReciprocalSteradian -emmo:ReciprocalSteradian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal steradian"@en ; - skos:prefLabel "ReciprocalSteradian"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "sr-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/sr" . - - -### https://w3id.org/emmo#ReciprocalTeslaMetre -emmo:ReciprocalTeslaMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_01cd670e_d37c_424f_b91e_c2c2bbb5ea43 , - emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Tesla Metre"@en ; - skos:prefLabel "ReciprocalTeslaMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-T-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "T-1.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/t⋅m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Tesla Meter Unit is a denominator unit with dimensions /m .· T. - --- QUDT"""@en . - - -### https://w3id.org/emmo#ReciprocalTeslaSecond -emmo:ReciprocalTeslaSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Tesla Second Unit"@en ; - skos:prefLabel "ReciprocalTeslaSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-T-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "T-1.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/T⋅s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Tesla Second Unit is a denominator unit with dimensions /s . T. - --- QUDT"""@en . - - -### https://w3id.org/emmo#ReciprocalWeber -emmo:ReciprocalWeber rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_53b10105_52c7_4746_ab73_a5a30bd198e2 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - rdfs:seeAlso "http://www.iso.org/iso/catalogue_detail?csnumber=31897" ; - skos:altLabel "Reciprocal Weber"@en ; - skos:prefLabel "ReciprocalWeber"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-WB" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Wb-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/Wb" . + skos:prefLabel "RadianSquareMetrePerMole"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD-M2-PER-MOL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.m2.mol-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad⋅m²/mol" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Radian square metre per mole."@en . ### https://w3id.org/emmo#SecondPerMetre @@ -3713,11 +3718,11 @@ emmo:SecondPerMetre rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Seconds per metre"@en ; skos:prefLabel "SecondPerMetre" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SEC-PER-M" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "s.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "s/m" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "s/m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Second per metre."@en . ### https://w3id.org/emmo#SecondPerRadianCubicMetre @@ -3734,11 +3739,11 @@ emmo:SecondPerRadianCubicMetre rdf:type owl:Class ; ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; rdfs:seeAlso "http://www.iso.org/iso/catalogue_detail?csnumber=31897" ; - skos:altLabel "Second per Radian Cubic Metre"@en ; skos:prefLabel "SecondPerRadianCubicMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SEC-PER-RAD-M3" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "s.rad-1.m-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "s/rad⋅m³" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "s/rad⋅m³" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Second per radian and cubic metre unit."@en . ### https://w3id.org/emmo#SexticMetre @@ -3746,10 +3751,10 @@ emmo:SexticMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , emmo:EMMO_21bc99ae_f2ba_4eb3_90c1_d81968c429e2 ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Sextic Metre"@en ; skos:prefLabel "SexticMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M6" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⁶" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⁶" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Metre to the power of six."@en . ### https://w3id.org/emmo#SiemensPerMetre @@ -3771,7 +3776,7 @@ emmo:SiemensPerMetre rdf:type owl:Class ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "S.m-1" , "S/m" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "S/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit siemens divided by the SI base unit metre + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit siemens divided by the SI base unit metre. -- QUDT"""@en . @@ -3789,11 +3794,11 @@ emmo:SiemensSquareMetrePerMole rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Siemens Square metre per mole"@en ; skos:prefLabel "SiemensSquareMetrePerMole"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/S-M2-PER-MOL" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "S.m2.mol-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "S⋅m²/mol" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "S⋅m²/mol" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Siemens square metre per mole."@en . ### https://w3id.org/emmo#SquareCoulombSquareMetrePerJoule @@ -3833,11 +3838,11 @@ emmo:SquareKelvin rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square Kelvin"@en ; skos:prefLabel "SquareKelvin"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K²" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square Kelvin."@en . ### https://w3id.org/emmo#SquareKilogramPerSquareSecond @@ -3853,11 +3858,11 @@ emmo:SquareKilogramPerSquareSecond rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square Kilograms per square second"@en ; skos:prefLabel "SquareKilogramPerSquareSecond" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM2-PER-SEC2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg2.s-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg²/s²" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg²/s²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square kilogram per square second."@en . ### https://w3id.org/emmo#SquareMetre @@ -3896,11 +3901,11 @@ emmo:SquareMetreCubicHertz rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square metres cubic Hertz"@en ; skos:prefLabel "SquareMetreCubicHertz" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-HZ3" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.Hz3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅Hz³" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅Hz³" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre and cubic Hertz."@en . ### https://w3id.org/emmo#SquareMetreHertz @@ -3916,11 +3921,11 @@ emmo:SquareMetreHertz rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square metres Hertz"@en ; skos:prefLabel "SquareMetreHertz" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-HZ" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.Hz" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅Hz" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅Hz" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre Hertz."@en . ### https://w3id.org/emmo#SquareMetreKelvin @@ -3983,11 +3988,11 @@ emmo:SquareMetrePerHertz rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square metres per Hertz"@en ; skos:prefLabel "SquareMetrePerHertz" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-HZ" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.Hz-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/Hz" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/Hz" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per Hertz."@en . ### https://w3id.org/emmo#SquareMetrePerJoule @@ -4003,11 +4008,11 @@ emmo:SquareMetrePerJoule rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square Metre per Joule"@en ; skos:prefLabel "SquareMetrePerJoule"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-J" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.J-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/j" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/j" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per Joule."@en . ### https://w3id.org/emmo#SquareMetrePerKelvin @@ -4023,11 +4028,11 @@ emmo:SquareMetrePerKelvin rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square Metre per Kelvin"@en ; skos:prefLabel "SquareMetrePerKelvin"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-K" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/k" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/k" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per Kelvin."@en . ### https://w3id.org/emmo#SquareMetrePerKilogram @@ -4136,11 +4141,11 @@ emmo:SquareMetrePerSquareHertz rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square metres per square Hertz"@en ; skos:prefLabel "SquareMetrePerSquareHertz" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-HZ2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.Hz-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/Hz²" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/Hz²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metres per square Hertz."@en . ### https://w3id.org/emmo#SquareMetrePerSquareMetre @@ -4178,11 +4183,11 @@ emmo:SquareMetrePerSquareSecond rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square metres per square second"@en ; skos:prefLabel "SquareMetrePerSquareSecond" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-SEC2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.s-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/s²" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/s²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per square second."@en . ### https://w3id.org/emmo#SquareMetrePerSteradian @@ -4198,11 +4203,11 @@ emmo:SquareMetrePerSteradian rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square Metre per Steradian"@en ; skos:prefLabel "SquareMetrePerSteradian"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-SR" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.sr-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/sr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per steradian."@en ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Steradian?oldid=494317847" . @@ -4219,11 +4224,11 @@ emmo:SquareMetrePerSteradianJoule rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square Metre per Steradian Joule"@en ; skos:prefLabel "SquareMetrePerSteradianJoule"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-SR-J" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.sr-1.J-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/(sr⋅J)" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/(sr⋅J)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per steradian and Joule."@en . ### https://w3id.org/emmo#SquareMetrePerVoltSecond @@ -4238,11 +4243,11 @@ emmo:SquareMetrePerVoltSecond rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square Metre per Volt Second"@en ; skos:prefLabel "SquareMetrePerVoltSecond"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-V-SEC" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.V-1.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/(V⋅s)" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/(V⋅s)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per volt second."@en . ### https://w3id.org/emmo#SquareMetreQuarticHertz @@ -4250,11 +4255,11 @@ emmo:SquareMetreQuarticHertz rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , emmo:EMMO_27c8e4db_eb18_402c_951e_6a38751cf1d0 ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square metres quartic Hertz"@en ; skos:prefLabel "SquareMetreQuarticHertz" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-HZ4" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.Hz4" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅Hz⁴" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅Hz⁴" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre and quartic Hertz."@en . ### https://w3id.org/emmo#SquareMetreSecondPerRadian @@ -4270,11 +4275,11 @@ emmo:SquareMetreSecondPerRadian rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square metre seconds per radian"@en ; skos:prefLabel "SquareMetreSecondPerRadian" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-SEC-PER-RAD" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.s.rad-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅s/rad" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅s/rad" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre seconds per radian."@en . ### https://w3id.org/emmo#SquareMetreSquareHertz @@ -4290,11 +4295,11 @@ emmo:SquareMetreSquareHertz rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square Metres square Hertz"@en ; skos:prefLabel "SquareMetreSquareHertz" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-HZ2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.Hz2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅Hz²" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅Hz²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre and square Hertz."@en . ### https://w3id.org/emmo#SquareMetreSteradian @@ -4333,11 +4338,11 @@ emmo:SquarePascalPerSquareSecond rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square pascal per square second"@en ; skos:prefLabel "SquarePascalPerSquareSecond"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA2-PER-SEC2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa2.s-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa²⋅m/s²" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa²/s²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square Pascal per square second."@en . ### https://w3id.org/emmo#SquarePascalSecond @@ -4401,11 +4406,11 @@ emmo:SquareVoltPerSquareKelvin rdf:type owl:Class ; ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; rdfs:seeAlso "http://www.iso.org/iso/catalogue_detail?csnumber=31897" ; - skos:altLabel "Square Volt per Square Kelvin"@en ; skos:prefLabel "SquareVoltPerSquareKelvin"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V2-PER-K2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V2.K-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V²/K²" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V²/K²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square volt per square Kelvin."@en . ### https://w3id.org/emmo#VoltAmpere @@ -4445,11 +4450,11 @@ emmo:VoltPerKelvin rdf:type owl:Class ; ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; rdfs:seeAlso "http://www.iso.org/iso/catalogue_detail?csnumber=31897" ; - skos:altLabel "Volt per Kelvin"@en ; skos:prefLabel "VoltPerKelvin"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-PER-K" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V/K" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V/K" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Volt per Kelvin."@en . ### https://w3id.org/emmo#VoltPerMetre @@ -4653,11 +4658,11 @@ emmo:WattPerMetre rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Watts per metre"@en ; skos:prefLabel "WattPerMetre" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/m" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watts per metre."@en . ### https://w3id.org/emmo#WattPerMetreKelvin @@ -4673,11 +4678,11 @@ emmo:WattPerMetreKelvin rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Watt per Metre Kelvin"@en ; skos:prefLabel "WattPerMetreKelvin"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M-K" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-1.K-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/(m⋅K)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watt per metre and Kelvin unit."@en ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Thermal_conductivity" . @@ -4765,11 +4770,11 @@ emmo:WattPerSquareMetrePerMetre rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Watts per square metre per metre"@en ; skos:prefLabel "WattPerSquareMetrePerMetre" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M2-M" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/m²⋅m" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/m²⋅m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watts per square metre per metre."@en . ### https://w3id.org/emmo#WattPerSquareMetrePerMetrePerSteradian @@ -4785,11 +4790,11 @@ emmo:WattPerSquareMetrePerMetrePerSteradian rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Watts per square metre per metre per steradian"@en ; skos:prefLabel "WattPerSquareMetrePerMetrePerSteradian" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M2-M-SR" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.m-1.sr-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/m²⋅m⋅sr" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/m²⋅m⋅sr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watts per square metre and metre and steradian."@en . ### https://w3id.org/emmo#WattPerSquareMetreQuarticKelvin @@ -4891,11 +4896,11 @@ emmo:WattSecondPerSquareMetre rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Watt seconds per square metre"@en ; skos:prefLabel "WattSecondPerSquareMetre" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-SEC-PER-M2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.s.m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W⋅s/m²" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W⋅s/m²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watt second per square metre."@en . ### https://w3id.org/emmo#WeberMetre @@ -4912,11 +4917,11 @@ emmo:WeberMetre rdf:type owl:Class ; ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; rdfs:seeAlso "http://www.simetric.co.uk/siderived.htm" ; - skos:altLabel "Weber Metre"@en ; skos:prefLabel "WeberMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/WB-M" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Wb.m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Wb⋅m" . + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Wb⋅m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Weber metre."@en . ### https://w3id.org/emmo#WeberPerMetre diff --git a/disciplines/units/deprecated.ttl b/disciplines/units/deprecated.ttl index 68f82324..fa27de04 100644 --- a/disciplines/units/deprecated.ttl +++ b/disciplines/units/deprecated.ttl @@ -13,14 +13,14 @@ owl:imports , ; dcterms:abstract "This module contains deprecated IRIs with references."@en ; - dcterms:contributor "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" , - "Jesper Friis, SINTEF, NO" ; + dcterms:contributor ; + dcterms:creator , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "SI units"@en ; - rdfs:comment "Contacts: emmo@emmc.eu"@en , - "The EMMO should be reasoned with HermiT to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" ; + rdfs:comment "The EMMO should be reasoned with HermiT to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ; owl:versionInfo "1.0.0-rc1" . ################################################################# diff --git a/disciplines/units/noncoherentsiunits.ttl b/disciplines/units/noncoherentsiunits.ttl index cd1d30f6..a6d5ebdd 100644 --- a/disciplines/units/noncoherentsiunits.ttl +++ b/disciplines/units/noncoherentsiunits.ttl @@ -10,62 +10,28 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; - dcterms:abstract "The 'noncoherentsiunits' module contains non-coherent SI derived units. This include ."@en ; - dcterms:contributor "Adham Hashibon, University College of London, UK" , - "Francesca L. Bleken, SINTEF, NO" , - "Georg Schmitz, Access, DE" , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" , - "Simon Clark, SINTEF, NO" ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" , - "Jesper Friis, SINTEF, NO" ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; - dcterms:title "Non-coherent SI units"@en ; - rdfs:comment "Contacts: emmo@emmc.eu"@en , - """Note: this file has automatically been populated with units from QUDT. + owl:versionIRI ; + owl:imports ; + dcterms:abstract "The 'noncoherentsiunits' module contains non-coherent SI derived units. This include ."@en ; + dcterms:contributor , + , + ; + dcterms:creator , + ; + dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; + dcterms:publisher ; + dcterms:title "Non-coherent SI units"@en ; + rdfs:comment """Note: this file has automatically been populated with units from QUDT. We kindly acknowledge NIST for reusing their content, including the selection of units, their elucidations and conversion multiplier."""@en , - "The EMMO should be reasoned with HermiT to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ; - owl:versionInfo "1.0.0-rc1" . + "The EMMO should be reasoned with HermiT to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ; + owl:versionInfo "1.0.0-rc1" ; + emmo:EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Classes ################################################################# -### https://w3id.org/emmo#SquareMetrePerGram -emmo:SquareMetrePerGram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4817e479_e401_437e_a49b_54540b93d2a1 , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a unit in the category of specific area"@en ; - skos:prefLabel "SquareMetrePerGram"@en . - - -### https://w3id.org/emmo#AmperePerGram -emmo:AmperePerGram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - emmo:EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a unit of electric current per mass"@en ; - skos:prefLabel "AmperePerGram"@en . - - ### https://w3id.org/emmo#AmperePerCentiMetre emmo:AmperePerCentiMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , @@ -78,15 +44,31 @@ emmo:AmperePerCentiMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Ampere Per Centimetre"@en ; + skos:prefLabel "AmperePerCentiMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-CentiM" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.cm-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/cm" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit ampere divided by the 0.01-fold of the SI base unit metre --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Ampere Per Centimetre"@en ; - skos:prefLabel "AmperePerCentiMetre" . +-- QUDT"""@en . + + +### https://w3id.org/emmo#AmperePerGram +emmo:AmperePerGram rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + emmo:EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "AmperePerGram"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit of electric current per mass."@en . ### https://w3id.org/emmo#AmperePerMilliMetre @@ -101,16 +83,16 @@ emmo:AmperePerMilliMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Ampere Per Millimetre"@en ; + skos:prefLabel "AmperePerMilliMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-MilliM" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.mm-1" , "A/mm" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/mm" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit ampere divided by the 0.001-fold of the SI base unit metre --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Ampere Per Millimetre"@en ; - skos:prefLabel "AmperePerMilliMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#AmperePerSquareCentiMetre @@ -125,16 +107,16 @@ emmo:AmperePerSquareCentiMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Ampere Per Square Centimetre"@en ; + skos:prefLabel "AmperePerSquareCentiMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-CentiM2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.cm-2" , "A/cm2" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/cm²" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit ampere divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Ampere Per Square Centimetre"@en ; - skos:prefLabel "AmperePerSquareCentiMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#AmperePerSquareMilliMetre @@ -149,16 +131,16 @@ emmo:AmperePerSquareMilliMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Ampere Per Square Millimetre"@en ; + skos:prefLabel "AmperePerSquareMilliMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-MilliM2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.mm-2" , "A/mm2" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/mm²" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit ampere divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Ampere Per Square Millimetre"@en ; - skos:prefLabel "AmperePerSquareMilliMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#CoulombPerCubicCentiMetre @@ -173,16 +155,16 @@ emmo:CoulombPerCubicCentiMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Coulomb Per Cubic Centimetre"@en ; + skos:prefLabel "CoulombPerCubicCentiMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-PER-CentiM3" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.cm-3" , "C/cm3" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/cm³" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 3 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Coulomb Per Cubic Centimetre"@en ; - skos:prefLabel "CoulombPerCubicCentiMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#CoulombPerCubicMilliMetre @@ -197,16 +179,16 @@ emmo:CoulombPerCubicMilliMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Coulomb Per Cubic Millimetre"@en ; + skos:prefLabel "CoulombPerCubicMilliMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-PER-MilliM3" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.mm-3" , "C/mm3" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/mm³" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """derived SI unit coulomb divided by the 0.000 000 001-fold of the power of the SI base unit metre by exponent 3 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Coulomb Per Cubic Millimetre"@en ; - skos:prefLabel "CoulombPerCubicMilliMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#CoulombPerSquareCentiMetre @@ -221,16 +203,16 @@ emmo:CoulombPerSquareCentiMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Coulomb Per Square Centimetre"@en ; + skos:prefLabel "CoulombPerSquareCentiMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-PER-CentiM2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.cm-2" , "C/cm2" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/cm²" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """derived SI unit coulomb divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Coulomb Per Square Centimetre"@en ; - skos:prefLabel "CoulombPerSquareCentiMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#CoulombPerSquareMilliMetre @@ -245,16 +227,16 @@ emmo:CoulombPerSquareMilliMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Coulomb Per Square Millimetre"@en ; + skos:prefLabel "CoulombPerSquareMilliMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-PER-MilliM2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.mm-2" , "C/mm2" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/mm²" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Coulomb Per Square Millimetre"@en ; - skos:prefLabel "CoulombPerSquareMilliMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#CubicCentiMetre @@ -269,15 +251,15 @@ emmo:CubicCentiMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "cubic centimetre"@en ; + skos:prefLabel "CubicCentiMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm3" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The CGS unit of volume, equal to 10-6 cubic meter, 1 milliliter, or about 0.061 023 7 cubic inch --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "cubic centimetre"@en ; - skos:prefLabel "CubicCentiMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#CubicCentiMetrePerCubicCentiMetre @@ -292,16 +274,16 @@ emmo:CubicCentiMetrePerCubicCentiMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Centimetre Per Cubic Centimetre"@en ; + skos:prefLabel "CubicCentiMetrePerCubicCentiMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3-PER-CentiM3" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm3.cm-3" , "cm3/cm3" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³/cm³" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Centimetre Per Cubic Centimetre"@en ; - skos:prefLabel "CubicCentiMetrePerCubicCentiMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#CubicCentiMetrePerCubicMetre @@ -316,16 +298,16 @@ emmo:CubicCentiMetrePerCubicMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Centimetre Per Cubic Metre"@en ; + skos:prefLabel "CubicCentiMetrePerCubicMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3-PER-M3" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm3.m-3" , "cm3/m3" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³/m³" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Centimetre Per Cubic Metre"@en ; - skos:prefLabel "CubicCentiMetrePerCubicMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#CubicCentiMetrePerKelvin @@ -340,16 +322,16 @@ emmo:CubicCentiMetrePerKelvin rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Centimetre Per Kelvin"@en ; + skos:prefLabel "CubicCentiMetrePerKelvin"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3-PER-K" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm3.K-1" , "cm3/K" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³/K" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit kelvin --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Centimetre Per Kelvin"@en ; - skos:prefLabel "CubicCentiMetrePerKelvin" . +-- QUDT"""@en . ### https://w3id.org/emmo#CubicCentiMetrePerMole @@ -364,16 +346,16 @@ emmo:CubicCentiMetrePerMole rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Centimetre Per Mole"@en ; + skos:prefLabel "CubicCentiMetrePerMole"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3-PER-MOL" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm3.mol-1" , "cm3/mol" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³/mol" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Centimetre Per Mole"@en ; - skos:prefLabel "CubicCentiMetrePerMole" . +-- QUDT"""@en . ### https://w3id.org/emmo#CubicCentiMetrePerMoleSecond @@ -388,17 +370,14 @@ emmo:CubicCentiMetrePerMoleSecond rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic centimeter per mole second"@en ; + skos:prefLabel "CubicCentiMetrePerMoleSecond"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3-PER-MOL-SEC" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³/(mol⋅s)" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit that is the 0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second. --- QUDT"""@en , - """A unit that is the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second. - --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Centimeter per Mole Second"@en ; - skos:prefLabel "CubicCentiMetrePerMoleSecond" . +-- QUDT"""@en . ### https://w3id.org/emmo#CubicCentiMetrePerSecond @@ -413,16 +392,16 @@ emmo:CubicCentiMetrePerSecond rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Centimetre Per Second"@en ; + skos:prefLabel "CubicCentiMetrePerSecond"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3-PER-SEC" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm3.s-1" , "cm3/s" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³/s" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit second --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Centimetre Per Second"@en ; - skos:prefLabel "CubicCentiMetrePerSecond" . +-- QUDT"""@en . ### https://w3id.org/emmo#CubicDecaMetre @@ -437,15 +416,15 @@ emmo:CubicDecaMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Decametre"@en ; + skos:prefLabel "CubicDecaMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DecaM3" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dam3" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dam³" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the power of the SI base unit metre by exponent 3 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Decametre"@en ; - skos:prefLabel "CubicDecaMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#CubicDeciMetre @@ -460,15 +439,15 @@ emmo:CubicDeciMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Decimetre"@en ; + skos:prefLabel "CubicDeciMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciM3" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dm3" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dm³" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.1-fold of the power of the SI base unit metre with the exponent 3 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Decimetre"@en ; - skos:prefLabel "CubicDeciMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#CubicDeciMetrePerCubicMetre @@ -483,16 +462,16 @@ emmo:CubicDeciMetrePerCubicMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Decimetre Per Cubic Metre"@en ; + skos:prefLabel "CubicDeciMetrePerCubicMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciM3-PER-M3" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dm3.m-3" , "dm3/m3" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dm³/m³" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """volume ratio consisting of the 0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Decimetre Per Cubic Metre"@en ; - skos:prefLabel "CubicDeciMetrePerCubicMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#CubicDeciMetrePerMole @@ -507,16 +486,16 @@ emmo:CubicDeciMetrePerMole rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Decimetre Per Mole"@en ; + skos:prefLabel "CubicDeciMetrePerMole"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciM3-PER-MOL" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dm3.mol-1" , "dm3/mol" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dm³/mol" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Decimetre Per Mole"@en ; - skos:prefLabel "CubicDeciMetrePerMole" . +-- QUDT"""@en . ### https://w3id.org/emmo#CubicDeciMetrePerSecond @@ -531,16 +510,16 @@ emmo:CubicDeciMetrePerSecond rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Decimetre Per Second"@en ; + skos:prefLabel "CubicDeciMetrePerSecond"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciM3-PER-SEC" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dm3.s-1" , "dm3/s" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dm³/s" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time second --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Decimetre Per Second"@en ; - skos:prefLabel "CubicDeciMetrePerSecond" . +-- QUDT"""@en . ### https://w3id.org/emmo#CubicKiloMetrePerSquareSecond @@ -555,16 +534,16 @@ emmo:CubicKiloMetrePerSquareSecond rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Kilometre per Square Second"@en ; + skos:prefLabel "CubicKiloMetrePerSquareSecond"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloM3-PER-SEC2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "km3.s-2" , "km3/s2" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "km³/s²" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Cubic Kilometer per Square Second` is a unit for `Standard Gravitational Parameter` expressed as km³/s². --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Kilometre per Square Second"@en ; - skos:prefLabel "CubicKiloMetrePerSquareSecond" . +-- QUDT"""@en . ### https://w3id.org/emmo#CubicMicroMetrePerCubicMetre @@ -579,12 +558,12 @@ emmo:CubicMicroMetrePerCubicMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "CubicMicroMetrePerCubicMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroM3-PER-M3" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "um3.m-3" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µm³/m³" ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic micrometre per cubic metre"@en ; - skos:prefLabel "CubicMicroMetrePerCubicMetre" . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic micrometre per cubic metre unit."@en . ### https://w3id.org/emmo#CubicMilliMetre @@ -599,15 +578,15 @@ emmo:CubicMilliMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Millimetre"@en ; + skos:prefLabel "CubicMilliMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM3" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm3" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm³" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A metric measure of volume or capacity equal to a cube 1 millimeter on each edge --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Millimetre"@en ; - skos:prefLabel "CubicMilliMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#CubicMilliMetrePerCubicMetre @@ -622,15 +601,15 @@ emmo:CubicMilliMetrePerCubicMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Millimetre Per Cubic Metre"@en ; + skos:prefLabel "CubicMilliMetrePerCubicMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM3-PER-M3" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm3.m-3" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm³/m³" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """volume ratio consisting of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Millimetre Per Cubic Metre"@en ; - skos:prefLabel "CubicMilliMetrePerCubicMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#FaradPerKiloMetre @@ -645,16 +624,16 @@ emmo:FaradPerKiloMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Farad Per Kilometre"@en ; + skos:prefLabel "FaradPerKiloMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FARAD-PER-KiloM" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "F.km-1" , "F/km" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "F/km" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit farad divided by the 1 000-fold of the SI base unit metre --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Farad Per Kilometre"@en ; - skos:prefLabel "FaradPerKiloMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#HenryPerKiloOhm @@ -669,15 +648,15 @@ emmo:HenryPerKiloOhm rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Henry Per Kiloohm"@en ; + skos:prefLabel "HenryPerKiloOhm"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/H-PER-KiloOHM" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "H.kOhm-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "H/kΩ" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Henry Per Kiloohm"@en ; - skos:prefLabel "HenryPerKiloOhm" . +-- QUDT"""@en . ### https://w3id.org/emmo#JoulePerSquareCentiMetre @@ -692,15 +671,15 @@ emmo:JoulePerSquareCentiMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Joule Per Square Centimetre"@en ; + skos:prefLabel "JoulePerSquareCentiMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-CentiM2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.cm-2" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/cm²" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """derived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Joule Per Square Centimetre"@en ; - skos:prefLabel "JoulePerSquareCentiMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#MegaAmperePerSquareMetre @@ -715,15 +694,15 @@ emmo:MegaAmperePerSquareMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Megaampere Per Square Metre"@en ; + skos:prefLabel "MegaAmperePerSquareMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaA-PER-M2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MA.m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/m²" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MA/m²" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Megaampere Per Square Metre"@en ; - skos:prefLabel "MegaAmperePerSquareMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#MicroCoulombPerCubicMetre @@ -738,15 +717,15 @@ emmo:MicroCoulombPerCubicMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Microcoulomb Per Cubic Metre"@en ; + skos:prefLabel "MicroCoulombPerCubicMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroC-PER-M3" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uC.m-3" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μC/m³" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Microcoulomb Per Cubic Metre"@en ; - skos:prefLabel "MicroCoulombPerCubicMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#MicroCoulombPerSquareMetre @@ -761,15 +740,15 @@ emmo:MicroCoulombPerSquareMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Microcoulomb Per Square Metre"@en ; + skos:prefLabel "MicroCoulombPerSquareMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroC-PER-M2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uC.m-2" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μC/m²" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Microcoulomb Per Square Metre"@en ; - skos:prefLabel "MicroCoulombPerSquareMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#MicroFaradPerKiloMetre @@ -784,15 +763,15 @@ emmo:MicroFaradPerKiloMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Microfarad Per Kilometre"@en ; + skos:prefLabel "MicroFaradPerKiloMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroFARAD-PER-KiloM" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uF.km-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μF/km" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Microfarad Per Kilometre"@en ; - skos:prefLabel "MicroFaradPerKiloMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#MicroFaradPerMetre @@ -807,15 +786,15 @@ emmo:MicroFaradPerMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Microfarad Per Metre"@en ; + skos:prefLabel "MicroFaradPerMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroFARAD-PER-M" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uF.m-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μF/m" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit farad divided by the SI base unit metre --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Microfarad Per Metre"@en ; - skos:prefLabel "MicroFaradPerMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#MicroHenryPerMetre @@ -830,15 +809,15 @@ emmo:MicroHenryPerMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Microhenry Per Metre"@en ; + skos:prefLabel "MicroHenryPerMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroH-PER-M" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uH.m-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μH/m" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit henry divided by the SI base unit metre --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Microhenry Per Metre"@en ; - skos:prefLabel "MicroHenryPerMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#MicroMetrePerKelvin @@ -853,15 +832,15 @@ emmo:MicroMetrePerKelvin rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Micrometre Per Kelvin"@en ; + skos:prefLabel "MicroMetrePerKelvin"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroM-PER-K" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "um.K-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μm/K" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit metre divided by the SI base unit kelvin --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Micrometre Per Kelvin"@en ; - skos:prefLabel "MicroMetrePerKelvin" . +-- QUDT"""@en . ### https://w3id.org/emmo#MicroNewton @@ -876,14 +855,14 @@ emmo:MicroNewton rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "MicroNewton"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroN" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uN" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μN" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit newton --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:prefLabel "MicroNewton" . +-- QUDT"""@en . ### https://w3id.org/emmo#MicroNewtonMetre @@ -898,15 +877,15 @@ emmo:MicroNewtonMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Micronewton Metre"@en ; + skos:prefLabel "MicroNewtonMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroN-M" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uN.m" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μN⋅m" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the product out of the derived SI newton and the SI base unit metre --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Micronewton Metre"@en ; - skos:prefLabel "MicroNewtonMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#MicroSiemensPerCentiMetre @@ -921,15 +900,15 @@ emmo:MicroSiemensPerCentiMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Microsiemens Per Centimetre"@en ; + skos:prefLabel "MicroSiemensPerCentiMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroS-PER-CentiM" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uS.cm-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μS/cm" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Microsiemens Per Centimetre"@en ; - skos:prefLabel "MicroSiemensPerCentiMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#MicroSiemensPerMetre @@ -944,15 +923,15 @@ emmo:MicroSiemensPerMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Microsiemens Per Metre"@en ; + skos:prefLabel "MicroSiemensPerMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroS-PER-M" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uS.m-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μS/m" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Microsiemens Per Metre"@en ; - skos:prefLabel "MicroSiemensPerMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#MolePerCubicDeciMetre @@ -967,15 +946,15 @@ emmo:MolePerCubicDeciMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Mole Per Cubic Decimetre"@en ; + skos:prefLabel "MolePerCubicDeciMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-DeciM3" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.dm-3" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/dm³" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Mole Per Cubic Decimetre"@en ; - skos:prefLabel "MolePerCubicDeciMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#NewtonCentiMetre @@ -990,15 +969,15 @@ emmo:NewtonCentiMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Newton Centimetre"@en ; + skos:prefLabel "NewtonCentiMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-CentiM" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.cm" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅cm" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI derived unit newton and the 0.01-fold of the SI base unit metre --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Newton Centimetre"@en ; - skos:prefLabel "NewtonCentiMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#NewtonPerCentiMetre @@ -1013,15 +992,15 @@ emmo:NewtonPerCentiMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Newton Per Centimetre"@en ; + skos:prefLabel "NewtonPerCentiMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-CentiM" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.cm-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/cm" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit newton divided by the 0.01-fold of the SI base unit metre --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Newton Per Centimetre"@en ; - skos:prefLabel "NewtonPerCentiMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#NewtonPerMilliMetre @@ -1036,15 +1015,15 @@ emmo:NewtonPerMilliMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Newton Per Millimetre"@en ; + skos:prefLabel "NewtonPerMilliMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-MilliM" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.mm-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/mm" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit newton divided by the 0.001-fold of the SI base unit metre --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Newton Per Millimetre"@en ; - skos:prefLabel "NewtonPerMilliMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#NewtonPerSquareCentiMetre @@ -1059,15 +1038,15 @@ emmo:NewtonPerSquareCentiMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Newton Per Square Centimetre"@en ; + skos:prefLabel "NewtonPerSquareCentiMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-CentiM2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.cm-2" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/cm²" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """derived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Newton Per Square Centimetre"@en ; - skos:prefLabel "NewtonPerSquareCentiMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#NewtonPerSquareMilliMetre @@ -1082,15 +1061,268 @@ emmo:NewtonPerSquareMilliMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Newton Per Square Millimetre"@en ; + skos:prefLabel "NewtonPerSquareMilliMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-MilliM2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.mm-2" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/mm²" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit newton divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 2 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Newton Per Square Millimetre"@en ; - skos:prefLabel "NewtonPerSquareMilliMetre" . +-- QUDT"""@en . + + +### https://w3id.org/emmo#PerCentiMetre +emmo:PerCentiMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "100.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalCentimetre"@en ; + skos:prefLabel "PerCentiMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-CentiM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/cm" , + "cm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/cm" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal of the 0.01-fold of the SI base unit metre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PerCubicCentiMetre +emmo:PerCubicCentiMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalCubicCentiMetre"@en ; + skos:prefLabel "PerCubicCentiMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-CentiM3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/cm³" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PerCubicMilliMetre +emmo:PerCubicMilliMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalCubicMilliMetre"@en ; + skos:prefLabel "PerCubicMilliMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MilliM3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/mm³" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PerKiloMetre +emmo:PerKiloMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalKiloMetre"@en ; + skos:prefLabel "PerKiloMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-KiloM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/km" , + "km-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/km" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Kilometer Unit is a denominator unit with dimensions /km. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PerMetreNanoMetre +emmo:PerMetreNanoMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_11708648_fc62_46c6_bae5_3a10693e416e , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalMetreNanoMetre"@en ; + skos:prefLabel "PerMetreNanoMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M-NanoM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-1.nm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m⋅nm)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per metre and nanometre."@en . + + +### https://w3id.org/emmo#PerMetreNanoMetreSteradian +emmo:PerMetreNanoMetreSteradian rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_11708648_fc62_46c6_bae5_3a10693e416e , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalMetreNanoMetreSteradian"@en ; + skos:prefLabel "PerMetreNanoMetreSteradian"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M-NanoM-SR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-1.nm-1.sr-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m⋅nm⋅sr)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per metre and nanometre and steradian."@en . + + +### https://w3id.org/emmo#PerMicroMetre +emmo:PerMicroMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalMicroMetre"@en ; + skos:prefLabel "PerMicroMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MicroM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/um" , + "um-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/µm" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Micrometer Unit is a denominator unit with dimensions /microm. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PerMilliMetre +emmo:PerMilliMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalMilliMetre"@en ; + skos:prefLabel "PerMilliMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MilliM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/mm" , + "mm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/mm" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Millimeter Unit is a denominator unit with dimensions /mm. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PerMilliSecond +emmo:PerMilliSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalMilliSecond"@en ; + skos:prefLabel "PerMilliSecond"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MilliSEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ms-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/ms" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per millisecond."@en . + + +### https://w3id.org/emmo#PerNanoMetre +emmo:PerNanoMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalNanoMetre"@en ; + skos:prefLabel "PerNanoMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-NanoM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/nm" , + "nm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/nm" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Nanometer Unit is a denominator unit with dimensions /nm. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PerPicoMetre +emmo:PerPicoMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E12"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalPicoMetre"@en ; + skos:prefLabel "PerPicoMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-PicoM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/pm" , + "pm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/pm" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Picoometer Unit is a denominator unit with dimensions /pm. + +-- QUDT"""@en . ### https://w3id.org/emmo#QuarticMilliMetre @@ -1105,265 +1337,15 @@ emmo:QuarticMilliMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Quartic Millimetre"@en ; + skos:prefLabel "QuarticMilliMetre"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM4" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm4" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm⁴" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the power of the SI base unit metre with the exponent 4 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Quartic Millimetre"@en ; - skos:prefLabel "QuarticMilliMetre" . - - -### https://w3id.org/emmo#ReciprocalCentiMetre -emmo:ReciprocalCentiMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "100.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-CentiM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/cm" , - "cm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/cm" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal of the 0.01-fold of the SI base unit metre - --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Centimetre"@en ; - skos:prefLabel "ReciprocalCentiMetre" . - - -### https://w3id.org/emmo#ReciprocalCubicCentiMetre -emmo:ReciprocalCubicCentiMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-CentiM3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/cm³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 - --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Cubic Centimetre"@en ; - skos:prefLabel "ReciprocalCubicCentiMetre" . - - -### https://w3id.org/emmo#ReciprocalCubicMilliMetre -emmo:ReciprocalCubicMilliMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MilliM3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/mm³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 - --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Cubic Millimetre"@en ; - skos:prefLabel "ReciprocalCubicMilliMetre" . - - -### https://w3id.org/emmo#ReciprocalKiloMetre -emmo:ReciprocalKiloMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-KiloM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/km" , - "km-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/km" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Kilometer Unit is a denominator unit with dimensions /km. - --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Kilometre"@en ; - skos:prefLabel "ReciprocalKiloMetre" . - - -### https://w3id.org/emmo#ReciprocalMetrePerNanoMetre -emmo:ReciprocalMetrePerNanoMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_11708648_fc62_46c6_bae5_3a10693e416e , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M-NanoM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-1.nm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m⋅nm)" ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal metre per nanometre"@en ; - skos:prefLabel "ReciprocalMetrePerNanoMetre" . - - -### https://w3id.org/emmo#ReciprocalMetrePerNanoMetrePerSteradian -emmo:ReciprocalMetrePerNanoMetrePerSteradian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_11708648_fc62_46c6_bae5_3a10693e416e , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M-NanoM-SR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-1.nm-1.sr-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m⋅nm⋅sr)" ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal metre per nanometre per steradian"@en ; - skos:prefLabel "ReciprocalMetrePerNanoMetrePerSteradian" . - - -### https://w3id.org/emmo#ReciprocalMicroMetre -emmo:ReciprocalMicroMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MicroM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/um" , - "um-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/µm" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Micrometer Unit is a denominator unit with dimensions /microm. - --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Micrometre"@en ; - skos:prefLabel "ReciprocalMicroMetre" . - - -### https://w3id.org/emmo#ReciprocalMilliMetre -emmo:ReciprocalMilliMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MilliM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/mm" , - "mm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/mm" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Millimeter Unit is a denominator unit with dimensions /mm. - --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Millimetre"@en ; - skos:prefLabel "ReciprocalMilliMetre" . - - -### https://w3id.org/emmo#ReciprocalMilliSecond -emmo:ReciprocalMilliSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MilliSEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ms-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/ms" ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal millisecond"@en ; - skos:prefLabel "ReciprocalMilliSecond" . - - -### https://w3id.org/emmo#ReciprocalNanoMetre -emmo:ReciprocalNanoMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-NanoM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/nm" , - "nm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/nm" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Nanometer Unit is a denominator unit with dimensions /nm. - --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Nanometre"@en ; - skos:prefLabel "ReciprocalNanoMetre" . - - -### https://w3id.org/emmo#ReciprocalPicoMetre -emmo:ReciprocalPicoMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E12"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-PicoM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/pm" , - "pm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/pm" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Picoometer Unit is a denominator unit with dimensions /pm. - --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Picometre"@en ; - skos:prefLabel "ReciprocalPicoMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#SiemensPerCentiMetre @@ -1378,15 +1360,15 @@ emmo:SiemensPerCentiMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Siemens Per Centimetre"@en ; + skos:prefLabel "SiemensPerCentiMetre" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/S-PER-CentiM" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "S.cm-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "S/cm" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Siemens Per Centimetre"@en ; - skos:prefLabel "SiemensPerCentiMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#SquareCentiMetre @@ -1401,15 +1383,15 @@ emmo:SquareCentiMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Square Centimetre"@en ; + skos:prefLabel "SquareCentiMetre" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm2" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm²" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of area equal to that of a square, of sides 1cm --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square Centimetre"@en ; - skos:prefLabel "SquareCentiMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#SquareCentiMetrePerCubicCentiMetre @@ -1424,12 +1406,12 @@ emmo:SquareCentiMetrePerCubicCentiMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "SquareCentiMetrePerCubicCentiMetre" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM2-PER-CentiM3" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm2.cm-3" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm²/cm³" ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square centimetres per cubic centimetre"@en ; - skos:prefLabel "SquareCentiMetrePerCubicCentiMetre" . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square centimetre per cubic centimetre."@en . ### https://w3id.org/emmo#SquareCentiMetrePerSecond @@ -1444,12 +1426,12 @@ emmo:SquareCentiMetrePerSecond rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "SquareCentiMetrePerSecond" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM2-PER-SEC" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm2.s-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm²/s" ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square centimetres per second"@en ; - skos:prefLabel "SquareCentiMetrePerSecond" . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square centimetre per second."@en . ### https://w3id.org/emmo#SquareCentiMetreSecond @@ -1464,15 +1446,15 @@ emmo:SquareCentiMetreSecond rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Square Centimetre Second"@en ; + skos:prefLabel "SquareCentiMetreSecond" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM2-SEC" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm2.s" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm²⋅s" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Square Centimeter Second\" is a C.G.S System unit for 'Area Time' expressed as cm² . s. --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square Centimetre Second"@en ; - skos:prefLabel "SquareCentiMetreSecond" . +-- QUDT"""@en . ### https://w3id.org/emmo#SquareDeciMetre @@ -1487,15 +1469,31 @@ emmo:SquareDeciMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Square Decimetre"@en ; + skos:prefLabel "SquareDeciMetre" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciM2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dm2" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dm²" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.1-fold of the power of the SI base unit metre with the exponent 2 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square Decimetre"@en ; - skos:prefLabel "SquareDeciMetre" . +-- QUDT"""@en . + + +### https://w3id.org/emmo#SquareMetrePerGram +emmo:SquareMetrePerGram rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_4817e479_e401_437e_a49b_54540b93d2a1 , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "SquareMetrePerGram"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit in the category of specific area."@en . ### https://w3id.org/emmo#SquareMicroMetre @@ -1510,15 +1508,15 @@ emmo:SquareMicroMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Square Micrometre"@en ; + skos:prefLabel "SquareMicroMetre" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroM2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "um2" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μm²" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000000001-fold of the power of the SI base unit metre with the exponent 2 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square Micrometre"@en ; - skos:prefLabel "SquareMicroMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#SquareMilliMetre @@ -1533,15 +1531,15 @@ emmo:SquareMilliMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Square Millimetre"@en ; + skos:prefLabel "SquareMilliMetre" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm2" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm²" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the power of the SI base unit metre with the exponent 2 --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square Millimetre"@en ; - skos:prefLabel "SquareMilliMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#SquareMilliMetrePerSecond @@ -1556,15 +1554,15 @@ emmo:SquareMilliMetrePerSecond rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Square Millimetre Per Second"@en ; + skos:prefLabel "SquareMilliMetrePerSecond" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM2-PER-SEC" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm2.s-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm²/s" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the power of the SI base unit metre with the exponent 2 divided by the SI base unit second --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square Millimetre Per Second"@en ; - skos:prefLabel "SquareMilliMetrePerSecond" . +-- QUDT"""@en . ### https://w3id.org/emmo#SquareNanoMetre @@ -1579,15 +1577,15 @@ emmo:SquareNanoMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Square Nanometre"@en ; + skos:prefLabel "SquareNanoMetre" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoM2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nm2" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nm²" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of area equal to that of a square, of sides 1nm --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square Nanometre"@en ; - skos:prefLabel "SquareNanoMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#VoltPerCentiMetre @@ -1602,15 +1600,15 @@ emmo:VoltPerCentiMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Volt Per Centimetre"@en ; + skos:prefLabel "VoltPerCentiMetre" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-PER-CentiM" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.cm-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V/cm" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """derived SI unit volt divided by the 0.01-fold of the SI base unit metre --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Volt Per Centimetre"@en ; - skos:prefLabel "VoltPerCentiMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#VoltPerMicroSecond @@ -1625,15 +1623,15 @@ emmo:VoltPerMicroSecond rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Volt Per Microsecond"@en ; + skos:prefLabel "VoltPerMicroSecond" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-PER-MicroSEC" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.us-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V/µs" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit volt divided by the 0.000001-fold of the SI base unit second --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Volt Per Microsecond"@en ; - skos:prefLabel "VoltPerMicroSecond" . +-- QUDT"""@en . ### https://w3id.org/emmo#VoltPerMilliMetre @@ -1648,15 +1646,15 @@ emmo:VoltPerMilliMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Volt Per Millimetre"@en ; + skos:prefLabel "VoltPerMilliMetre" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-PER-MilliM" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.mm-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V/mm" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit volt divided by the 0.001-fold of the SI base unit metre --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Volt Per Millimetre"@en ; - skos:prefLabel "VoltPerMilliMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#WattPerSquareCentiMetre @@ -1670,15 +1668,15 @@ emmo:WattPerSquareCentiMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Watt per Square Centimetre"@en ; + skos:prefLabel "WattPerSquareCentiMetre" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-CentiM2" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.cm-2" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/cm²" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Watt Per Square Centimeter is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface. --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Watt per Square Centimetre"@en ; - skos:prefLabel "WattPerSquareCentiMetre" . +-- QUDT"""@en . ### https://w3id.org/emmo#WattPerSquareMetrePerNanoMetre @@ -1693,12 +1691,12 @@ emmo:WattPerSquareMetrePerNanoMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "WattPerSquareMetrePerNanoMetre" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M2-NanoM" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.nm-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/m²⋅nm" ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Watts per square metre per nanometre"@en ; - skos:prefLabel "WattPerSquareMetrePerNanoMetre" . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watt per square metre and nanometre."@en . ### https://w3id.org/emmo#WattPerSquareMetrePerNanoMetrePerSteradian @@ -1713,12 +1711,12 @@ emmo:WattPerSquareMetrePerNanoMetrePerSteradian rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "WattPerSquareMetrePerNanoMetrePerSteradian" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M2-NanoM-SR" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.nm-1.sr-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/m²⋅nm⋅sr" ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Watts per square metre per nanometre per steradian"@en ; - skos:prefLabel "WattPerSquareMetrePerNanoMetrePerSteradian" . + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watt per square metre and nanometre and steradian unit."@en . ### https://w3id.org/emmo#WeberPerMilliMetre @@ -1733,15 +1731,15 @@ emmo:WeberPerMilliMetre rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Weber Per Millimetre"@en ; + skos:prefLabel "WeberPerMilliMetre" ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/WB-PER-MilliM" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Wb.mm-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Wb/mm" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """derived SI unit weber divided by the 0.001-fold of the SI base unit metre --- QUDT"""@en ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Weber Per Millimetre"@en ; - skos:prefLabel "WeberPerMilliMetre" . +-- QUDT"""@en . -### 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.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/prefixedsiunits.ttl b/disciplines/units/prefixedsiunits.ttl index ff91a4a9..cd67d00b 100644 --- a/disciplines/units/prefixedsiunits.ttl +++ b/disciplines/units/prefixedsiunits.ttl @@ -13,18 +13,16 @@ owl:versionIRI ; owl:imports ; dcterms:abstract "The module 'prefixedsiunits' contains prefixed SI units, like km, ms, MPa, etc..."@en ; - dcterms:contributor "Adham Hashibon, University College of London, UK" , - "Francesca L. Bleken, SINTEF, NO" , - "Georg Schmitz, Access, DE" , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" , - "Simon Clark, SINTEF, NO" ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" , - "Jesper Friis, SINTEF, NO" ; + dcterms:contributor , + , + ; + dcterms:creator , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Prefixed SI units"@en ; - rdfs:comment "Contacts: emmo@emmc.eu"@en , - """Note: this file has automatically been populated with units from QUDT. + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" ; + rdfs:comment """Note: this file has automatically been populated with units from QUDT. We kindly acknowledge NIST for reusing their content, including the selection of units, their elucidations and conversion multiplier."""@en , "The EMMO should be reasoned with HermiT to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ; diff --git a/disciplines/units/prefixedunits.ttl b/disciplines/units/prefixedunits.ttl index 4d70b463..f60636ce 100644 --- a/disciplines/units/prefixedunits.ttl +++ b/disciplines/units/prefixedunits.ttl @@ -17,14 +17,14 @@ , ; dcterms:abstract "This module contains prefixed units."@en ; - dcterms:contributor "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" , - "Jesper Friis, SINTEF, NO" ; + dcterms:contributor ; + dcterms:creator , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Prefixed units"@en ; - rdfs:comment "Contacts: emmo@emmc.eu"@en , - """Note: this file is automatically been populated with units from QUDT. + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" ; + rdfs:comment """Note: this file is automatically been populated with units from QUDT. We kindly acknowledge NIST for reusing their content, including selection of prefixed units, elucidations and conversion multipliers."""@en , "The EMMO should be reasoned with HermiT to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ; diff --git a/disciplines/units/siacceptedunits.ttl b/disciplines/units/siacceptedunits.ttl index 75c15990..8050d997 100644 --- a/disciplines/units/siacceptedunits.ttl +++ b/disciplines/units/siacceptedunits.ttl @@ -12,22 +12,20 @@ owl:versionIRI ; owl:imports ; dcterms:abstract "The module 'siacceptedunits' include non-SI units that are accepted for use with the SI units as well as derived units constructed from SI and SI-accepted units."@en ; - dcterms:contributor "Adham Hashibon, University College of London, UK" , - "Francesca L. Bleken, SINTEF, NO" , - "Georg Schmitz, Access, DE" , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" , - "Simon Clark, SINTEF, NO" ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" , - "Jesper Friis, SINTEF, NO" ; + dcterms:contributor , + , + ; + dcterms:creator , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "SI accepted units"@en ; - rdfs:comment "Contacts: emmo@emmc.eu"@en , - """Note: this file has automatically been populated with dimensional units from QUDT. + rdfs:comment """Note: this file has automatically been populated with dimensional units from QUDT. We kindly acknowledge NIST for reusing their content, including the selection of units, their elucidations and conversion multiplier."""@en , "The EMMO should be reasoned with HermiT to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ; - owl:versionInfo "1.0.0-rc1" . + owl:versionInfo "1.0.0-rc1" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Classes @@ -345,11 +343,11 @@ We kindly acknowledge NIST for reusing their content, including the selection of owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Metre per Hectare"@en ; skos:prefLabel "CubicMetrePerHectare"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-HA" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.har-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m^3/ha" . + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m^3/ha" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic metre per hectare."@en . ### https://w3id.org/emmo#CubicMetrePerHour @@ -413,11 +411,11 @@ We kindly acknowledge NIST for reusing their content, including the selection of owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic micrometre per millilitre"@en ; skos:prefLabel "CubicMicroMetrePerMilliLitre" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroM3-PER-MilliL" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "um3.mL-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µm³/mL" . + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µm³/mL" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic micrometre per millilitre."@en . ### https://w3id.org/emmo#Dalton @@ -573,11 +571,11 @@ We kindly acknowledge NIST for reusing their content, including the selection of rdfs:subClassOf :EMMO_720a469f_a19c_4a88_900c_29b3938f5092 , :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Degrees Celsius per metre"@en ; skos:prefLabel "DegreeCelsiusPerMetre" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-PER-M" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.m-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/m" . + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Degree Celsius per metre unit."@en . ### https://w3id.org/emmo#DegreeCelsiusPerMinute @@ -743,13 +741,15 @@ We kindly acknowledge NIST for reusing their content, including the selection of ### https://w3id.org/emmo#EMMO_93170bc8_d3b2_45bd_8cad_20aad08462ef :EMMO_93170bc8_d3b2_45bd_8cad_20aad08462ef rdf:type owl:Class ; rdfs:subClassOf :EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ; - skos:prefLabel "SIAcceptedPrefixedUnit"@en . + skos:prefLabel "SIAcceptedPrefixedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Non-SI prefixed units that have been accepted by SI to be used together with the SI system."@en . ### https://w3id.org/emmo#EMMO_ac19c801_bead_4730_8b8c_50020eec45ec :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec rdf:type owl:Class ; rdfs:subClassOf :EMMO_08b308d4_31cd_4779_a784_aa92fc730f39 ; - skos:prefLabel "SIAcceptedDerivedUnit"@en . + skos:prefLabel "SIAcceptedDerivedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Defived units that are accepted to be used with SI."@en . ### https://w3id.org/emmo#EMMO_e8b5f7de_4fd9_41d7_b988_87b512fe0180 @@ -759,7 +759,8 @@ We kindly acknowledge NIST for reusing their content, including the selection of :EMMO_93170bc8_d3b2_45bd_8cad_20aad08462ef :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ) ; - skos:prefLabel "SIAccepted"@en . + skos:prefLabel "SIAccepted"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Non-SI unit that has been accepted by SI to be used together with the SI system."@en . ### https://w3id.org/emmo#ElectronVolt @@ -1157,11 +1158,11 @@ We kindly acknowledge NIST for reusing their content, including the selection of owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Kelvin day"@en ; skos:prefLabel "KelvinDay"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-DAY" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.d" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅day" . + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅day" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin day unit."@en . ### https://w3id.org/emmo#KelvinPerHour @@ -2178,11 +2179,11 @@ Wikipedia"""@en ; rdfs:subClassOf :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , :EMMO_dafdcae3_f8ec_4993_8269_2c9299a75158 ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square Degrees Celsius per second"@en ; skos:prefLabel "SquareDegreeCelsiusPerSecond" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C2-PER-SEC" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K2.s-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C²⋅s" . + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C²⋅s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square degree Celsius per second."@en . ### https://w3id.org/emmo#SquareMetrePerHectare @@ -2221,11 +2222,11 @@ Wikipedia"""@en ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square metres per Hertz per degree"@en ; skos:prefLabel "SquareMetrePerHertzPerDegree" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-HZ-DEG" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.Hz-1.deg-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/(Hz⋅°)" . + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/(Hz⋅°)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per Hertz and angular degree unit."@en . ### https://w3id.org/emmo#Tonne @@ -2433,7 +2434,7 @@ Wikipedia"""@en ; owl:hasValue "0.0"^^xsd:double ] ; skos:prefLabel "WattHourPerKilogram"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a unit of specific energy commonly used to measure the density of energy in batteries and capacitors"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit of specific energy commonly used to measure the density of energy in batteries and capacitors."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Watt-hour_per_kilogram"@en . @@ -2450,7 +2451,7 @@ Wikipedia"""@en ; owl:hasValue "0.0"^^xsd:double ] ; skos:prefLabel "WattHourPerLitre"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a unit of energy density commonly used to measure the density of energy in batteries and capacitors"@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit of energy density commonly used to measure the density of energy in batteries and capacitors."@en . ### https://w3id.org/emmo#WattPerLitre @@ -2468,8 +2469,7 @@ Wikipedia"""@en ; ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; skos:prefLabel "WattPerLitre"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit for power per volume quantities."@en , - "a unit for power per volume quantities"@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit for power per volume quantities."@en . ### https://w3id.org/emmo#Watthour diff --git a/disciplines/units/sidimensionalunits.ttl b/disciplines/units/sidimensionalunits.ttl index 4e70e968..fe4bb9a5 100644 --- a/disciplines/units/sidimensionalunits.ttl +++ b/disciplines/units/sidimensionalunits.ttl @@ -15,15 +15,15 @@ dcterms:abstract """The module 'sidimensionalunits' defines SI dimensional unit classes. These classes provide a categorisation of all units according to their SI physical dimensions. This module provides a connection between physical quantities defined in the 'isq' modules and the units defined in the 'siunits' and 'unitsextension' modules."""@en ; - dcterms:contributor "Francesca L. Bleken, SINTEF, NO" , - "Francesco A. Zaccarini, University of Bologna, IT" , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" , - "Ilaria Maria Paponetti, University of Bologna, IT" , - "Simon Clark, SINTEF, NO" ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" , - "Jesper Friis, SINTEF, NO" ; + dcterms:contributor , + , + , + , + "Ilaria Maria Paponetti, University of Bologna, IT" ; + dcterms:creator , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "SI dimensional units"@en ; rdfs:comment """Note: this file has automatically been populated with dimensional units from QUDT. @@ -53,7 +53,8 @@ emmo:EMMO_002e4002_58c7_4aea_ac1f_bba5188818ff rdf:type owl:Class ; owl:hasValue "T0 L+2 M0 I0 Θ-1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreaPerTemperatureUnit"@en . + skos:prefLabel "AreaPerTemperatureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaPerTemperature'."@en . ### https://w3id.org/emmo#EMMO_01cd670e_d37c_424f_b91e_c2c2bbb5ea43 @@ -63,7 +64,8 @@ emmo:EMMO_01cd670e_d37c_424f_b91e_c2c2bbb5ea43 rdf:type owl:Class ; owl:hasValue "T+2 L-1 M-1 I+1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MagneticReluctivityUnit"@en . + skos:prefLabel "MagneticReluctivityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticReluctivity'."@en . ### https://w3id.org/emmo#EMMO_02a935c8_c2d4_4a00_bd6f_b89d05aac79e @@ -73,7 +75,8 @@ emmo:EMMO_02a935c8_c2d4_4a00_bd6f_b89d05aac79e rdf:type owl:Class ; owl:hasValue "T0 L0 M0 I0 Θ-1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerTemperatureUnit"@en . + skos:prefLabel "PerTemperatureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerTemperature'."@en . ### https://w3id.org/emmo#EMMO_02e894c3_b793_4197_b120_3442e08f58d1 @@ -83,7 +86,8 @@ emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1 rdf:type owl:Class ; owl:hasValue "T+1 L0 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TimeUnit"@en . + skos:prefLabel "TimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Time'."@en . ### https://w3id.org/emmo#EMMO_044f83a6_ade4_4441_9c73_5490dd93344f @@ -93,7 +97,8 @@ emmo:EMMO_044f83a6_ade4_4441_9c73_5490dd93344f rdf:type owl:Class ; owl:hasValue "T+3 L-2 M-1 I0 Θ0 N0 J+1" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LuminousEfficacyUnit"@en . + skos:prefLabel "LuminousEfficacyUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LuminousEfficacy'."@en . ### https://w3id.org/emmo#EMMO_052e9796_1144_43ae_a798_c5755cd6cd81 @@ -103,7 +108,8 @@ emmo:EMMO_052e9796_1144_43ae_a798_c5755cd6cd81 rdf:type owl:Class ; owl:hasValue "T+2 L-3 M-1 I0 Θ0 N+1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AmountSquareTimePerMassVolumeUnit"@en . + skos:prefLabel "AmountSquareTimePerMassVolumeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountSquareTimePerMassVolume'."@en . ### https://w3id.org/emmo#EMMO_071b87fd_8ac8_4287_bfc6_9fcd8ce6674c @@ -113,7 +119,8 @@ emmo:EMMO_071b87fd_8ac8_4287_bfc6_9fcd8ce6674c rdf:type owl:Class ; owl:hasValue "T+2 L-2 M-1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerEnergyUnit"@en . + skos:prefLabel "PerEnergyUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerEnergy'."@en . ### https://w3id.org/emmo#EMMO_07f571cd_252b_4421_8f98_94b6690d2ab9 @@ -123,7 +130,8 @@ emmo:EMMO_07f571cd_252b_4421_8f98_94b6690d2ab9 rdf:type owl:Class ; owl:hasValue "T+2 L-2 M-1 I+2 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MagneticReluctanceUnit"@en . + skos:prefLabel "MagneticReluctanceUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticReluctance'."@en . ### https://w3id.org/emmo#EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f @@ -133,7 +141,8 @@ emmo:EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f rdf:type owl:Class ; owl:hasValue "T-2 L+2 M+1 I0 Θ0 N-1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "EnergyPerAmountUnit"@en . + skos:prefLabel "EnergyPerAmountUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EnergyPerAmount'."@en . ### https://w3id.org/emmo#EMMO_09cee580_aed5_4541_ab94_ec5bb1c64a7c @@ -143,7 +152,8 @@ emmo:EMMO_09cee580_aed5_4541_ab94_ec5bb1c64a7c rdf:type owl:Class ; owl:hasValue "T0 L+1 M0 I0 Θ0 N-1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LengthPerAmountUnit"@en . + skos:prefLabel "LengthPerAmountUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthPerAmount'."@en . ### https://w3id.org/emmo#EMMO_0cd4c619_b123_4ae4_b778_3c9adaad65e7 @@ -153,7 +163,8 @@ emmo:EMMO_0cd4c619_b123_4ae4_b778_3c9adaad65e7 rdf:type owl:Class ; owl:hasValue "T-3 L-1 M+1 I0 Θ+1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TemperaturePressurePerTimeUnit"@en . + skos:prefLabel "TemperaturePressurePerTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperaturePressurePerTime'."@en . ### https://w3id.org/emmo#EMMO_0d4bdfcd_f4f0_4b8f_b470_e3f654e37d33 @@ -163,7 +174,8 @@ emmo:EMMO_0d4bdfcd_f4f0_4b8f_b470_e3f654e37d33 rdf:type owl:Class ; owl:hasValue "T-1 L+1 M0 I0 Θ+1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TemperatureLengthPerTimeUnit"@en . + skos:prefLabel "TemperatureLengthPerTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperatureLengthPerTime'."@en . ### https://w3id.org/emmo#EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f @@ -173,7 +185,8 @@ emmo:EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f rdf:type owl:Class ; owl:hasValue "T-3 L+1 M+1 I0 Θ-1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ThermalConductivityUnit"@en . + skos:prefLabel "ThermalConductivityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ThermalConductivity'."@en . ### https://w3id.org/emmo#EMMO_0f43918c_3578_4196_a5fa_d3fa6c0d5869 @@ -183,7 +196,8 @@ emmo:EMMO_0f43918c_3578_4196_a5fa_d3fa6c0d5869 rdf:type owl:Class ; owl:hasValue "T0 L0 M+1 I0 Θ0 N+1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassAmountOfSubstanceUnit"@en . + skos:prefLabel "MassAmountOfSubstanceUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassAmountOfSubstance'."@en . ### https://w3id.org/emmo#EMMO_109e8c69_4148_4cb0_9ceb_fbd526befca0 @@ -193,7 +207,8 @@ emmo:EMMO_109e8c69_4148_4cb0_9ceb_fbd526befca0 rdf:type owl:Class ; owl:hasValue "T-2 L0 M+2 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "SquareMassPerSquareTimeUnit"@en . + skos:prefLabel "SquareMassPerSquareTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareMassPerSquareTime'."@en . ### https://w3id.org/emmo#EMMO_10f703b5_8b2a_4c5a_a734_f0cfb29622ad @@ -203,7 +218,8 @@ emmo:EMMO_10f703b5_8b2a_4c5a_a734_f0cfb29622ad rdf:type owl:Class ; owl:hasValue "T-1 L+2 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreaPerTimeUnit"@en . + skos:prefLabel "AreaPerTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaPerTime'."@en . ### https://w3id.org/emmo#EMMO_11708648_fc62_46c6_bae5_3a10693e416e @@ -213,7 +229,8 @@ emmo:EMMO_11708648_fc62_46c6_bae5_3a10693e416e rdf:type owl:Class ; owl:hasValue "T0 L-2 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerAreaUnit"@en . + skos:prefLabel "PerAreaUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerArea'."@en . ### https://w3id.org/emmo#EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950 @@ -223,7 +240,8 @@ emmo:EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950 rdf:type owl:Class ; owl:hasValue "T0 L-2 M0 I+1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricCurrentDensityUnit"@en . + skos:prefLabel "ElectricCurrentDensityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrentDensity'."@en . ### https://w3id.org/emmo#EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e @@ -233,7 +251,8 @@ emmo:EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e rdf:type owl:Class ; owl:hasValue "T-2 L-1 M+1 I0 Θ-1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PressurePerTemperatureUnit"@en . + skos:prefLabel "PressurePerTemperatureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PressurePerTemperature'."@en . ### https://w3id.org/emmo#EMMO_14235b93_650f_4452_8395_a23b8f645c9a @@ -243,7 +262,8 @@ emmo:EMMO_14235b93_650f_4452_8395_a23b8f645c9a rdf:type owl:Class ; owl:hasValue "T+3 L0 M-1 I+2 Θ0 N-1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AmountConductivityUnit"@en . + skos:prefLabel "AmountConductivityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountConductivity'."@en . ### https://w3id.org/emmo#EMMO_14ff4393_0f28_4fb4_abc7_c2cc00bc761d @@ -253,7 +273,8 @@ emmo:EMMO_14ff4393_0f28_4fb4_abc7_c2cc00bc761d rdf:type owl:Class ; owl:hasValue "T0 L0 M0 I0 Θ0 N0 J+1" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LuminousIntensityUnit"@en . + skos:prefLabel "LuminousIntensityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LuminousIntensity'."@en . ### https://w3id.org/emmo#EMMO_183f6fac_8543_44e0_bd59_434aa7054f4c @@ -263,7 +284,8 @@ emmo:EMMO_183f6fac_8543_44e0_bd59_434aa7054f4c rdf:type owl:Class ; owl:hasValue "T0 L-2 M0 I0 Θ0 N+1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AmountPerAreaUnit"@en . + skos:prefLabel "AmountPerAreaUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountPerArea'."@en . ### https://w3id.org/emmo#EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1 @@ -281,7 +303,8 @@ emmo:EMMO_197095a5_6d0c_4747_bcd7_f239203217dc rdf:type owl:Class ; owl:hasValue "T-6 L+4 M+2 I-2 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LorenzNumberUnit"@en . + skos:prefLabel "LorenzNumberUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LorenzNumber'."@en . ### https://w3id.org/emmo#EMMO_1aaaceb6_c5eb_4cf3_a494_f82d43fda10a @@ -291,7 +314,8 @@ emmo:EMMO_1aaaceb6_c5eb_4cf3_a494_f82d43fda10a rdf:type owl:Class ; owl:hasValue "T+3 L-2 M-1 I+1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricCurrentPerUnitEnergyUnit"@en . + skos:prefLabel "ElectricCurrentPerUnitEnergyUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrentPerUnitEnergy'."@en . ### https://w3id.org/emmo#EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e @@ -301,7 +325,8 @@ emmo:EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e rdf:type owl:Class ; owl:hasValue "T0 L+2 M0 I+1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MagneticDipoleMomentUnit"@en . + skos:prefLabel "MagneticDipoleMomentUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticDipoleMoment'."@en . ### https://w3id.org/emmo#EMMO_1c3de02f_ddbd_4704_9538_3d4f38cc373e @@ -311,7 +336,8 @@ emmo:EMMO_1c3de02f_ddbd_4704_9538_3d4f38cc373e rdf:type owl:Class ; owl:hasValue "T-1 L0 M+1 I-1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassPerElectricChargeUnit"@en . + skos:prefLabel "MassPerElectricChargeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerElectricCharge'."@en . ### https://w3id.org/emmo#EMMO_1c957677_a460_4702_85a6_baef659d14b1 @@ -321,7 +347,8 @@ emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 rdf:type owl:Class ; owl:hasValue "T0 L-3 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "DensityUnit"@en . + skos:prefLabel "DensityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Density'."@en . ### https://w3id.org/emmo#EMMO_200c735e_3dd7_44b2_bb34_4bb454a8e53b @@ -331,7 +358,8 @@ emmo:EMMO_200c735e_3dd7_44b2_bb34_4bb454a8e53b rdf:type owl:Class ; owl:hasValue "T+1 L0 M0 I+1 Θ-1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricChargePerTemperatureUnit"@en . + skos:prefLabel "ElectricChargePerTemperatureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricChargePerTemperature'."@en . ### https://w3id.org/emmo#EMMO_21a91e48_b6d3_4558_b08f_246433d43860 @@ -341,7 +369,8 @@ emmo:EMMO_21a91e48_b6d3_4558_b08f_246433d43860 rdf:type owl:Class ; owl:hasValue "T-3 L+2 M+1 I0 Θ-1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ThermalConductanceUnit"@en . + skos:prefLabel "ThermalConductanceUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ThermalConductance'."@en . ### https://w3id.org/emmo#EMMO_21bc99ae_f2ba_4eb3_90c1_d81968c429e2 @@ -351,7 +380,8 @@ emmo:EMMO_21bc99ae_f2ba_4eb3_90c1_d81968c429e2 rdf:type owl:Class ; owl:hasValue "T0 L+6 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "SexticLengthUnit"@en . + skos:prefLabel "SexticLengthUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SexticLength'."@en . ### https://w3id.org/emmo#EMMO_27c8e4db_eb18_402c_951e_6a38751cf1d0 @@ -361,7 +391,8 @@ emmo:EMMO_27c8e4db_eb18_402c_951e_6a38751cf1d0 rdf:type owl:Class ; owl:hasValue "T-4 L+2 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreaPerQuarticTimeUnit"@en . + skos:prefLabel "AreaPerQuarticTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaPerQuarticTime'."@en . ### https://w3id.org/emmo#EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 @@ -371,7 +402,8 @@ emmo:EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 rdf:type owl:Class ; owl:hasValue "T+2 L+1 M-1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerPressureUnit"@en . + skos:prefLabel "PerPressureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerPressure'."@en . ### https://w3id.org/emmo#EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7 @@ -381,7 +413,8 @@ emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7 rdf:type owl:Class ; owl:hasValue "T-1 L-1 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassPerLengthTimeUnit"@en . + skos:prefLabel "MassPerLengthTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerLengthTime'."@en . ### https://w3id.org/emmo#EMMO_2d66cf6d_9396_40c8_bb82_324ab19067ce @@ -391,7 +424,8 @@ emmo:EMMO_2d66cf6d_9396_40c8_bb82_324ab19067ce rdf:type owl:Class ; owl:hasValue "T+2 L+1 M-2 I0 Θ0 N+1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AmountPerMassPressureUnit"@en . + skos:prefLabel "AmountPerMassPressureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountPerMassPressure'."@en . ### https://w3id.org/emmo#EMMO_2da7408f_d389_4245_887d_a1743b81a9b6 @@ -401,7 +435,8 @@ emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6 rdf:type owl:Class ; owl:hasValue "T-2 L+1 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AccelerationUnit"@en . + skos:prefLabel "AccelerationUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Acceleration'."@en . ### https://w3id.org/emmo#EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c @@ -411,7 +446,8 @@ emmo:EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c rdf:type owl:Class ; owl:hasValue "T-3 L+2 M+1 I-1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricPotentialUnit"@en . + skos:prefLabel "ElectricPotentialUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricPotential'."@en . ### https://w3id.org/emmo#EMMO_2f31340f_59ca_4a57_8513_269837af3796 @@ -421,7 +457,8 @@ emmo:EMMO_2f31340f_59ca_4a57_8513_269837af3796 rdf:type owl:Class ; owl:hasValue "T+1 L+1 M-1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LengthTimePerMassUnit"@en . + skos:prefLabel "LengthTimePerMassUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthTimePerMass'."@en . ### https://w3id.org/emmo#EMMO_30261696_a8a4_44ce_9bf5_b18201a83c76 @@ -431,7 +468,8 @@ emmo:EMMO_30261696_a8a4_44ce_9bf5_b18201a83c76 rdf:type owl:Class ; owl:hasValue "T-4 L0 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassPerQuarticTimeUnit"@en . + skos:prefLabel "MassPerQuarticTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerQuarticTime'."@en . ### https://w3id.org/emmo#EMMO_3181bb28_623b_4411_ad79_80277c661322 @@ -441,7 +479,8 @@ emmo:EMMO_3181bb28_623b_4411_ad79_80277c661322 rdf:type owl:Class ; owl:hasValue "T-2 L+3 M-1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "NewtonianConstantOfGravityUnit"@en . + skos:prefLabel "NewtonianConstantOfGravityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'NewtonianConstantOfGravity'."@en . ### https://w3id.org/emmo#EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c @@ -451,7 +490,8 @@ emmo:EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c rdf:type owl:Class ; owl:hasValue "T+3 L-2 M-1 I+2 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricConductanceUnit"@en . + skos:prefLabel "ElectricConductanceUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricConductance'."@en . ### https://w3id.org/emmo#EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 @@ -461,7 +501,8 @@ emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 rdf:type owl:Class ; owl:hasValue "T0 L+2 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreaUnit"@en . + skos:prefLabel "AreaUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Area'."@en . ### https://w3id.org/emmo#EMMO_3371fb68_5f07_467c_ada6_5aa3da3808d0 @@ -471,7 +512,8 @@ emmo:EMMO_3371fb68_5f07_467c_ada6_5aa3da3808d0 rdf:type owl:Class ; owl:hasValue "T-3 L+1 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassLengthPerCubicTimeUnit"@en . + skos:prefLabel "MassLengthPerCubicTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassLengthPerCubicTime'."@en . ### https://w3id.org/emmo#EMMO_33b6c84d_e139_418c_8f8c_f1d45f94df46 @@ -481,7 +523,8 @@ emmo:EMMO_33b6c84d_e139_418c_8f8c_f1d45f94df46 rdf:type owl:Class ; owl:hasValue "T+3 L-1 M-1 I0 Θ+1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ThermalResistivityUnit"@en . + skos:prefLabel "ThermalResistivityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ThermalResistivity'."@en . ### https://w3id.org/emmo#EMMO_3532cc67_472a_4227_96f4_04b93146cec3 @@ -491,7 +534,8 @@ emmo:EMMO_3532cc67_472a_4227_96f4_04b93146cec3 rdf:type owl:Class ; owl:hasValue "T0 L+2 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassAreaUnit"@en . + skos:prefLabel "MassAreaUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassArea'."@en . ### https://w3id.org/emmo#EMMO_359312ca_1d9d_4765_b20b_28d9f45d77e7 @@ -501,7 +545,8 @@ emmo:EMMO_359312ca_1d9d_4765_b20b_28d9f45d77e7 rdf:type owl:Class ; owl:hasValue "T-3 L+3 M+1 I-2 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricResistivityUnit"@en . + skos:prefLabel "ElectricResistivityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricResistivity'."@en . ### https://w3id.org/emmo#EMMO_360adeca_9eee_4bb9_a5ca_728756c1ed4a @@ -511,7 +556,8 @@ emmo:EMMO_360adeca_9eee_4bb9_a5ca_728756c1ed4a rdf:type owl:Class ; owl:hasValue "T+7 L-3 M-2 I+3 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "CubicElectricChargeLengthPerSquareEnergyUnit"@en . + skos:prefLabel "CubicElectricChargeLengthPerSquareEnergyUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'CubicElectricChargeLengthPerSquareEnergy'."@en . ### https://w3id.org/emmo#EMMO_36e03182_1be9_497c_bb71_e26fbb9160d2 @@ -521,7 +567,8 @@ emmo:EMMO_36e03182_1be9_497c_bb71_e26fbb9160d2 rdf:type owl:Class ; owl:hasValue "T-3 L-3 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PowerPerAreaVolumeUnit"@en . + skos:prefLabel "PowerPerAreaVolumeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PowerPerAreaVolume'."@en . ### https://w3id.org/emmo#EMMO_3cb55500_dc5b_4586_bbf3_1d4158afac35 @@ -531,7 +578,8 @@ emmo:EMMO_3cb55500_dc5b_4586_bbf3_1d4158afac35 rdf:type owl:Class ; owl:hasValue "T-2 L+2 M+1 I0 Θ-1 N-1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "EntropyPerAmountUnit"@en . + skos:prefLabel "EntropyPerAmountUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EntropyPerAmount'."@en . ### https://w3id.org/emmo#EMMO_3d254432_6f8f_4a6d_9eb3_4ab54388171b @@ -541,7 +589,8 @@ emmo:EMMO_3d254432_6f8f_4a6d_9eb3_4ab54388171b rdf:type owl:Class ; owl:hasValue "T0 L0 M0 I0 Θ+1 N+1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AmountTemperatureUnit"@en . + skos:prefLabel "AmountTemperatureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountTemperature'."@en . ### https://w3id.org/emmo#EMMO_3df1408c_df34_4037_8584_c25f854bb346 @@ -551,7 +600,8 @@ emmo:EMMO_3df1408c_df34_4037_8584_c25f854bb346 rdf:type owl:Class ; owl:hasValue "T+1 L0 M0 I0 Θ+1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TemperatureTimeUnit"@en . + skos:prefLabel "TemperatureTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperatureTime'."@en . ### https://w3id.org/emmo#EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b @@ -561,7 +611,8 @@ emmo:EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b rdf:type owl:Class ; owl:hasValue "T-2 L+2 M+1 I0 Θ-1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "EntropyUnit"@en . + skos:prefLabel "EntropyUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Entropy'."@en . ### https://w3id.org/emmo#EMMO_3fe66e46_9343_4a36_b101_a732ad5f4f76 @@ -571,7 +622,8 @@ emmo:EMMO_3fe66e46_9343_4a36_b101_a732ad5f4f76 rdf:type owl:Class ; owl:hasValue "T0 L+1 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LengthMassUnit"@en . + skos:prefLabel "LengthMassUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthMass'."@en . ### https://w3id.org/emmo#EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e @@ -581,7 +633,8 @@ emmo:EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e rdf:type owl:Class ; owl:hasValue "T0 L-2 M0 I0 Θ0 N0 J+1" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LuminanceUnit"@en . + skos:prefLabel "LuminanceUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Luminance'."@en . ### https://w3id.org/emmo#EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6 @@ -591,7 +644,8 @@ emmo:EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6 rdf:type owl:Class ; owl:hasValue "T0 L-1 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassPerLengthUnit"@en . + skos:prefLabel "MassPerLengthUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerLength'."@en . ### https://w3id.org/emmo#EMMO_431ce3bc_3d54_481d_a10d_7c4a4418732a @@ -601,7 +655,8 @@ emmo:EMMO_431ce3bc_3d54_481d_a10d_7c4a4418732a rdf:type owl:Class ; owl:hasValue "T-2 L+3 M+1 I-1 Θ+1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "NewtonSquareMetrePerAmpereUnit"@en . + skos:prefLabel "NewtonSquareMetrePerAmpereUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'NewtonSquareMetrePerAmpere'."@en . ### https://w3id.org/emmo#EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04 @@ -611,7 +666,8 @@ emmo:EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04 rdf:type owl:Class ; owl:hasValue "T-1 L-3 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "FrequencyPerVolumeUnit"@en . + skos:prefLabel "FrequencyPerVolumeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'FrequencyPerVolume'."@en . ### https://w3id.org/emmo#EMMO_44ddbe46_0112_4185_b595_132866e902da @@ -621,7 +677,8 @@ emmo:EMMO_44ddbe46_0112_4185_b595_132866e902da rdf:type owl:Class ; owl:hasValue "T+1 L+1 M0 I0 Θ+1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LengthTimeTemperatureUnit"@en . + skos:prefLabel "LengthTimeTemperatureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthTimeTemperature'."@en . ### https://w3id.org/emmo#EMMO_4817e479_e401_437e_a49b_54540b93d2a1 @@ -631,7 +688,8 @@ emmo:EMMO_4817e479_e401_437e_a49b_54540b93d2a1 rdf:type owl:Class ; owl:hasValue "T0 L+2 M-1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreaPerMassUnit"@en . + skos:prefLabel "AreaPerMassUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaPerMass'."@en . ### https://w3id.org/emmo#EMMO_48a3c106_9d39_455e_a849_81ceff95bdea @@ -641,7 +699,8 @@ emmo:EMMO_48a3c106_9d39_455e_a849_81ceff95bdea rdf:type owl:Class ; owl:hasValue "T+1 L+2 M0 I0 Θ+1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreaTimeTemperatureUnit"@en . + skos:prefLabel "AreaTimeTemperatureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaTimeTemperature'."@en . ### https://w3id.org/emmo#EMMO_48f00c52_8d3d_4e80_8d88_59fabaa01d87 @@ -651,7 +710,8 @@ emmo:EMMO_48f00c52_8d3d_4e80_8d88_59fabaa01d87 rdf:type owl:Class ; owl:hasValue "T-3 L+3 M+1 I-1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricFluxUnit"@en . + skos:prefLabel "ElectricFluxUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricFlux'."@en . ### https://w3id.org/emmo#EMMO_4b2c223f_89fb_4407_b1b6_24774b7fe770 @@ -661,7 +721,8 @@ emmo:EMMO_4b2c223f_89fb_4407_b1b6_24774b7fe770 rdf:type owl:Class ; owl:hasValue "T-3 L0 M+1 I0 Θ-1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ThermalTransmittanceUnit"@en . + skos:prefLabel "ThermalTransmittanceUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ThermalTransmittance'."@en . ### https://w3id.org/emmo#EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee @@ -671,7 +732,8 @@ emmo:EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee rdf:type owl:Class ; owl:hasValue "T-2 L+2 M+1 I-1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MagneticFluxUnit"@en . + skos:prefLabel "MagneticFluxUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticFlux'."@en . ### https://w3id.org/emmo#EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 @@ -681,7 +743,8 @@ emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 rdf:type owl:Class ; owl:hasValue "T+1 L0 M-1 I+1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricChargePerMassUnit"@en . + skos:prefLabel "ElectricChargePerMassUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricChargePerMass'."@en . ### https://w3id.org/emmo#EMMO_4f245147_f072_4431_b535_6241e8e87eb8 @@ -691,7 +754,8 @@ emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8 rdf:type owl:Class ; owl:hasValue "T-1 L0 M0 I0 Θ+1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TemperaturePerTimeUnit"@en . + skos:prefLabel "TemperaturePerTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperaturePerTime'."@en . ### https://w3id.org/emmo#EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 @@ -701,7 +765,8 @@ emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 rdf:type owl:Class ; owl:hasValue "T-1 L+1 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "SpeedUnit"@en . + skos:prefLabel "SpeedUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Speed'."@en . ### https://w3id.org/emmo#EMMO_4fdf946a_9c40_4d71_80ab_e4221ff6a534 @@ -711,7 +776,8 @@ emmo:EMMO_4fdf946a_9c40_4d71_80ab_e4221ff6a534 rdf:type owl:Class ; owl:hasValue "T-1 L+2 M+1 I0 Θ0 N-1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "EnergyTimePerAmountUnit"@en . + skos:prefLabel "EnergyTimePerAmountUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EnergyTimePerAmount'."@en . ### https://w3id.org/emmo#EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a @@ -721,7 +787,8 @@ emmo:EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a rdf:type owl:Class ; owl:hasValue "T-1 L+2 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AngularMomentumUnit"@en . + skos:prefLabel "AngularMomentumUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AngularMomentum'."@en . ### https://w3id.org/emmo#EMMO_5073dc80_aec2_4a3b_8057_fababfcbfe11 @@ -731,7 +798,8 @@ emmo:EMMO_5073dc80_aec2_4a3b_8057_fababfcbfe11 rdf:type owl:Class ; owl:hasValue "T-2 L+3 M+1 I-1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MagneticDipoleMomentUnit"@en . + skos:prefLabel "MagneticDipoleMomentUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticDipoleMoment'."@en . ### https://w3id.org/emmo#EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 @@ -741,7 +809,8 @@ emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 rdf:type owl:Class ; owl:hasValue "T-1 L0 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "FrequencyUnit"@en . + skos:prefLabel "FrequencyUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Frequency'."@en . ### https://w3id.org/emmo#EMMO_52b029aa_e525_4907_95d8_759298b04f97 @@ -751,7 +820,8 @@ emmo:EMMO_52b029aa_e525_4907_95d8_759298b04f97 rdf:type owl:Class ; owl:hasValue "T-1 L0 M-1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerTimeMassUnit"@en . + skos:prefLabel "PerTimeMassUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerTimeMass'."@en . ### https://w3id.org/emmo#EMMO_52ba3876_b51e_4670_a6f2_ce726abc2d3d @@ -761,7 +831,8 @@ emmo:EMMO_52ba3876_b51e_4670_a6f2_ce726abc2d3d rdf:type owl:Class ; owl:hasValue "T+1 L0 M-1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MechanicalMobilityUnit"@en . + skos:prefLabel "MechanicalMobilityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MechanicalMobility'."@en . ### https://w3id.org/emmo#EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 @@ -771,7 +842,8 @@ emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 rdf:type owl:Class ; owl:hasValue "T-3 L0 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PowerDensityUnit"@en . + skos:prefLabel "PowerDensityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PowerDensity'."@en . ### https://w3id.org/emmo#EMMO_53b10105_52c7_4746_ab73_a5a30bd198e2 @@ -781,7 +853,8 @@ emmo:EMMO_53b10105_52c7_4746_ab73_a5a30bd198e2 rdf:type owl:Class ; owl:hasValue "T+2 L-2 M-1 I+1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricCurrentPerEnergyUnit"@en . + skos:prefLabel "ElectricCurrentPerEnergyUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrentPerEnergy'."@en . ### https://w3id.org/emmo#EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b @@ -791,7 +864,8 @@ emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b rdf:type owl:Class ; owl:hasValue "T-2 L-1 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PressureUnit"@en . + skos:prefLabel "PressureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Pressure'."@en . ### https://w3id.org/emmo#EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c @@ -801,7 +875,8 @@ emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c rdf:type owl:Class ; owl:hasValue "T-2 L+1 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ForceUnit"@en . + skos:prefLabel "ForceUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Force'."@en . ### https://w3id.org/emmo#EMMO_55ffe612_cf43_4b9b_a4e1_6aeb0c59c10c @@ -811,7 +886,8 @@ emmo:EMMO_55ffe612_cf43_4b9b_a4e1_6aeb0c59c10c rdf:type owl:Class ; owl:hasValue "T-3 L+1 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LengthPerCubeTimeUnit"@en . + skos:prefLabel "LengthPerCubeTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthPerCubeTime'."@en . ### https://w3id.org/emmo#EMMO_578f7da0_10f8_4fc2_9fd0_79b79f47f975 @@ -821,7 +897,8 @@ emmo:EMMO_578f7da0_10f8_4fc2_9fd0_79b79f47f975 rdf:type owl:Class ; owl:hasValue "T-1 L+3 M0 I-1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ReciprocalElectricChargeDensityUnit"@en . + skos:prefLabel "ReciprocalElectricChargeDensityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ReciprocalElectricChargeDensity'."@en . ### https://w3id.org/emmo#EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1 @@ -831,7 +908,8 @@ emmo:EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1 rdf:type owl:Class ; owl:hasValue "T-2 L+2 M+1 I-2 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "InductanceUnit"@en . + skos:prefLabel "InductanceUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Inductance'."@en . ### https://w3id.org/emmo#EMMO_58c5b65c_c896_4740_80d9_ff9a7643c7e8 @@ -841,7 +919,8 @@ emmo:EMMO_58c5b65c_c896_4740_80d9_ff9a7643c7e8 rdf:type owl:Class ; owl:hasValue "T-6 L+4 M+2 I-2 Θ-2 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "SquareElectricPotentialPerSquareTemperatureUnit"@en . + skos:prefLabel "SquareElectricPotentialPerSquareTemperatureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareElectricPotentialPerSquareTemperature'."@en . ### https://w3id.org/emmo#EMMO_59197cce_b8b6_4216_a08d_26fb83c032af @@ -851,7 +930,8 @@ emmo:EMMO_59197cce_b8b6_4216_a08d_26fb83c032af rdf:type owl:Class ; owl:hasValue "T0 L0 M-1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ReciprocalMassUnit"@en . + skos:prefLabel "ReciprocalMassUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ReciprocalMass'."@en . ### https://w3id.org/emmo#EMMO_5c003f53_20a2_4bd7_8445_58187e582578 @@ -861,7 +941,8 @@ emmo:EMMO_5c003f53_20a2_4bd7_8445_58187e582578 rdf:type owl:Class ; owl:hasValue "T+3 L-1 M-1 I0 Θ0 N0 J+1" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LuminousEfficacyUnit"@en . + skos:prefLabel "LuminousEfficacyUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LuminousEfficacy'."@en . ### https://w3id.org/emmo#EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 @@ -871,7 +952,8 @@ emmo:EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 rdf:type owl:Class ; owl:hasValue "T-1 L0 M-1 I0 Θ0 N+1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AmountPerMassTimeUnit"@en . + skos:prefLabel "AmountPerMassTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountPerMassTime'."@en . ### https://w3id.org/emmo#EMMO_5f375229_de0c_46bf_b11f_da9d3b742253 @@ -881,7 +963,8 @@ emmo:EMMO_5f375229_de0c_46bf_b11f_da9d3b742253 rdf:type owl:Class ; owl:hasValue "T+2 L0 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassSquareTimeUnit"@en . + skos:prefLabel "MassSquareTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassSquareTime'."@en . ### https://w3id.org/emmo#EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b @@ -891,7 +974,8 @@ emmo:EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b rdf:type owl:Class ; owl:hasValue "T+4 L-3 M-1 I+2 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PermittivityUnit"@en . + skos:prefLabel "PermittivityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Permittivity'."@en . ### https://w3id.org/emmo#EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf @@ -901,7 +985,8 @@ emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf rdf:type owl:Class ; owl:hasValue "T0 L-1 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ReciprocalLengthUnit"@en . + skos:prefLabel "ReciprocalLengthUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ReciprocalLength'."@en . ### https://w3id.org/emmo#EMMO_61eec472_f9af_4861_bedd_d741f022a7e5 @@ -911,7 +996,8 @@ emmo:EMMO_61eec472_f9af_4861_bedd_d741f022a7e5 rdf:type owl:Class ; owl:hasValue "T0 L-1 M0 I0 Θ-1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerLengthTemperatureUnit"@en . + skos:prefLabel "PerLengthTemperatureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerLengthTemperature'."@en . ### https://w3id.org/emmo#EMMO_66e91d9a_05c1_4906_9731_3f4d8c4f3fd8 @@ -921,7 +1007,8 @@ emmo:EMMO_66e91d9a_05c1_4906_9731_3f4d8c4f3fd8 rdf:type owl:Class ; owl:hasValue "T-1 L+2 M-1 I0 Θ+1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TemperatureAreaPerMassTimeUnit"@en . + skos:prefLabel "TemperatureAreaPerMassTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperatureAreaPerMassTime'."@en . ### https://w3id.org/emmo#EMMO_6726fbb8_c40a_4b55_a2d5_bf49352d1e73 @@ -931,7 +1018,8 @@ emmo:EMMO_6726fbb8_c40a_4b55_a2d5_bf49352d1e73 rdf:type owl:Class ; owl:hasValue "T0 L-2 M+1 I0 Θ+1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TemperatureMassPerAreaUnit"@en . + skos:prefLabel "TemperatureMassPerAreaUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperatureMassPerArea'."@en . ### https://w3id.org/emmo#EMMO_6837b106_7220_4ec6_b7c9_d549d6163672 @@ -941,7 +1029,8 @@ emmo:EMMO_6837b106_7220_4ec6_b7c9_d549d6163672 rdf:type owl:Class ; owl:hasValue "T-4 L+2 M+1 I-1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricPotentialPerTimeUnit"@en . + skos:prefLabel "ElectricPotentialPerTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricPotentialPerTime'."@en . ### https://w3id.org/emmo#EMMO_6aa04359_50d6_43d7_b3a7_296bd391bf7d @@ -951,7 +1040,8 @@ emmo:EMMO_6aa04359_50d6_43d7_b3a7_296bd391bf7d rdf:type owl:Class ; owl:hasValue "T0 L0 M-2 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "InverseSquareMassUnit"@en . + skos:prefLabel "InverseSquareMassUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'InverseSquareMass'."@en . ### https://w3id.org/emmo#EMMO_6b8bf0c9_4ec7_452c_bee5_26e5149a4f05 @@ -961,7 +1051,8 @@ emmo:EMMO_6b8bf0c9_4ec7_452c_bee5_26e5149a4f05 rdf:type owl:Class ; owl:hasValue "T+4 L-2 M-1 I+1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "JosephsonConstantUnit"@en . + skos:prefLabel "JosephsonConstantUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'JosephsonConstant'."@en . ### https://w3id.org/emmo#EMMO_6bcf334d_efeb_49f8_9dd0_dbcbb31514d3 @@ -971,7 +1062,8 @@ emmo:EMMO_6bcf334d_efeb_49f8_9dd0_dbcbb31514d3 rdf:type owl:Class ; owl:hasValue "T-1 L0 M0 I0 Θ-1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerTemperatureTimeUnit"@en . + skos:prefLabel "PerTemperatureTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerTemperatureTime'."@en . ### https://w3id.org/emmo#EMMO_6cfc5b82_b47b_47bc_bb45_c23c273d2e06 @@ -981,7 +1073,8 @@ emmo:EMMO_6cfc5b82_b47b_47bc_bb45_c23c273d2e06 rdf:type owl:Class ; owl:hasValue "T-1 L+4 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "QuarticLengthPerTimeUnit"@en . + skos:prefLabel "QuarticLengthPerTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'QuarticLengthPerTime'."@en . ### https://w3id.org/emmo#EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be @@ -991,7 +1084,8 @@ emmo:EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be rdf:type owl:Class ; owl:hasValue "T+1 L-2 M0 I+1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricDisplacementFieldUnit"@en . + skos:prefLabel "ElectricDisplacementFieldUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricDisplacementField'."@en . ### https://w3id.org/emmo#EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f @@ -1009,7 +1103,8 @@ emmo:EMMO_6f76f9bf_feb3_4e27_9bcb_45b5f3526050 rdf:type owl:Class ; owl:hasValue "T+1 L-3 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TimePerVolumeUnit"@en . + skos:prefLabel "TimePerVolumeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TimePerVolume'."@en . ### https://w3id.org/emmo#EMMO_720a469f_a19c_4a88_900c_29b3938f5092 @@ -1019,7 +1114,8 @@ emmo:EMMO_720a469f_a19c_4a88_900c_29b3938f5092 rdf:type owl:Class ; owl:hasValue "T0 L-1 M0 I0 Θ+1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TemperaturePerLengthUnit"@en . + skos:prefLabel "TemperaturePerLengthUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperaturePerLength'."@en . ### https://w3id.org/emmo#EMMO_721be099_4826_4b51_a78f_542b5728bd74 @@ -1029,7 +1125,8 @@ emmo:EMMO_721be099_4826_4b51_a78f_542b5728bd74 rdf:type owl:Class ; owl:hasValue "T-1 L+2 M0 I0 Θ0 N-1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "DiffusivityUnit"@en . + skos:prefLabel "DiffusivityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Diffusivity'."@en . ### https://w3id.org/emmo#EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac @@ -1039,7 +1136,8 @@ emmo:EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac rdf:type owl:Class ; owl:hasValue "T0 L0 M-1 I+1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricCurrentPerMassUnit"@en . + skos:prefLabel "ElectricCurrentPerMassUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrentPerMass'."@en . ### https://w3id.org/emmo#EMMO_754c3a5d_8ae8_41ff_b5f2_acbadb53c735 @@ -1049,7 +1147,8 @@ emmo:EMMO_754c3a5d_8ae8_41ff_b5f2_acbadb53c735 rdf:type owl:Class ; owl:hasValue "T0 L-2 M0 I+1 Θ-2 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "RichardsonConstantUnit"@en . + skos:prefLabel "RichardsonConstantUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'RichardsonConstant'."@en . ### https://w3id.org/emmo#EMMO_7610efb8_c7c6_4684_abc1_774783c62472 @@ -1059,7 +1158,8 @@ emmo:EMMO_7610efb8_c7c6_4684_abc1_774783c62472 rdf:type owl:Class ; owl:hasValue "T-3 L+2 M+1 I-2 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricResistanceUnit"@en . + skos:prefLabel "ElectricResistanceUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricResistance'."@en . ### https://w3id.org/emmo#EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa @@ -1069,7 +1169,8 @@ emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa rdf:type owl:Class ; owl:hasValue "T0 L0 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassUnit"@en . + skos:prefLabel "MassUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Mass'."@en . ### https://w3id.org/emmo#EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac @@ -1079,7 +1180,8 @@ emmo:EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac rdf:type owl:Class ; owl:hasValue "T-2 L0 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AngularFrequencyUnit"@en . + skos:prefLabel "AngularFrequencyUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AngularFrequency'."@en . ### https://w3id.org/emmo#EMMO_7855043d_a466_4585_97a9_b9fe4ce0c12d @@ -1089,7 +1191,8 @@ emmo:EMMO_7855043d_a466_4585_97a9_b9fe4ce0c12d rdf:type owl:Class ; owl:hasValue "T+2 L+2 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreaSquareTimeUnit"@en . + skos:prefLabel "AreaSquareTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaSquareTime'."@en . ### https://w3id.org/emmo#EMMO_793f3567_b351_42ef_a1d4_5111d53999c4 @@ -1099,7 +1202,8 @@ emmo:EMMO_793f3567_b351_42ef_a1d4_5111d53999c4 rdf:type owl:Class ; owl:hasValue "T0 L+1 M0 I0 Θ-1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LengthPerTemperatureUnit"@en . + skos:prefLabel "LengthPerTemperatureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthPerTemperature'."@en . ### https://w3id.org/emmo#EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73 @@ -1109,7 +1213,8 @@ emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73 rdf:type owl:Class ; owl:hasValue "T-2 L+2 M0 I0 Θ-1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "EntropyPerMassUnit"@en . + skos:prefLabel "EntropyPerMassUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EntropyPerMass'."@en . ### https://w3id.org/emmo#EMMO_7cfbe969_6ced_47a2_86c6_de33673c45d0 @@ -1119,7 +1224,8 @@ emmo:EMMO_7cfbe969_6ced_47a2_86c6_de33673c45d0 rdf:type owl:Class ; owl:hasValue "T-2 L-2 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "FrequencyPerAreaTimeUnit"@en . + skos:prefLabel "FrequencyPerAreaTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'FrequencyPerAreaTime'."@en . ### https://w3id.org/emmo#EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb @@ -1129,7 +1235,8 @@ emmo:EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb rdf:type owl:Class ; owl:hasValue "T-3 L+2 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AbsorbedDoseRateUnit"@en . + skos:prefLabel "AbsorbedDoseRateUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AbsorbedDoseRate'."@en . ### https://w3id.org/emmo#EMMO_8455fa05_a877_48d7_b8a3_8e3bfad119bf @@ -1139,7 +1246,8 @@ emmo:EMMO_8455fa05_a877_48d7_b8a3_8e3bfad119bf rdf:type owl:Class ; owl:hasValue "T0 L0 M+1 I0 Θ+1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassTemperatureUnit"@en . + skos:prefLabel "MassTemperatureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassTemperature'."@en . ### https://w3id.org/emmo#EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 @@ -1149,7 +1257,8 @@ emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 rdf:type owl:Class ; owl:hasValue "T-2 L+2 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AbsorbedDoseUnit"@en . + skos:prefLabel "AbsorbedDoseUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AbsorbedDose'."@en . ### https://w3id.org/emmo#EMMO_8515e948_bc2f_423b_8025_e4830f2b21dd @@ -1159,7 +1268,8 @@ emmo:EMMO_8515e948_bc2f_423b_8025_e4830f2b21dd rdf:type owl:Class ; owl:hasValue "T+1 L+1 M0 I+1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LengthTimeCurrentUnit"@en . + skos:prefLabel "LengthTimeCurrentUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthTimeCurrent'."@en . ### https://w3id.org/emmo#EMMO_85d72920_708d_4eb9_89ce_8a588b0ce66d @@ -1169,7 +1279,8 @@ emmo:EMMO_85d72920_708d_4eb9_89ce_8a588b0ce66d rdf:type owl:Class ; owl:hasValue "T0 L+3 M0 I0 Θ-1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "VolumePerTemperatureUnit"@en . + skos:prefLabel "VolumePerTemperatureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'VolumePerTemperature'."@en . ### https://w3id.org/emmo#EMMO_860ef96c_e93e_4549_b3a3_099a625a26a5 @@ -1179,7 +1290,8 @@ emmo:EMMO_860ef96c_e93e_4549_b3a3_099a625a26a5 rdf:type owl:Class ; owl:hasValue "T+4 L-1 M-1 I+2 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "CapacitancePerLengthUnit"@en . + skos:prefLabel "CapacitancePerLengthUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'CapacitancePerLength'."@en . ### https://w3id.org/emmo#EMMO_8627410d_01f8_4ed1_8f2b_aba69d791ad3 @@ -1189,7 +1301,8 @@ emmo:EMMO_8627410d_01f8_4ed1_8f2b_aba69d791ad3 rdf:type owl:Class ; owl:hasValue "T0 L+4 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "QuarticLengthUnit"@en . + skos:prefLabel "QuarticLengthUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'QuarticLength'."@en . ### https://w3id.org/emmo#EMMO_869e6e4f_a9b5_4db8_a978_8ad050239933 @@ -1199,7 +1312,8 @@ emmo:EMMO_869e6e4f_a9b5_4db8_a978_8ad050239933 rdf:type owl:Class ; owl:hasValue "T+3 L0 M-1 I0 Θ+1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerThermalTransmittanceUnit"@en . + skos:prefLabel "PerThermalTransmittanceUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerThermalTransmittance'."@en . ### https://w3id.org/emmo#EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe @@ -1209,7 +1323,8 @@ emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe rdf:type owl:Class ; owl:hasValue "T+3 L-3 M-1 I+2 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricConductivityUnit"@en . + skos:prefLabel "ElectricConductivityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricConductivity'."@en . ### https://w3id.org/emmo#EMMO_87b5dd20_e4fe_422d_9e70_1eee54ec9496 @@ -1219,7 +1334,8 @@ emmo:EMMO_87b5dd20_e4fe_422d_9e70_1eee54ec9496 rdf:type owl:Class ; owl:hasValue "T+4 L-4 M-2 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ReciprocalSquareEnergyUnit"@en . + skos:prefLabel "ReciprocalSquareEnergyUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ReciprocalSquareEnergy'."@en . ### https://w3id.org/emmo#EMMO_87deb5a8_7a85_49c3_97b2_e62c8484aa1a @@ -1229,7 +1345,8 @@ emmo:EMMO_87deb5a8_7a85_49c3_97b2_e62c8484aa1a rdf:type owl:Class ; owl:hasValue "T-2 L+3 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "VolumePerSquareTimeUnit"@en . + skos:prefLabel "VolumePerSquareTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'VolumePerSquareTime'."@en . ### https://w3id.org/emmo#EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c @@ -1239,7 +1356,8 @@ emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c rdf:type owl:Class ; owl:hasValue "T-1 L0 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassPerTimeUnit"@en . + skos:prefLabel "MassPerTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerTime'."@en . ### https://w3id.org/emmo#EMMO_886eb0fb_4d36_4b7d_99e4_e5915a06aff1 @@ -1249,7 +1367,8 @@ emmo:EMMO_886eb0fb_4d36_4b7d_99e4_e5915a06aff1 rdf:type owl:Class ; owl:hasValue "T-3 L-2 M+2 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "SquarePressureTimeUnit"@en . + skos:prefLabel "SquarePressureTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquarePressureTime'."@en . ### https://w3id.org/emmo#EMMO_88f36585_bd30_4160_b975_61362f3468a9 @@ -1259,7 +1378,8 @@ emmo:EMMO_88f36585_bd30_4160_b975_61362f3468a9 rdf:type owl:Class ; owl:hasValue "T-2 L+4 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "EnergyAreaUnit"@en . + skos:prefLabel "EnergyAreaUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EnergyArea'."@en . ### https://w3id.org/emmo#EMMO_89113866_31a4_4d19_bc83_7f7c1661ab73 @@ -1269,7 +1389,8 @@ emmo:EMMO_89113866_31a4_4d19_bc83_7f7c1661ab73 rdf:type owl:Class ; owl:hasValue "T+3 L-3 M-1 I+2 Θ0 N-1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricConductivityPerAmountUnit"@en . + skos:prefLabel "ElectricConductivityPerAmountUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricConductivityPerAmount'."@en . ### https://w3id.org/emmo#EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129 @@ -1279,7 +1400,8 @@ emmo:EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129 rdf:type owl:Class ; owl:hasValue "T0 L+3 M-1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "VolumePerMassUnit"@en . + skos:prefLabel "VolumePerMassUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'VolumePerMass'."@en . ### https://w3id.org/emmo#EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415 @@ -1289,7 +1411,8 @@ emmo:EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415 rdf:type owl:Class ; owl:hasValue "T-2 L+1 M+1 I-1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MagneticPotentialUnit"@en . + skos:prefLabel "MagneticPotentialUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticPotential'."@en . ### https://w3id.org/emmo#EMMO_8f36559a_a494_4b00_abc5_60bbc1475009 @@ -1299,7 +1422,8 @@ emmo:EMMO_8f36559a_a494_4b00_abc5_60bbc1475009 rdf:type owl:Class ; owl:hasValue "T+1 L-3 M0 I+1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricChargeDensityUnit"@en . + skos:prefLabel "ElectricChargeDensityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricChargeDensity'."@en . ### https://w3id.org/emmo#EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58 @@ -1309,7 +1433,8 @@ emmo:EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58 rdf:type owl:Class ; owl:hasValue "T-1 L-3 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassPerVolumeTimeUnit"@en . + skos:prefLabel "MassPerVolumeTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerVolumeTime'."@en . ### https://w3id.org/emmo#EMMO_8fb052e8_fcca_43ce_85db_55266baf2d7c @@ -1319,7 +1444,8 @@ emmo:EMMO_8fb052e8_fcca_43ce_85db_55266baf2d7c rdf:type owl:Class ; owl:hasValue "T-2 L+3 M+1 I0 Θ0 N-1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "EnergyLengthPerAmountUnit"@en . + skos:prefLabel "EnergyLengthPerAmountUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EnergyLengthPerAmount'."@en . ### https://w3id.org/emmo#EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 @@ -1329,7 +1455,8 @@ emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 rdf:type owl:Class ; owl:hasValue "T0 L-2 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreaDensityUnit"@en . + skos:prefLabel "AreaDensityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaDensity'."@en . ### https://w3id.org/emmo#EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 @@ -1339,7 +1466,8 @@ emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 rdf:type owl:Class ; owl:hasValue "T0 L+3 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "VolumeUnit"@en . + skos:prefLabel "VolumeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Volume'."@en . ### https://w3id.org/emmo#EMMO_92aaff7b_3a7c_4c1a_b149_d422e9682106 @@ -1349,7 +1477,8 @@ emmo:EMMO_92aaff7b_3a7c_4c1a_b149_d422e9682106 rdf:type owl:Class ; owl:hasValue "T+1 L+2 M0 I+1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricChargeAreaUnit"@en . + skos:prefLabel "ElectricChargeAreaUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricChargeArea'."@en . ### https://w3id.org/emmo#EMMO_93681c53_4316_415d_8243_a42a0e171de6 @@ -1359,7 +1488,8 @@ emmo:EMMO_93681c53_4316_415d_8243_a42a0e171de6 rdf:type owl:Class ; owl:hasValue "T0 L-2 M0 I+1 Θ-1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricCurrentDensityPerTemperatureUnit"@en . + skos:prefLabel "ElectricCurrentDensityPerTemperatureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrentDensityPerTemperature'."@en . ### https://w3id.org/emmo#EMMO_95971713_d589_4002_a5a7_affc5c74cfdb @@ -1369,7 +1499,8 @@ emmo:EMMO_95971713_d589_4002_a5a7_affc5c74cfdb rdf:type owl:Class ; owl:hasValue "T0 L0 M-1 I0 Θ0 N+1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AmountPerMassUnit"@en . + skos:prefLabel "AmountPerMassUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountPerMass'."@en . ### https://w3id.org/emmo#EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 @@ -1379,7 +1510,8 @@ emmo:EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 rdf:type owl:Class ; owl:hasValue "T+1 L+2 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreaTimeUnit"@en . + skos:prefLabel "AreaTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaTime'."@en . ### https://w3id.org/emmo#EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e @@ -1389,7 +1521,8 @@ emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e rdf:type owl:Class ; owl:hasValue "T0 L-3 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerVolumeUnit"@en . + skos:prefLabel "PerVolumeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerVolume'."@en . ### https://w3id.org/emmo#EMMO_96ffda63_71e7_451b_85ee_2cc8e341ff11 @@ -1399,7 +1532,8 @@ emmo:EMMO_96ffda63_71e7_451b_85ee_2cc8e341ff11 rdf:type owl:Class ; owl:hasValue "T-3 L+2 M+1 I-1 Θ-1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricPotentialPerTemperatureUnit"@en . + skos:prefLabel "ElectricPotentialPerTemperatureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricPotentialPerTemperature'."@en . ### https://w3id.org/emmo#EMMO_971b3dff_28b4_4538_b082_3ec9fa5af294 @@ -1409,7 +1543,8 @@ emmo:EMMO_971b3dff_28b4_4538_b082_3ec9fa5af294 rdf:type owl:Class ; owl:hasValue "T-3 L0 M+1 I0 Θ-4 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassPerCubicTimeQuarticTemperatureUnit"@en . + skos:prefLabel "MassPerCubicTimeQuarticTemperatureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerCubicTimeQuarticTemperature'."@en . ### https://w3id.org/emmo#EMMO_971c8cb1_156f_4a70_a72c_2d851d4d2b20 @@ -1419,7 +1554,8 @@ emmo:EMMO_971c8cb1_156f_4a70_a72c_2d851d4d2b20 rdf:type owl:Class ; owl:hasValue "T+2 L-5 M-1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "EnergyDensityOfStatesUnit"@en . + skos:prefLabel "EnergyDensityOfStatesUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EnergyDensityOfStates'."@en . ### https://w3id.org/emmo#EMMO_973656ed_870e_40ba_8bc0_c879687a335a @@ -1429,7 +1565,8 @@ emmo:EMMO_973656ed_870e_40ba_8bc0_c879687a335a rdf:type owl:Class ; owl:hasValue "T0 L+2 M0 I0 Θ0 N-1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreaPerAmountUnit"@en . + skos:prefLabel "AreaPerAmountUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaPerAmount'."@en . ### https://w3id.org/emmo#EMMO_9794a778_47d7_45d5_b4ab_ae6a8db04c78 @@ -1439,14 +1576,16 @@ emmo:EMMO_9794a778_47d7_45d5_b4ab_ae6a8db04c78 rdf:type owl:Class ; owl:hasValue "T+1 L-1 M0 I+1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricChargePerLengthUnit"@en . + skos:prefLabel "ElectricChargePerLengthUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricChargePerLength'."@en . ### https://w3id.org/emmo#EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_cbdea88b_fef1_4c7c_b69f_ae1f0f241c4a ; skos:prefLabel "SIDimensionalUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Dimensional unit with its physical dimensionality described accortind to the International System of Units (SI)."@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Dimensional unit with its physical dimensionality described accortind to the International System of Units (SI)."@en , + "The class of units with dimensionality 'SIDimensional'."@en ; emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """In SI are the physical dimensions of the base quantities time (T), length (L), mass (M), electric current (I), thermodynamic temperature (Θ), amount of substance (N) and luminous intensity (J). In general the dimension of any quantity Q is written in the form of a dimensional product, @@ -1474,7 +1613,8 @@ emmo:EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 rdf:type owl:Class ; owl:hasValue "T-1 L-2 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerAreaTimeUnit"@en . + skos:prefLabel "PerAreaTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerAreaTime'."@en . ### https://w3id.org/emmo#EMMO_9ba91622_e39f_43e3_b95f_290937928d7e @@ -1484,7 +1624,8 @@ emmo:EMMO_9ba91622_e39f_43e3_b95f_290937928d7e rdf:type owl:Class ; owl:hasValue "T0 L0 M+1 I0 Θ0 N-1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassPerAmountUnit"@en . + skos:prefLabel "MassPerAmountUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerAmount'."@en . ### https://w3id.org/emmo#EMMO_9cffc70d_4b60_4187_a7cd_706f5740ae87 @@ -1494,7 +1635,8 @@ emmo:EMMO_9cffc70d_4b60_4187_a7cd_706f5740ae87 rdf:type owl:Class ; owl:hasValue "T-1 L-4 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassPerQuarticLengthTimeUnit"@en . + skos:prefLabel "MassPerQuarticLengthTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerQuarticLengthTime'."@en . ### https://w3id.org/emmo#EMMO_9d09022c_e7ae_4379_a765_4803a8a502a1 @@ -1511,7 +1653,8 @@ emmo:EMMO_9f0338b9_326f_44c2_893c_2d815b763130 rdf:type owl:Class ; owl:hasValue "T-1 L-1 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerLengthTimeUnit"@en . + skos:prefLabel "PerLengthTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerLengthTime'."@en . ### https://w3id.org/emmo#EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad @@ -1529,7 +1672,8 @@ emmo:EMMO_a4edc0c9_6d1d_4358_8030_b61db6c84176 rdf:type owl:Class ; owl:hasValue "T+2 L+1 M-1 I0 Θ+1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TemperaturePerPressureUnit"@en . + skos:prefLabel "TemperaturePerPressureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperaturePerPressure'."@en . ### https://w3id.org/emmo#EMMO_a5111335_6d14_49d9_ba7a_10c10b2189e7 @@ -1539,7 +1683,8 @@ emmo:EMMO_a5111335_6d14_49d9_ba7a_10c10b2189e7 rdf:type owl:Class ; owl:hasValue "T-3 L0 M+1 I-1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricPotentialPerAreaUnit"@en . + skos:prefLabel "ElectricPotentialPerAreaUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricPotentialPerArea'."@en . ### https://w3id.org/emmo#EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e @@ -1549,7 +1694,8 @@ emmo:EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e rdf:type owl:Class ; owl:hasValue "T0 L0 M0 I0 Θ+1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TemperatureUnit"@en . + skos:prefLabel "TemperatureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Temperature'."@en . ### https://w3id.org/emmo#EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b @@ -1559,7 +1705,8 @@ emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b rdf:type owl:Class ; owl:hasValue "T-1 L+3 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "VolumePerTimeUnit"@en . + skos:prefLabel "VolumePerTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'VolumePerTime'."@en . ### https://w3id.org/emmo#EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 @@ -1569,7 +1716,8 @@ emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 rdf:type owl:Class ; owl:hasValue "T-1 L-2 M0 I0 Θ0 N+1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AmountPerAreaTimeUnit"@en . + skos:prefLabel "AmountPerAreaTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountPerAreaTime'."@en . ### https://w3id.org/emmo#EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e @@ -1579,7 +1727,8 @@ emmo:EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e rdf:type owl:Class ; owl:hasValue "T0 L+3 M0 I0 Θ0 N-1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "VolumePerAmountUnit"@en . + skos:prefLabel "VolumePerAmountUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'VolumePerAmount'."@en . ### https://w3id.org/emmo#EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422 @@ -1589,7 +1738,8 @@ emmo:EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422 rdf:type owl:Class ; owl:hasValue "T+1 L-1 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TimePerLengthUnit"@en . + skos:prefLabel "TimePerLengthUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TimePerLength'."@en . ### https://w3id.org/emmo#EMMO_ab79e92b_5377_454d_be06_d61b50db295a @@ -1599,7 +1749,8 @@ emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a rdf:type owl:Class ; owl:hasValue "T+1 L0 M0 I+1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricChargeUnit"@en . + skos:prefLabel "ElectricChargeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCharge'."@en . ### https://w3id.org/emmo#EMMO_aef218f9_6ded_4db9_9263_e78eed55e5d6 @@ -1609,7 +1760,8 @@ emmo:EMMO_aef218f9_6ded_4db9_9263_e78eed55e5d6 rdf:type owl:Class ; owl:hasValue "T0 L-3 M0 I0 Θ0 N-1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ReciprocalAmountPerVolumeUnit"@en . + skos:prefLabel "ReciprocalAmountPerVolumeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ReciprocalAmountPerVolume'."@en . ### https://w3id.org/emmo#EMMO_af24ae20_8ef2_435a_86a1_2ea44488b318 @@ -1619,7 +1771,8 @@ emmo:EMMO_af24ae20_8ef2_435a_86a1_2ea44488b318 rdf:type owl:Class ; owl:hasValue "T0 L0 M0 I0 Θ0 N-1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerAmountUnit"@en . + skos:prefLabel "PerAmountUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerAmount'."@en . ### https://w3id.org/emmo#EMMO_b14d9be5_f81e_469b_abca_379c2e83feab @@ -1629,7 +1782,8 @@ emmo:EMMO_b14d9be5_f81e_469b_abca_379c2e83feab rdf:type owl:Class ; owl:hasValue "T+4 L-2 M-1 I+2 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "CapacitanceUnit"@en . + skos:prefLabel "CapacitanceUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Capacitance'."@en . ### https://w3id.org/emmo#EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 @@ -1639,7 +1793,8 @@ emmo:EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 rdf:type owl:Class ; owl:hasValue "T-1 L+2 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreicSpeedUnit"@en . + skos:prefLabel "AreicSpeedUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreicSpeed'."@en . ### https://w3id.org/emmo#EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc @@ -1649,7 +1804,8 @@ emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc rdf:type owl:Class ; owl:hasValue "T0 L+1 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LengthUnit"@en . + skos:prefLabel "LengthUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Length'."@en . ### https://w3id.org/emmo#EMMO_bc73913a_3bb6_4205_8d36_79bc72ca9891 @@ -1659,7 +1815,8 @@ emmo:EMMO_bc73913a_3bb6_4205_8d36_79bc72ca9891 rdf:type owl:Class ; owl:hasValue "T-1 L+3 M0 I0 Θ0 N-1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "VolumePerAmountTimeUnit"@en . + skos:prefLabel "VolumePerAmountTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'VolumePerAmountTime'."@en . ### https://w3id.org/emmo#EMMO_bdee99f6_389b_4816_8a1c_a7903a2df00a @@ -1669,7 +1826,8 @@ emmo:EMMO_bdee99f6_389b_4816_8a1c_a7903a2df00a rdf:type owl:Class ; owl:hasValue "T0 L0 M0 I0 Θ+2 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "SquareTemperatureUnit"@en . + skos:prefLabel "SquareTemperatureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareTemperature'."@en . ### https://w3id.org/emmo#EMMO_bf106e62_ce1c_4ccc_9f45_c10326078a5a @@ -1679,7 +1837,8 @@ emmo:EMMO_bf106e62_ce1c_4ccc_9f45_c10326078a5a rdf:type owl:Class ; owl:hasValue "T-3 L+4 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PowerAreaUnit"@en . + skos:prefLabel "PowerAreaUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PowerArea'."@en . ### https://w3id.org/emmo#EMMO_c0487653_66e8_454e_bb11_e50167e412e4 @@ -1689,7 +1848,8 @@ emmo:EMMO_c0487653_66e8_454e_bb11_e50167e412e4 rdf:type owl:Class ; owl:hasValue "T+10 L-2 M-3 I+4 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "QuarticElectricDipoleMomentPerCubicEnergyUnit"@en . + skos:prefLabel "QuarticElectricDipoleMomentPerCubicEnergyUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'QuarticElectricDipoleMomentPerCubicEnergy'."@en . ### https://w3id.org/emmo#EMMO_c0f32e02_44d7_4c99_986e_c368d7219e4c @@ -1699,7 +1859,8 @@ emmo:EMMO_c0f32e02_44d7_4c99_986e_c368d7219e4c rdf:type owl:Class ; owl:hasValue "T-2 L+4 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassStoppingPowerUnit"@en . + skos:prefLabel "MassStoppingPowerUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassStoppingPower'."@en . ### https://w3id.org/emmo#EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 @@ -1709,7 +1870,8 @@ emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 rdf:type owl:Class ; owl:hasValue "T-1 L-3 M0 I0 Θ0 N+1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AmountPerVolumeTimeUnit"@en . + skos:prefLabel "AmountPerVolumeTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountPerVolumeTime'."@en . ### https://w3id.org/emmo#EMMO_c7188d13_52e6_43f7_9b6d_aba4c161fa8f @@ -1719,7 +1881,8 @@ emmo:EMMO_c7188d13_52e6_43f7_9b6d_aba4c161fa8f rdf:type owl:Class ; owl:hasValue "T-2 L0 M0 I0 Θ+1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TemperaturePerSquareTimeUnit"@en . + skos:prefLabel "TemperaturePerSquareTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperaturePerSquareTime'."@en . ### https://w3id.org/emmo#EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f @@ -1729,7 +1892,8 @@ emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f rdf:type owl:Class ; owl:hasValue "T-3 L+2 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PowerUnit"@en . + skos:prefLabel "PowerUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Power'."@en . ### https://w3id.org/emmo#EMMO_ca54593a_6828_491b_8fda_22b0ad85e446 @@ -1739,7 +1903,8 @@ emmo:EMMO_ca54593a_6828_491b_8fda_22b0ad85e446 rdf:type owl:Class ; owl:hasValue "T+2 L0 M-1 I+1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricMobilityUnit"@en . + skos:prefLabel "ElectricMobilityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricMobility'."@en . ### https://w3id.org/emmo#EMMO_cab2be5c_4e71_4c15_8412_adb2a7f0831a @@ -1749,7 +1914,8 @@ emmo:EMMO_cab2be5c_4e71_4c15_8412_adb2a7f0831a rdf:type owl:Class ; owl:hasValue "T+1 L+1 M0 I+1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricDipoleMomentUnit"@en . + skos:prefLabel "ElectricDipoleMomentUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricDipoleMoment'."@en . ### https://w3id.org/emmo#EMMO_cb77e107_43ed_4a97_bf39_03b3587404d3 @@ -1759,7 +1925,8 @@ emmo:EMMO_cb77e107_43ed_4a97_bf39_03b3587404d3 rdf:type owl:Class ; owl:hasValue "T-2 L+3 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ForceAreaUnit"@en . + skos:prefLabel "ForceAreaUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ForceArea'."@en . ### https://w3id.org/emmo#EMMO_cd9ad446_04f7_44ff_b9ea_ae7389574fa6 @@ -1769,7 +1936,8 @@ emmo:EMMO_cd9ad446_04f7_44ff_b9ea_ae7389574fa6 rdf:type owl:Class ; owl:hasValue "T+4 L0 M-1 I+2 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "SquareCurrentQuarticTimePerMassUnit"@en . + skos:prefLabel "SquareCurrentQuarticTimePerMassUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareCurrentQuarticTimePerMass'."@en . ### https://w3id.org/emmo#EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 @@ -1787,7 +1955,8 @@ emmo:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 rdf:type owl:Class ; owl:hasValue "T-1 L0 M0 I0 Θ0 N+1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "CatalyticActivityUnit"@en . + skos:prefLabel "CatalyticActivityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'CatalyticActivity'."@en . ### https://w3id.org/emmo#EMMO_ceaa4c6b_f5b7_46f4_bfcd_16eb4afab945 @@ -1797,7 +1966,8 @@ emmo:EMMO_ceaa4c6b_f5b7_46f4_bfcd_16eb4afab945 rdf:type owl:Class ; owl:hasValue "T0 L+2 M0 I0 Θ+1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreaTemperatureUnit"@en . + skos:prefLabel "AreaTemperatureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaTemperature'."@en . ### https://w3id.org/emmo#EMMO_cff9f930_f3f7_43c6_9228_28bf3e1ec706 @@ -1807,7 +1977,8 @@ emmo:EMMO_cff9f930_f3f7_43c6_9228_28bf3e1ec706 rdf:type owl:Class ; owl:hasValue "T+3 L-2 M-1 I0 Θ+1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ThermalResistanceUnit"@en . + skos:prefLabel "ThermalResistanceUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ThermalResistance'."@en . ### https://w3id.org/emmo#EMMO_d02c92e0_99ba_4c09_b01f_0d7a7dd7b24e @@ -1817,7 +1988,8 @@ emmo:EMMO_d02c92e0_99ba_4c09_b01f_0d7a7dd7b24e rdf:type owl:Class ; owl:hasValue "T0 L+1 M0 I0 Θ+1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LengthTemperatureUnit"@en . + skos:prefLabel "LengthTemperatureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthTemperature'."@en . ### https://w3id.org/emmo#EMMO_d2a20142_b3a4_4d3b_a7e1_e17597e7f177 @@ -1827,7 +1999,8 @@ emmo:EMMO_d2a20142_b3a4_4d3b_a7e1_e17597e7f177 rdf:type owl:Class ; owl:hasValue "T-4 L+3 M+1 I-2 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "InversePermittivityUnit"@en . + skos:prefLabel "InversePermittivityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'InversePermittivity'."@en . ### https://w3id.org/emmo#EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa @@ -1837,7 +2010,8 @@ emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa rdf:type owl:Class ; owl:hasValue "T-2 L0 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ForcePerLengthUnit"@en . + skos:prefLabel "ForcePerLengthUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ForcePerLength'."@en . ### https://w3id.org/emmo#EMMO_d5b6a25a_408a_408d_aebc_e017260d885d @@ -1847,7 +2021,8 @@ emmo:EMMO_d5b6a25a_408a_408d_aebc_e017260d885d rdf:type owl:Class ; owl:hasValue "T0 L-3 M0 I+1 Θ0 N-1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricCurrentPerAmountVolumeUnit"@en . + skos:prefLabel "ElectricCurrentPerAmountVolumeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrentPerAmountVolume'."@en . ### https://w3id.org/emmo#EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 @@ -1857,7 +2032,8 @@ emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 rdf:type owl:Class ; owl:hasValue "T0 L0 M0 I+1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricCurrentUnit"@en . + skos:prefLabel "ElectricCurrentUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrent'."@en . ### https://w3id.org/emmo#EMMO_dafdcae3_f8ec_4993_8269_2c9299a75158 @@ -1867,7 +2043,8 @@ emmo:EMMO_dafdcae3_f8ec_4993_8269_2c9299a75158 rdf:type owl:Class ; owl:hasValue "T-1 L0 M0 I0 Θ+2 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "SquareTemperaturePerTimeUnit"@en . + skos:prefLabel "SquareTemperaturePerTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareTemperaturePerTime'."@en . ### https://w3id.org/emmo#EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 @@ -1877,7 +2054,8 @@ emmo:EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 rdf:type owl:Class ; owl:hasValue "T-2 L-2 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassPerSquareLengthSquareTimeUnit"@en . + skos:prefLabel "MassPerSquareLengthSquareTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerSquareLengthSquareTime'."@en . ### https://w3id.org/emmo#EMMO_df1d3a25_eba2_4530_9803_d82d349f4051 @@ -1887,7 +2065,8 @@ emmo:EMMO_df1d3a25_eba2_4530_9803_d82d349f4051 rdf:type owl:Class ; owl:hasValue "T+2 L+2 M-1 I+2 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "EnergyPerSquareMagneticFluxDensityUnit"@en . + skos:prefLabel "EnergyPerSquareMagneticFluxDensityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EnergyPerSquareMagneticFluxDensity'."@en . ### https://w3id.org/emmo#EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 @@ -1897,7 +2076,8 @@ emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 rdf:type owl:Class ; owl:hasValue "T-1 L-2 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassFluxUnit"@en . + skos:prefLabel "MassFluxUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassFlux'."@en . ### https://w3id.org/emmo#EMMO_e467cc3f_676c_432e_b70e_19237d1bcc78 @@ -1907,7 +2087,8 @@ emmo:EMMO_e467cc3f_676c_432e_b70e_19237d1bcc78 rdf:type owl:Class ; owl:hasValue "T+1 L-2 M0 I0 Θ0 N0 J+1" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "IlluminanceTimeUnit"@en . + skos:prefLabel "IlluminanceTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'IlluminanceTime'."@en . ### https://w3id.org/emmo#EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b @@ -1917,7 +2098,8 @@ emmo:EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b rdf:type owl:Class ; owl:hasValue "T0 L0 M0 I0 Θ0 N+1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AmountUnit"@en . + skos:prefLabel "AmountUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Amount'."@en . ### https://w3id.org/emmo#EMMO_e55d4f6d_2506_4f63_8e01_1963efe7071e @@ -1927,7 +2109,8 @@ emmo:EMMO_e55d4f6d_2506_4f63_8e01_1963efe7071e rdf:type owl:Class ; owl:hasValue "T0 L+5 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "SectionAreaIntegralUnit"@en . + skos:prefLabel "SectionAreaIntegralUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SectionAreaIntegral'."@en . ### https://w3id.org/emmo#EMMO_e6110006_88b9_45cd_9f9c_a2a91c0c21f8 @@ -1937,7 +2120,8 @@ emmo:EMMO_e6110006_88b9_45cd_9f9c_a2a91c0c21f8 rdf:type owl:Class ; owl:hasValue "T+1 L0 M0 I+1 Θ0 N-1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricChargePerAmountUnit"@en . + skos:prefLabel "ElectricChargePerAmountUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricChargePerAmount'."@en . ### https://w3id.org/emmo#EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 @@ -1947,7 +2131,8 @@ emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 rdf:type owl:Class ; owl:hasValue "T0 L-1 M0 I+1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MagneticFieldStrengthUnit"@en . + skos:prefLabel "MagneticFieldStrengthUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticFieldStrength'."@en . ### https://w3id.org/emmo#EMMO_e7bc8939_7ff8_4917_beb5_c42730b390f3 @@ -1965,7 +2150,8 @@ emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 rdf:type owl:Class ; owl:hasValue "T0 L-3 M0 I0 Θ0 N+1 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AmountConcentrationUnit"@en . + skos:prefLabel "AmountConcentrationUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountConcentration'."@en . ### https://w3id.org/emmo#EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 @@ -1975,7 +2161,8 @@ emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 rdf:type owl:Class ; owl:hasValue "T-3 L+1 M+1 I-1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricFieldStrengthUnit"@en . + skos:prefLabel "ElectricFieldStrengthUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricFieldStrength'."@en . ### https://w3id.org/emmo#EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5 @@ -1985,7 +2172,8 @@ emmo:EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5 rdf:type owl:Class ; owl:hasValue "T-2 L0 M+1 I-1 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MagneticFluxDensityUnit"@en . + skos:prefLabel "MagneticFluxDensityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticFluxDensity'."@en . ### https://w3id.org/emmo#EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 @@ -1995,7 +2183,8 @@ emmo:EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 rdf:type owl:Class ; owl:hasValue "T-1 L+1 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MomentumUnit"@en . + skos:prefLabel "MomentumUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Momentum'."@en . ### https://w3id.org/emmo#EMMO_ed7dd267_e2ee_4565_8117_e5c1eafa3e66 @@ -2005,7 +2194,8 @@ emmo:EMMO_ed7dd267_e2ee_4565_8117_e5c1eafa3e66 rdf:type owl:Class ; owl:hasValue "T0 L0 M0 I+1 Θ-1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricCurrentPerTemperatureUnit"@en . + skos:prefLabel "ElectricCurrentPerTemperatureUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrentPerTemperature'."@en . ### https://w3id.org/emmo#EMMO_f2c1a072_4ccb_46c4_a0f8_ac801d328d0f @@ -2015,7 +2205,8 @@ emmo:EMMO_f2c1a072_4ccb_46c4_a0f8_ac801d328d0f rdf:type owl:Class ; owl:hasValue "T+2 L0 M0 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "SquareTimeUnit"@en . + skos:prefLabel "SquareTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareTime'."@en . ### https://w3id.org/emmo#EMMO_f508dec1_e2d8_43d5_ae65_c386c7b330f9 @@ -2025,7 +2216,8 @@ emmo:EMMO_f508dec1_e2d8_43d5_ae65_c386c7b330f9 rdf:type owl:Class ; owl:hasValue "T+2 L0 M-1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "SquareTimePerMassUnit"@en . + skos:prefLabel "SquareTimePerMassUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareTimePerMass'."@en . ### https://w3id.org/emmo#EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f @@ -2035,7 +2227,8 @@ emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f rdf:type owl:Class ; owl:hasValue "T-2 L+2 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "EnergyUnit"@en . + skos:prefLabel "EnergyUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Energy'."@en . ### https://w3id.org/emmo#EMMO_f6fac54d_6b6d_4255_b217_4363a83f1834 @@ -2045,7 +2238,8 @@ emmo:EMMO_f6fac54d_6b6d_4255_b217_4363a83f1834 rdf:type owl:Class ; owl:hasValue "T+2 L0 M-1 I+1 Θ+1 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TemperaturePerMagneticFluxDensityUnit"@en . + skos:prefLabel "TemperaturePerMagneticFluxDensityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperaturePerMagneticFluxDensity'."@en . ### https://w3id.org/emmo#EMMO_f76f5a24_d703_4e8c_b368_f9a7777cb73a @@ -2063,7 +2257,8 @@ emmo:EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185 rdf:type owl:Class ; owl:hasValue "T-2 L+1 M+1 I-2 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PermeabilityUnit"@en . + skos:prefLabel "PermeabilityUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Permeability'."@en . ### https://w3id.org/emmo#EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c @@ -2073,7 +2268,19 @@ emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c rdf:type owl:Class ; owl:hasValue "T-3 L-1 M+1 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PressurePerTimeUnit"@en . + skos:prefLabel "PressurePerTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PressurePerTime'."@en . + + +### https://w3id.org/emmo#EMMO_fee2a014_3322_48f9_91ab_d947a6e54556 +emmo:EMMO_fee2a014_3322_48f9_91ab_d947a6e54556 rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L-1 M0 I0 Θ0 N0 J0" + ] ; + rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; + skos:prefLabel "PerLengthUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerLength'."@en . ### https://w3id.org/emmo#EMMO_ffbacbc4_c3be_4cc5_9539_94344e72f7a6 @@ -2083,17 +2290,8 @@ emmo:EMMO_ffbacbc4_c3be_4cc5_9539_94344e72f7a6 rdf:type owl:Class ; owl:hasValue "T-6 L-2 M+2 I0 Θ0 N0 J0" ] ; rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "SquarePressurePerSquareTimeUnit"@en . - - -### https://w3id.org/emmo/disciplines/units/sidimensionalunits#EMMO_fee2a014_3322_48f9_91ab_d947a6e54556 -:EMMO_fee2a014_3322_48f9_91ab_d947a6e54556 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L-1 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerLengthUnit"@en . + skos:prefLabel "SquarePressurePerSquareTimeUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquarePressurePerSquareTime'."@en . ### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/siunits.ttl b/disciplines/units/siunits.ttl index bd47ea5d..2366f1f3 100644 --- a/disciplines/units/siunits.ttl +++ b/disciplines/units/siunits.ttl @@ -9,22 +9,22 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - ; - dcterms:abstract """The module 'siunits' defines the 7 base units and 22 derived units as well as the metric prefixes specified in the SI system. + owl:versionIRI ; + owl:imports , + ; + dcterms:abstract """The module 'siunits' defines the 7 base units and 22 derived units as well as the metric prefixes specified in the SI system. All additional derived units, SI-based or not, goes into the 'units-extension' module."""@en ; - dcterms:contributor "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" , - "Simon Clark, SINTEF, NO" ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" , - "Jesper Friis, SINTEF, NO" ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; - dcterms:title "SI units"@en ; - rdfs:comment "Contacts: emmo@emmc.eu"@en , - "The EMMO should be reasoned with HermiT to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ; - owl:versionInfo "1.0.0-rc1" . + dcterms:contributor , + ; + dcterms:creator , + ; + dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; + dcterms:publisher ; + dcterms:title "SI units"@en ; + rdfs:comment "The EMMO should be reasoned with HermiT to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ; + owl:versionInfo "1.0.0-rc1" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Annotation properties @@ -32,9 +32,9 @@ All additional derived units, SI-based or not, goes into the 'units-extension' m ### https://w3id.org/emmo#EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 rdf:type owl:AnnotationProperty ; + skos:prefLabel "unitSymbol"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The standard symbol for a unit."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A unit symbol may be a symbolic construct (e.g. km) or a symbol (e.g. m)."@en ; - skos:prefLabel "unitSymbol"@en ; rdfs:subPropertyOf rdfs:comment ; rdfs:range xsd:string ; rdfs:domain :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 . @@ -48,39 +48,39 @@ All additional derived units, SI-based or not, goes into the 'units-extension' m :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf rdf:type owl:DatatypeProperty ; rdfs:domain :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ; rdfs:range xsd:double ; + skos:prefLabel "hasSIConversionMultiplier"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number to multiply a SI coherent unit with when converting to a given non-SI coherent unit."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Conversion formula: - nonsi_coherent_unit = si_coherent_unit * multiplier + offset"""@en ; - skos:prefLabel "hasSIConversionMultiplier"@en . + nonsi_coherent_unit = si_coherent_unit * multiplier + offset"""@en . ### https://w3id.org/emmo#EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f :EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f rdf:type owl:DatatypeProperty ; rdfs:domain :EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ; rdfs:range xsd:double ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a SI prefixed unit to the multiplication factor corresponding to the prefix."@en ; - skos:prefLabel "hasPrefixMultiplier"@en . + skos:prefLabel "hasPrefixMultiplier"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a SI prefixed unit to the multiplication factor corresponding to the prefix."@en . ### https://w3id.org/emmo#EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd rdf:type owl:DatatypeProperty ; rdfs:domain :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ; rdfs:range xsd:double ; + skos:prefLabel "hasSIConversionOffset"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number to add to a SI coherent unit when converting to a given non-SI coherent unit."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Conversion formula: - nonsi_coherent_unit = si_coherent_unit * multiplier + offset"""@en ; - skos:prefLabel "hasSIConversionOffset"@en . + nonsi_coherent_unit = si_coherent_unit * multiplier + offset"""@en . ### https://w3id.org/emmo#EMMO_d85162ec_6d62_4cdb_a5b9_f092285e5b7f :EMMO_d85162ec_6d62_4cdb_a5b9_f092285e5b7f rdf:type owl:DatatypeProperty ; rdfs:domain :EMMO_d41ce84b_4317_41fb_a5d1_6cd281fca106 ; rdfs:range xsd:string ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a SI prefixed unit to the prefix symbol."@en ; owl:deprecated "true"^^xsd:boolean ; - skos:prefLabel "hasPrefixSymbol"@en . + skos:prefLabel "hasPrefixSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a SI prefixed unit to the prefix symbol."@en . ################################################################# @@ -94,14 +94,14 @@ All additional derived units, SI-based or not, goes into the 'units-extension' m owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "A" ] ; + skos:prefLabel "Ampere"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "AMP" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A" ; :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Ampere"^^xsd:anyURI ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The ampere, symbol A, is the SI unit of electric current. It is defined by taking the fixed numerical value of the elementary charge e to be 1.602176634×10−19 when expressed in the unit C, which is equal to A s, where the second is defined in terms of ∆νCs."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Ampere?oldid=494026699"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00300" ; - skos:prefLabel "Ampere"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00300" . ### https://w3id.org/emmo#Becquerel @@ -111,6 +111,7 @@ All additional derived units, SI-based or not, goes into the 'units-extension' m owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "Bq" ] ; + skos:prefLabel "Becquerel"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "BQL" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BQ" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Bq" ; @@ -121,8 +122,7 @@ All additional derived units, SI-based or not, goes into the 'units-extension' m -- QUDT"""@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Becquerel?oldid=493710036"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.B00624" ; - skos:prefLabel "Becquerel"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.B00624" . ### https://w3id.org/emmo#Candela @@ -132,14 +132,14 @@ All additional derived units, SI-based or not, goes into the 'units-extension' m owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "cd" ] ; + skos:prefLabel "Candela"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "CDL" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CD" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cd" ; :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Candela"^^xsd:anyURI ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The candela, symbol cd, is the SI unit of luminous intensity in a given direction. It is defined by taking the fixed numerical value of the luminous efficacy of monochromatic radiation of frequency 540×1012 Hz, Kcd, to be 683 when expressed in the unit lm W−1, which is equal to cd sr W−1, or cd sr kg−1 m−2 s3, where the kilogram, metre and second are defined in terms of h, c and ∆νCs."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Candela?oldid=484253082"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.C00787" ; - skos:prefLabel "Candela"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.C00787" . ### https://w3id.org/emmo#Coulomb @@ -149,6 +149,7 @@ All additional derived units, SI-based or not, goes into the 'units-extension' m owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "C" ] ; + skos:prefLabel "Coulomb"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "COU" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C" ; @@ -158,8 +159,7 @@ All additional derived units, SI-based or not, goes into the 'units-extension' m -- QUDT"""@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Coulomb?oldid=491815163"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.C01365" ; - skos:prefLabel "Coulomb"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.C01365" . ### https://w3id.org/emmo#DegreeCelsius @@ -169,6 +169,7 @@ All additional derived units, SI-based or not, goes into the 'units-extension' m owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "°C" ] ; + skos:prefLabel "DegreeCelsius"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "CEL" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel" ; @@ -178,8 +179,21 @@ All additional derived units, SI-based or not, goes into the 'units-extension' m -- QUDT"""@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Celsius?oldid=494152178"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.D01561" ; - skos:prefLabel "DegreeCelsius"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.D01561" . + + +### 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:hasValue "c" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "0.01"^^xsd:double + ] ; + skos:prefLabel "Centi"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1/100."@en . ### https://w3id.org/emmo#EMMO_068c4e58_2470_4b1c_8454_010dd4906100 @@ -192,8 +206,22 @@ All additional derived units, SI-based or not, goes into the 'units-extension' m owl:onProperty :EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ; owl:hasValue "1.0E-12"^^xsd:double ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"pico\" (1e-12)."@en ; - skos:prefLabel "PicoPrefixedUnit"@en . + skos:prefLabel "PicoPrefixedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"pico\" (1e-12)."@en . + + +### 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:hasValue "G" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "1.0E9"^^xsd:double + ] ; + skos:prefLabel "Giga"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e9."@en . ### https://w3id.org/emmo#EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29 @@ -206,24 +234,24 @@ All additional derived units, SI-based or not, goes into the 'units-extension' m owl:onProperty :EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ; owl:hasValue "0.1"^^xsd:double ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"deci\" (0.1)."@en ; - skos:prefLabel "DeciPrefixedUnit"@en . + skos:prefLabel "DeciPrefixedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"deci\" (0.1)."@en . ### https://w3id.org/emmo#EMMO_1273eb34_de48_43a9_925f_104110469dd2 :EMMO_1273eb34_de48_43a9_925f_104110469dd2 rdf:type owl:Class ; rdfs:subClassOf :EMMO_08b308d4_31cd_4779_a784_aa92fc730f39 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A SI derived unit whos numerical factor in front of the product of SI base units is one."@en ; + rdfs:comment "This class collects all units that are products or powers of SI base or SI special units only."@en ; skos:example """m/s kg/m^3""" ; - rdfs:comment "This class collects all units that are products or powers of SI base or SI special units only."@en ; - skos:prefLabel "SICoherentDerivedUnit"@en . + skos:prefLabel "SICoherentDerivedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A SI derived unit whos numerical factor in front of the product of SI base units is one."@en . ### https://w3id.org/emmo#EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 :EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 rdf:type owl:Class ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measurement units that are not SI units."@en ; - skos:prefLabel "NonSIUnit"@en . + skos:prefLabel "NonSIUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measurement units that are not SI units."@en . ### https://w3id.org/emmo#EMMO_1d8b370b_c672_4d0c_964e_eaafcbf2f51f @@ -236,9 +264,9 @@ kg/m^3""" ; owl:onProperty :EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ; owl:hasValue "10.0"^^xsd:double ] ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "Superclass for all units prefixed with \"deca\" (10)."@en ; skos:altLabel "DekaPrefixedUnit"@en ; - skos:prefLabel "DecaPrefixedUnit"@en . + skos:prefLabel "DecaPrefixedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"deca\" (10)."@en . ### https://w3id.org/emmo#EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704 @@ -254,8 +282,8 @@ kg/m^3""" ; :EMMO_daa9ee97_4c5f_42e5_918c_44d7523e8958 :EMMO_e79c62ff_10ad_4ec0_baba_c19ddd4eaa11 ) ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measurement unit obtained by multiplying a given measurement unit by an integer SI prefix greater than one."@en ; - skos:prefLabel "SIMetricMultipleUnit"@en . + skos:prefLabel "SIMetricMultipleUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measurement unit obtained by multiplying a given measurement unit by an integer SI prefix greater than one."@en . ### https://w3id.org/emmo#EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c @@ -268,8 +296,27 @@ kg/m^3""" ; owl:onProperty :EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ; owl:hasValue "100.0"^^xsd:double ] ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "Superclass for all units prefixed with \"hecto\" (100)."@en ; - skos:prefLabel "HectoPrefixedUnit"@en . + skos:prefLabel "HectoPrefixedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"hecto\" (100)."@en . + + +### https://w3id.org/emmo#EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb +:EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb rdf:type owl:Class ; + owl:disjointUnionOf ( :EMMO_117d3e39_de3e_46f5_9744_b4a28d9fc83e + :EMMO_33fe9747_d66f_4f88_b2c1_951279dbca59 + :EMMO_3f2d29d9_6d27_43bd_a1bc_85475eae98be + :EMMO_4bc07644_8301_4aed_b21c_823f99b08d1a + :EMMO_68a031ba_abf5_4859_b84c_32977f029908 + :EMMO_85ee9154_5a3e_482e_aa37_c617ff1947ff + :EMMO_aef1144d_41bd_4189_be5c_d849204b3708 + :EMMO_cb3f4298_5895_4272_be63_42dd246cc10c + :EMMO_d7c74480_a568_4470_acff_f18b499cc850 + :EMMO_dabcbe7d_db82_4445_889b_ae4d76964ea0 + :EMMO_e07a252a_6913_49d6_9038_37a258b2d95e + :EMMO_fbf7da6f_04bb_4c8e_abbf_e4048d6a5e73 + ) ; + skos:prefLabel "SIMultiplePrefix"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is a positive integer larger than 1."@en . ### https://w3id.org/emmo#EMMO_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba @@ -282,8 +329,18 @@ kg/m^3""" ; owl:onProperty :EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ; owl:hasValue "1.0E-15"^^xsd:double ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"femto\" (1e-15)."@en ; - skos:prefLabel "FemtoPrefixedUnit"@en . + skos:prefLabel "FemtoPrefixedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"femto\" (1e-15)."@en . + + +### https://w3id.org/emmo#EMMO_23eabdb5_6de6_4615_b6b1_a07b3ad32fd9 +:EMMO_23eabdb5_6de6_4615_b6b1_a07b3ad32fd9 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_442bd91e_a724_4e9f_89c1_18423016fb75 ; + owl:disjointUnionOf ( :EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb + :EMMO_48fc9480_78c3_4c81_a126_019df20d58d9 + ) ; + skos:prefLabel "SIPrefix"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Metric prefix defined in the SI system."@en . ### https://w3id.org/emmo#EMMO_254472c6_3dbd_4f02_bc43_571389cd281f @@ -296,8 +353,22 @@ kg/m^3""" ; owl:onProperty :EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ; owl:hasValue "1.0E-21"^^xsd:double ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"zepto\" (1e-21)."@en ; - skos:prefLabel "ZeptoPrefixedUnit"@en . + skos:prefLabel "ZeptoPrefixedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"zepto\" (1e-21)."@en . + + +### 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:hasValue "p" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "1.0E-12"^^xsd:double + ] ; + skos:prefLabel "Pico"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e-12."@en . ### https://w3id.org/emmo#EMMO_32129fb5_df25_48fd_a29c_18a2f22a2dd5 @@ -305,7 +376,8 @@ kg/m^3""" ; owl:disjointUnionOf ( :EMMO_3a185e6c_9e19_4776_b583_19c978156aa0 :EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ) ; - skos:prefLabel "SIUnitSymbol"@en . + skos:prefLabel "SIUnitSymbol"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit symbol that belongs to the SI system. Is either a SI base unit or a SI special unit."@en . ### https://w3id.org/emmo#EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 @@ -315,6 +387,20 @@ 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:hasValue "T" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "1.0E12"^^xsd:double + ] ; + skos:prefLabel "Tera"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e12."@en . + + ### https://w3id.org/emmo#EMMO_3a185e6c_9e19_4776_b583_19c978156aa0 :EMMO_3a185e6c_9e19_4776_b583_19c978156aa0 rdf:type owl:Class ; rdfs:subClassOf :EMMO_db716151_6b73_45ff_910c_d182fdcbb4f5 ; @@ -326,9 +412,9 @@ kg/m^3""" ; :Mole :Second ) ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The base units in the SI system."@en ; rdfs:seeAlso "https://www.bipm.org/utils/common/pdf/si-brochure/SI-Brochure-9-EN.pdf" ; - skos:prefLabel "SIBaseUnit"@en . + skos:prefLabel "SIBaseUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The base units in the SI system."@en . ### https://w3id.org/emmo#EMMO_3a204900_2b33_47d1_b444_815cc4c8cffa @@ -341,8 +427,22 @@ kg/m^3""" ; owl:onProperty :EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ; owl:hasValue "1.0E12"^^xsd:double ] ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "Superclass for all units prefixed with \"tera\" (1e12)."@en ; - skos:prefLabel "TeraPrefixedUnit"@en . + skos:prefLabel "TeraPrefixedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"tera\" (1e12)."@en . + + +### 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:hasValue "E" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "1.0E18"^^xsd:double + ] ; + skos:prefLabel "Exa"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e18."@en . ### https://w3id.org/emmo#EMMO_42955b2d_b465_4666_86cc_ea3c2d685753 @@ -355,8 +455,8 @@ kg/m^3""" ; owl:onProperty :EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ; owl:hasValue "1.0E-18"^^xsd:double ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"atto\" (1e-18)."@en ; - skos:prefLabel "AttoPrefixedUnit"@en . + skos:prefLabel "AttoPrefixedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"atto\" (1e-18)."@en . ### https://w3id.org/emmo#EMMO_43a6b269_da31_4bb6_a537_c97df4fff32a @@ -369,8 +469,93 @@ kg/m^3""" ; owl:onProperty :EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ; owl:hasValue "1.0E15"^^xsd:double ] ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "Superclass for all units prefixed with \"peta\" (1e15)."@en ; - skos:prefLabel "PetaPrefixedUnit"@en . + skos:prefLabel "PetaPrefixedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"peta\" (1e15)."@en . + + +### https://w3id.org/emmo#EMMO_48fc9480_78c3_4c81_a126_019df20d58d9 +:EMMO_48fc9480_78c3_4c81_a126_019df20d58d9 rdf:type owl:Class ; + owl:disjointUnionOf ( :EMMO_03d2c71b_0276_45d7_a847_7cd164cb7d45 + :EMMO_2b243e59_3a2a_412e_9a58_81d1e5c92fbe + :EMMO_49adf406_5c8f_498a_8c90_e4974e9e6d11 + :EMMO_4db5c662_b065_49e4_96eb_826699fa8048 + :EMMO_556e27cd_fef1_41c9_824a_dd78980062b5 + :EMMO_6da1b965_768c_4cf0_8873_44f2035133ba + :EMMO_7abfbbc4_ce7b_4611_b731_1b5b8bd2bbc0 + :EMMO_7fd8ec39_1c4b_4ff3_9bc8_0bf3c27e2db0 + :EMMO_890856a3_3eb4_471e_a54a_65031bee30f4 + :EMMO_afb29c1a_eba4_4ba7_b6a1_62e9023c94ec + :EMMO_e9722f13_947c_444e_82ef_1ce045f6637c + :EMMO_fbc2549b_9108_467a_a573_de48eb45cc4a + ) ; + skos:prefLabel "SISubMultiplePrefix"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1/N where N is a positive integer larger than 1."@en . + + +### 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:hasValue "m" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "0.001"^^xsd:double + ] ; + skos:prefLabel "Milli"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1/1000."@en . + + +### 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:hasValue "h" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "100.0"^^xsd:double + ] ; + skos:prefLabel "Hecto"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 100."@en . + + +### 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:hasValue "z" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "1.0E-21"^^xsd:double + ] ; + skos:prefLabel "Zepto"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e-21."@en . + + +### 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:hasValue "q" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "1.0E-30"^^xsd:double + ] ; + skos:prefLabel "Quecto"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e-30."@en . + + +### https://w3id.org/emmo#EMMO_59e710f4_d9ea_4167_9a3f_f90628a307df +:EMMO_59e710f4_d9ea_4167_9a3f_f90628a307df rdf:type owl:Class ; + rdfs:subClassOf :EMMO_08b308d4_31cd_4779_a784_aa92fc730f39 ; + owl:disjointUnionOf ( :EMMO_1273eb34_de48_43a9_925f_104110469dd2 + :EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 + ) ; + skos:prefLabel "SIDerivedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A derived unit that belongs to the SI system."@en . ### https://w3id.org/emmo#EMMO_5cf9f86c_86f5_40c4_846d_60371f670e0a @@ -383,8 +568,8 @@ kg/m^3""" ; owl:onProperty :EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ; owl:hasValue "1.0E18"^^xsd:double ] ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "Superclass for all units prefixed with \"exa\" (1e18)."@en ; - skos:prefLabel "ExaPrefixedUnit"@en . + skos:prefLabel "ExaPrefixedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"exa\" (1e18)."@en . ### https://w3id.org/emmo#EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928 @@ -397,16 +582,44 @@ kg/m^3""" ; owl:onProperty :EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ; owl:hasValue "1000000.0"^^xsd:double ] ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "Superclass for all units prefixed with \"mega\" (1e6)."@en ; - skos:prefLabel "MegaPrefixedUnit"@en . + skos:prefLabel "MegaPrefixedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"mega\" (1e6)."@en . ### https://w3id.org/emmo#EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 :EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 rdf:type owl:Class ; rdfs:subClassOf :EMMO_08b308d4_31cd_4779_a784_aa92fc730f39 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A derived unit whos numerical factor in front of the product of base units is NOT equal to one."@en ; skos:example "cm/s" ; - skos:prefLabel "SINonCoherentDerivedUnit"@en . + skos:prefLabel "SINonCoherentDerivedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A derived unit whos numerical factor in front of the product of base units is NOT equal to one."@en . + + +### 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:hasValue "k" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "1000.0"^^xsd:double + ] ; + skos:prefLabel "Kilo"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1000."@en . + + +### 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:hasValue "μ" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "1.0E-6"^^xsd:double + ] ; + skos:prefLabel "Micro"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e-6."@en . ### https://w3id.org/emmo#EMMO_707c6032_e272_4a20_98b5_d35c4f67be68 @@ -415,9 +628,9 @@ kg/m^3""" ; :EMMO_3a185e6c_9e19_4776_b583_19c978156aa0 :EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ) ; + skos:prefLabel "SICoherentUnit"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit that can be expressed as a product of powers of SI base units with no pre-factor of offset."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Derived units are defined as products of powers of the base units. When the numerical factor of this product is one, the derived units are called coherent derived units. The base and coherent derived units of the SI form a coherent set, designated the set of coherent SI units."@en ; - skos:prefLabel "SICoherentUnit"@en . + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Derived units are defined as products of powers of the base units. When the numerical factor of this product is one, the derived units are called coherent derived units. The base and coherent derived units of the SI form a coherent set, designated the set of coherent SI units."@en . ### https://w3id.org/emmo#EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 @@ -430,8 +643,36 @@ kg/m^3""" ; owl:onProperty :EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ; owl:hasValue "1000.0"^^xsd:double ] ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "Superclass for all units prefixed with \"kilo\" (1000)."@en ; - skos:prefLabel "KiloPrefixedUnit"@en . + skos:prefLabel "KiloPrefixedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"kilo\" (1000)."@en . + + +### 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:hasValue "y" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "1.0E-24"^^xsd:double + ] ; + skos:prefLabel "Yocto"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e-24."@en . + + +### 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:hasValue "f" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "1.0E-15"^^xsd:double + ] ; + skos:prefLabel "Femto"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e-15."@en . ### https://w3id.org/emmo#EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 @@ -439,13 +680,41 @@ kg/m^3""" ; owl:disjointUnionOf ( :EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 :EMMO_d41ce84b_4317_41fb_a5d1_6cd281fca106 ) ; + skos:prefLabel "SINonCoherentUnit"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit whos numerical factor in front of the product of base units is NOT equal to one."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """A non-SI coherent can be expressed in terms of its corresponding SI coherent unit, as nonsi_coherent_unit = si_coherent_unit * multiplier + offset -where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' and 'hasConversionOffset' data properties, respectively."""@en ; - skos:prefLabel "SINonCoherentUnit"@en . +where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' and 'hasConversionOffset' data properties, respectively."""@en . + + +### 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:hasValue "M" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "1000000.0"^^xsd:double + ] ; + skos:prefLabel "Mega"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e6."@en . + + +### 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:hasValue "d" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "0.1"^^xsd:double + ] ; + skos:prefLabel "Deci"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1/10."@en . ### https://w3id.org/emmo#EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d @@ -461,8 +730,8 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' :EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 :EMMO_f5769206_9257_4b08_bf7b_dad7868c6afc ) ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measurement unit obtained by dividing a given measurement unit by an integer SI prefix greater than one."@en ; - skos:prefLabel "SIMetricSubMultipleUnit"@en . + skos:prefLabel "SIMetricSubMultipleUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measurement unit obtained by dividing a given measurement unit by an integer SI prefix greater than one."@en . ### https://w3id.org/emmo#EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae @@ -475,8 +744,8 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' owl:onProperty :EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ; owl:hasValue "1.0E-6"^^xsd:double ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"micro\" (1e-6)."@en ; - skos:prefLabel "MicroPrefixedUnit"@en . + skos:prefLabel "MicroPrefixedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"micro\" (1e-6)."@en . ### https://w3id.org/emmo#EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 @@ -489,8 +758,8 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' owl:onProperty :EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ; owl:hasValue "0.001"^^xsd:double ] ; - skos:altLabel "m" ; - skos:prefLabel "MilliPrefixedUnit"@en . + skos:prefLabel "MilliPrefixedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"milli\" (1e-3)."@en . ### https://w3id.org/emmo#EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134 @@ -503,8 +772,36 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' owl:onProperty :EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ; owl:hasValue "1.0E9"^^xsd:double ] ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "Superclass for all units prefixed with \"giga\" (1e9)."@en ; - skos:prefLabel "GigaPrefixedUnit"@en . + skos:prefLabel "GigaPrefixedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"giga\" (1e9)."@en . + + +### 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:hasValue "R" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "1.0E27"^^xsd:double + ] ; + skos:prefLabel "Ronna"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e27."@en . + + +### 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:hasValue "n" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "1.0E-9"^^xsd:double + ] ; + skos:prefLabel "Nano"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e-9."@en . ### https://w3id.org/emmo#EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 @@ -523,8 +820,22 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' owl:onProperty :EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ; owl:hasValue "0.01"^^xsd:double ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"centi\" (0.01)."@en ; - skos:prefLabel "CentiPrefixedUnit"@en . + skos:prefLabel "CentiPrefixedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"centi\" (0.01)."@en . + + +### 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:hasValue "Y" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "1.0E24"^^xsd:double + ] ; + skos:prefLabel "Yotta"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e24."@en . ### https://w3id.org/emmo#EMMO_d41ce84b_4317_41fb_a5d1_6cd281fca106 @@ -532,9 +843,23 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' owl:disjointUnionOf ( :EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704 :EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d ) ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A SI base or special unit with a metric prefix."@en ; rdfs:comment "The presence of the prefix makes this units non-coherent with SI system."@en ; - skos:prefLabel "SIMetricPrefixedUnit"@en . + skos:prefLabel "SIMetricPrefixedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A SI base or special unit with a metric prefix."@en . + + +### 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:hasValue "P" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "1.0E15"^^xsd:double + ] ; + skos:prefLabel "Peta"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e15."@en . ### https://w3id.org/emmo#EMMO_daa9ee97_4c5f_42e5_918c_44d7523e8958 @@ -547,8 +872,37 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' owl:onProperty :EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ; owl:hasValue "1.0E21"^^xsd:double ] ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "Superclass for all units prefixed with \"zetta\" (1e21)."@en ; - skos:prefLabel "ZettaPrefixedUnit"@en . + skos:prefLabel "ZettaPrefixedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"zetta\" (1e21)."@en . + + +### 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:hasValue "Q" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "1.0E30"^^xsd:double + ] ; + skos:prefLabel "Quetta"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e30."@en . + + +### 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:hasValue "da" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "10.0"^^xsd:double + ] ; + skos:altLabel "Deka"@en ; + skos:prefLabel "Deca"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 10."@en . ### https://w3id.org/emmo#EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 @@ -561,8 +915,8 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' owl:onProperty :EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ; owl:hasValue "1.0E-9"^^xsd:double ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"nano\" (1e-9)."@en ; - skos:prefLabel "NanoPrefixedUnit"@en . + skos:prefLabel "NanoPrefixedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"nano\" (1e-9)."@en . ### https://w3id.org/emmo#EMMO_e79c62ff_10ad_4ec0_baba_c19ddd4eaa11 @@ -575,8 +929,22 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' owl:onProperty :EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ; owl:hasValue "1.0E24"^^xsd:double ] ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "Superclass for all units prefixed with \"yotta\" (1e24)."@en ; - skos:prefLabel "YottaPrefixedUnit"@en . + skos:prefLabel "YottaPrefixedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"yotta\" (1e24)."@en . + + +### 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:hasValue "a" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "1.0E-18"^^xsd:double + ] ; + skos:prefLabel "Atto"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e-18."@en . ### https://w3id.org/emmo#EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b @@ -605,10 +973,10 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' :Watt :Weber ) ; + skos:prefLabel "SISpecialUnit"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The 22 derived units that are given a special name in the SI system that stands for units derived by SI base units."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "These units are SI coherent by definition."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/International_System_of_Units#Derived_units" ; - skos:prefLabel "SISpecialUnit"@en . + :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/International_System_of_Units#Derived_units" . ### https://w3id.org/emmo#EMMO_f5769206_9257_4b08_bf7b_dad7868c6afc @@ -621,8 +989,36 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' owl:onProperty :EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ; owl:hasValue "1.0E-24"^^xsd:double ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"yocto\" (1e-24)."@en ; - skos:prefLabel "YoctoPrefixedUnit"@en . + skos:prefLabel "YoctoPrefixedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"yocto\" (1e-24)."@en . + + +### 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:hasValue "r" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "1.0E-27"^^xsd:double + ] ; + skos:prefLabel "Ronto"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e-27."@en . + + +### 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:hasValue "Z" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "1.0E-21"^^xsd:double + ] ; + skos:prefLabel "Zetta"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e21."@en . ### https://w3id.org/emmo#EMMO_feb03a8a_bbb6_4918_a891_46713ef557f4 @@ -634,12 +1030,12 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' :EMMO_d41ce84b_4317_41fb_a5d1_6cd281fca106 :EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ) ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The set of units provided by the SI referring to the ISQ."@en ; rdfs:comment "The complete set of SI units includes both the coherent set and the multiples and sub-multiples formed by using the SI prefixes."@en , """The names, symbols and prefixes of SI units are defined by the General Conference on Weights and Measures (CGPM). https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; - skos:prefLabel "SIUnit"@en . + skos:prefLabel "SIUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The set of units provided by the SI referring to the ISQ."@en . ### https://w3id.org/emmo#Farad @@ -649,17 +1045,17 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "F" ] ; + rdfs:comment "Measurement unit for electric capacitance."@en ; + skos:prefLabel "Farad"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "FAR" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FARAD" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "F" ; :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Farad"^^xsd:anyURI ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The SI unit of electric capacitance. Very early in the study of electricity scientists discovered that a pair of conductors separated by an insulator can store a much larger charge than an isolated conductor can store. The better the insulator, the larger the charge that the conductors can hold. This property of a circuit is called capacitance, and it is measured in farads. One farad is defined as the ability to store one coulomb of charge per volt of potential difference between the two conductors. This is a natural definition, but the unit it defines is very large. In practical circuits, capacitance is often measured in microfarads, nanofarads, or sometimes even in picofarads (10⁻¹² farad, or trillionths of a farad). The unit is named for the British physicist Michael Faraday (1791-1867), who was known for his work in electricity and electrochemistry. + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of electric capacitance. Very early in the study of electricity scientists discovered that a pair of conductors separated by an insulator can store a much larger charge than an isolated conductor can store. The better the insulator, the larger the charge that the conductors can hold. This property of a circuit is called capacitance, and it is measured in farads. One farad is defined as the ability to store one coulomb of charge per volt of potential difference between the two conductors. This is a natural definition, but the unit it defines is very large. In practical circuits, capacitance is often measured in microfarads, nanofarads, or sometimes even in picofarads (10⁻¹² farad, or trillionths of a farad). The unit is named for the British physicist Michael Faraday (1791-1867), who was known for his work in electricity and electrochemistry. -- QUDT"""@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Farad?oldid=493070876"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.F02320" ; - rdfs:comment "Measurement unit for electric capacitance."@en ; - skos:prefLabel "Farad"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.F02320" . ### https://w3id.org/emmo#Gray @@ -669,6 +1065,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "Gy" ] ; + skos:prefLabel "Gray"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "A95" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GRAY" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Gy" ; @@ -678,8 +1075,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; -- QUDT""" ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "//en.wikipedia.org/wiki/Grey?oldid=494774160"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.G02696" ; - skos:prefLabel "Gray"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.G02696" . ### https://w3id.org/emmo#Henry @@ -689,18 +1085,18 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "H" ] ; + skos:prefLabel "Henry"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "81" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/H" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "H" ; :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Henry"^^xsd:anyURI ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI unit for electrical inductance."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "H = Wb/A = V·s/A = Ω·s"@en , - """The SI unit of electric inductance. A changing magnetic field induces an electric current in a loop of wire (or in a coil of many loops) located in the field. Although the induced voltage depends only on the rate at which the magnetic flux changes, measured in webers per second, the amount of the current depends also on the physical properties of the coil. A coil with an inductance of one henry requires a flux of one weber for each ampere of induced current. If, on the other hand, it is the current which changes, then the induced field will generate a potential difference within the coil: if the inductance is one henry a current change of one ampere per second generates a potential difference of one volt. The henry is a large unit; inductances in practical circuits are measured in millihenrys (mH) or microhenrys (μH). The unit is named for the American physicist Joseph Henry (1797-1878), one of several scientists who discovered independently how magnetic fields can be used to generate alternating currents. + """The SI unit of electric inductance. A changing magnetic field induces an electric current in a loop of wire (or in a coil of many loops) located in the field. Although the induced voltage depends only on the rate at which the magnetic flux changes, measured in webers per second, the amount of the current depends also on the physical properties of the coil. A coil with an inductance of one henry requires a flux of one weber for each ampere of induced current. If, on the other hand, it is the current which changes, then the induced field will generate a potential difference within the coil: if the inductance is one henry a current change of one ampere per second generates a potential difference of one volt. The henry is a large unit; inductances in practical circuits are measured in millihenrys (mH) or microhenrys (μH). The unit is named for the American physicist Joseph Henry (1797-1878), one of several scientists who discovered independently how magnetic fields can be used to generate alternating currents. -- QUDT"""@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Henry?oldid=491435978"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.H02782" ; - skos:prefLabel "Henry"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.H02782" . ### https://w3id.org/emmo#Hertz @@ -710,6 +1106,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "Hz" ] ; + skos:prefLabel "Hertz"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "HTZ" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HZ" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Hz" ; @@ -718,8 +1115,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The hertz (symbol Hz) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon. One of its most common uses is the description of the sine wave, particularly those used in radio and audio applications, such as the frequency of musical tones. The word \"hertz\" is named for Heinrich Rudolf Hertz, who was the first to conclusively prove the existence of electromagnetic waves. -- QUDT"""@en ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.H02785" ; - skos:prefLabel "Hertz"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.H02785" . ### https://w3id.org/emmo#Joule @@ -729,6 +1125,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "J" ] ; + skos:prefLabel "Joule"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "JOU" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J" ; @@ -738,8 +1135,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; -- QUDT"""@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Joule?oldid=494340406"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.J03363" ; - skos:prefLabel "Joule"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.J03363" . ### https://w3id.org/emmo#Katal @@ -749,6 +1145,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "kat" ] ; + skos:prefLabel "Katal"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "KAT" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KAT" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kat" ; @@ -758,8 +1155,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; -- QUDT"""@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Katal?oldid=486431865"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.K03372" ; - skos:prefLabel "Katal"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.K03372" . ### https://w3id.org/emmo#Kelvin @@ -769,14 +1165,14 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "K" ] ; + skos:prefLabel "Kelvin"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "KEL" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K" ; :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Kelvin"^^xsd:anyURI ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The kelvin, symbol K, is the SI unit of thermodynamic temperature. It is defined by taking the fixed numerical value of the Boltzmann constant k to be 1.380649×10−23 when expressed in the unit J K−1, which is equal to kg m2 s−2 K−1, where the kilogram, metre and second are defined in terms of h, c and ∆νCs."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Kelvin?oldid=495075694"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.K03374" ; - skos:prefLabel "Kelvin"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.K03374" . ### https://w3id.org/emmo#Kilogram @@ -786,15 +1182,15 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "kg" ] ; + skos:altLabel "Kilogram"@en ; + skos:prefLabel "Kilogram"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "KGM" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg" ; :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Kilogram"^^xsd:anyURI ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The kilogram, symbol kg, is the SI unit of mass. It is defined by taking the fixed numerical value of the Planck constant h to be 6.62607015×10−34 when expressed in the unit J s, which is equal to kg m2 s−1, where the metre and the second are defined in terms of c and ∆νCs."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Kilogram?oldid=493633626"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.K03391" ; - skos:altLabel "Kilogram"@en ; - skos:prefLabel "Kilogram"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.K03391" . ### https://w3id.org/emmo#Lumen @@ -804,6 +1200,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "lm" ] ; + skos:prefLabel "Lumen"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "LUM" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LM" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "lm" ; @@ -813,8 +1210,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; -- QUDT"""@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lumen_(unit)"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.L03639" ; - skos:prefLabel "Lumen"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.L03639" . ### https://w3id.org/emmo#Lux @@ -824,6 +1220,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "lx" ] ; + skos:prefLabel "Lux"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "LUX" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LUX" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "lx" ; @@ -833,8 +1230,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; -- QUDT"""@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Lux?oldid=494700274"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.L03651" ; - skos:prefLabel "Lux"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.L03651" . ### https://w3id.org/emmo#Metre @@ -844,15 +1240,15 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "m" ] ; + skos:altLabel "Meter"@en-us ; + skos:prefLabel "Metre"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "MTR" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m" ; :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Metre"^^xsd:anyURI ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The metre, symbol m, is the SI unit of length. It is defined by taking the fixed numerical value of the speed of light in vacuum c to be 299792458 when expressed in the unit m s−1, where the second is defined in terms of ∆νCs."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Metre?oldid=495145797"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03884" ; - skos:altLabel "Meter"@en-us ; - skos:prefLabel "Metre"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03884" . ### https://w3id.org/emmo#Mole @@ -862,14 +1258,14 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "mol" ] ; + skos:prefLabel "Mole"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "C34" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol" ; :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Mole_%28unit%29"^^xsd:anyURI ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The mole, symbol mol, is the SI unit of amount of substance. One mole contains exactly 6.022 140 76 × 1023 elementary entities. This number is the fixed numerical value of the Avogadro constant, NA, when expressed in the unit mol−1 and is called the Avogadro number. The amount of substance, symbol n, of a system is a measure of the number of specified elementary entities. An elementary entity may be an atom, a molecule, an ion, an electron, any other particle or specified group of particles."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Mole_(unit)"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03980" ; - skos:prefLabel "Mole"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03980" . ### https://w3id.org/emmo#Newton @@ -879,6 +1275,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "N" ] ; + skos:prefLabel "Newton"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "NEW" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N" ; @@ -888,8 +1285,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; -- QUDT"""@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Newton?oldid=488427661"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.N04135" ; - skos:prefLabel "Newton"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.N04135" . ### https://w3id.org/emmo#Ohm @@ -899,6 +1295,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "Ω" ] ; + skos:prefLabel "Ohm"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "OHM" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OHM" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Ohm" ; @@ -906,8 +1303,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Ω = V/A = H/s"@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Ohm?oldid=494685555"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.O04280" ; - skos:prefLabel "Ohm"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.O04280" . ### https://w3id.org/emmo#Pascal @@ -917,6 +1313,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "Pa" ] ; + skos:prefLabel "Pascal"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "PAL" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa" ; @@ -926,8 +1323,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; -- QUDT"""@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Pascal?oldid=492989202"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.P04442" ; - skos:prefLabel "Pascal"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.P04442" . ### https://w3id.org/emmo#Radian @@ -937,15 +1333,15 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "rad" ] ; + rdfs:comment "Dimensionless measurement unit for plane angle."@en ; + skos:prefLabel "Radian"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "C81" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad" ; :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Radian"^^xsd:anyURI ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure of plane angle."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Radian?oldid=492309312"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.R05036" ; - rdfs:comment "Dimensionless measurement unit for plane angle."@en ; - skos:prefLabel "Radian"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.R05036" . ### https://w3id.org/emmo#Second @@ -955,14 +1351,14 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "s" ] ; + skos:prefLabel "Second"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "SEC" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SEC" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "s" ; :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Second"^^xsd:anyURI ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The second, symbol s, is the SI unit of time. It is defined by taking the fixed numerical value of the caesium frequency ∆νCs, the unperturbed ground-state hyperfine transition frequency of the caesium 133 atom, to be 9192631770 when expressed in the unit Hz, which is equal to s−1."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Second?oldid=495241006"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05513" ; - skos:prefLabel "Second"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05513" . ### https://w3id.org/emmo#Siemens @@ -972,16 +1368,16 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "S" ] ; + skos:prefLabel "Siemens"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "SIE" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/S"^^xsd:anyURI ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "S" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI unit for electrical conductance."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Siemens is the SI unit of electric conductance, susceptance, and admittance. The most important property of a conductor is the amount of current it will carry when a voltage is applied. Current flow is opposed by resistance in all circuits, and by also by reactance and impedance in alternating current circuits. Conductance, susceptance, and admittance are the inverses of resistance, reactance, and impedance, respectively. To measure these properties, the siemens is the reciprocal of the ohm. In other words, the conductance, susceptance, or admittance, in siemens, is simply 1 divided by the resistance, reactance or impedance, respectively, in ohms. The unit is named for the German electrical engineer Werner von Siemens (1816-1892). + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Siemens is the SI unit of electric conductance, susceptance, and admittance. The most important property of a conductor is the amount of current it will carry when a voltage is applied. Current flow is opposed by resistance in all circuits, and by also by reactance and impedance in alternating current circuits. Conductance, susceptance, and admittance are the inverses of resistance, reactance, and impedance, respectively. To measure these properties, the siemens is the reciprocal of the ohm. In other words, the conductance, susceptance, or admittance, in siemens, is simply 1 divided by the resistance, reactance or impedance, respectively, in ohms. The unit is named for the German electrical engineer Werner von Siemens (1816-1892). -- QUDT"""@en , "S = A/V = F/s" ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Siemens_(unit)"^^xsd:anyURI ; - skos:prefLabel "Siemens"@en . + :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Siemens_(unit)"^^xsd:anyURI . ### https://w3id.org/emmo#Sievert @@ -991,6 +1387,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "Sv" ] ; + skos:prefLabel "Sievert"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "D13" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SV" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Sv" ; @@ -1001,8 +1398,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; -- QUDT"""@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Sievert?oldid=495474333"^^xsd:anyURI , "https://en.wikipedia.org/wiki/Equivalent_dose" ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05658" ; - skos:prefLabel "Sievert"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05658" . ### https://w3id.org/emmo#Steradian @@ -1012,14 +1408,14 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "sr" ] ; + skos:prefLabel "Steradian"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "D27" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SR" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "sr" ; :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Steradian" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Dimensionless measurement unit for solid angle."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Steradian?oldid=494317847"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05971" ; - skos:prefLabel "Steradian"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05971" . ### https://w3id.org/emmo#Tesla @@ -1029,18 +1425,18 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "T" ] ; + skos:prefLabel "Tesla"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "D33" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/T" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "T" ; :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Tesla"^^xsd:anyURI ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI unit for magnetic flux density or induction."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The SI unit of flux density (or field intensity) for magnetic fields (also called the magnetic induction). The intensity of a magnetic field can be measured by placing a current-carrying conductor in the field. The magnetic field exerts a force on the conductor, a force which depends on the amount of the current and on the length of the conductor. One tesla is defined as the field intensity generating one newton of force per ampere of current per meter of conductor. Equivalently, one tesla represents a magnetic flux density of one weber per square meter of area. A field of one tesla is quite strong: the strongest fields available in laboratories are about 20 teslas, and the Earth's magnetic flux density, at its surface, is about 50 microteslas. The tesla, defined in 1958, honors the Serbian-American electrical engineer Nikola Tesla (1856-1943), whose work in electromagnetic induction led to the first practical generators and motors using alternating current. + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The SI unit of flux density (or field intensity) for magnetic fields (also called the magnetic induction). The intensity of a magnetic field can be measured by placing a current-carrying conductor in the field. The magnetic field exerts a force on the conductor, a force which depends on the amount of the current and on the length of the conductor. One tesla is defined as the field intensity generating one newton of force per ampere of current per meter of conductor. Equivalently, one tesla represents a magnetic flux density of one weber per square meter of area. A field of one tesla is quite strong: the strongest fields available in laboratories are about 20 teslas, and the Earth's magnetic flux density, at its surface, is about 50 microteslas. The tesla, defined in 1958, honors the Serbian-American electrical engineer Nikola Tesla (1856-1943), whose work in electromagnetic induction led to the first practical generators and motors using alternating current. -- QUDT"""@en , "T = V·s·m⁻² = N/(A·m) = Wb/m" ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Tesla_(unit)"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.T06283" ; - skos:prefLabel "Tesla"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.T06283" . ### https://w3id.org/emmo#Volt @@ -1050,6 +1446,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "V" ] ; + skos:prefLabel "Volt"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "VLT" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V" ; @@ -1057,8 +1454,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI unit for electric potential difference."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The volt is the unit of electric potential difference—electric potential difference is also known as voltage. The size of 1 volt is officially defined as the potential difference between two points of a wire carrying a current of 1 ampere when the power dissipated in the wire is 1 watt."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Volt?oldid=494812083"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.V06634" ; - skos:prefLabel "Volt"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.V06634" . ### https://w3id.org/emmo#Watt @@ -1068,6 +1464,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "W" ] ; + skos:prefLabel "Watt"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "WTT" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W" ; @@ -1077,8 +1474,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; -- QUDT"""@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Watt?oldid=494906356"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.W06656" ; - skos:prefLabel "Watt"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.W06656" . ### https://w3id.org/emmo#Weber @@ -1088,6 +1484,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "Wb" ] ; + skos:prefLabel "Weber"@en ; :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "WEB" ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/WB" ; :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Wb" ; @@ -1095,378 +1492,10 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI unit for magnetic flux."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The SI unit of magnetic flux. \"Flux\" is the rate (per unit of time) at which something crosses a surface perpendicular to the flow. The weber is a large unit, equal to 10⁸ maxwells, and practical fluxes are usually fractions of one weber. The weber is the magnetic flux which, linking a circuit of one turn, would produce in it an electromotive force of 1 volt if it were reduced to zero at a uniform rate in 1 second. In SI base units, the dimensions of the weber are (kg·m²)/(s²·A). The weber is commonly expressed in terms of other derived units as the Tesla-square meter (T·m²), volt-seconds (V·s), or joules per ampere (J/A)."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Weber_(unit)"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.W06666" ; - skos:prefLabel "Weber"@en . - - -### https://w3id.org/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:hasValue "R" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "1.0E27"^^xsd:double - ] ; - skos:prefLabel "Ronna"@en . - - -### https://w3id.org/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:hasValue "n" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "1.0E-9"^^xsd:double - ] ; - skos:prefLabel "Nano"@en . - - -### https://w3id.org/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:hasValue "Y" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "1.0E24"^^xsd:double - ] ; - skos:prefLabel "Yotta"@en . - - -### https://w3id.org/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:hasValue "P" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "1.0E15"^^xsd:double - ] ; - skos:prefLabel "Peta"@en . - - -### https://w3id.org/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:hasValue "Q" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "1.0E30"^^xsd:double - ] ; - skos:prefLabel "Quetta"@en . - - -### https://w3id.org/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:hasValue "da" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "10.0"^^xsd:double - ] ; - skos:altLabel "Deka"@en ; - skos:prefLabel "Deca"@en . - - -### https://w3id.org/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:hasValue "a" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "1.0E-18"^^xsd:double - ] ; - skos:prefLabel "Atto"@en . - - -### https://w3id.org/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:hasValue "r" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "1.0E-27"^^xsd:double - ] ; - skos:prefLabel "Ronto"@en . - - -### https://w3id.org/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:hasValue "Z" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "1.0E-21"^^xsd:double - ] ; - skos:prefLabel "Zetta"@en . - - -### https://w3id.org/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:hasValue "c" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "0.01"^^xsd:double - ] ; - skos:prefLabel "Centi"@en . - - -### https://w3id.org/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:hasValue "G" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "1.0E9"^^xsd:double - ] ; - skos:prefLabel "Giga"@en . - - -### https://w3id.org/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:hasValue "p" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "1.0E-12"^^xsd:double - ] ; - skos:prefLabel "Pico"@en . - - -### https://w3id.org/emmo#23eabdb5_6de6_4615_b6b1_a07b3ad32fd9 -:EMMO_23eabdb5_6de6_4615_b6b1_a07b3ad32fd9 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_442bd91e_a724_4e9f_89c1_18423016fb75 ; - owl:disjointUnionOf ( :EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb - :EMMO_48fc9480_78c3_4c81_a126_019df20d58d9 - ) ; - skos:prefLabel "SIPrefix"@en . - - -### https://w3id.org/emmo#2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb -:EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb rdf:type owl:Class ; - owl:disjointUnionOf ( :EMMO_aef1144d_41bd_4189_be5c_d849204b3708 - :EMMO_cb3f4298_5895_4272_be63_42dd246cc10c - :EMMO_d7c74480_a568_4470_acff_f18b499cc850 - :EMMO_dabcbe7d_db82_4445_889b_ae4d76964ea0 - :EMMO_e07a252a_6913_49d6_9038_37a258b2d95e - :EMMO_fbf7da6f_04bb_4c8e_abbf_e4048d6a5e73 - :EMMO_117d3e39_de3e_46f5_9744_b4a28d9fc83e - :EMMO_3f2d29d9_6d27_43bd_a1bc_85475eae98be - :EMMO_33fe9747_d66f_4f88_b2c1_951279dbca59 - :EMMO_4bc07644_8301_4aed_b21c_823f99b08d1a - :EMMO_68a031ba_abf5_4859_b84c_32977f029908 - :EMMO_85ee9154_5a3e_482e_aa37_c617ff1947ff - ) ; - skos:prefLabel "SIMultiplePrefix"@en . - - -### https://w3id.org/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:hasValue "E" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "1.0E18"^^xsd:double - ] ; - skos:prefLabel "Exa"@en . - - -### https://w3id.org/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:hasValue "T" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "1.0E12"^^xsd:double - ] ; - skos:prefLabel "Tera"@en . - - -### https://w3id.org/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:hasValue "h" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "100.0"^^xsd:double - ] ; - skos:prefLabel "Hecto"@en . - - -### https://w3id.org/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:hasValue "z" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "1.0E-21"^^xsd:double - ] ; - skos:prefLabel "Zepto"@en . - - -### https://w3id.org/emmo#48fc9480_78c3_4c81_a126_019df20d58d9 -:EMMO_48fc9480_78c3_4c81_a126_019df20d58d9 rdf:type owl:Class ; - owl:disjointUnionOf ( :EMMO_afb29c1a_eba4_4ba7_b6a1_62e9023c94ec - :EMMO_e9722f13_947c_444e_82ef_1ce045f6637c - :EMMO_fbc2549b_9108_467a_a573_de48eb45cc4a - :EMMO_03d2c71b_0276_45d7_a847_7cd164cb7d45 - :EMMO_2b243e59_3a2a_412e_9a58_81d1e5c92fbe - :EMMO_4db5c662_b065_49e4_96eb_826699fa8048 - :EMMO_49adf406_5c8f_498a_8c90_e4974e9e6d11 - :EMMO_556e27cd_fef1_41c9_824a_dd78980062b5 - :EMMO_6da1b965_768c_4cf0_8873_44f2035133ba - :EMMO_7abfbbc4_ce7b_4611_b731_1b5b8bd2bbc0 - :EMMO_7fd8ec39_1c4b_4ff3_9bc8_0bf3c27e2db0 - :EMMO_890856a3_3eb4_471e_a54a_65031bee30f4 - ) ; - skos:prefLabel "SISubMultiplePrefix"@en . - - -### https://w3id.org/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:hasValue "m" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "0.001"^^xsd:double - ] ; - skos:prefLabel "Milli"@en . - - -### https://w3id.org/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:hasValue "q" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "1.0E-30"^^xsd:double - ] ; - skos:prefLabel "Quecto"@en . - - -### https://w3id.org/emmo#59e710f4_d9ea_4167_9a3f_f90628a307df -:EMMO_59e710f4_d9ea_4167_9a3f_f90628a307df rdf:type owl:Class ; - rdfs:subClassOf :EMMO_08b308d4_31cd_4779_a784_aa92fc730f39 ; - owl:disjointUnionOf ( :EMMO_1273eb34_de48_43a9_925f_104110469dd2 - :EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 - ) ; - skos:prefLabel "SIDerivedUnit"@en . - - -### https://w3id.org/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:hasValue "μ" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "1.0E-6"^^xsd:double - ] ; - skos:prefLabel "Micro"@en . - - -### https://w3id.org/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:hasValue "k" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "1000.0"^^xsd:double - ] ; - skos:prefLabel "Kilo"@en . - - -### https://w3id.org/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:hasValue "y" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "1.0E-24"^^xsd:double - ] ; - skos:prefLabel "Yocto"@en . - - -### https://w3id.org/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:hasValue "f" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "1.0E-15"^^xsd:double - ] ; - skos:prefLabel "Femto"@en . - - -### https://w3id.org/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:hasValue "M" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "1000000.0"^^xsd:double - ] ; - skos:prefLabel "Mega"@en . - - -### https://w3id.org/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:hasValue "d" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "0.1"^^xsd:double - ] ; - skos:prefLabel "Deci"@en . + :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.W06666" . [ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . -### 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.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/unclassifiedunits.ttl b/disciplines/units/unclassifiedunits.ttl index 50e186b8..ff7dbad3 100644 --- a/disciplines/units/unclassifiedunits.ttl +++ b/disciplines/units/unclassifiedunits.ttl @@ -13,18 +13,18 @@ owl:versionIRI ; owl:imports ; dcterms:abstract "This module holds so far unclassified units imported from QUDT. By time these units will be moved into other modules while being classified. Their IRI will not be changed."@en ; - dcterms:contributor "Adham Hashibon, University College of London, UK" , - "Francesca L. Bleken, SINTEF, NO" , - "Georg Schmitz, Access, DE" , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" , - "Simon Clark, SINTEF, NO" ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" , - "Jesper Friis, SINTEF, NO" ; + dcterms:contributor , + , + , + , + ; + dcterms:creator , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Unclassified units"@en ; - rdfs:comment "Contacts: emmo@emmc.eu"@en , - """Note: this file has automatically been populated with units from QUDT. + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" ; + rdfs:comment """Note: this file has automatically been populated with units from QUDT. We kindly acknowledge NIST for reusing their content, including the selection of units, their elucidations and conversion multiplier."""@en , "The EMMO should be reasoned with HermiT to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ; diff --git a/disciplines/units/unitsextension.ttl b/disciplines/units/unitsextension.ttl index 1f1e874b..2d265f2b 100644 --- a/disciplines/units/unitsextension.ttl +++ b/disciplines/units/unitsextension.ttl @@ -13,18 +13,18 @@ owl:versionIRI ; owl:imports ; dcterms:abstract "The module 'unitsextension' defines non-prefixed units that are not included in the 'siumits' module."@en ; - dcterms:contributor "Adham Hashibon, University College of London, UK" , - "Francesca L. Bleken, SINTEF, NO" , - "Georg Schmitz, Access, DE" , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" , - "Simon Clark, SINTEF, NO" ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" , - "Jesper Friis, SINTEF, NO" ; + dcterms:contributor , + , + , + , + ; + dcterms:creator , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Units extension"@en ; - rdfs:comment "Contacts: emmo@emmc.eu"@en , - """Note: this file has automatically been populated with dimensional units from QUDT. + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" ; + rdfs:comment """Note: this file has automatically been populated with dimensional units from QUDT. We kindly acknowledge NIST for reusing their content, including the selection of units, their elucidations and conversion multiplier."""@en , "The EMMO should be reasoned with HermiT to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ; diff --git a/doc/figs/Arrangement.png b/doc/figs/Arrangement.png new file mode 100644 index 00000000..75de442a Binary files /dev/null and b/doc/figs/Arrangement.png differ diff --git a/doc/figs/Fork.png b/doc/figs/Fork.png new file mode 100644 index 00000000..a0288071 Binary files /dev/null and b/doc/figs/Fork.png differ diff --git a/doc/figs/Join.png b/doc/figs/Join.png new file mode 100644 index 00000000..b2de701f Binary files /dev/null and b/doc/figs/Join.png differ diff --git a/doc/figs/MixedTiling.png b/doc/figs/MixedTiling.png new file mode 100644 index 00000000..32b04002 Binary files /dev/null and b/doc/figs/MixedTiling.png differ diff --git a/doc/figs/Sequence.png b/doc/figs/Sequence.png new file mode 100644 index 00000000..ab596f93 Binary files /dev/null and b/doc/figs/Sequence.png differ diff --git a/doc/figs/tilings.png b/doc/figs/tilings.png new file mode 100644 index 00000000..1279436c Binary files /dev/null and b/doc/figs/tilings.png differ diff --git a/domain/domain.ttl b/domain/domain.ttl index 3c7afdd5..6c8b23b5 100644 --- a/domain/domain.ttl +++ b/domain/domain.ttl @@ -16,28 +16,16 @@ , ; dcterms:abstract "The domain module is a container that imports some common domain extensions of EMMO perspectives. The intension is to provide examples for developers of EMMO-based domain ontologies."@en ; - dcterms:contributor "Access, DE" , - "Fraunhofer IWM, DE" , - "Goldbeck Consulting Ltd (UK)" , - "SINTEF, NO" , - "University of Bologna, IT" ; - dcterms:creator "Adham Hashibon" , - "Emanuele Ghedini" , - "Georg Schmitz" , - "Gerhard Goldbeck" , - "Jesper Friis" ; + dcterms:creator , + , + , + , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Domain"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@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-rc1" . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/domain/simulation.ttl b/domain/simulation.ttl index 0663ba1f..7f4ecb6d 100644 --- a/domain/simulation.ttl +++ b/domain/simulation.ttl @@ -13,28 +13,14 @@ owl:imports , ; dcterms:abstract "The models module defines models as semiotic signs that stands for an object by resembling or imitating it, in shape or by sharing a similar logical structure."@en ; - dcterms:contributor "Access, DE" , - "Fraunhofer IWM, DE" , - "Goldbeck Consulting Ltd (UK)" , - "SINTEF, NO" , - "University of Bologna, IT" ; - dcterms:creator "Adham Hashibon" , - "Emanuele Ghedini" , - "Georg Schmitz" , - "Gerhard Goldbeck" , - "Jesper Friis" ; + dcterms:creator , + , + , + , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Models"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@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-rc1" . - - diff --git a/domain/todo/commonmaterials.ttl b/domain/todo/commonmaterials.ttl index 985dab51..c3dfe119 100644 --- a/domain/todo/commonmaterials.ttl +++ b/domain/todo/commonmaterials.ttl @@ -19,13 +19,13 @@ The intension is to serve as an example of how domain ontology developers can ex "Goldbeck Consulting Ltd (UK)" , "SINTEF, NO" , "University of Bologna, IT" ; - dcterms:creator "Adham Hashibon" , - "Emanuele Ghedini" , - "Georg Schmitz" , - "Gerhard Goldbeck" , - "Jesper Friis" ; + dcterms:creator , + , + , + , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Common materials"@en ; rdfs:comment """Contacts: Gerhard Goldbeck diff --git a/domain/todo/commonperceptual.ttl b/domain/todo/commonperceptual.ttl index e6336415..fa167854 100644 --- a/domain/todo/commonperceptual.ttl +++ b/domain/todo/commonperceptual.ttl @@ -19,13 +19,13 @@ The intension is to serve as an example of how domain ontology developers can ex "Goldbeck Consulting Ltd (UK)" , "SINTEF, NO" , "University of Bologna, IT" ; - dcterms:creator "Adham Hashibon" , - "Emanuele Ghedini" , - "Georg Schmitz" , - "Gerhard Goldbeck" , - "Jesper Friis" ; + dcterms:creator , + , + , + , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Common perceptual"@en ; rdfs:comment """Contacts: Gerhard Goldbeck diff --git a/emmo-mlo.ttl b/emmo-mlo.ttl index 3d1930b3..d40ff02f 100644 --- a/emmo-mlo.ttl +++ b/emmo-mlo.ttl @@ -18,28 +18,16 @@ EMMO is a multidisciplinary effort to develop a standard representational framew It provides the connection between the physical world, materials characterisation world and materials modelling world. EMMO is released under a Creative Commons license Attribution 4.0 International (CC BY 4.0)."""@en ; - dcterms:contributor "Access, DE" , - "Fraunhofer IWM, DE" , - "Goldbeck Consulting Ltd, UK" , - "SINTEF, NO" , - "University of Bologna, IT" ; - dcterms:creator "Adham Hashibon" , - "Emanuele Ghedini" , - "Georg Schmitz" , - "Gerhard Goldbeck" , - "Jesper Friis" ; + dcterms:creator , + , + , + , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Elementary Multiperspective Material Ontology"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@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-rc1" . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/emmo-tlo.ttl b/emmo-tlo.ttl index 398f2400..c1c6fe42 100644 --- a/emmo-tlo.ttl +++ b/emmo-tlo.ttl @@ -18,28 +18,16 @@ EMMO is a multidisciplinary effort to develop a standard representational framew It provides the connection between the physical world, materials characterisation world and materials modelling world. EMMO is released under a Creative Commons license Attribution 4.0 International (CC BY 4.0)."""@en ; - dcterms:contributor "Access, DE" , - "Fraunhofer IWM, DE" , - "Goldbeck Consulting Ltd, UK" , - "SINTEF, NO" , - "University of Bologna, IT" ; - dcterms:creator "Adham Hashibon" , - "Emanuele Ghedini" , - "Georg Schmitz" , - "Gerhard Goldbeck" , - "Jesper Friis" ; + dcterms:creator , + , + , + , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Elementary Multiperspective Material Ontology"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@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-rc1" . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/emmo.ttl b/emmo.ttl index 4e463699..396de8a7 100644 --- a/emmo.ttl +++ b/emmo.ttl @@ -3,8 +3,11 @@ @prefix rdf: . @prefix xml: . @prefix xsd: . +@prefix bibo: . +@prefix foaf: . @prefix rdfs: . @prefix skos: . +@prefix vann: . @prefix dcterms: . @base . @@ -18,37 +21,110 @@ EMMO is a multidisciplinary effort to develop a standard representational framew It provides the connection between the physical world, materials characterisation world and materials modelling world. EMMO is released under a Creative Commons license Attribution 4.0 International (CC BY 4.0)."""@en ; - dcterms:contributor "Access, DE" , - "Fraunhofer IWM, DE" , - "Goldbeck Consulting Ltd (UK)" , - "SINTEF, NO" , - "University of Bologna, IT" ; - dcterms:creator "Adham Hashibon" , - "Emanuele Ghedini" , - "Georg Schmitz" , - "Gerhard Goldbeck" , - "Jesper Friis" ; + dcterms:alternative "EMMO"@en ; + dcterms:bibliographicCitation "F. A. Zaccarini, C. Masolo, E. Ghedini, and S. Borgo. From Causation (and Parthood) to Time: The Case of EMMO (2023) doi: 10.3233/FAIA231120" ; + dcterms:contributor , + ; + dcterms:created "2024-03" ; + dcterms:creator , + , + , + , + ; + dcterms:hasFormat ; + dcterms:issued "2018-05-03" ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:modified "2024-03" ; + dcterms:publisher ; + dcterms:source "European Commission, Directorate-General for Research and Innovation, Baas, A., What makes a material function? - Let me compute the ways - Modelling in H2020 LEIT-NMBP programme materials and nanotechnology projects -Sixth version - Short version, Baas, A.(editor), Publications Office of the European Union, 2017, https://data.europa.eu/doi/10.2777/404734"@en , + "CWA 17815, Materials characterisation - Terminology, metadata and classification. Led by EMMC. 2017. https://www.cencenelec.eu/media/CEN-CENELEC/CWAs/ICT/cwa17815.pdf" ; dcterms:title "Elementary Multiperspective Material Ontology (EMMO)"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "The EMMO should be reasoned in order to visualize all inferences and class hierarchy in Protege (ctrl+R hotkey). It is tested with both the HermiT (preferred) and HermiT reasoners."@en ; + bibo:doi "10.5281/zenodo.6528495" ; + bibo:status "First release candidate for v1.0.0 of the top-level ontology." ; + vann:preferredNamespacePrefix "emmo" ; + vann:preferredNamespaceUri "https://w3id.org/emmo" ; + rdfs:comment "The EMMO should be reasoned in order to visualize all inferences and class hierarchy in Protege (ctrl+R hotkey). It is tested with both the HermiT (preferred) and HermiT reasoners."@en ; + owl:priorVersion "1.0.0-beta7" ; owl:versionInfo "1.0.0-rc1" ; - "https://github.com/emmo-repo/EMMO/raw/master/doc/emmo-logo.png" . + foaf:homepage ; + foaf:logo "https://github.com/emmo-repo/EMMO/raw/master/doc/emmo-logo.png" ; + foaf:mbox ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Annotation properties ################################################################# +### http://purl.org/dc/terms/alternative +dcterms:alternative rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/bibliographicCitation +dcterms:bibliographicCitation rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/created +dcterms:created rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/hasFormat +dcterms:hasFormat rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/issued +dcterms:issued rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/modified +dcterms:modified rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/source +dcterms:source rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/doi +bibo:doi rdf:type owl:AnnotationProperty . + + +### http://purl.org/ontology/bibo/status +bibo:status rdf:type owl:AnnotationProperty . + + +### http://purl.org/vocab/vann/preferredNamespacePrefix +vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty . + + +### http://purl.org/vocab/vann/preferredNamespaceUri +vann:preferredNamespaceUri rdf:type owl:AnnotationProperty . + + +### http://xmlns.com/foaf/0.1/homepage +foaf:homepage rdf:type owl:AnnotationProperty . + + ### http://xmlns.com/foaf/0.1/logo - rdf:type owl:AnnotationProperty . +foaf:logo rdf:type owl:AnnotationProperty . + + +### http://xmlns.com/foaf/0.1/mbox +foaf:mbox rdf:type owl:AnnotationProperty . + + +### http://xmlns.com/foaf/0.1/name +foaf:name rdf:type owl:AnnotationProperty . + + +### http://xmlns.com/foaf/0.1/workplaceHomepage +foaf:workplaceHomepage rdf:type owl:AnnotationProperty . + + +################################################################# +# Classes +################################################################# + +### http://xmlns.com/foaf/0.1/Person +foaf:Person rdf:type owl:Class . -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi diff --git a/mereocausality/catalog-v001.xml b/mereocausality/catalog-v001.xml index e9a86745..e79046c5 100644 --- a/mereocausality/catalog-v001.xml +++ b/mereocausality/catalog-v001.xml @@ -1,6 +1,10 @@ - + + + + + diff --git a/mereocausality/mereocausality-full.ttl b/mereocausality/mereocausality-full.ttl index bccacbda..5bb6f145 100644 --- a/mereocausality/mereocausality-full.ttl +++ b/mereocausality/mereocausality-full.ttl @@ -4,20 +4,22 @@ @prefix xml: . @prefix xsd: . @prefix rdfs: . +@prefix skos: . +@prefix dcterms: . @base . rdf:type owl:Ontology ; owl:versionIRI ; owl:imports ; "This module contains the full mereocausal relations that are needed only for very specific and highly expressive applications."@en ; - "Adham Hashibon, University College of London, UK"@en , - "Anne de Baas, Goldbeck Consulting Ltd, UK"@en , - "Francesco Zaccarini, University of Bologna, IT"@en , - "Georg Schmitz, Access, DE"@en , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK"@en , - "Jesper Friis, SINTEF, NO"@en , - "Sebastiano Moruzzi, University of Bologna, IT"@en ; - "Emanuele Ghedini, University of Bologna, IT"@en ; + , + , + , + , + , + , + ; + ; "https://creativecommons.org/licenses/by/4.0/legalcode" ; """EMMC ASBL European Materials Modelling Council @@ -174,7 +176,7 @@ A proper part is then the disjoint union of: spatial part, temporal part and spa rdf:type owl:SymmetricProperty , owl:IrreflexiveProperty ; "hasInteractionWith"@en ; - :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """An interaction between two entities is seen as an exchange of causality relations that goes both ways. + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """An interaction between two entities is seen as an exchange of causality relations that goes both ways. There are no requirements about their numbers (except that are minimun two) and their directions (except that there must be a two-way causality, e.g. from x to y and from y to x). However, interactions can be categorised as: - representing a physical interaction (in this case we call it a contact, expression of a spatial relation) diff --git a/mereocausality/mereocausality.ttl b/mereocausality/mereocausality.ttl index 1f9577b7..63127a4b 100644 --- a/mereocausality/mereocausality.ttl +++ b/mereocausality/mereocausality.ttl @@ -6,39 +6,31 @@ @prefix rdfs: . @prefix skos: . @prefix dcterms: . +@prefix foaf: . @base . rdf:type owl:Ontology ; owl:versionIRI ; + owl:imports ; dcterms:abstract """Introduces the fundamental mereocausal (and mereotopological) concepts of EMMO and their relations with the real world entities that they represent. EMMO uses mereocausality as the ground for all the subsequent ontology modules. The concept of causal connection is used to define the first distinction between ontology entities namely the item and collections. Items are causally self-connected objects, while collections are causally disconnected. Quantum mereology is based on the concept of quantum entity. This module introduces also the fundamental mereotopological relations used to distinguish between space and time dimensions, making spacetime emerge from underlying network of causal relations between quantum entities."""@en ; - dcterms:contributor "Adham Hashibon, University College of London, UK"@en , - "Anne de Baas, Goldbeck Consulting Ltd, UK"@en , - "Francesco Zaccarini, University of Bologna, IT"@en , - "Georg Schmitz, Access, DE"@en , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK"@en , - "Jesper Friis, SINTEF, NO"@en , - "Sebastiano Moruzzi, University of Bologna, IT"@en ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT"@en ; + dcterms:contributor , + , + , + , + , + , + ; + dcterms:creator ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher """EMMC ASBL -European Materials Modelling Council -Silversquare Stéphanie -Avenue Louise 54 -1050 Brussels -CBE no: 0731 621 312 -contact@emmc.eu"""@en ; + dcterms:publisher ; dcterms:title "Elementary Multiperspective Material Ontology"@en , "Mereocausality"@en ; 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-rc1" ; - :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 """Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - """Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com"""@en . + foaf:mbox ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Annotation properties @@ -817,7 +809,7 @@ Entities are not placed in space or time: space and time are always relative bet owl:annotatedSource :EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf ; owl:annotatedProperty :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 ; owl:annotatedTarget "The disjoint union of the fundamental mereocausal classes of Quantum, CausalPath, CausalSystem and Collection."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """World entities can be classified in many ways, but one of the more important classification for the EMMO is the one between items (causally self-connected entities) and collections (not causally self-connected entities). + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """World entities can be classified in many ways, but one of the more important classification for the EMMO is the one between items (causally self-connected entities) and collections (not causally self-connected entities). A collection cannot be an item and viceversa, representing the fact that a world entity cannot be causally self-connected and non-self connected at the same time."""@en ] . diff --git a/multiperspective/catalog-v001.xml b/multiperspective/catalog-v001.xml index 18887534..db056340 100644 --- a/multiperspective/catalog-v001.xml +++ b/multiperspective/catalog-v001.xml @@ -2,6 +2,8 @@ + + diff --git a/multiperspective/dataset.ttl b/multiperspective/dataset.ttl index 3b6716ef..0f7fe13c 100644 --- a/multiperspective/dataset.ttl +++ b/multiperspective/dataset.ttl @@ -13,13 +13,13 @@ owl:imports , ; dcterms:abstract "Shared representation of datasets."@en ; - dcterms:contributor "Francesca Lønstad Bleken, SINTEF, NO"@en , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK"@en , + dcterms:contributor , + , "Otello Roscioni, Goldbeck Consulting Ltd, UK"@en ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT"@en , - "Jesper Friis, SINTEF, NO"@en ; + dcterms:creator , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL"@en ; + dcterms:publisher ; dcterms:title "Dataset"@en ; rdfs:comment "Contact: emmo@emmc.eu"@en , "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ; diff --git a/multiperspective/information.ttl b/multiperspective/information.ttl index 821d09e8..0ffb0bb9 100644 --- a/multiperspective/information.ttl +++ b/multiperspective/information.ttl @@ -13,23 +13,16 @@ owl:imports , ; dcterms:abstract ""@en ; - dcterms:contributor "Francesca Lønstad Bleken, SINTEF, NO"@en , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" , - "Jesper Friis, SINTEF, NO" , + dcterms:contributor , + , + , "Michael Noeske, FRAUNHOFER IFAM, DE"@en ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" ; + dcterms:creator ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Information"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@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-rc1" . ################################################################# diff --git a/multiperspective/persholistic.ttl b/multiperspective/persholistic.ttl index 5c69292f..0b754715 100644 --- a/multiperspective/persholistic.ttl +++ b/multiperspective/persholistic.ttl @@ -13,23 +13,16 @@ owl:imports , ; dcterms:abstract ""@en ; - dcterms:contributor "Adham Hashibon, University College of London, UK" , - "Georg Schmitz, Access, DE" , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" , - "Jesper Friis, SINTEF, NO" ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" ; + dcterms:contributor , + , + , + ; + dcterms:creator ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Persholistic"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@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-rc1" . ################################################################# diff --git a/multiperspective/properties.ttl b/multiperspective/properties.ttl index 44c5d28b..4a1a5673 100644 --- a/multiperspective/properties.ttl +++ b/multiperspective/properties.ttl @@ -16,28 +16,16 @@ Hence, properties creates a link between the holistic and the symbolic perspectives. Subclasses of property are subclasses that spesialise the type of observation process."""@en ; - dcterms:contributor "Access, DE" , - "Fraunhofer IWM, DE" , - "Goldbeck Consulting Ltd (UK)" , - "SINTEF, NO" , - "University of Bologna, IT" ; - dcterms:creator "Adham Hashibon" , - "Emanuele Ghedini" , - "Georg Schmitz" , - "Gerhard Goldbeck" , - "Jesper Friis" ; + dcterms:creator , + , + , + , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Properties"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@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-rc1" . ################################################################# diff --git a/multiperspective/symbolic.ttl b/multiperspective/symbolic.ttl index 892babcc..3943e7e7 100644 --- a/multiperspective/symbolic.ttl +++ b/multiperspective/symbolic.ttl @@ -12,22 +12,22 @@ owl:versionIRI ; owl:imports , ; - dcterms:abstract """The symbolic multi-perspective combines the data and reductionistic perspectives to describe symbolic entities. + dcterms:abstract """The symbolic multi-perspective combines the contrast and reductionistic perspectives to describe symbolic entities. -A symbolic entity is a descrite data that pocess a reductionistic structure, who's elements can be decoded to tokens from one or more alphabets. +A symbolic entity is a discrete data that pocess a reductionistic structure, who's elements can be decoded to tokens from one or more alphabets. The symbolic module includes symbols, symbolic constructs and formal languages."""@en ; - dcterms:contributor "Adham Hashibon, University College of London, UK" , - "Georg Schmitz, Access, DE" , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" , - "Jesper Friis, SINTEF, NO" ; + dcterms:contributor , + , + ; + dcterms:creator , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Symbolic"@en ; - rdfs:comment "The EMMO requires FacT++ reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en , - "Contacts: emmo@emmc.eu" ; - owl:versionInfo "1.0.0-rc1" . + 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-rc1" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# @@ -38,6 +38,19 @@ The symbolic module includes symbols, symbolic constructs and formal languages." rdf:JSON rdf:type rdfs:Datatype . +################################################################# +# Object Properties +################################################################# + +### https://w3id.org/emmo#EMMO_e5a34647_a955_40bc_8d81_9b784f0ac527 +:EMMO_e5a34647_a955_40bc_8d81_9b784f0ac527 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; + rdfs:domain :EMMO_9e49caad_b29e_4cf1_9be4_80419fd1e45c ; + rdfs:range :EMMO_dd8301d8_affa_4b1d_8db8_7b9d0a1f2ee7 ; + skos:prefLabel "hasScalarData"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates an array to the scalar data of its basic elements."@en . + + ################################################################# # Data properties ################################################################# @@ -96,7 +109,14 @@ for(i=0;i= 0."@en . ### https://w3id.org/emmo#EMMO_432192c4_111f_4e80_b7cd_c6ce1c1129ea :EMMO_432192c4_111f_4e80_b7cd_c6ce1c1129ea rdf:type owl:Class ; rdfs:subClassOf :EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 ; - skos:prefLabel "Spacing"@en . + skos:prefLabel "Spacing"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Symbol representing a spacing."@en . ### https://w3id.org/emmo#EMMO_443198a5_934c_44fa_b89e_28eca13b25b2 @@ -207,7 +247,9 @@ For example, text is made of words, spaces and punctuations. Words are made of c owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; owl:someValuesFrom xsd:short ] ; - skos:prefLabel "ShortData"@en . + rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#short"^^xsd:anyURI ; + skos:prefLabel "ShortData"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing 16-bit integer number."@en . ### https://w3id.org/emmo#EMMO_50ea1ec5_f157_41b0_b46b_a9032f17ca10 @@ -230,7 +272,9 @@ If an 'interpreter' skilled in english language is involved in a 'semiotic' proc owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; owl:someValuesFrom xsd:long ] ; - skos:prefLabel "LongData"@en . + rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#long"^^xsd:anyURI ; + skos:prefLabel "LongData"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing 64-bit integer number."@en . ### https://w3id.org/emmo#EMMO_52fa9c76_fc42_4eca_a5c1_6095a1c9caab @@ -240,8 +284,9 @@ If an 'interpreter' skilled in english language is involved in a 'semiotic' proc owl:someValuesFrom xsd:double ] ; rdfs:subClassOf :EMMO_88a34881_b8d0_474b_9a08_40dbd414d834 ; + rdfs:seeAlso "https://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/datatypes.html#double"^^xsd:anyURI ; skos:prefLabel "DoubleData"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A numeric data representing a double precision (64 bit) floating point number."@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbolic data representing a 64-bit floating point numbers incl. ±Inf, ±0, NaN."@en . ### https://w3id.org/emmo#EMMO_54dc83cb_06e1_4739_9e45_bc09cead7f48 @@ -250,6 +295,7 @@ If an 'interpreter' skilled in english language is involved in a 'semiotic' proc owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; owl:someValuesFrom xsd:boolean ] ; + rdfs:seeAlso "https://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/datatypes.html#boolean" ; skos:prefLabel "BooleanData"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data repesenting a boolean number."@en . @@ -260,7 +306,9 @@ If an 'interpreter' skilled in english language is involved in a 'semiotic' proc owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; owl:someValuesFrom xsd:positiveInteger ] ; - skos:prefLabel "PositiveIntegerData"@en . + rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#positiveInteger"^^xsd:anyURI ; + skos:prefLabel "PositiveIntegerData"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing an integer number > 0."@en . ### https://w3id.org/emmo#EMMO_5f334606_f67d_4f0e_acb9_eeb21cb10c66 @@ -269,7 +317,10 @@ If an 'interpreter' skilled in english language is involved in a 'semiotic' proc owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; owl:someValuesFrom xsd:string ] ; - skos:prefLabel "StringData"@en . + rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#string"^^xsd:anyURI ; + skos:prefLabel "StringData"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Symbolic data that consist of a sequence of characters."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Since a string is a simple type that can contain only characters but not other child elements, is often not suitable for representing human text, that may need additional elements for control of aspects such as bidirectional formatting or ruby annotation."@en . ### https://w3id.org/emmo#EMMO_648c17b7_a012_4060_a096_c76bd407804b @@ -278,7 +329,9 @@ If an 'interpreter' skilled in english language is involved in a 'semiotic' proc owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; owl:someValuesFrom xsd:negativeInteger ] ; - skos:prefLabel "NegativeIntegerData"@en . + rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#negativeInteger"^^xsd:anyURI ; + skos:prefLabel "NegativeIntegerData"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing an integer number < 0."@en . ### https://w3id.org/emmo#EMMO_69ebb235_9c5e_443d_9a3b_7042b1005f1f @@ -287,13 +340,18 @@ If an 'interpreter' skilled in english language is involved in a 'semiotic' proc owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; owl:someValuesFrom owl:rational ] ; - skos:prefLabel "RationalData"@en . + skos:prefLabel "RationalData"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbolic data representing a rational number, that is a number that can be expressed exact by `p/q` where `p` and `q` are integer numbers."@en . ### https://w3id.org/emmo#EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172 :EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172 rdf:type owl:Class ; rdfs:subClassOf :EMMO_057e7d57_aff0_49de_911a_8861d85cef40 ; + owl:disjointUnionOf ( :EMMO_9e49caad_b29e_4cf1_9be4_80419fd1e45c + :EMMO_dd8301d8_affa_4b1d_8db8_7b9d0a1f2ee7 + ) ; rdfs:seeAlso "https://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/#built-in-datatypes"^^xsd:anyURI , + "https://www.w3.org/TR/rdf11-concepts/"^^xsd:anyURI , "https://www.w3.org/TR/2012/REC-owl2-syntax-20121211/#Datatype_Maps" , "https://www.w3schools.com/xml/schema_dtypes_numeric.asp" ; skos:altLabel "LiteralData" ; @@ -305,7 +363,8 @@ If an 'interpreter' skilled in english language is involved in a 'semiotic' proc ### https://w3id.org/emmo#EMMO_74b05aed_66bf_43c8_aa2c_752a9ca8be03 :EMMO_74b05aed_66bf_43c8_aa2c_752a9ca8be03 rdf:type owl:Class ; rdfs:subClassOf :EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 ; - skos:prefLabel "Numeral"@en . + skos:prefLabel "Numeral"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Symbol representing a letter in a digit."@en . ### https://w3id.org/emmo#EMMO_88a34881_b8d0_474b_9a08_40dbd414d834 @@ -332,25 +391,40 @@ If an 'interpreter' skilled in english language is involved in a 'semiotic' proc ### https://w3id.org/emmo#EMMO_8b305b63_6fa3_44dd_9679_17eb8403a07a :EMMO_8b305b63_6fa3_44dd_9679_17eb8403a07a rdf:type owl:Class ; rdfs:subClassOf :EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172 ; - skos:prefLabel "NumericData"@en . + skos:prefLabel "NumericData"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbolic data representing a numerical value."@en . ### https://w3id.org/emmo#EMMO_9e49caad_b29e_4cf1_9be4_80419fd1e45c :EMMO_9e49caad_b29e_4cf1_9be4_80419fd1e45c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172 ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; + owl:someValuesFrom :EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_e5a34647_a955_40bc_8d81_9b784f0ac527 ; + owl:someValuesFrom :EMMO_dd8301d8_affa_4b1d_8db8_7b9d0a1f2ee7 + ] ; skos:prefLabel "ArrayData"@en ; :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "An array is a datatype representing an ordered collection of elements (or values) that can be accessed by indexes. Arrays have an analog mathematical counterpart in vectors and matrixes, but are separate concepts. Arrays may be multidimensionals."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """In the EMMO we use the following JSON based syntax to represent arrays: -- mono-dimensional array [v1,v2,...,vn] -- bi-dimensional array [[v1,v2,...,vn],[w1,w2,...,2n]] -This notation can be extended to multidimensional arrays."""@en . +- mono-dimensional array [v1,v2,...,vn] (vector) +- bi-dimensional array [[v1,v2,...,vn],[w1,w2,...,2n]] (matrix) +This notation can be extended to multidimensional arrays."""@en , + """The `hasSpatialTile` relation can be used to navigate between the dimensions of an array. + +The `hasScalarData` relation can be used to refer to the basic scalar data of the single array elements."""@en , + """The structure of an array is expressed mereologically. It consists of a set of equally sized tiles. + +The tiles of an n-dimensional array are (n-1) dimensional arrays. The tiles of an (n-1)-dimensional array are (n-2) dimensional arrays, and so forth down to 1-dimensional arrays (vectors), whos tiles are scalar data."""@en . ### https://w3id.org/emmo#EMMO_9e985b2c_d36d_4ab5_ab01_3290b6747757 :EMMO_9e985b2c_d36d_4ab5_ab01_3290b6747757 rdf:type owl:Class ; rdfs:subClassOf :EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172 ; - rdfs:isDefinedBy "https://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/datatypes.html#date"^^xsd:anyURI ; - skos:prefLabel "DateData"@en . + rdfs:seeAlso "https://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/datatypes.html#date"^^xsd:anyURI ; + skos:prefLabel "DateData"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing a date."@en . ### https://w3id.org/emmo#EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 @@ -374,7 +448,8 @@ Symbols of a formal language must be capable of being specified without any refe ### https://w3id.org/emmo#EMMO_a817035a_3e3c_4709_8ede_3205df3031a3 :EMMO_a817035a_3e3c_4709_8ede_3205df3031a3 rdf:type owl:Class ; rdfs:subClassOf :EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 ; - skos:prefLabel "Punctuation"@en . + skos:prefLabel "Punctuation"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Symbol representing a punctuation character."@en . ### https://w3id.org/emmo#EMMO_aa972cc9_5d9e_47a2_abc5_00243d6b3917 @@ -383,7 +458,9 @@ Symbols of a formal language must be capable of being specified without any refe owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; owl:someValuesFrom xsd:int ] ; - skos:prefLabel "IntData"@en . + rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#int"^^xsd:anyURI ; + skos:prefLabel "IntData"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing 32-bit integer number."@en . ### https://w3id.org/emmo#EMMO_ac9e518d_b403_4d8b_97e2_06f9d40bac01 @@ -393,14 +470,16 @@ Symbols of a formal language must be capable of being specified without any refe owl:someValuesFrom xsd:float ] ; rdfs:subClassOf :EMMO_88a34881_b8d0_474b_9a08_40dbd414d834 ; + rdfs:seeAlso "https://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/datatypes.html#float"^^xsd:anyURI ; skos:prefLabel "FloatData"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A numeric data representing a single precision (32 bit) floating point number."@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbolic data representing a 32-bit floating point numbers incl. ±Inf, ±0, NaN."@en . ### https://w3id.org/emmo#EMMO_bed2fe4c_dc7e_43a8_8200_6aac44030bff :EMMO_bed2fe4c_dc7e_43a8_8200_6aac44030bff rdf:type owl:Class ; rdfs:subClassOf :EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 ; - skos:prefLabel "Letter"@en . + skos:prefLabel "Letter"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Symbol representing a letter in an alphabet."@en . ### https://w3id.org/emmo#EMMO_cf0f8f57_8a9e_410c_8fe4_a436673fa3d3 @@ -409,7 +488,9 @@ Symbols of a formal language must be capable of being specified without any refe owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; owl:someValuesFrom xsd:nonPositiveInteger ] ; - skos:prefLabel "NonPositiveIntegerData"@en . + rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#nonPositiveInteger"^^xsd:anyURI ; + skos:prefLabel "NonPositiveIntegerData"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing an integer number <= 0."@en . ### https://w3id.org/emmo#EMMO_d43546df_7fd7_44d5_9d7c_0f2bf56cefe3 @@ -418,7 +499,9 @@ Symbols of a formal language must be capable of being specified without any refe owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; owl:someValuesFrom xsd:decimal ] ; - skos:prefLabel "DecimalData"@en . + rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#decimal"^^xsd:anyURI ; + skos:prefLabel "DecimalData"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing an arbritrary precision decimal number."@en . ### https://w3id.org/emmo#EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8 @@ -437,7 +520,11 @@ Symbols of a formal language must be capable of being specified without any refe ### https://w3id.org/emmo#EMMO_d95ff9c8_e43f_4701_a761_f2ed601eb61d :EMMO_d95ff9c8_e43f_4701_a761_f2ed601eb61d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_9e49caad_b29e_4cf1_9be4_80419fd1e45c ; + rdfs:subClassOf :EMMO_9e49caad_b29e_4cf1_9be4_80419fd1e45c , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; + owl:someValuesFrom :EMMO_dd8301d8_affa_4b1d_8db8_7b9d0a1f2ee7 + ] ; skos:prefLabel "VectorData"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The datatype for monodimensional arrays."@en . @@ -448,13 +535,23 @@ Symbols of a formal language must be capable of being specified without any refe owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; owl:someValuesFrom xsd:unsignedShort ] ; - skos:prefLabel "UnsignedShortData"@en . + rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#unsignedShort"^^xsd:anyURI ; + skos:prefLabel "UnsignedShortData"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing 16-bit non-negative integer number, 0...65535."@en . + + +### https://w3id.org/emmo#EMMO_dd8301d8_affa_4b1d_8db8_7b9d0a1f2ee7 +:EMMO_dd8301d8_affa_4b1d_8db8_7b9d0a1f2ee7 rdf:type owl:Class ; + skos:prefLabel "ScalarData"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbolic data that is not array data."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Scalar data are primitive symbolic data that are not built up of other types of symbolic data."@en . ### https://w3id.org/emmo#EMMO_e13b2173_1dec_4b97_9ac1_1dc4b418612a :EMMO_e13b2173_1dec_4b97_9ac1_1dc4b418612a rdf:type owl:Class ; rdfs:subClassOf :EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 ; - skos:prefLabel "UTF8"@en . + skos:prefLabel "UTF8"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unicode character encoded with UTF-8."@en . ### https://w3id.org/emmo#EMMO_e99aec47_9ae6_4a1d_bddd_b87bb456c52a @@ -463,7 +560,9 @@ Symbols of a formal language must be capable of being specified without any refe owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; owl:someValuesFrom xsd:unsignedByte ] ; - skos:prefLabel "UnsignedByteData"@en . + rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#unsignedByte"^^xsd:anyURI ; + skos:prefLabel "UnsignedByteData"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing 8-bit non-negative integer number, 0...255."@en . ### https://w3id.org/emmo#EMMO_f1ee5c02_5cc0_45ba_a09a_2e6319f75fc8 @@ -472,7 +571,9 @@ Symbols of a formal language must be capable of being specified without any refe owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; owl:someValuesFrom xsd:unsignedLong ] ; - skos:prefLabel "UnsignedLongData"@en . + rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#unsignedLong"^^xsd:anyURI ; + skos:prefLabel "UnsignedLongData"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing 64-bit non-negative integer number, 0...18446744073709551615."@en . ### https://w3id.org/emmo#EMMO_f8bd64d5_5d3e_4ad4_a46e_c30714fecb7f @@ -481,8 +582,9 @@ Symbols of a formal language must be capable of being specified without any refe owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; owl:someValuesFrom xsd:integer ] ; + rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#integer"^^xsd:anyURI ; skos:prefLabel "IntegerData"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing an integer number."@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing an arbritrary sized integer number."@en . ### https://w3id.org/emmo/multiperspective/symbolic#EMMO_4ca129f3_5341_4dbf_b081_bbe0df9d081a diff --git a/multiperspective/workflow.ttl b/multiperspective/workflow.ttl index d9eba3b1..edfd7dc4 100644 --- a/multiperspective/workflow.ttl +++ b/multiperspective/workflow.ttl @@ -11,7 +11,20 @@ rdf:type owl:Ontology ; owl:versionIRI ; owl:imports , - . + ; + dcterms:abstract """The workflow multi-perspective combines the persistence and holistic perspectives to describe workflows as a process built up of a set of temporal tasks. + +Workflows may also be extended reductionistically into serial and parallel workflows."""@en , + "Workflow"@en ; + dcterms:creator , + , + ; + dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; + dcterms:publisher ; + dcterms:title "Workflow"@en ; + 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-rc1" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Object Properties @@ -53,15 +66,16 @@ :EMMO_2666a7e3_2ad4_49a0_899e_329607231f4b rdf:type owl:Class ; rdfs:subClassOf :EMMO_504ad89e_dd4a_4fa6_aeb6_15c8ce0cde9b , :EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3 ; - skos:prefLabel "SerialStep"@en . + skos:prefLabel "SerialStep"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A step that is a temporal tile of a workflow."@en . ### https://w3id.org/emmo#EMMO_322ce14e_9ede_4841_ad70_302b4d6c5f28 :EMMO_322ce14e_9ede_4841_ad70_302b4d6c5f28 rdf:type owl:Class ; rdfs:subClassOf :EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3 , :EMMO_caa63d00_80b1_4408_ac1b_cd0d23b0ec50 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A generic step in a workflow, that is not the begin or the end."@en ; - skos:prefLabel "InternalStep"@en . + skos:prefLabel "InternalStep"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A generic step in a workflow, that is not the begin or the end."@en . ### https://w3id.org/emmo#EMMO_4299e344_a321_4ef2_a744_bacfcce80afc @@ -72,25 +86,26 @@ ] ; owl:someValuesFrom :EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c ] ; + skos:altLabel "Job"@en ; + skos:prefLabel "Task"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A procedure that is an hoilistic part of a workflow."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """A task is a generic part of a workflow, without taking care of the task granularities. -It means that you can declare that e.g. tightening a bolt is a task of building an airplane, without caring of the coarser tasks to which this tightening belongs."""@en ; - skos:altLabel "Job"@en ; - skos:prefLabel "Task"@en . +It means that you can declare that e.g. tightening a bolt is a task of building an airplane, without caring of the coarser tasks to which this tightening belongs."""@en . ### https://w3id.org/emmo#EMMO_57ba1bf0_4314_432c_a9bb_6a6720c8dab5 :EMMO_57ba1bf0_4314_432c_a9bb_6a6720c8dab5 rdf:type owl:Class ; rdfs:subClassOf :EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c , :EMMO_92829beb_6ed4_4c88_bbd5_3bc7403e2895 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A workflow whose tasks are tiles of a sequence."@en ; - skos:prefLabel "SerialWorkflow"@en . + skos:prefLabel "SerialWorkflow"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A workflow whose tasks are tiles of a sequence."@en . ### https://w3id.org/emmo#EMMO_5848e476_2768_4988_98f9_9053c532307b :EMMO_5848e476_2768_4988_98f9_9053c532307b rdf:type owl:Class ; rdfs:subClassOf :EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c ; - skos:prefLabel "ParallelWorkflow"@en . + skos:prefLabel "ParallelWorkflow"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A workflow whose tasks are spatial tiles."@en . ### https://w3id.org/emmo#EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c @@ -103,35 +118,35 @@ It means that you can declare that e.g. tightening a bolt is a task of building owl:disjointUnionOf ( :EMMO_57ba1bf0_4314_432c_a9bb_6a6720c8dab5 :EMMO_5848e476_2768_4988_98f9_9053c532307b ) ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A procedure that has at least two procedures (tasks) as proper parts."@en ; - skos:prefLabel "Workflow"@en . + skos:prefLabel "Workflow"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A procedure that has at least two procedures (tasks) as proper parts."@en . ### https://w3id.org/emmo#EMMO_83a460aa_5826_4fbb_93e8_d73d0df25757 :EMMO_83a460aa_5826_4fbb_93e8_d73d0df25757 rdf:type owl:Class ; rdfs:subClassOf :EMMO_36c79456_e29c_400d_8bd3_0eedddb82652 , :EMMO_5848e476_2768_4988_98f9_9053c532307b ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A workflow that is the concurrent evolution of two or more tasks, not communicacting between themselves."@en ; skos:altLabel "EmbarassinglyParallelWorkflow"@en ; - skos:prefLabel "PureParallelWorkflow"@en . + skos:prefLabel "PureParallelWorkflow"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A workflow that is the concurrent evolution of two or more tasks, not communicacting between themselves."@en . ### https://w3id.org/emmo#EMMO_8a2a1cbc_dfc3_4e6c_b337_00ee56fd438a :EMMO_8a2a1cbc_dfc3_4e6c_b337_00ee56fd438a rdf:type owl:Class ; rdfs:subClassOf :EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3 , :EMMO_edf72228_e040_4edc_8b46_78b2a47c72d7 ; + skos:prefLabel "EndStep"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The final step of a workflow."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "There may be more than one end task, if they run in parallel leading to more than one output."@en ; - skos:prefLabel "EndStep"@en . + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "There may be more than one end task, if they run in parallel leading to more than one output."@en . ### https://w3id.org/emmo#EMMO_9ac10a20_63d0_4bbd_a5d3_f00a0ad4682c :EMMO_9ac10a20_63d0_4bbd_a5d3_f00a0ad4682c rdf:type owl:Class ; rdfs:subClassOf :EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c , :EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A workflow whose output ca be used as input for another workflow of the same type, iteratively, within the framework of a larger workflow."@en ; skos:example "Jacobi method numerical step, involving the multiplication between a matrix A and a vector x, whose result is used to update the vector x."@en ; - skos:prefLabel "IterativeStep"@en . + skos:prefLabel "IterativeStep"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A workflow whose output can be used as input for another workflow of the same type, iteratively, within the framework of a larger workflow."@en . ### https://w3id.org/emmo#EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3 @@ -144,18 +159,18 @@ It means that you can declare that e.g. tightening a bolt is a task of building ] ; rdfs:subClassOf :EMMO_4299e344_a321_4ef2_a744_bacfcce80afc , :EMMO_9953c19f_ee33_4af8_be5e_dbf6d1e33581 ; + skos:prefLabel "Step"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A task that is a well formed tile of a workflow, according to a reductionistic description."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A step is part of a specific granularity level for the workflow description, as composition of tasks."@en ; - skos:prefLabel "Step"@en . + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A step is part of a specific granularity level for the workflow description, as composition of tasks."@en . ### https://w3id.org/emmo#EMMO_b941e455_2cb1_4c11_93e3_17caa06086b4 :EMMO_b941e455_2cb1_4c11_93e3_17caa06086b4 rdf:type owl:Class ; rdfs:subClassOf :EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3 , :EMMO_fa595892_070d_455e_9459_06c97179c080 ; + skos:prefLabel "BeginStep"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An initial step of a workflow."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "There may be more than one begin task, if they run in parallel."@en ; - skos:prefLabel "BeginStep"@en . + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "There may be more than one begin task, if they run in parallel."@en . ### https://w3id.org/emmo#EMMO_ddecfff6_d3a1_4972_b9e9_3d0ca11a3a0b @@ -165,8 +180,8 @@ It means that you can declare that e.g. tightening a bolt is a task of building owl:onProperty :EMMO_70da982d_1810_4b01_9630_a28e216ecd9a ; owl:someValuesFrom :EMMO_9ac10a20_63d0_4bbd_a5d3_f00a0ad4682c ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A workflow whose steps (iterative steps) are the repetition of the same workflow type."@en ; - skos:prefLabel "IterativeWorkflow"@en . + skos:prefLabel "IterativeWorkflow"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A workflow whose steps (iterative steps) are the repetition of the same workflow type."@en . -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi diff --git a/perspectives/catalog-v001.xml b/perspectives/catalog-v001.xml index 9818d9e4..555ebd48 100644 --- a/perspectives/catalog-v001.xml +++ b/perspectives/catalog-v001.xml @@ -2,8 +2,10 @@ + + - + diff --git a/perspectives/data.ttl b/perspectives/data.ttl index 1ca36e92..3d75e9e9 100644 --- a/perspectives/data.ttl +++ b/perspectives/data.ttl @@ -12,24 +12,17 @@ owl:versionIRI ; owl:imports ; dcterms:abstract ""@en ; - dcterms:contributor "Francesca Lønstad Bleken, SINTEF, NO"@en , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK"@en , - "Jesper Friis, SINTEF, NO"@en , + dcterms:contributor , + , "Michael Noeske, FRAUNHOFER IFAM, DE"@en ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT"@en ; + dcterms:creator , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL"@en ; + dcterms:publisher ; dcterms:title "Data"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "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-rc1" . + 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-rc1" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Object Properties @@ -122,7 +115,7 @@ Semiotics: A and B can be signs if they refers to something else (e.g. a report "A signal through a cable. A sound wave. Words on a page. The pattern of excited states within a computer RAM."@en ; skos:prefLabel "Data"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causal object whose properties variation are encoded by an agent and that can be decoded by another agent according to a specific rule."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """EncodedData is the class where inventions that don't actually exist whould be placed. + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """EncodedData is the class where inventions that don't actually exist whould be placed. For example, the blueprint of a bridge is an encoded data. When the bridge will be built, than the blueprint will also be a semiotical entity. Another example is Superman, that exists only as a set of magazines, drawings, novels, movies, but not in the real world."""@en , """Variations in data are generated by an agent (not necessarily human) and are intended to be decoded by the same or another agent using the same encoding rules. diff --git a/perspectives/holistic.ttl b/perspectives/holistic.ttl index 411fc466..9c80c07a 100644 --- a/perspectives/holistic.ttl +++ b/perspectives/holistic.ttl @@ -14,23 +14,16 @@ dcterms:abstract """Defines the holistic perspective which include process and the role of its participants. Processes are 4D object's that unfolds in time in a way that has a meaning to the ontologist with participants who's role is assigned by the ontologist."""@en ; - dcterms:contributor "Adham Hashibon, University College of London, UK" , - "Georg Schmitz, Access, DE" , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" , - "Jesper Friis, SINTEF, NO" ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" ; + dcterms:contributor , + , + , + ; + dcterms:creator ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Holistic"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@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-rc1" . ################################################################# @@ -58,7 +51,7 @@ email: emanuele.ghedini@unibo.it"""@en , rdfs:subPropertyOf :EMMO_bcaddc91_a881_4c40_a102_562cbaf61c6c ; rdfs:domain :EMMO_1efe8b96_e006_4a33_bc9a_421406cbb9f0 ; rdfs:range :EMMO_1efe8b96_e006_4a33_bc9a_421406cbb9f0 ; - skos:example """A man and the process of building a house. + skos:example """A man and the process of building a house. The man is a whole that possesses an holistic temporal part which is an interval of six monts and represents a working period in his lifetime. The process of building a house is a whole that possesses an holistic spatial part which is a builder. The working period of the man and the builder participating the building process are the same individual, belonging both to a man lifetime and to a building holistic views. @@ -270,7 +263,7 @@ This definition provides a clear and precise way to define what a role is.""" . ] ; skos:altLabel "Lifetime"@en , "Maximal"@en ; - skos:example """A marathon is an example of class whose individuals are always maximal since the criteria satisfied by a marathon 4D entity poses some constraints on its temporal and spatial extent. + skos:example """A marathon is an example of class whose individuals are always maximal since the criteria satisfied by a marathon 4D entity poses some constraints on its temporal and spatial extent. On the contrary, the class for a generic running process does not necessarily impose maximality to its individuals. A running individual is maximal only when it extends in time for the minimum amount required to identify a running act, so every possible temporal part is always a non-running. diff --git a/perspectives/persistence.ttl b/perspectives/persistence.ttl index b71dda59..7967caac 100644 --- a/perspectives/persistence.ttl +++ b/perspectives/persistence.ttl @@ -12,23 +12,16 @@ owl:versionIRI ; owl:imports ; dcterms:abstract ""@en ; - dcterms:contributor "Adham Hashibon, University College of London, UK" , - "Georg Schmitz, Access, DE" , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" , - "Jesper Friis, SINTEF, NO" ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" ; + dcterms:contributor , + , + , + ; + dcterms:creator ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Persistence"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@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-rc1" . ################################################################# @@ -42,7 +35,7 @@ email: emanuele.ghedini@unibo.it"""@en , skos:example """Practically speaking, the Process class can be populated by primitive subclasses (e.g. Cooking) for each of which holds the axiom that not all the item temporal parts are of the same type of the whole (e.g. breaking an egg, which is not necessarily a cooking process) and there are at least two temporal item parts of different types (e.g. breaking and egg and turning on the stove). The intended usage is not for an individual to belong directly to Process, but to belong to a specific subclass of Process that identifies entities with a specific non-type-persistent structure."""@en ; skos:prefLabel "Process"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A whole that is identified according to a criteria based on its temporal evolution that is satisfied throughout its time extension."@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for causal structure classes whose individuals have some temporal item parts that are not of the same type of the whole."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A process can be defined only according to an entity type. The minimum process is an entity made of two entities of different types that are temporally related."@en , """Following the common definition of process, the reader may think that every entity in the EMMO should be a process, since every 4D entity0 always has a time dimension. However, in the EMMO we restrict the concept of process to items whose temporal parts show a change in type (i.e. every 4D object unfolds in time, but not every 4D time unfolding may be of interest for the ontologist and categorized as a process). The definition of every specific process subclass requires a reference type, that is expressed by some but not all temporal parts."""@en . @@ -55,10 +48,11 @@ The definition of every specific process subclass requires a reference type, tha skos:example """Practically speaking, the Object class can be populated by primitive subclasses (e.g. Car) for each of which holds the axiom that all the item parts are of the same type of the whole (e.g. Car SubClassOf hasTemporalItemPart only Car). The intended usage is not for an individual to belong directly to Object, but to belong to a specific subclass of Object that identifies entities with a type-persistent structure."""@en ; skos:prefLabel "Object"@en ; - :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "An item can be classified as an object according to a type ϕ (a ϕ-object) if all its temporal item parts are also of type ϕ. This conceptualisation tries to catch the persistency of type in the temporal parts of an entity."@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of causal structure entities for which exists a type ϕ to which all its temporal item parts belongs."@en ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "An item can be classified as an object according to a type ϕ (a ϕ-object) if it's a ϕ all its temporal item parts are also of type ϕ. This conceptualisation tries to catch the persistency of type in the temporal parts of an entity."@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for causal structure classes whose individuals have all temporal item parts of the same type of the whole."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Indefinitely temporally slicing of an entity leads to temporal parts whose temporal extension is so small that the connectivity relations that define the entity as an item will no longer hold. More generally. a temporal part is no more of type ϕ when the temporal interval is lower than the interval that characterizes the causality interactions between the object parts. -In other terms, if the time span of a temporal part is lower than the inverse of the frequency of interactions between the constituents, then the constituents in such temporal part are not connected. The object is no more an object, neither an item, but simply a collection of fundamental quantum parts."""@en . +In other terms, if the time span of a temporal part is lower than the inverse of the frequency of interactions between the constituents, then the constituents in such temporal part are not connected. The object is no more an object, neither an item, but simply a collection of fundamental quantum parts. +For this reason, the definition of object is done by considering only item temporal parts, meaning that slicing in time has the lower limit of a self-connected (i.e. item) entity."""@en . ### https://w3id.org/emmo#EMMO_e04884d9_eda6_487e_93d5_7722d7eda96b @@ -72,7 +66,7 @@ In other terms, if the time span of a temporal part is lower than the inverse of skos:prefLabel "Persistence"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The union of the object or process classes."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The persistence perspective classifies entities according to the persistence of temporal parts of specifc type, introducing the distiction between objects (when a type is conserved through all its time parts) or processes (where a type is not conserved through all its time parts). -This perspective provides classes aimed to represent concepts similar to the ones of endurant and perdurant (a.k.a. continuant and occurrent). However, in the EMMO case, an entity is defined as an object or a process according to a specific type, and not per-se. For this reason an entity in the EMMO can be classified both object or a process depending on the reference type, due to the underlying 4D framework (e.g. an individual may belong both to the class of runners and the class of running process), and the distinction is purely representational. +This perspective provides classes aimed to represent concepts similar to the ones of endurant and perdurant (a.k.a. continuant and occurrent). However, in the EMMO case, an entity is defined as an object or a process according to a specific type, and not per-se. For this reason an entity in the EMMO can be classified both object or a process depending on the reference type, due to the underlying 4D framework (e.g. an individual may belong both to the class of runners and the class of running process), and the distinction is purely representational. This categorisation has been introduced due to the large use of object/process commonsensical concepts, and the fact that our language distinguish between nouns and verbs to address things, forcing the separation between things that happens and things that persist."""@en . diff --git a/perspectives/perspective.ttl b/perspectives/perspective.ttl index 535cbc43..4fdd273a 100644 --- a/perspectives/perspective.ttl +++ b/perspectives/perspective.ttl @@ -14,23 +14,15 @@ dcterms:abstract """The perspective module provides the practical implementation of the EMMO pluralistic approach for which the only objective categorization is provided by the Universe individual and all the Quantum individuals. Between these two extremes, there are several subjective ways to categorize real world objects, each one provide under a 'Perspective' subclass."""@en ; - dcterms:contributor "Adham Hashibon, Fraunhofer IWM, DE" , - "Georg Schmitz, Access, DE" , - "Gerhard Goldbeck, Goldbeck Consulting Ltd (UK)" , - "Jesper Friis, SINTEF, NO" ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" ; + dcterms:contributor ; + dcterms:creator , + , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Perspective"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@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-rc1" . ################################################################# diff --git a/perspectives/perspectives.ttl b/perspectives/perspectives.ttl index a277647f..5e2e13a0 100644 --- a/perspectives/perspectives.ttl +++ b/perspectives/perspectives.ttl @@ -20,35 +20,22 @@ dcterms:abstract """The EMMO perspectives level ontology is a container for the EMMO perspectives level ontologies. The perspectives level ontologies act as roots for extending the EMMO towards specific application domains. They describe the world from different perspectives, including - - physicalistic + - contrast (data) - holistic + - persistence - reductionistic - - perceptual - - data - semiotic - - persistence"""@en ; - dcterms:contributor "Access, DE" , - "Fraunhofer IWM, DE" , - "Goldbeck Consulting Ltd (UK)" , - "SINTEF, NO" , - "University of Bologna, IT" ; - dcterms:creator "Adham Hashibon" , - "Emanuele Ghedini" , - "Georg Schmitz" , - "Gerhard Goldbeck" , - "Jesper Friis" ; + - structural"""@en ; + dcterms:creator , + , + , + , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "EMMO perspectives-level ontology"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@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-rc1" . ### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi diff --git a/perspectives/physicalistic.ttl b/perspectives/physicalistic.ttl index ac8c8bef..a2254a5c 100644 --- a/perspectives/physicalistic.ttl +++ b/perspectives/physicalistic.ttl @@ -12,24 +12,17 @@ owl:versionIRI ; owl:imports ; dcterms:abstract "Defines the root of the physicalistic perspective that introduces the concept of real world objects that have a meaning for the ontologist under an applied physics perspective."@en ; - dcterms:contributor "Adham Hashibon, University College of London, UK" , - "Georg Schmitz, Access, DE" , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" , - "Jesper Friis, SINTEF, NO" ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" ; + dcterms:contributor , + , + , + ; + dcterms:creator ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Physicalistic"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "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-rc1" . + 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-rc1" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Annotation properties @@ -80,7 +73,8 @@ owl:qualifiedCardinality rdf:type owl:AnnotationProperty . spin 0: H1 and He4 in ground state, pion spin 1: H1 and He4 in first excited state, meson spin 2: O15 in ground state."""@en ; - skos:prefLabel "CompositeBoson"@en . + skos:prefLabel "CompositeBoson"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A non-elementary particle (bonded) of a fundamental bosonic type (integer spin)."@en . ### https://w3id.org/emmo#EMMO_21205421_5783_4d3e_81e5_10c5d894a88a @@ -120,7 +114,8 @@ Note that the name of a compound may refer to the respective molecular entity or skos:example """Examples of composite particles with half-integer spin: spin 1/2: He3 in ground state, proton, neutron spin 3/2: He5 in ground state, Delta baryons (excitations of the proton and neutron)"""@en ; - skos:prefLabel "CompositeFermion"@en . + skos:prefLabel "CompositeFermion"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A non-elementary particle (bonded) of a fundamental fermionic type (half-integer spin)."@en . ### https://w3id.org/emmo#EMMO_3275b6e9_05f1_4912_954f_7d64ac12b2d2 @@ -137,7 +132,8 @@ spin 3/2: He5 in ground state, Delta baryons (excitations of the proton and neut ) ; rdf:type owl:Class ] ; - skos:prefLabel "ParticulateMatter"@en . + skos:prefLabel "ParticulateMatter"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Bounded matter."@en . ### https://w3id.org/emmo#EMMO_3397f270_dfc1_4500_8f6f_4d0d85ac5f71 @@ -453,13 +449,13 @@ We cannot say that H₂ molecule has direct part two H atoms, but has direct par [ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ] . -[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger +[ owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ] . [ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . -[ owl:qualifiedCardinality "2"^^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 diff --git a/perspectives/reductionistic.ttl b/perspectives/reductionistic.ttl index 2e51cd42..9cb66194 100644 --- a/perspectives/reductionistic.ttl +++ b/perspectives/reductionistic.ttl @@ -14,24 +14,17 @@ dcterms:abstract """Defines the reductionistic perspective, which uses the fundamental non-transitive parthood relation, called direct parthood, to provide a powerful granularity description of multiscale real world objects. EMMO can in principle represents the Universe with direct parthood relations as a direct rooted tree up to its elementary constituents. In addition to direct parthood, the reductionistic module defines 'State' as a tesselation of spatial direct parts with no change of granularity or cardinality and 'Existent' as a tesselation of temporal direct parts."""@en ; - dcterms:contributor "Adham Hashibon, University College of London, UK" , - "Georg Schmitz, Access, DE" , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" , - "Jesper Friis, SINTEF, NO" ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" ; + dcterms:contributor , + ; + dcterms:creator , + , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Reductionistic"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "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-rc1" . + 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-rc1" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Object Properties @@ -144,6 +137,7 @@ The direct parts (tiles) and the tessellated entity (tessellation) are causally :EMMO_1ce18268_dc63_42af_9113_6589331b5562 rdf:type owl:Class ; rdfs:subClassOf :EMMO_f7f41d20_eabb_4bcb_9a16_0436851fcd5c ; skos:prefLabel "Fork"@en ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc1/doc/figs/Fork.png" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A tessellation in wich a tile has next two or more non spatially connected tiles."@en . @@ -154,6 +148,7 @@ The direct parts (tiles) and the tessellated entity (tessellation) are causally owl:someValuesFrom :EMMO_d4c95fa1_5bda_4063_a22d_62c81fcea284 ] ; skos:prefLabel "MixedTiling"@en ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc1/doc/figs/MixedTiling.png" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A well formed tessellation with at least a junction tile."@en . @@ -188,6 +183,7 @@ This does not mean that there cannot be a change in the internal structure of th If we partition the existent in my glass as ice surrounded by several molecules (we do not use the object water as direct part) then the appearance of a molecule coming from the ice will cause a state to end and another state to begin."""@en ; skos:prefLabel "Arrangement"@en ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc1/doc/figs/Arrangement.png" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causal object which is tessellated with only spatial direct parts."@en . @@ -210,7 +206,7 @@ If we partition the existent in my glass as ice surrounded by several molecules owl:onProperty :EMMO_65a2c5b8_e4d8_4a51_b2f8_e55effc0547d ; owl:allValuesFrom :EMMO_36c79456_e29c_400d_8bd3_0eedddb82652 ] ; - rdfs:comment """'Existent' is the EMMO class to be used for representing real world physical objects under a reductionistic perspective (i.e. objects come from the composition of sub-part objects, both in time and space). + rdfs:comment """'Existent' is the EMMO class to be used for representing real world physical objects under a reductionistic perspective (i.e. objects come from the composition of sub-part objects, both in time and space). 'Existent' class collects all individuals that stand for physical objects that can be structured in well defined temporal sub-parts called states, through the temporal direct parthood relation. @@ -240,7 +236,9 @@ Moreover, due to inverse functionality, a 'State' can be part of only one 'Exist ### https://w3id.org/emmo#EMMO_79aad3fb_2e01_4626_8369_4e914893aa6d :EMMO_79aad3fb_2e01_4626_8369_4e914893aa6d rdf:type owl:Class ; rdfs:subClassOf :EMMO_2b1fb71c_0eb0_445c_9be7_fb5d30ae79fd ; - skos:prefLabel "Broadcast"@en . + skos:prefLabel "Broadcast"@en ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc1/doc/figs/MixedTiling.png" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A mixed tiling in wich a tile has next spatially connected tiles."@en . ### https://w3id.org/emmo#EMMO_8944581c_64da_46a9_be29_7074f7cc8098 @@ -257,6 +255,7 @@ Moreover, due to inverse functionality, a 'State' can be part of only one 'Exist :EMMO_92829beb_6ed4_4c88_bbd5_3bc7403e2895 rdf:type owl:Class ; rdfs:subClassOf :EMMO_f7f41d20_eabb_4bcb_9a16_0436851fcd5c ; skos:prefLabel "Sequence"@en ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc1/doc/figs/Sequence.png" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A tessellation of temporal slices."@en . @@ -274,13 +273,16 @@ Moreover, due to inverse functionality, a 'State' can be part of only one 'Exist ### https://w3id.org/emmo#EMMO_b1862e72_219f_4fc0_b58c_b26339f6dc88 :EMMO_b1862e72_219f_4fc0_b58c_b26339f6dc88 rdf:type owl:Class ; rdfs:subClassOf :EMMO_2b1fb71c_0eb0_445c_9be7_fb5d30ae79fd ; - skos:prefLabel "Gathering"@en . + skos:prefLabel "Gathering"@en ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc1/doc/figs/MixedTiling.png" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A mixed tiling in wich a tile is the next of spatially connected tiles."@en . ### https://w3id.org/emmo#EMMO_c7ee175d_4c25_45cb_b74e_71435b11b77d :EMMO_c7ee175d_4c25_45cb_b74e_71435b11b77d rdf:type owl:Class ; rdfs:subClassOf :EMMO_f7f41d20_eabb_4bcb_9a16_0436851fcd5c ; skos:prefLabel "Join"@en ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc1/doc/figs/Join.png" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A tessellation in wich a tile is next for two or more non spatially connected tiles."@en . diff --git a/perspectives/semiotics.ttl b/perspectives/semiotics.ttl index c62bfca4..a7dd7d87 100644 --- a/perspectives/semiotics.ttl +++ b/perspectives/semiotics.ttl @@ -14,24 +14,17 @@ dcterms:abstract """The semiotics module is based on the semiotic theory by Charles S. Peirce. It introduces the triadic semiotic process, called semiosis, with its participants an 'object' that is represented by a 'sign' producing another sign, the 'interpretant' and finally the 'interpreter' who connects the 'object', 'sign' and 'interpretant'. The role of abstract objects are in EMMO fulfilled by semiotic objects, i.e. real world objects (e.g. symbol or sign) that stand for other real world objects that are to be interpreted by an agent. These symbols appear in actions (semiotic processes) meant to communicate meaning by establishing relationships between symbols (signs)."""@en ; - dcterms:contributor "Adham Hashibon, University College of London, UK" , - "Georg Schmitz, Access, DE" , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" , - "Jesper Friis, SINTEF, NO" ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" ; + dcterms:contributor , + ; + dcterms:creator , + , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Semiotics"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "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-rc1" . + 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-rc1" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Object Properties @@ -311,7 +304,8 @@ My facial expression stands for my emotional status."""@en ; ### https://w3id.org/emmo#EMMO_1b6a95fb_3df7_44c9_ad3d_419c9c5fe7cb :EMMO_1b6a95fb_3df7_44c9_ad3d_419c9c5fe7cb rdf:type owl:Class ; skos:example "The biography of a person met by the author."@en ; - skos:prefLabel "Observed"@en . + skos:prefLabel "Observed"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coded that has been observed by an interpreter."@en . ### https://w3id.org/emmo#EMMO_1c0b22a2_be82_4fa8_9e2b_a569a625d442 @@ -424,7 +418,9 @@ This class refers to what is commonly known as physical property, i.e. a measura owl:someValuesFrom :EMMO_36a4c1ca_5085_49ca_9e13_4c70d00c50a5 ] ; skos:altLabel "IndexSemiosis"@en ; - skos:prefLabel "Deduction"@en . + skos:example "The interpreter feels that the plate is hot and assigns the status of the kitchen stove to be on."@en ; + skos:prefLabel "Deduction"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic process that assigns a sign by deduction from causal continguity."@en . ### https://w3id.org/emmo#EMMO_3b19eab4_79be_4b02_bdaf_ecf1f0067a68 @@ -468,7 +464,8 @@ This class refers to what is commonly known as physical property, i.e. a measura owl:someValuesFrom :EMMO_35d2e130_6e01_41ed_94f7_00b333d46cf9 ] ; skos:altLabel "ConventionalSemiosis"@en ; - skos:prefLabel "Declaration"@en . + skos:prefLabel "Declaration"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic process that assigns a sign based on conventions."@en . ### https://w3id.org/emmo#EMMO_4a1c73f1_b6f5_4d10_a3a6_5de90bac7cd0 @@ -568,7 +565,8 @@ This can be used in material characterization, to define exactly the type of mea owl:someValuesFrom :EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 ] ; skos:altLabel "IconSemiosis"@en ; - skos:prefLabel "Cognition"@en . + skos:prefLabel "Cognition"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic process that assigns a sign by recognising an object by how it resemble or imitate what the sign stands for, in shape, function or by sharing a similar logical structure."@en . ### https://w3id.org/emmo#EMMO_8bb6b688_812a_4cb9_b76c_d5a058928719 @@ -601,7 +599,8 @@ This can be used in material characterization, to define exactly the type of mea ### https://w3id.org/emmo#EMMO_9b87d718_9dcc_4f7d_ad20_12c2aa4c76be :EMMO_9b87d718_9dcc_4f7d_ad20_12c2aa4c76be rdf:type owl:Class ; skos:example "The biography of a person that the author have not met."@en ; - skos:prefLabel "Estimated"@en . + skos:prefLabel "Estimated"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coded that is assigned from an estimation."@en . ### https://w3id.org/emmo#EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d @@ -772,6 +771,18 @@ For example, when a Boeing 747 is used as a sign for another Boeing 747."""@en , :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A characteriser that declares a property for an object through the specific interaction required by the property definition."@en . +[ :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The rule for the subproperty chain: + inverse (hasReferent) o inverse (hasInterpreter)=>hasSign"""@en +] . + +[ :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The rule for the subproperty chain: + inverse (hasInterpreter) o inverse (hasSign) =>hasReferent"""@en + ] . + +[ :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The rule for the subproperty chain: +inverse (hasSign) o inverse (hasReferent) => hasInterpreter"""@en + ] . + ################################################################# # Rules ################################################################# @@ -782,18 +793,16 @@ For example, when a Boeing 747 is used as a sign for another Boeing 747."""@en , rdf:type . -[ :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The rule for the subproperty chain: - inverse (hasInterpreter) o inverse (hasSign) =>hasReferent"""@en ; - rdf:type ; +[ rdf:type ; [ rdf:type ; rdf:first [ rdf:type ; - :EMMO_60577dea_9019_4537_ac41_80b0fb563d41 ; + :EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d ; ; ] ; rdf:rest [ rdf:type ; rdf:first [ rdf:type ; - :EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d ; + :EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a ; ; ] ; @@ -802,7 +811,7 @@ For example, when a Boeing 747 is used as a sign for another Boeing 747."""@en , ] ; [ rdf:type ; rdf:first [ rdf:type ; - :EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a ; + :EMMO_60577dea_9019_4537_ac41_80b0fb563d41 ; ; ] ; @@ -810,27 +819,25 @@ For example, when a Boeing 747 is used as a sign for another Boeing 747."""@en , ] ] . -[ :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The rule for the subproperty chain: -inverse (hasSign) o inverse (hasReferent) => hasInterpreter"""@en ; - rdf:type ; +[ rdf:type ; [ rdf:type ; rdf:first [ rdf:type ; :EMMO_60577dea_9019_4537_ac41_80b0fb563d41 ; - ; - + ; + ] ; rdf:rest [ rdf:type ; rdf:first [ rdf:type ; - :EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a ; - ; - + :EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d ; + ; + ] ; rdf:rest rdf:nil ] ] ; [ rdf:type ; rdf:first [ rdf:type ; - :EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d ; + :EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a ; ; ] ; @@ -838,27 +845,25 @@ inverse (hasSign) o inverse (hasReferent) => hasInterpreter"""@en ; ] ] . -[ :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The rule for the subproperty chain: - inverse (hasReferent) o inverse (hasInterpreter)=>hasSign"""@en ; - rdf:type ; +[ rdf:type ; [ rdf:type ; rdf:first [ rdf:type ; - :EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d ; - ; - + :EMMO_60577dea_9019_4537_ac41_80b0fb563d41 ; + ; + ] ; rdf:rest [ rdf:type ; rdf:first [ rdf:type ; :EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a ; - ; - + ; + ] ; rdf:rest rdf:nil ] ] ; [ rdf:type ; rdf:first [ rdf:type ; - :EMMO_60577dea_9019_4537_ac41_80b0fb563d41 ; + :EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d ; ; ] ; diff --git a/perspectives/standardmodel-full.ttl b/perspectives/standardmodel-full.ttl index acfe7b8f..4df3a842 100644 --- a/perspectives/standardmodel-full.ttl +++ b/perspectives/standardmodel-full.ttl @@ -12,23 +12,16 @@ owl:versionIRI ; owl:imports ; dcterms:abstract "Defines the root of the physicalistic perspective that introduces the concept of real world objects that have a meaning for the ontologist under an applied physics perspective."@en ; - dcterms:contributor "Adham Hashibon, University College of London, UK" , - "Georg Schmitz, Access, DE" , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" , - "Jesper Friis, SINTEF, NO" ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" ; + dcterms:contributor , + , + , + ; + dcterms:creator ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Full standard model"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@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-rc1" . ################################################################# diff --git a/perspectives/standardmodel.ttl b/perspectives/standardmodel.ttl index 20038983..ee47435c 100644 --- a/perspectives/standardmodel.ttl +++ b/perspectives/standardmodel.ttl @@ -12,24 +12,17 @@ owl:versionIRI ; owl:imports ; dcterms:abstract "Defines the root of the physicalistic perspective that introduces the concept of real world objects that have a meaning for the ontologist under an applied physics perspective."@en ; - dcterms:contributor "Adham Hashibon, University College of London, UK" , - "Georg Schmitz, Access, DE" , - "Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" , - "Jesper Friis, SINTEF, NO" ; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT" ; + dcterms:contributor , + , + , + ; + dcterms:creator ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher "EMMC ASBL" ; + dcterms:publisher ; dcterms:title "Standard model"@en ; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@en , - "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-rc1" . + 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-rc1" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Classes @@ -93,7 +86,8 @@ For example, a path starting from an elementary photon, then through the electr ### https://w3id.org/emmo#EMMO_730f2e31_ca78_410f_a5e1_4043217a41ab :EMMO_730f2e31_ca78_410f_a5e1_4043217a41ab rdf:type owl:Class ; rdfs:subClassOf :EMMO_820619ca_b23e_4c7a_8543_18a17722abc0 ; - skos:prefLabel "ElementaryElectron"@en . + skos:prefLabel "ElementaryElectron"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An elementary charged fermionic particle that belongs to the first generation of the lepton particle family."@en . ### https://w3id.org/emmo#EMMO_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869e @@ -116,13 +110,15 @@ For example, a path starting from an elementary photon, then through the electr ### https://w3id.org/emmo#EMMO_820619ca_b23e_4c7a_8543_18a17722abc0 :EMMO_820619ca_b23e_4c7a_8543_18a17722abc0 rdf:type owl:Class ; - skos:prefLabel "ElementaryFermion"@en . + skos:prefLabel "ElementaryFermion"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An elementary particle of a fundamental fermionic type."@en . ### https://w3id.org/emmo#EMMO_99a8eece_40bf_4f26_832c_f290ca664767 :EMMO_99a8eece_40bf_4f26_832c_f290ca664767 rdf:type owl:Class ; rdfs:subClassOf :EMMO_820619ca_b23e_4c7a_8543_18a17722abc0 ; - skos:prefLabel "ElementaryQuark"@en . + skos:prefLabel "ElementaryQuark"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An elementary fermionic particle that is the fundamental constituent of matter."@en . ### https://w3id.org/emmo#EMMO_a9891fff_fa7a_4806_b7bd_786de7358e8d @@ -136,13 +132,15 @@ For example, a path starting from an elementary photon, then through the electr owl:disjointUnionOf ( :EMMO_09f0ac34_c349_46b5_acf0_0edeae52cca1 :EMMO_0f19d84e_05b4_47c9_a5de_bb2a913d211b ) ; - skos:prefLabel "GenericPhysicalSystem"@en . + skos:prefLabel "GenericPhysicalSystem"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causal system posessing bonding that can not be representated by a simple Feynman diagram."@en . ### https://w3id.org/emmo#EMMO_c1a6e72c_de7a_48db_8f45_32c0be019291 :EMMO_c1a6e72c_de7a_48db_8f45_32c0be019291 rdf:type owl:Class ; rdfs:subClassOf :EMMO_cafd0f10_ce85_48b9_9a36_2b0af141ce21 ; - skos:prefLabel "ElementaryPhoton"@en . + skos:prefLabel "ElementaryPhoton"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A boson with spin of 1 that carries electromagnetism."@en . ### https://w3id.org/emmo#EMMO_cafd0f10_ce85_48b9_9a36_2b0af141ce21