diff --git a/.github/expected_redirections.yaml b/.github/expected_redirections.yaml index c541a871..552913b2 100644 --- a/.github/expected_redirections.yaml +++ b/.github/expected_redirections.yaml @@ -9,6 +9,26 @@ --- redirections: + + # CHAMEO + https://w3id.org/emmo/domain/characterisation-methodology/chameo: https://emmo-repo.github.io/domain-characterisation-methodology/chameo.ttl + https://w3id.org/emmo/domain/characterisation-methodology/chameo#: https://emmo-repo.github.io/domain-characterisation-methodology/chameo.ttl + https://w3id.org/emmo/domain/characterisation-methodology/chameo/inferred: https://emmo-repo.github.io/domain-characterisation-methodology/chameo-inferred.ttl + https://w3id.org/emmo/domain/characterisation-methodology/chameo/turtle: https://emmo-repo.github.io/domain-characterisation-methodology/chameo.ttl + #https://w3id.org/emmo/domain/characterisation-methodology/chameo/context: https://emmo-repo.github.io/domain-characterisation-methodology/context/chameo.json + #https://w3id.org/emmo/domain/characterisation-methodology/chameo/context/ch: https://emmo-repo.github.io/domain-characterisation-methodology/context/ch.json + + #https://w3id.org/emmo/domain/characterisation-methodology/chameo/: https://raw.githubusercontent.com/emmo-repo/domain-characterisation-methodology/master/chameo.ttl + https://w3id.org/emmo/domain/characterisation-methodology/chameo/latest: https://raw.githubusercontent.com/emmo-repo/domain-characterisation-methodology/master/chameo.ttl + https://w3id.org/emmo/domain/characterisation-methodology/chameo/latest/: https://raw.githubusercontent.com/emmo-repo/domain-characterisation-methodology/master/chameo.ttl + https://w3id.org/emmo/domain/characterisation-methodology/chameo/source: https://raw.githubusercontent.com/emmo-repo/domain-characterisation-methodology/master/chameo.ttl + https://w3id.org/emmo/domain/characterisation-methodology/chameo/source/: https://raw.githubusercontent.com/emmo-repo/domain-characterisation-methodology/master/chameo.ttl + + #https://w3id.org/emmo/domain/characterisation-methodology/chameo/1.0.0-beta3: https://emmo-repo.github.io/domain-characterisation-methodology/versions/1.0.0-beta3/chameo.ttl + + https://w3id.org/emmo/domain/characterisation-methodology/chameo/1.0.0-beta3/source: https://raw.githubusercontent.com/emmo-repo/domain-characterisation-methodology/1.0.0-beta3/chameo.ttl + + # EMMO https://w3id.org/emmo#fragment: https://emmo-repo.github.io/emmo.ttl#fragment # ttl file because tests are not from a browser diff --git a/.github/scripts/makedoc.sh b/.github/scripts/makedoc.sh index 440e8d30..e137d1c3 100755 --- a/.github/scripts/makedoc.sh +++ b/.github/scripts/makedoc.sh @@ -19,9 +19,19 @@ outdir=$3 [ $# -ne 3 ] && echo "Usage: makedoc.sh inferred version outdir" && exit 1 set -x -cd "$rootdir/doc/emmodoc" -ontodoc --template=emmo.md --format=html -p variable=version:$version \ - "$inferred" "$outdir/emmo.html" -ontodoc --template=emmo.md -p variable=version:$version \ - "$inferred" "$outdir/emmo.pdf" +tmpdir=/tmp + + +mkdir -p $tmpdir +ontodoc --iri-regex=https://w3id.org/emmo --imported emmo-full.ttl "${tmpdir}/emmo.rst" + +mkdir -p public +sphinx-build "${tmpdir}/" "${outdir}/" + +#cd "$rootdir/doc/emmodoc" +#ontodoc --template=emmo.md --format=html -p variable=version:$version \ +# "$inferred" "$outdir/emmo.html" +# +#ontodoc --template=emmo.md -p variable=version:$version \ +# "$inferred" "$outdir/emmo.pdf" diff --git a/.github/versions.txt b/.github/versions.txt index f6372dfb..d559d8c8 100644 --- a/.github/versions.txt +++ b/.github/versions.txt @@ -1,8 +1,10 @@ -1.0.0-rc1 development +1.0.0-rc3 development +1.0.0-rc2 stable +1.0.0-rc1 1.0.0-beta7 1.0.0-beta6 1.0.0-beta5 -1.0.0-beta4 stable +1.0.0-beta4 1.0.0-beta3 1.0.0-beta2 1.0.0-beta diff --git a/.github/workflows/cd_update_pages.yml b/.github/workflows/cd_update_pages.yml index 23de4097..65304bdc 100644 --- a/.github/workflows/cd_update_pages.yml +++ b/.github/workflows/cd_update_pages.yml @@ -42,8 +42,9 @@ jobs: run: | pip install --upgrade pip pip install sphinx sphinxcontrib-globalsubs sphinx_design nbsphinx pydata-sphinx-theme - pip install git+https://github.com/emmo-repo/EMMOntoPy.git@master - #pip install sphinx EMMOntoPy + #pip install git+https://github.com/emmo-repo/EMMOntoPy.git@master + pip install git+https://github.com/emmo-repo/EMMOntoPy.git@fix-rename-iris + - name: Create and prepare build and public directories run: | @@ -56,12 +57,15 @@ jobs: ontoconvert -sawe --base-iri="https://w3id.org/emmo#" --iri=https://w3id.org/emmo emmo-full.ttl public/emmo-full.ttl #ontoconvert --reasoner=Pellet public/emmo.ttl public/emmo-inferred.ttl #ontoconvert --reasoner=Pellet public/emmo-full.ttl public/emmo-full-inferred.ttl - bin/robot reason --reasoner ELK --input public/emmo.ttl --output public/emmo-inferred.ttl - bin/robot reason --reasoner ELK --input public/emmo-full.ttl --output public/emmo-full-inferred.ttl + #bin/robot reason --reasoner ELK --input public/emmo.ttl --output public/emmo-inferred.ttl + #bin/robot reason --reasoner ELK --input public/emmo-full.ttl --output public/emmo-full-inferred.ttl + bin/robot reason --reasoner HermiT --input public/emmo.ttl --output public/emmo-inferred.ttl + bin/robot reason --reasoner JFact --input public/emmo-full.ttl --output public/emmo-full-inferred.ttl ontoconvert public/emmo.ttl public/emmo.owl ontoconvert public/emmo-full.ttl public/emmo-full.owl ontoconvert public/emmo-inferred.ttl public/emmo-inferred.owl ontoconvert public/emmo-full-inferred.ttl public/emmo-full-inferred.owl + ontoconvert --rename-iris -- public/emmo.ttl public/emmo-for-humans.ttl - name: Generate html documentation (based on emmo-full) run: | diff --git a/.github/workflows/ci_emmocheck.yml b/.github/workflows/ci_emmocheck.yml index 4d151f78..1310860a 100644 --- a/.github/workflows/ci_emmocheck.yml +++ b/.github/workflows/ci_emmocheck.yml @@ -4,7 +4,7 @@ on: [push] jobs: build: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest strategy: max-parallel: 1 matrix: @@ -21,7 +21,8 @@ jobs: - name: Install EMMOntoPy run: | pip install --upgrade pip - pip install EMMOntoPy + #pip install EMMOntoPy + pip install git+https://github.com/emmo-repo/EMMOntoPy.git@update-emmocheck2 - name: Check EMMO run: | diff --git a/README.md b/README.md index dcb94b41..62266e36 100644 --- a/README.md +++ b/README.md @@ -125,14 +125,14 @@ The reference ontologies are intended to be used by domain ontologies and import | Reference ontology | IRI | | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------- | -| Materials | [https://w3id.org/emmo/multiperspective/materials](https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc1/multiperspective/materials.ttl) | -| Math | [https://w3id.org/emmo/multiperspective/math](https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc1/multiperspective/math.ttl) | -| Models | [https://w3id.org/emmo/multiperspective/models](https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc1/multiperspective/models.ttl) | -| Properties | [https://w3id.org/emmo/multiperspective/properties](https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc1/multiperspective/properties.ttl) | -| Metrology | [https://w3id.org/emmo/multiperspective/metrology](https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc1/multiperspective/metrology.ttl) | -| Isq | [https://w3id.org/emmo/multiperspective/isq](https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc1/multiperspective/isq.ttl) | -| Siunits | [https://w3id.org/emmo/domain/siunits](https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc1/domain/siunits.ttl) | -| Chemistry | [https://w3id.org/emmo/multiperspective/chemistry](https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc1/multiperspective/chemistry.ttl) | +| Materials | [https://w3id.org/emmo/reference/materials](https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc3/reference/materials.ttl) | +| Math | [https://w3id.org/emmo/reference/math](https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc3/reference/math.ttl) | +| Models | [https://w3id.org/emmo/reference/models](https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc3/reference/models.ttl) | +| Properties | [https://w3id.org/emmo/disciplines/properties](https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc3/disciplines/properties.ttl) | +| Metrology | [https://w3id.org/emmo/reference/metrology](https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc3/reference/metrology.ttl) | +| Isq | [https://w3id.org/emmo/reference/isq](https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc3/reference/isq.ttl) | +| Siunits | [https://w3id.org/emmo/domain/siunits](https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc3/domain/siunits.ttl) | +| Chemistry | [https://w3id.org/emmo/reference/chemistry](https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc3/reference/chemistry.ttl) | ### Domain Ontologies @@ -199,7 +199,7 @@ Protégé will automatically download all the necessary dependencies. The EMMO hierarchy will be visible only after reasoning inference: use *ctrl-R* to start the reasoner and under the *Entities* tab, select the *Classes* subtab and *Inferred* in the scroll button. -From EMMO 1.0.0-rc1 it is recommended to use HermiT as reasoner (distributed by default with Protege). +From EMMO 1.0.0-rc3 it is recommended to use HermiT as reasoner (distributed by default with Protege). For earlier EMMO versions is FaCT++ the recommended reasoner. You can select it through the menu *Reasoner*. An instruction for how to install the FaCT++ plugin on Protege 5.5.0 on Windows can be found in the [doc subdirectory](doc/installing_factplusplus.md). diff --git a/catalog-v001.xml b/catalog-v001.xml index 907a268d..64d8e366 100644 --- a/catalog-v001.xml +++ b/catalog-v001.xml @@ -2,64 +2,66 @@ - - + + - + - - - - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + + + - - - + + + - - - - - - - + + + + + + + - - - - + + + + - - - + + + diff --git a/contributors.ttl b/contributors.ttl index 0e3f536c..8c88c6c8 100644 --- a/contributors.ttl +++ b/contributors.ttl @@ -1,6 +1,7 @@ @prefix : . @prefix rdf: . @prefix rdfs: . +@prefix xsd: . @prefix owl: . @prefix dcterms: . @prefix skos: . @@ -8,17 +9,29 @@ @prefix locn: . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; dcterms:abstract "People and organisations who has contributed to the development of EMMO."@en ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Contributors"@en ; - owl:versionInfo "1.0.0-rc1" ; + owl:versionInfo "1.0.0-rc3" ; foaf:mbox ; :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . +################################################################# +# Data properties +################################################################# + +### https://w3id.org/emmo/contributors#EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f +:EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f rdf:type owl:DatatypeProperty ; + rdfs:range xsd:anyURI ; + rdfs:comment "Relates an individual to an ORCID that identifies the individual."@en , + "The domain is not provided to not impose restrictions on the individual carrying the ORCID. Typically it will be a person (maximal) or a temporal part of a person."@en ; + skos:prefLabel "hasORCID"@en . + + ################################################################# # Individuals ################################################################# @@ -27,89 +40,98 @@ # People # ====== -### https://orcid.org/0000-0003-3805-8761 - rdf:type owl:NamedIndividual ; - skos:prefLabel "Emanuele Ghedini" ; - foaf:name "Emanuele Ghedini" ; - foaf:workplaceHomepage . +:EmanueleGhedini rdf:type owl:NamedIndividual ; + :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0000-0003-3805-8761"^^xsd:anyURI ; + skos:prefLabel "EmanueleGhedini" ; + foaf:name "Emanuele Ghedini" ; + foaf:workplaceHomepage . + + +:JesperFriis rdf:type owl:NamedIndividual ; + :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0000-0002-1560-809X"^^xsd:anyURI ; + skos:prefLabel "JesperFriis" ; + foaf:name "Jesper Friis" ; + foaf:workplaceHomepage . + +:GerhardGoldbeck rdf:type owl:NamedIndividual ; + :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0000-0002-4181-2852"^^xsd:anyURI ; + skos:prefLabel "GerhardGoldbeck" ; + foaf:name "Gerhard Goldbeck" ; + foaf:workplaceHomepage . -### https://orcid.org/0000-0002-1560-809X - rdf:type owl:NamedIndividual ; - skos:prefLabel "Jesper Friis" ; - foaf:name "Jesper Friis" ; - foaf:workplaceHomepage . +:AdhamHashibon rdf:type owl:NamedIndividual ; + :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0000-0003-0514-9229"^^xsd:anyURI ; + skos:prefLabel "AdhamHashibon" ; + foaf:name "Adham Hashibon" ; + foaf:workplaceHomepage . -### https://orcid.org/0000-0002-4181-2852 - rdf:type owl:NamedIndividual ; - skos:prefLabel "Gerhard Goldbeck" ; - foaf:name "Gerhard Goldbeck" ; - foaf:workplaceHomepage . +:GeorgSchmitz rdf:type owl:NamedIndividual ; + :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0000-0003-4065-9742"^^xsd:anyURI ; + skos:prefLabel "GeorgJSchmitz" ; + foaf:name "Georg J. Schmitz" . -### https://orcid.org/0000-0003-0514-9229 - rdf:type owl:NamedIndividual ; - skos:prefLabel "Adham Hashibon" ; - foaf:name "Adham Hashibon" ; - foaf:workplaceHomepage . +:AnnedeBaas rdf:type owl:NamedIndividual ; + :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0009-0007-5850-6628"^^xsd:anyURI ; + skos:prefLabel "AnnedeBaas" ; + foaf:name "Anne de Baas" ; + foaf:workplaceHomepage . -### https://orcid.org/0000-0003-4065-9742 - rdf:type owl:NamedIndividual ; - skos:prefLabel "Georg J. Schmitz" ; - foaf:name "Georg J. Schmitz" . +:FrancescoZaccarini rdf:type owl:NamedIndividual ; + :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0009-0008-8009-5009"^^xsd:anyURI ; + skos:prefLabel "FrancescoZaccarini" ; + foaf:name "Francesco A. Zaccarini" ; + foaf:workplaceHomepage . -### https://orcid.org/0009-0007-5850-6628 - rdf:type owl:NamedIndividual ; - skos:prefLabel "Anne de Baas" ; - foaf:name "Anne de Baas" ; - foaf:workplaceHomepage . +:SebastianoMoruzzi rdf:type owl:NamedIndividual ; + :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0000-0001-9189-2400"^^xsd:anyURI ; + skos:prefLabel "SebastianoMoruzzi" ; + foaf:name "Sebastiano Moruzzi" ; + foaf:workplaceHomepage . -### https://orcid.org/0009-0008-8009-5009 - rdf:type owl:NamedIndividual ; - skos:prefLabel "Francesco A. Zaccarini" ; - foaf:name "Francesco A. Zaccarini" ; - foaf:workplaceHomepage . +:FrancescaBleken rdf:type owl:NamedIndividual ; + :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0000-0001-8869-3718"^^xsd:anyURI ; + skos:prefLabel "FrancescaLonstadBleken" ; + foaf:name "Francesca Lønstad Bleken" ; + foaf:workplaceHomepage . -### https://orcid.org/0000-0001-9189-2400 - rdf:type owl:NamedIndividual ; - skos:prefLabel "Sebastiano Moruzzi" ; - foaf:name "Sebastiano Moruzzi" ; - foaf:workplaceHomepage . +:SimonClark rdf:type owl:NamedIndividual ; + :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0000-0002-8758-6109"^^xsd:anyURI ; + skos:prefLabel "SimonClark" ; + foaf:name "Simon Clark" ; + foaf:workplaceHomepage . -### https://orcid.org/0000-0001-8869-3718 - rdf:type owl:NamedIndividual ; - skos:prefLabel "Francesca Lønstad Bleken" ; - foaf:name "Francesca Lønstad Bleken" ; - foaf:workplaceHomepage . +:OtelloRoscioni rdf:type owl:NamedIndividual ; + :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0000-0001-7815-6636"^^xsd:anyURI ; + skos:prefLabel "OtelloMRoscioni" ; + foaf:name "Otello M. Roscioni" ; + foaf:workplaceHomepage . -### https://orcid.org/0000-0002-8758-6109 - rdf:type owl:NamedIndividual ; - skos:prefLabel "Simon Clark" ; - foaf:name "Simon Clark" ; - foaf:workplaceHomepage . +:MichaelNorske rdf:type owl:NamedIndividual ; + :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0000-0002-5417-6808"^^xsd:anyURI ; + skos:prefLabel "PaulLudwigMichaelNoeske" ; + foaf:name "Paul-Ludwig Michael Noeske" ; + foaf:workplaceHomepage . -### https://orcid.org/0000-0001-7815-6636 - rdf:type owl:NamedIndividual ; - skos:prefLabel "Otello M. Roscioni" ; - foaf:name "Otello M. Roscioni" ; - foaf:workplaceHomepage . # Organisations # ============= ### https://emmc.eu - rdf:type owl:NamedIndividual ; - skos:prefLabel "EMMC ASBL" ; +:EMMC_ASBL rdf:type owl:NamedIndividual ; + skos:prefLabel "EMMC_ASBL" ; foaf:name "EMMC ASBL" ; + foaf:homepage "https://emmc.eu" ; locn:fullAddress """EMMC ASBL European Materials Modelling Council Silversquare Stéphanie diff --git a/disciplines/catalog-v001.xml b/disciplines/catalog-v001.xml index 338e2c53..69e35330 100644 --- a/disciplines/catalog-v001.xml +++ b/disciplines/catalog-v001.xml @@ -2,63 +2,64 @@ - + - + - - - - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - + + + diff --git a/disciplines/chemistry.ttl b/disciplines/chemistry.ttl index 8174908a..406656a5 100644 --- a/disciplines/chemistry.ttl +++ b/disciplines/chemistry.ttl @@ -9,19 +9,19 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - ; + owl:versionIRI ; + owl:imports , + ; dcterms:abstract "The chemistry module populates the physicalistic perspective with materials subclasses categorised according to modern applied chemistry."@en ; - dcterms:creator , - , - ; + dcterms:creator :EmanueleGhedini , + :GerhardGoldbeck , + :JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Chemistry"@en ; - :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" ; rdfs:comment "The EMMO requires FacT++ reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ; - owl:versionInfo "1.0.0-rc1" . + owl:versionInfo "1.0.0-rc3" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Annotation properties @@ -45,6 +45,17 @@ rdfs:subPropertyOf rdfs:seeAlso . +################################################################# +# Data properties +################################################################# + +### https://w3id.org/emmo#EMMO_40c65eb4_5b58_4b13_8752_9976582380af +:EMMO_40c65eb4_5b58_4b13_8752_9976582380af rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + rdfs:domain :EMMO_d357e0dd_3497_4590_af6f_7954db7fecf7 ; + skos:prefLabel "chemicalSymbolValue"@en . + + ################################################################# # Classes ################################################################# @@ -145,11 +156,7 @@ The class Material hosts the subclasses for which a substance can be identified ### https://w3id.org/emmo#EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf :EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf rdf:type owl:Class ; rdfs:subClassOf :EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 , - :EMMO_abf7efbe_6b04_41b8_8326_4dd0f6be753e , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:someValuesFrom xsd:string - ] ; + :EMMO_abf7efbe_6b04_41b8_8326_4dd0f6be753e ; rdfs:comment """The IUPAC Gold Book defines the a chemical element both as: - a species of atoms; all atoms with the same number of protons in the atomic nucleus - a pure chemical substance composed of atoms with the same number of protons in the atomic nucleus @@ -292,7 +299,6 @@ This qualifies a chemical element as a name and not a matter obejct that can sta skos:prefLabel "CondensedFormula"@en . - ### https://w3id.org/emmo#EMMO_cbcf8fe6_6da6_49e0_ab4d_00f737ea9689 :EMMO_cbcf8fe6_6da6_49e0_ab4d_00f737ea9689 rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; @@ -366,7 +372,6 @@ Chemical species is the macroscopic equivalent of molecular entity and refers to :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Chemical_compound" . - ### https://w3id.org/emmo#EMMO_ecc4efe9_77a2_47e3_8190_f9a883d54ac6 :EMMO_ecc4efe9_77a2_47e3_8190_f9a883d54ac6 rdf:type owl:Class ; rdfs:subClassOf :EMMO_eb7de1a1_c30e_4f0d_94c6_fe70414d7e61 ; @@ -374,4 +379,4 @@ Chemical species is the macroscopic equivalent of molecular entity and refers to :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A representation of objects belonging to the chemistry field." . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/disciplines/computerscience.ttl b/disciplines/computerscience.ttl index 048a9270..9c942096 100644 --- a/disciplines/computerscience.ttl +++ b/disciplines/computerscience.ttl @@ -9,21 +9,21 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - , - ; + owl:versionIRI ; + owl:imports , + , + ; dcterms:abstract "Key concepts from the domain of computer science."@en ; - dcterms:contributor , - ; - dcterms:creator , - , - ; + dcterms:contributor :FrancescaBleken , + :OtelloRoscioni ; + dcterms:creator :EmanueleGhedini , + :GerhardGoldbeck , + :JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; 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" ; + owl:versionInfo "1.0.0-rc3" ; :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu"^^xsd:anyURI . ################################################################# @@ -88,10 +88,7 @@ rdf:JSON rdf:type rdfs:Datatype . ### https://w3id.org/emmo#EMMO_0266ec8c_bd13_4c9c_be77_607498793ed3 :EMMO_0266ec8c_bd13_4c9c_be77_607498793ed3 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - owl:someValuesFrom xsd:NCName - ] ; + rdfs:subClassOf :EMMO_6796ec88_e49f_4628_b28d_6559f9dd630a ; skos:prefLabel "NCNameData"@en . @@ -158,10 +155,7 @@ https://www.computer.org/education/bodies-of-knowledge/software-engineering"""@e ### https://w3id.org/emmo#EMMO_1abe0ea7_2378_402f_b950_89b0795d2f45 :EMMO_1abe0ea7_2378_402f_b950_89b0795d2f45 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - owl:someValuesFrom xsd:NMTOKEN - ] ; + rdfs:subClassOf :EMMO_be8680e5_28ec_4168_9206_d1cd33fbd458 ; skos:prefLabel "NMTOKENData"@en . @@ -325,16 +319,12 @@ https://www.computer.org/education/bodies-of-knowledge/software-engineering"""@e ### https://w3id.org/emmo#EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b :EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - owl:someValuesFrom xsd:anyURI - ] ; rdfs:subClassOf :EMMO_5c15f8c4_d2de_47a0_acdd_470b8dda979b , :EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910 ; skos:prefLabel "URI"@en ; + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://en.wikipedia.org/wiki/File:URI_syntax_diagram.svg"^^xsd:anyURI ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "URI = scheme \":\" [\"//\" authority] path [\"?\" query] [\"#\" fragment]"@en ; - "https://en.wikipedia.org/wiki/File:URI_syntax_diagram.svg"^^xsd:anyURI . + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "URI = scheme \":\" [\"//\" authority] path [\"?\" query] [\"#\" fragment]"@en . [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b ; @@ -375,19 +365,13 @@ https://www.computer.org/education/bodies-of-knowledge/software-engineering"""@e ### https://w3id.org/emmo#EMMO_6796ec88_e49f_4628_b28d_6559f9dd630a :EMMO_6796ec88_e49f_4628_b28d_6559f9dd630a rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - owl:someValuesFrom xsd:Name - ] ; + rdfs:subClassOf :EMMO_be8680e5_28ec_4168_9206_d1cd33fbd458 ; skos:prefLabel "NameData"@en . ### https://w3id.org/emmo#EMMO_826bd296_d8e2_4c43_8f54_d684bf00090a :EMMO_826bd296_d8e2_4c43_8f54_d684bf00090a rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - owl:someValuesFrom xsd:normalizedString - ] ; + rdfs:subClassOf :EMMO_5f334606_f67d_4f0e_acb9_eeb21cb10c66 ; skos:prefLabel "NormalizedStringData"@en . @@ -438,11 +422,8 @@ Here we explicitly include in the definition also all the data (e.g. source code ### https://w3id.org/emmo#EMMO_90bfd475_ba4a_4065_b0c1_1f08230be252 :EMMO_90bfd475_ba4a_4065_b0c1_1f08230be252 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - owl:someValuesFrom rdf:JSON - ] ; - rdfs:subClassOf :EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910 ; + rdfs:subClassOf :EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172 , + :EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910 ; skos:prefLabel "JSONData"@en . @@ -460,10 +441,7 @@ Here we explicitly include in the definition also all the data (e.g. source code ### https://w3id.org/emmo#EMMO_9e5f464a_658c_4b34_b80d_a5f8d5ec811a :EMMO_9e5f464a_658c_4b34_b80d_a5f8d5ec811a rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - owl:someValuesFrom xsd:language - ] ; + rdfs:subClassOf :EMMO_be8680e5_28ec_4168_9206_d1cd33fbd458 ; skos:prefLabel "LanguageData"@en . @@ -518,10 +496,7 @@ Here we explicitly include in the definition also all the data (e.g. source code ### https://w3id.org/emmo#EMMO_be8680e5_28ec_4168_9206_d1cd33fbd458 :EMMO_be8680e5_28ec_4168_9206_d1cd33fbd458 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - owl:someValuesFrom xsd:token - ] ; + rdfs:subClassOf :EMMO_826bd296_d8e2_4c43_8f54_d684bf00090a ; skos:prefLabel "TokenData"@en . @@ -623,4 +598,64 @@ C:\\\\Users\\\\John\\\\Desktop (DOS-like path)"""@en ; [ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +################################################################# +# General axioms +################################################################# + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom rdf:JSON ; + rdfs:subClassOf :EMMO_90bfd475_ba4a_4065_b0c1_1f08230be252 + ] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:NCName ; + rdfs:subClassOf :EMMO_0266ec8c_bd13_4c9c_be77_607498793ed3 +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:NMTOKEN ; + rdfs:subClassOf :EMMO_1abe0ea7_2378_402f_b950_89b0795d2f45 +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:Name ; + rdfs:subClassOf :EMMO_6796ec88_e49f_4628_b28d_6559f9dd630a +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:anyURI ; + rdfs:subClassOf :EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:language ; + rdfs:subClassOf :EMMO_9e5f464a_658c_4b34_b80d_a5f8d5ec811a +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:normalizedString ; + rdfs:subClassOf :EMMO_826bd296_d8e2_4c43_8f54_d684bf00090a +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:token ; + rdfs:subClassOf :EMMO_be8680e5_28ec_4168_9206_d1cd33fbd458 +] . + + +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/disciplines/conformityassessment.ttl b/disciplines/conformityassessment.ttl index e7aeeb91..0471e20c 100644 --- a/disciplines/conformityassessment.ttl +++ b/disciplines/conformityassessment.ttl @@ -9,10 +9,10 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - , - . + owl:versionIRI ; + owl:imports , + , + . ################################################################# # Object Properties diff --git a/multiperspective/dataset.ttl b/disciplines/dataset.ttl similarity index 88% rename from multiperspective/dataset.ttl rename to disciplines/dataset.ttl index cb3b5e6f..d67ee3fe 100644 --- a/multiperspective/dataset.ttl +++ b/disciplines/dataset.ttl @@ -8,22 +8,22 @@ @prefix dcterms: . @base . - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - ; + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports , + ; dcterms:abstract "Shared representation of datasets."@en ; - dcterms:contributor , - , - ; - dcterms:creator , - ; + dcterms:contributor :FrancescaBleken , + :GerhardGoldbeck , + :OtelloRoscioni ; + dcterms:creator :EmanueleGhedini , + :JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; 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 ; - owl:versionInfo "1.0.0-rc1" . + owl:versionInfo "1.0.0-rc3" . ################################################################# # Object Properties @@ -90,13 +90,6 @@ # Classes ################################################################# -### https://w3id.org/emmo#EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a -:EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_6b78c119_f86c_4b5e_ba6c_b42d25a64122 ; - owl:someValuesFrom :EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a - ] . - - ### https://w3id.org/emmo#EMMO_b4c97fa0_d82c_406a_bda7_597d6e190654 :EMMO_b4c97fa0_d82c_406a_bda7_597d6e190654 rdf:type owl:Class ; rdfs:subClassOf :EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ; @@ -108,4 +101,11 @@ :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coded sign that stands for a dimension."@en . +################################################################# +# Annotations +################################################################# + +:EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "SubClassOf: hasDatum some Datum" . + + ### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi diff --git a/disciplines/disciplines.ttl b/disciplines/disciplines.ttl index 57fe07af..030b14ea 100644 --- a/disciplines/disciplines.ttl +++ b/disciplines/disciplines.ttl @@ -9,53 +9,53 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - , - , - , - , - , - , - , - , - , - , - , - ; + owl:versionIRI ; + owl:imports , + , + , + , + , + , + , + , + , + , + , + , + ; # Imported via sisystem -# , -# , -# , -# , -# , -# , +# , +# , +# , +# , +# , +# , # Currently not imported by default -# , -# , -# , -# , +# , +# , +# , +# , 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:contributor :SimonClark , + :FrancescaBleken , + :GeorgSchmitz ; + dcterms:creator :AdhamHashibon , + :EmanueleGhedini , , - , - ; + :GerhardGoldbeck , + :JesperFriis ; 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" . + owl:versionInfo "1.0.0-rc3" . ### 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 b30a13bd..76d8f949 100644 --- a/disciplines/geometrical.ttl +++ b/disciplines/geometrical.ttl @@ -9,19 +9,19 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; + owl:versionIRI ; + owl:imports ; dcterms:abstract "The graphical module provides classes for the representation of geometrical concepts."@en ; - dcterms:creator , - , - , - , + dcterms:creator :JesperFriis , + :GerhardGoldbeck , + :AdhamHashibon , + :EmanueleGhedini , ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Geometrical"@en ; 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" ; + owl:versionInfo "1.0.0-rc3" ; :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# diff --git a/disciplines/isq.ttl b/disciplines/isq.ttl index 833a3cce..487fa9e2 100644 --- a/disciplines/isq.ttl +++ b/disciplines/isq.ttl @@ -9,10 +9,10 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - , - ; + owl:versionIRI ; + owl:imports , + , + ; dcterms:abstract """Defines physical quantities in the International System of Quantities (ISQ). ISQ was made an official ISO standard in 2009 and is defined in the ISO/IEC 80000 standard. ISQ underlines the SI system and defines physical quanties that are measured with SI units. @@ -20,16 +20,16 @@ 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:contributor ; - dcterms:creator , - , - , - ; + dcterms:contributor :FrancescaBleken ; + dcterms:creator :EmanueleGhedini , + :GerhardGoldbeck , + :JesperFriis , + :SimonClark ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "International System of Quantities (ISQ)"@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" ; + owl:versionInfo "1.0.0-rc3" ; :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# @@ -1498,8 +1498,8 @@ Entropy"""@en ; :EMMO_340ec9c3_7b0a_4169_a739_6f9242517ff4 rdf:type owl:Class ; rdfs:subClassOf :EMMO_2ae37adf_07f2_4920_8ec6_084c69761e34 , :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ; - skos:altLabel "StandardAbsoluteActivityInAMixture"@en ; - skos:prefLabel "StandardAbsoluteActivity"@en ; + skos:altLabel "StandardAbsoluteActivity"@en ; + skos:prefLabel "StandardAbsoluteActivityOfMixture"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/StandardAbsoluteActivity" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q89406159" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-23" ; @@ -2013,13 +2013,27 @@ pH = −10 log(a_OH-)"""@en . ### https://w3id.org/emmo#EMMO_4312cae4_03ba_457e_b35d_0671a7db350c :EMMO_4312cae4_03ba_457e_b35d_0671a7db350c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a ; + rdfs:subClassOf :EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec , + :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , + :EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; + owl:someValuesFrom :EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc + ] ; + skos:altLabel "Position"@en ; skos:prefLabel "PositionVector"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/PositionVector"^^xsd:anyURI ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q192388" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-03-15" ; :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Position_(geometry)" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-1.10" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Vector quantity from the origin of a coordinate system to a point in space."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """In the usual geometrical three-dimensional space, position vectors are quantities of the dimension length. + +-- IEC"""@en , + """Position vectors are so-called bounded vectors, i.e. their magnitude and direction depend on the particular coordinate system used. + +-- ISO 80000-3"""@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Position_(geometry)" . @@ -2093,26 +2107,6 @@ pH = −10 log(a_OH-)"""@en . :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Average value of the increment of the lethargy per collision."@en . -### https://w3id.org/emmo#EMMO_44da6d75_54a4_4aa8_bd3a_156f6e9abb8e -:EMMO_44da6d75_54a4_4aa8_bd3a_156f6e9abb8e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec , - :EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; - owl:someValuesFrom :EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc - ] ; - rdfs:comment """In the usual geometrical three-dimensional space, position vectors are quantities of the dimension length. - --- IEC"""@en , - """Position vectors are so-called bounded vectors, i.e. their magnitude and direction depend on the particular coordinate system used. - --- ISO 80000-3"""@en ; - skos:altLabel "Position"@en ; - skos:prefLabel "PositionVector"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/PositionVector" ; - :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 :EMMO_44ddbe46_0112_4185_b595_132866e902da rdf:type owl:Class . @@ -2353,7 +2347,11 @@ pH = −10 log(a_OH-)"""@en . ### https://w3id.org/emmo#EMMO_506f7823_52bc_40cb_be07_b3b1e10cce13 :EMMO_506f7823_52bc_40cb_be07_b3b1e10cce13 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95 ; + rdfs:subClassOf :EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; + owl:someValuesFrom :EMMO_044f83a6_ade4_4441_9c73_5490dd93344f + ] ; rdfs:comment "Defines the Candela base unit in the SI system."@en ; skos:prefLabel "LuminousEfficacyOf540THzRadiation"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The luminous efficacy of monochromatic radiation of frequency 540 × 10 12 Hz, K cd , is a technical constant that gives an exact numerical relationship between the purely physical characteristics of the radiant power stimulating the human eye (W) and its photobiological response defined by the luminous flux due to the spectral responsivity of a standard observer (lm) at a frequency of 540 × 10 12 hertz."@en . @@ -2433,7 +2431,7 @@ where m_0 is the rest mass of that particle and c_0 is the speed of light in a v ### https://w3id.org/emmo#EMMO_5186b2e6_f34f_46ee_b08e_ec517a1f43d2 :EMMO_5186b2e6_f34f_46ee_b08e_ec517a1f43d2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_44da6d75_54a4_4aa8_bd3a_156f6e9abb8e , + rdfs:subClassOf :EMMO_4312cae4_03ba_457e_b35d_0671a7db350c , :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ; skos:prefLabel "ParticlePositionVector"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ParticlePositionVector" ; @@ -4578,7 +4576,7 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m ### https://w3id.org/emmo#EMMO_9d8f708a_f291_4d72_80ec_362c6e6bbca6 :EMMO_9d8f708a_f291_4d72_80ec_362c6e6bbca6 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_44da6d75_54a4_4aa8_bd3a_156f6e9abb8e ; + rdfs:subClassOf :EMMO_4312cae4_03ba_457e_b35d_0671a7db350c ; rdfs:comment "In non-relativistic physics, the centre of mass doesn’t depend on the chosen reference frame."@en ; skos:prefLabel "CentreOfMass"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The unique point where the weighted relative position of the distributed mass of an Item sums to zero. Equivalently, it is the point where if a force is applied to the Item, causes the Item to move in direction of force without rotation."@en ; @@ -4822,7 +4820,7 @@ where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear m ### https://w3id.org/emmo#EMMO_a3c78d6f_ae49_47c8_a634_9b6d86b79382 :EMMO_a3c78d6f_ae49_47c8_a634_9b6d86b79382 rdf:type owl:Class ; rdfs:subClassOf :EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2 , - :EMMO_d859588d_44dc_4614_bc75_5fcd0058acc8 ; + :EMMO_e0aaed83_9224_4bd8_a960_a813c4569412 ; 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 ; @@ -5022,7 +5020,11 @@ where r is mass ratio of water vapour to dry gas and rsat is the mass ratio of w ### https://w3id.org/emmo#EMMO_ad6c76cf_b400_423e_820f_cf0c4e77f455 :EMMO_ad6c76cf_b400_423e_820f_cf0c4e77f455 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95 ; + rdfs:subClassOf :EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; + owl:someValuesFrom :EMMO_3cb55500_dc5b_4586_bbf3_1d4158afac35 + ] ; owl:disjointWith :EMMO_f1be7d92_c57d_4698_a0ba_968130a3f9e1 ; skos:prefLabel "MolarGasConstant"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/constant/MolarGasConstant" ; @@ -5424,7 +5426,11 @@ where r is mass ratio of water vapour to dry gas and rsat is the mass ratio of w ### https://w3id.org/emmo#EMMO_ba380bc6_2bfd_4f11_94c7_b3cbaafd1631 :EMMO_ba380bc6_2bfd_4f11_94c7_b3cbaafd1631 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95 ; + rdfs:subClassOf :EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; + owl:someValuesFrom :EMMO_53b10105_52c7_4746_ab73_a5a30bd198e2 + ] ; rdfs:comment "The DBpedia definition (http://dbpedia.org/page/Magnetic_flux_quantum) is outdated as May 20, 2019. It is now an exact quantity."@en ; skos:prefLabel "JosephsonConstant"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/constant/JosephsonConstant" ; @@ -6026,7 +6032,7 @@ the number of protons in the nucleus of an atom""" ; :EMMO_cff5ef70_96eb_4ea3_9bea_fe1fbe6177be rdf:type owl:Class ; rdfs:subClassOf :EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b , :EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ; - skos:prefLabel "QualityFactor"@en ; + skos:prefLabel "DoseEquivalentQualityFactor"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/DoseEquivalentQualityFactor" ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2122099" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-14-03" ; @@ -6102,8 +6108,8 @@ the number of protons in the nucleus of an atom""" ; :EMMO_d368744e_bb2e_4d40_a7ef_762505b6027e rdf:type owl:Class ; rdfs:subClassOf :EMMO_2ae37adf_07f2_4920_8ec6_084c69761e34 , :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ; - skos:altLabel "StandardAbsoluteActivityInASolution"@en ; - skos:prefLabel "StandardAbsoluteActivity"@en ; + skos:altLabel "StandardAbsoluteActivity"@en ; + skos:prefLabel "StandardAbsoluteActivityOfSolution"@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q89485936" ; :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-26" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Property of a solute in a solution."@en . @@ -6252,7 +6258,7 @@ the number of protons in the nucleus of an atom""" ; :EMMO_d7d2ca25_03e1_4099_9220_c1a58df13ad0 rdf:type owl:Class ; rdfs:subClassOf :EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_67fc0a36_8dcb_4ffa_9a43_31074efa3296 ; + owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; owl:someValuesFrom :EMMO_5ebd5e01_0ed3_49a2_a30d_cd05cbe72978 ] ; rdfs:comment "A fundamental physical constant characterizing the strength of the electromagnetic interaction between elementary charged particles."@en ; @@ -6289,16 +6295,6 @@ the number of protons in the nucleus of an atom""" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Imaginary part of the complex power."@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 ; - 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" . - - ### https://w3id.org/emmo#EMMO_d8612fa0_c0fb_485d_b45a_1845e7a46796 :EMMO_d8612fa0_c0fb_485d_b45a_1845e7a46796 rdf:type owl:Class ; rdfs:subClassOf :EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 , @@ -6343,7 +6339,11 @@ the number of protons in the nucleus of an atom""" ; ### 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:subClassOf :EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ; + owl:someValuesFrom :EMMO_3181bb28_623b_4411_ad79_80277c661322 + ] ; 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 ; @@ -6526,8 +6526,9 @@ Rain rate"""@en ; :EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q192510" ; :EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-11" ; :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Wavenumber" ; - :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-20" ; + :EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-18" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Reciprocal of the wavelength."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The number of waves per unit length along the direction of propagation."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Wavenumber" ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.W06664" . @@ -6685,7 +6686,7 @@ Rain rate"""@en ; ### https://w3id.org/emmo#EMMO_e4791212_5a13_4aa6_aac2_08704550dcc3 :EMMO_e4791212_5a13_4aa6_aac2_08704550dcc3 rdf:type owl:Class ; rdfs:subClassOf :EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 , - :EMMO_d859588d_44dc_4614_bc75_5fcd0058acc8 ; + :EMMO_e0aaed83_9224_4bd8_a960_a813c4569412 ; skos:altLabel "AngularRepetency"@en ; skos:prefLabel "AngularWaveNumber"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/AngularWavenumber" ; @@ -7639,4 +7640,4 @@ It defines the Kelvin unit in the SI system."""@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Intensity_(physics)"@en . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/disciplines/manufacturing.ttl b/disciplines/manufacturing.ttl index 6cdaf40b..a2df15f3 100644 --- a/disciplines/manufacturing.ttl +++ b/disciplines/manufacturing.ttl @@ -9,21 +9,21 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - ; + owl:versionIRI ; + owl:imports , + ; dcterms:abstract "Describes manufacturing processes with engineered participants. The module also provides a root for engineered materials."@en ; - dcterms:creator , - , - , - , - ; + dcterms:creator :JesperFriis , + :GerhardGoldbeck , + :AdhamHashibon , + :EmanueleGhedini , + ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Manufacturing"@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" . + owl:versionInfo "1.0.0-rc3" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Annotation properties @@ -1039,7 +1039,11 @@ e.g. the fact that steel comes in sheets is not relevant for the definition of s :EMMO_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad ) ] ; - rdfs:subClassOf :EMMO_aaad78a9_abaf_4f97_9c1a_d763a94c4ba3 ; + rdfs:subClassOf :EMMO_b4494d69_6393_4eb4_8346_7fedd4df0bc5 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_2bb50428_568d_46e8_b8bf_59a4c5656461 ; + owl:someValuesFrom :EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c + ] ; skos:altLabel "Output"@en ; skos:prefLabel "Product"@en ; :EMMO_3aa37f92_8dc5_4ee4_8438_e41e6ae20c62 "https://www.iso.org/obp/ui/#iso:std:iso:9000:ed-3:v1:en:term:3.4.2"@en ; @@ -1421,14 +1425,13 @@ manufacturing process: set of processes in manufacturing involving a flow and/or ### https://w3id.org/emmo#EMMO_c0afb341_7d31_4883_a307_ae4606df2a1b :EMMO_c0afb341_7d31_4883_a307_ae4606df2a1b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4b32fc1e_5293_4247_9e8d_1175df9f1c0b , - [ rdf:type owl:Restriction ; + rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty [ owl:inverseOf :EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ] ; owl:someValuesFrom :EMMO_a4d66059_5dd3_4b90_b4cb_10960559441b ] ; skos:prefLabel "Manufacturer"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A strict fundamental object overcrossing a manufacturing process, the intersection being the agent that participates and drives the manufacturing process."@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A fundamental object overcrossing a manufacturing process, the intersection being the agent that participates and drives the manufacturing process."@en . ### https://w3id.org/emmo#EMMO_c0ec56d1_0deb_4452_a6a1_70570308b6bb @@ -1820,4 +1823,4 @@ manufacturing process: set of processes in manufacturing involving a flow and/or skos:prefLabel "FromWorkPIecetoWorkPiece"@en . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/disciplines/materials.ttl b/disciplines/materials.ttl index 25bebb0a..e293d71f 100644 --- a/disciplines/materials.ttl +++ b/disciplines/materials.ttl @@ -9,19 +9,19 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; + 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:creator , - , - , - , - ; + dcterms:creator , + :AdhamHashibon , + :EmanueleGhedini , + :GerhardGoldbeck , + :JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Materials"@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" ; + owl:versionInfo "1.0.0-rc3" ; :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# @@ -49,12 +49,14 @@ owl:qualifiedCardinality rdf:type owl:AnnotationProperty . ### https://w3id.org/emmo#EMMO_0afc19b0_2d43_4b3d_8da0_9ffb63bc1492 :EMMO_0afc19b0_2d43_4b3d_8da0_9ffb63bc1492 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_f00fb163_48c9_4c59_b6c2_4205c082aa54 ; skos:altLabel "NonCrystallineMaterial"@en ; skos:prefLabel "AmorphousMaterial"@en . ### https://w3id.org/emmo#EMMO_0b15f4ae_092e_4487_9100_3c44176c545c :EMMO_0b15f4ae_092e_4487_9100_3c44176c545c rdf:type owl:Class ; + rdfs:subClassOf :EMMO_ec2c8ac8_98c5_4c74_b85b_ff8e8ca6655c ; owl:disjointUnionOf ( :EMMO_2031516a_2be7_48e8_9af7_7e1270e308fe :EMMO_4a464c8d_8895_44a8_a628_aed13509f1bd :EMMO_6c487fb3_03d1_4e56_91ed_c2e16dcbef60 @@ -103,7 +105,7 @@ H=∑ni=1hia∗i (n≥3)""" ; ] ; skos:prefLabel "PhaseHeterogeneousMixture"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A mixture in which more than one phases of matter cohexists."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Phase heterogenous mixture may share the same state of matter. + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Phase heterogeneous mixture may share the same state of matter. For example, immiscibile liquid phases (e.g. oil and water) constitute a mixture whose phases are clearly separated but share the same state of matter."""@en . @@ -147,8 +149,10 @@ For example, immiscibile liquid phases (e.g. oil and water) constitute a mixture :EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1 ) ] ; + rdfs:subClassOf :EMMO_b9695e87_8261_412e_83cd_a86459426a28 ; skos:prefLabel "CondensedMatter"@en ; - :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "The subject of condensed matter physics that deals with the macroscopic and microscopic physical properties of matter, especially the solid and liquid phases which arise from electromagnetic forces between atoms. More generally, the subject deals with \"condensed\" phases of matter: systems of many constituents with strong interactions between them."@en . + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "The subject of condensed matter physics that deals with the macroscopic and microscopic physical properties of matter, especially the solid and liquid phases which arise from electromagnetic forces between atoms. More generally, the subject deals with \"condensed\" phases of matter: systems of many constituents with strong interactions between them."@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "Equivalent To: Liquid or Solid" . [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_220b7201_d277_4dca_bf6a_5a5e2c4062dd ; @@ -193,20 +197,10 @@ For example, immiscibile liquid phases (e.g. oil and water) constitute a mixture ### https://w3id.org/emmo#EMMO_39348191_08fd_4bb6_9b1e_012d5b2f1ff6 :EMMO_39348191_08fd_4bb6_9b1e_012d5b2f1ff6 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_0afc19b0_2d43_4b3d_8da0_9ffb63bc1492 - :EMMO_f1025834_0cd2_42a1_bfeb_13bec41c8655 - ) - ] , - [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_4c1f58cd_6e2c_48fb_8098_1cbb762abb05 - :EMMO_c5e9e390_8836_4440_b4fd_c906fdd4f438 - :EMMO_f678173d_f036_4df1_a86b_2894560be617 - :EMMO_fb27e6d6_159e_48a6_9c29_76dc31d8a860 - ) - ] ; rdfs:subClassOf :EMMO_4207e895_8b83_4318_996a_72cfb32acd94 ; - skos:prefLabel "ClassicallyDefinedMaterial"@en . + skos:prefLabel "ClassicallyDefinedMaterial"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "Equivalent To: AmorphousMaterial or CrystallineMaterial" , + "Equivalent To: MetallicMaterial or CeramicMaterial or CompositeMaterial or PolymericMaterial" . ### https://w3id.org/emmo#EMMO_3995e22d_5720_4dcf_ba3b_d0ce03f514c6 @@ -299,6 +293,7 @@ For example, immiscibile liquid phases (e.g. oil and water) constitute a mixture ### https://w3id.org/emmo#EMMO_4c1f58cd_6e2c_48fb_8098_1cbb762abb05 :EMMO_4c1f58cd_6e2c_48fb_8098_1cbb762abb05 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_4db521a3_f80f_436b_b9c7_e4b52b1383ea ; skos:prefLabel "MetallicMaterial"@en . @@ -316,6 +311,12 @@ For example, immiscibile liquid phases (e.g. oil and water) constitute a mixture :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A liquid aerosol composed of water droplets in air or another gas."@en . +### https://w3id.org/emmo#EMMO_4db521a3_f80f_436b_b9c7_e4b52b1383ea +:EMMO_4db521a3_f80f_436b_b9c7_e4b52b1383ea rdf:type owl:Class ; + rdfs:subClassOf :EMMO_39348191_08fd_4bb6_9b1e_012d5b2f1ff6 ; + skos:prefLabel "MaterialByType"@en . + + ### https://w3id.org/emmo#EMMO_560d833a_6184_410c_859a_05d982712fd7 :EMMO_560d833a_6184_410c_859a_05d982712fd7 rdf:type owl:Class ; rdfs:subClassOf :EMMO_04f2a2d5_e799_4692_a654_420e76f5acc1 , @@ -375,6 +376,8 @@ For example, immiscibile liquid phases (e.g. oil and water) constitute a mixture ### https://w3id.org/emmo#EMMO_660a4964_0333_4663_bc66_e93ef59b0679 :EMMO_660a4964_0333_4663_bc66_e93ef59b0679 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_bc37743c_37c4_4ec7_9d58_d1aae5567352 ; + owl:disjointWith :EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2 ; skos:prefLabel "MesoscopicSubstance"@en . @@ -415,7 +418,8 @@ The term phase is sometimes used as a synonym for state of matter, but there can ### https://w3id.org/emmo#EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba :EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba rdf:type owl:Class ; - rdfs:subClassOf :EMMO_87ac88ff_8379_4f5a_8c7b_424a8fff1ee8 ; + rdfs:subClassOf :EMMO_220b7201_d277_4dca_bf6a_5a5e2c4062dd , + :EMMO_87ac88ff_8379_4f5a_8c7b_424a8fff1ee8 ; skos:prefLabel "Liquid"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A liquid is a nearly incompressible fluid that conforms to the shape of its container but retains a (nearly) constant volume independent of pressure."@en . @@ -443,15 +447,16 @@ The term phase is sometimes used as a synonym for state of matter, but there can rdfs:comment """A real bond between atoms is always something hybrid between covalent, metallic and ionic. In general, metallic and ionic bonds have atoms sharing electrons."""@en , - "The bond types that are covered by this definition are the strong electonic bonds: covalent, metallic and ionic."@en , + "The bond types that are covered by this definition are the strong electronic bonds: covalent, metallic and ionic."@en , "This class can be used to represent molecules as simplified quantum systems, in which outer molecule shared electrons are un-entangled with the inner shells of the atoms composing the molecule."@en ; skos:prefLabel "BondedAtom"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An bonded atom that shares at least one electron to the atom-based entity of which is part of."@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A bonded atom that shares at least one electron to the atom-based entity of which is part of."@en . ### https://w3id.org/emmo#EMMO_87ac88ff_8379_4f5a_8c7b_424a8fff1ee8 :EMMO_87ac88ff_8379_4f5a_8c7b_424a8fff1ee8 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2 ; + rdfs:subClassOf :EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2 , + :EMMO_b9695e87_8261_412e_83cd_a86459426a28 ; owl:disjointUnionOf ( :EMMO_04f2a2d5_e799_4692_a654_420e76f5acc1 :EMMO_4c21fb86_fdcf_444e_b498_86fe656295af :EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba @@ -469,6 +474,7 @@ In general, metallic and ionic bonds have atoms sharing electrons."""@en , ### https://w3id.org/emmo#EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2 :EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_bc37743c_37c4_4ec7_9d58_d1aae5567352 ; skos:prefLabel "ContinuumSubstance"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A state that is a collection of sufficiently large number of other parts such that: - it is the bearer of qualities that can exists only by the fact that it is a sum of parts @@ -505,7 +511,8 @@ A single continuum individual can be the whole fluid in a pipe."""@en , ### https://w3id.org/emmo#EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1 :EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2 ; + rdfs:subClassOf :EMMO_220b7201_d277_4dca_bf6a_5a5e2c4062dd , + :EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2 ; skos:prefLabel "Solid"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A continuum characterized by structural rigidity and resistance to changes of shape or volume, that retains its shape and density when not confined."@en . @@ -518,21 +525,16 @@ A single continuum individual can be the whole fluid in a pipe."""@en , ### https://w3id.org/emmo#EMMO_b9695e87_8261_412e_83cd_a86459426a28 :EMMO_b9695e87_8261_412e_83cd_a86459426a28 rdf:type owl:Class ; - owl:disjointUnionOf ( :EMMO_04f2a2d5_e799_4692_a654_420e76f5acc1 - :EMMO_4c21fb86_fdcf_444e_b498_86fe656295af - :EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba - :EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1 - ) ; + rdfs:subClassOf :EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2 ; skos:prefLabel "StateOfMatter"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "Disjoint Union Of: Gas, Plasma, Liquid, Solid" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A superclass made as the disjoint union of all the form under which matter can exist."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "In physics, a state of matter is one of the distinct forms in which matter can exist. Four states of matter are observable in everyday life: solid, liquid, gas, and plasma."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/State_of_matter"@en . ### https://w3id.org/emmo#EMMO_bc37743c_37c4_4ec7_9d58_d1aae5567352 -:EMMO_bc37743c_37c4_4ec7_9d58_d1aae5567352 owl:disjointUnionOf ( :EMMO_660a4964_0333_4663_bc66_e93ef59b0679 - :EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2 - ) . +:EMMO_bc37743c_37c4_4ec7_9d58_d1aae5567352 :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "Disjoint Union Of: MesoscopicSubstance, ContinuumSubstance" . ### https://w3id.org/emmo#EMMO_c457b6b9_5e73_4853_ae08_d776c12b8058 @@ -544,6 +546,7 @@ A single continuum individual can be the whole fluid in a pipe."""@en , ### https://w3id.org/emmo#EMMO_c5e9e390_8836_4440_b4fd_c906fdd4f438 :EMMO_c5e9e390_8836_4440_b4fd_c906fdd4f438 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_4db521a3_f80f_436b_b9c7_e4b52b1383ea ; skos:prefLabel "CeramicMaterial"@en . @@ -606,15 +609,23 @@ A single continuum individual can be the whole fluid in a pipe."""@en , :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A Miixture is a material made up of two or more different substances which are physically (not chemically) combined."@en . +### https://w3id.org/emmo#EMMO_f00fb163_48c9_4c59_b6c2_4205c082aa54 +:EMMO_f00fb163_48c9_4c59_b6c2_4205c082aa54 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_39348191_08fd_4bb6_9b1e_012d5b2f1ff6 ; + skos:prefLabel "MaterialByStructure"@en . + + ### https://w3id.org/emmo#EMMO_f1025834_0cd2_42a1_bfeb_13bec41c8655 :EMMO_f1025834_0cd2_42a1_bfeb_13bec41c8655 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_f00fb163_48c9_4c59_b6c2_4205c082aa54 ; rdfs:comment "Suggestion of Rickard Armiento" ; skos:prefLabel "CrystallineMaterial"@en . ### https://w3id.org/emmo#EMMO_f678173d_f036_4df1_a86b_2894560be617 :EMMO_f678173d_f036_4df1_a86b_2894560be617 rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; + rdfs:subClassOf :EMMO_4db521a3_f80f_436b_b9c7_e4b52b1383ea , + [ rdf:type owl:Restriction ; owl:onProperty :EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 ; owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ; owl:onClass :EMMO_4207e895_8b83_4318_996a_72cfb32acd94 @@ -626,12 +637,16 @@ A single continuum individual can be the whole fluid in a pipe."""@en , ### https://w3id.org/emmo#EMMO_fb27e6d6_159e_48a6_9c29_76dc31d8a860 :EMMO_fb27e6d6_159e_48a6_9c29_76dc31d8a860 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_4db521a3_f80f_436b_b9c7_e4b52b1383ea ; skos:prefLabel "PolymericMaterial"@en . -[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger +[ owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ] . +[ owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger + ] . + [ owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ] . @@ -644,10 +659,23 @@ A single continuum individual can be the whole fluid in a pipe."""@en , [ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . +[ owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger + ] . + [ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . -[ owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger +################################################################# +# General axioms +################################################################# + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :EMMO_04f2a2d5_e799_4692_a654_420e76f5acc1 + :EMMO_4c21fb86_fdcf_444e_b498_86fe656295af + :EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba + :EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1 + ) ] . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi + +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/disciplines/math.ttl b/disciplines/math.ttl index 5f3ff181..51111dc5 100644 --- a/disciplines/math.ttl +++ b/disciplines/math.ttl @@ -9,22 +9,23 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - , - ; + owl:versionIRI ; + owl:imports , + , + , + ; dcterms:abstract "The math module defines the formal language of mathematics. Mathematical objects represents graphical objects based on graphical symbols arranged according the rules of math."@en ; - dcterms:creator , - , - , - , - ; + dcterms:creator , + :AdhamHashibon , + :EmanueleGhedini , + :GerhardGoldbeck , + :JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Math"@en ; - :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" ; rdfs:comment "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ; - owl:versionInfo "1.0.0-rc1" . + owl:versionInfo "1.0.0-rc3" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Annotation properties @@ -46,6 +47,10 @@ owl:qualifiedCardinality rdf:type owl:AnnotationProperty . skos:prefLabel "hasVariable"@en . +### https://w3id.org/emmo#EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe +:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe rdf:type owl:ObjectProperty . + + ################################################################# # Data properties ################################################################# @@ -54,13 +59,20 @@ owl:qualifiedCardinality rdf:type owl:AnnotationProperty . :EMMO_23b579e1_8088_45b5_9975_064014026c42 rdf:type owl:DatatypeProperty . +### https://w3id.org/emmo#EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 +:EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + rdfs:domain :EMMO_5be83f9c_a4ba_4b9a_be1a_5bfc6e891231 ; + skos:prefLabel "mathematicalSymbolValue"@en . + + ### https://w3id.org/emmo#EMMO_faf79f53_749d_40b2_807c_d34244c192f4 :EMMO_faf79f53_749d_40b2_807c_d34244c192f4 rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; rdf:type owl:FunctionalProperty ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The owl:dataProperty that provides a serialisation of an EMMO numerical data entity." ; rdfs:domain :EMMO_8b305b63_6fa3_44dd_9679_17eb8403a07a ; - skos:prefLabel "hasNumberValue"@en . + skos:prefLabel "hasNumberValue"@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The owl:dataProperty that provides a serialisation of an EMMO numerical data entity." . ################################################################# @@ -71,7 +83,7 @@ owl:qualifiedCardinality rdf:type owl:AnnotationProperty . :EMMO_048a14e3_65fb_457d_8695_948965c89492 rdf:type owl:Class ; rdfs:subClassOf :EMMO_f8a2fe9f_458b_4771_9aba_a50e76afc52d , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 ; owl:hasValue "Δ" ] ; skos:prefLabel "Laplacian"@en . @@ -84,26 +96,26 @@ owl:qualifiedCardinality rdf:type owl:AnnotationProperty . owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; owl:someValuesFrom :EMMO_21f56795_ee72_4858_b571_11cfaa59c1a8 ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "1-dimensional array who's spatial direct parts are numbers."@en ; skos:altLabel "1DArray"@en , "LinearArray" ; - skos:prefLabel "Vector"@en . + skos:prefLabel "Vector"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "1-dimensional array who's spatial direct parts are numbers."@en . ### https://w3id.org/emmo#EMMO_0b6ebe5a_0026_4bef_a1c1_5be00df9f98e :EMMO_0b6ebe5a_0026_4bef_a1c1_5be00df9f98e rdf:type owl:Class ; rdfs:subClassOf :EMMO_88470739_03d3_4c47_a03e_b30a1288d50c ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation which makes a non-equal comparison between two numbers or other mathematical expressions."@en ; skos:example "f(x) > 0"@en ; - skos:prefLabel "Inequality"@en . + skos:prefLabel "Inequality"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation which makes a non-equal comparison between two numbers or other mathematical expressions."@en . ### https://w3id.org/emmo#EMMO_1aed91a3_d00c_48af_8f43_a0c958b2512a :EMMO_1aed91a3_d00c_48af_8f43_a0c958b2512a rdf:type owl:Class ; rdfs:subClassOf :EMMO_f9bc8b52_85e9_4b53_b969_dd7724d5b8e4 ; - skos:example "2x+3"@en ; rdfs:comment "An expression that has parts only integer constants, variables, and the algebraic operations (addition, subtraction, multiplication, division and exponentiation by an exponent that is a rational number)"@en ; - skos:prefLabel "AlgebricExpression"@en . + skos:example "2x+3"@en ; + skos:prefLabel "AlgebraicExpression"@en . ### https://w3id.org/emmo#EMMO_1cba0b27_15d0_4326_933f_379d0b3565b6 @@ -113,31 +125,31 @@ owl:qualifiedCardinality rdf:type owl:AnnotationProperty . owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; owl:someValuesFrom :EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "2-dimensional array who's spatial direct parts are vectors."@en ; skos:altLabel "2DArray"@en ; - skos:prefLabel "Matrix"@en . + skos:prefLabel "Matrix"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "2-dimensional array who's spatial direct parts are vectors."@en . ### https://w3id.org/emmo#EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895 :EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895 rdf:type owl:Class ; rdfs:subClassOf :EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A variable is a symbolic object that stands for any other mathematical object, such as number, a vector, a matrix, a function, the argument of a function, a set, an element of a set."@en ; skos:example """x k"""@en ; - skos:prefLabel "Variable"@en . + skos:prefLabel "Variable"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A variable is a symbolic object that stands for any other mathematical object, such as number, a vector, a matrix, a function, the argument of a function, a set, an element of a set."@en . [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895 ; - owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; - owl:annotatedTarget "A variable is a symbolic object that stands for any other mathematical object, such as number, a vector, a matrix, a function, the argument of a function, a set, an element of a set."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Variable_(mathematics)"^^xsd:anyURI + owl:annotatedProperty skos:prefLabel ; + owl:annotatedTarget "Variable"@en ; + :EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "Fom Latin variabilis (\"changeable\")."@en ] . [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895 ; - owl:annotatedProperty skos:prefLabel ; - owl:annotatedTarget "Variable"@en ; - :EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "Fom Latin variabilis (\"changeable\")."@en + owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; + owl:annotatedTarget "A variable is a symbolic object that stands for any other mathematical object, such as number, a vector, a matrix, a function, the argument of a function, a set, an element of a set."@en ; + :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Variable_(mathematics)"^^xsd:anyURI ] . @@ -148,16 +160,15 @@ k"""@en ; owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; owl:someValuesFrom :EMMO_1cba0b27_15d0_4326_933f_379d0b3565b6 ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "3-dimensional array who's spatial direct parts are matrices."@en ; skos:altLabel "3DArray"@en ; - skos:prefLabel "Array3D"@en . + skos:prefLabel "Array3D"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "3-dimensional array who's spatial direct parts are matrices."@en . ### https://w3id.org/emmo#EMMO_21f56795_ee72_4858_b571_11cfaa59c1a8 :EMMO_21f56795_ee72_4858_b571_11cfaa59c1a8 rdf:type owl:Class ; rdfs:subClassOf :EMMO_4ce76d7f_03f8_45b6_9003_90052a79bfaa , :EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A numerical data value."@en ; rdfs:comment "A number individual provides the link between the ontology and the actual data, through the data property hasNumericalValue."@en , "A number is actually a string (e.g. 1.4, 1e-8) of numerical digits and other symbols. However, in order not to increase complexity of the taxonomy and relations, here we take a number as an \"atomic\" object, without decomposit it in digits (i.e. we do not include digits in the EMMO as alphabet for numbers)."@en , """In math usually number and numeral are distinct concepts, the numeral being the symbol or a composition of symbols (e.g. 3.14, 010010, three) and the number is the idea behind it. @@ -167,7 +178,8 @@ Or alternatively, an integer numeral may also stands for a set of a specific car The fact that you can't give a name to a number without using a numeral or, in case of positive integers, without referring to a real world objects set with specific cardinality, suggests that the abstract concept of number is not a concept that can be practically used. For these reasons, the EMMO will consider numerals and numbers as the same concept."""@en ; skos:altLabel "Numeral"@en ; - skos:prefLabel "Number"@en . + skos:prefLabel "Number"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A numerical data value."@en . ### https://w3id.org/emmo#EMMO_223d9523_4169_4ecd_b8af_acad1215e1ff @@ -179,42 +191,42 @@ For these reasons, the EMMO will consider numerals and numbers as the same conce ### https://w3id.org/emmo#EMMO_24b30ba4_90f4_423d_93d2_fd0fde349087 :EMMO_24b30ba4_90f4_423d_93d2_fd0fde349087 rdf:type owl:Class ; rdfs:subClassOf :EMMO_1cba0b27_15d0_4326_933f_379d0b3565b6 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A real matrix with shape 4x3."@en ; - skos:prefLabel "Shape4x3Matrix"@en . + skos:prefLabel "Shape4x3Matrix"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A real matrix with shape 4x3."@en . ### https://w3id.org/emmo#EMMO_28fbea28_2204_4613_87ff_6d877b855fcd :EMMO_28fbea28_2204_4613_87ff_6d877b855fcd rdf:type owl:Class ; rdfs:subClassOf :EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Arrays are ordered mathematical objects who's elementary spatial parts are numbers. Their dimensionality is constructed with spatial direct parthood, where 1-dimensional arrays have spatial direct parts Number and n-dimensional array have spatial direct parts (n-1)-dimensional arrays."@en ; - skos:example """A Vector is a 1-dimensional Array with Number as spatial direct parts, -a Matrix is a 2-dimensional Array with Vector as spatial direct parts, -an Array3D is a 3-dimensional Array with Matrix as spatial direct parts, -and so forth..."""@en ; rdfs:comment """Array subclasses with a specific shape can be constructed with cardinality restrictions. See Shape4x3Matrix as an example."""@en , "Arrays are ordered objects, since they are a subclasses of Arrangement."@en ; - skos:prefLabel "Array"@en . + skos:example """A Vector is a 1-dimensional Array with Number as spatial direct parts, +a Matrix is a 2-dimensional Array with Vector as spatial direct parts, +an Array3D is a 3-dimensional Array with Matrix as spatial direct parts, +and so forth..."""@en ; + skos:prefLabel "Array"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Arrays are ordered mathematical objects who's elementary spatial parts are numbers. Their dimensionality is constructed with spatial direct parthood, where 1-dimensional arrays have spatial direct parts Number and n-dimensional array have spatial direct parts (n-1)-dimensional arrays."@en . ### https://w3id.org/emmo#EMMO_29afdf54_90ae_4c98_8845_fa9ea3f143a8 :EMMO_29afdf54_90ae_4c98_8845_fa9ea3f143a8 rdf:type owl:Class ; rdfs:subClassOf :EMMO_e56ee3eb_7609_4ae1_8bed_51974f0960a6 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An equation that define a new variable in terms of other mathematical entities."@en ; skos:example """The definition of velocity as v = dx/dt. The definition of density as mass/volume. y = f(x)"""@en ; - skos:prefLabel "DefiningEquation"@en . + skos:prefLabel "DefiningEquation"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An equation that define a new variable in terms of other mathematical entities."@en . ### https://w3id.org/emmo#EMMO_2b1303e8_d4c3_453b_9918_76f1d009543f :EMMO_2b1303e8_d4c3_453b_9918_76f1d009543f rdf:type owl:Class ; rdfs:subClassOf :EMMO_707f0cd1_941c_4b57_9f20_d0ba30cd6ff3 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 ; owl:hasValue "*" ] ; skos:prefLabel "Multiplication"@en . @@ -223,22 +235,22 @@ y = f(x)"""@en ; ### https://w3id.org/emmo#EMMO_2ff07b07_c447_490f_903a_f6a72a12d7bf :EMMO_2ff07b07_c447_490f_903a_f6a72a12d7bf rdf:type owl:Class ; rdfs:subClassOf :EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A real vector with 3 elements."@en ; skos:example "The quantity value of physical quantities if real space is a Shape3Vector."@en ; - skos:prefLabel "Shape3Vector"@en . + skos:prefLabel "Shape3Vector"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A real vector with 3 elements."@en . ### https://w3id.org/emmo#EMMO_3c424d37_cf62_41b1_ac9d_a316f8d113d6 :EMMO_3c424d37_cf62_41b1_ac9d_a316f8d113d6 rdf:type owl:Class ; rdfs:subClassOf :EMMO_f6d0c26a_98b6_4cf8_8632_aa259131faaa ; - skos:prefLabel "AlgebricOperator"@en . + skos:prefLabel "AlgebraicOperator"@en . ### https://w3id.org/emmo#EMMO_46d5643b_9706_4b67_8bea_ed77d6026539 :EMMO_46d5643b_9706_4b67_8bea_ed77d6026539 rdf:type owl:Class ; rdfs:subClassOf :EMMO_707f0cd1_941c_4b57_9f20_d0ba30cd6ff3 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 ; owl:hasValue "-" ] ; skos:prefLabel "Minus"@en . @@ -247,18 +259,18 @@ y = f(x)"""@en ; ### https://w3id.org/emmo#EMMO_4bc29b0f_8fcc_4026_a291_f9774a66d9b8 :EMMO_4bc29b0f_8fcc_4026_a291_f9774a66d9b8 rdf:type owl:Class ; rdfs:subClassOf :EMMO_29afdf54_90ae_4c98_8845_fa9ea3f143a8 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A function defined using functional notation."@en ; - skos:example "y = f(x)"@en ; rdfs:comment "A mathematical relation that relates each element in the domain (X) to exactly one element in the range (Y)."@en ; skos:altLabel "FunctionDefinition"@en ; - skos:prefLabel "MathematicalFunction"@en . + skos:example "y = f(x)"@en ; + skos:prefLabel "MathematicalFunction"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A function defined using functional notation."@en . ### https://w3id.org/emmo#EMMO_4ce76d7f_03f8_45b6_9003_90052a79bfaa :EMMO_4ce76d7f_03f8_45b6_9003_90052a79bfaa rdf:type owl:Class ; rdfs:subClassOf :EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'Mathematical' that has no unknown value, i.e. all its 'Variable\"-s parts refers to a 'Number' (for scalars that have a built-in datatype) or to another 'Numerical' (for complex numerical data structures that should rely on external implementations)."@en ; - skos:prefLabel "Numerical"@en . + skos:prefLabel "Numerical"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'Mathematical' that has no unknown value, i.e. all its 'Variable\"-s parts refers to a 'Number' (for scalars that have a built-in datatype) or to another 'Numerical' (for complex numerical data structures that should rely on external implementations)."@en . ### https://w3id.org/emmo#EMMO_535d75a4_1972_40bc_88c6_ca566386934f @@ -266,19 +278,19 @@ y = f(x)"""@en ; rdfs:subClassOf :EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 , :EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 ; owl:hasValue "=" ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The equals symbol."@en ; - skos:prefLabel "Equals"@en . + skos:prefLabel "Equals"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The equals symbol."@en . ### https://w3id.org/emmo#EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 :EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 rdf:type owl:Class ; rdfs:subClassOf :EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8 ; + skos:prefLabel "Mathematical"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of general mathematical symbolic objects respecting mathematical syntactic rules."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A mathematical object in this branch is not representing a concept but an actual graphical object built using mathematcal symbols arranged in some way, according to math conventions."@en ; - skos:prefLabel "Mathematical"@en . + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A mathematical object in this branch is not representing a concept but an actual graphical object built using mathematcal symbols arranged in some way, according to math conventions."@en . ### https://w3id.org/emmo#EMMO_5be83f9c_a4ba_4b9a_be1a_5bfc6e891231 @@ -307,9 +319,9 @@ y = f(x)"""@en ; :EMMO_88470739_03d3_4c47_a03e_b30a1288d50c rdf:type owl:Class ; rdfs:subClassOf :EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 , :EMMO_89a0c87c_0804_4013_937a_6fe234d9499c ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A mathematical string that express a relation between the elements in one set X to elements in another set Y."@en ; rdfs:comment "The set X is called domain and the set Y range or codomain."@en ; - skos:prefLabel "MathematicalFormula"@en . + skos:prefLabel "MathematicalFormula"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A mathematical string that express a relation between the elements in one set X to elements in another set Y."@en . ### https://w3id.org/emmo#EMMO_89083bab_f69c_4d06_bf6d_62973b56cdc7 @@ -332,15 +344,15 @@ y = f(x)"""@en ; ### https://w3id.org/emmo#EMMO_8c64fcfa_23aa_45f8_9e58_bdfd065fab8f :EMMO_8c64fcfa_23aa_45f8_9e58_bdfd065fab8f rdf:type owl:Class ; rdfs:subClassOf :EMMO_9e029526_79a2_47a8_a151_dd0545db471b ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A variable that stand for a numerical constant, even if it is unknown."@en ; - skos:prefLabel "Constant"@en . + skos:prefLabel "Constant"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A variable that stand for a numerical constant, even if it is unknown."@en . ### https://w3id.org/emmo#EMMO_8de14a59_660b_454f_aff8_76a07ce185f4 :EMMO_8de14a59_660b_454f_aff8_76a07ce185f4 rdf:type owl:Class ; rdfs:subClassOf :EMMO_707f0cd1_941c_4b57_9f20_d0ba30cd6ff3 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 ; owl:hasValue "+" ] ; skos:prefLabel "Plus"@en . @@ -360,16 +372,16 @@ y = f(x)"""@en ; owl:onProperty :EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 ; owl:someValuesFrom :EMMO_1aed91a3_d00c_48af_8f43_a0c958b2512a ] ; - skos:example "2 * a - b = c"@en ; rdfs:comment "An 'equation' that has parts two 'polynomial'-s"@en ; - skos:prefLabel "AlgebricEquation"@en . + skos:example "2 * a - b = c"@en ; + skos:prefLabel "AlgebraicEquation"@en . ### https://w3id.org/emmo#EMMO_9e029526_79a2_47a8_a151_dd0545db471b :EMMO_9e029526_79a2_47a8_a151_dd0545db471b rdf:type owl:Class ; rdfs:subClassOf :EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A variable standing for a numerical defined mathematical object like e.g. a number, a vector of numbers, a matrix of numbers."@en ; - skos:prefLabel "NumericalVariable"@en . + skos:prefLabel "NumericalVariable"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A variable standing for a numerical defined mathematical object like e.g. a number, a vector of numbers, a matrix of numbers."@en . ### https://w3id.org/emmo#EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 @@ -380,7 +392,7 @@ y = f(x)"""@en ; :EMMO_a365b3c1_7bde_41d7_a15b_2820762e85f4 rdf:type owl:Class ; rdfs:subClassOf :EMMO_707f0cd1_941c_4b57_9f20_d0ba30cd6ff3 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 ; owl:hasValue "/" ] ; skos:prefLabel "Division"@en . @@ -402,16 +414,16 @@ y = f(x)"""@en ; ] ; owl:allValuesFrom :EMMO_4ce76d7f_03f8_45b6_9003_90052a79bfaa ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A variable that stand for a well known numerical constant (a known number)."@en ; skos:example "π refers to the constant number ~3.14"@en ; - skos:prefLabel "KnownConstant"@en . + skos:prefLabel "KnownConstant"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A variable that stand for a well known numerical constant (a known number)."@en . ### https://w3id.org/emmo#EMMO_b5c58790_fb2d_42eb_b184_2a3f6ca60acb :EMMO_b5c58790_fb2d_42eb_b184_2a3f6ca60acb rdf:type owl:Class ; rdfs:subClassOf :EMMO_f8a2fe9f_458b_4771_9aba_a50e76afc52d , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 ; owl:hasValue "∇" ] ; skos:prefLabel "Gradient"@en . @@ -420,8 +432,8 @@ y = f(x)"""@en ; ### https://w3id.org/emmo#EMMO_d1d436e7_72fc_49cd_863b_7bfb4ba5276a :EMMO_d1d436e7_72fc_49cd_863b_7bfb4ba5276a rdf:type owl:Class ; rdfs:subClassOf :EMMO_9e029526_79a2_47a8_a151_dd0545db471b ; - skos:example "Viscosity in the Navier-Stokes equation"@en ; rdfs:comment "A variable whose value is assumed to be known independently from the equation, but whose value is not explicitated in the equation."@en ; + skos:example "Viscosity in the Navier-Stokes equation"@en ; skos:prefLabel "Parameter"@en . @@ -437,27 +449,27 @@ y = f(x)"""@en ; owl:onProperty :EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 ; owl:someValuesFrom :EMMO_f9bc8b52_85e9_4b53_b969_dd7724d5b8e4 ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of 'mathematical'-s that stand for a statement of equality between two mathematical expressions."@en ; - skos:example """2+3 = 5 -x^2 +3x = 5x -dv/dt = a -sin(x) = y"""@en ; rdfs:comment """An equation with variables can always be represented as: f(v0, v1, ..., vn) = g(v0, v1, ..., vn) where f is the left hand and g the right hand side expressions and v0, v1, ..., vn are the variables."""@en ; - skos:prefLabel "Equation"@en . + skos:example """2+3 = 5 +x^2 +3x = 5x +dv/dt = a +sin(x) = y"""@en ; + skos:prefLabel "Equation"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of 'mathematical'-s that stand for a statement of equality between two mathematical expressions."@en . ### https://w3id.org/emmo#EMMO_f6d0c26a_98b6_4cf8_8632_aa259131faaa :EMMO_f6d0c26a_98b6_4cf8_8632_aa259131faaa rdf:type owl:Class ; rdfs:subClassOf :EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 , :EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A mapping that acts on elements of one space and produces elements of another space."@en ; skos:example "The algebraic operator '+' that acts on two real numbers and produces one real number."@en , - "The differential operator that acts on a C1 real function and produces another real function."@en ; - skos:prefLabel "MathematicalOperator"@en . + "The differential operator that acts on a C1 real function and produces another real function."@en ; + skos:prefLabel "MathematicalOperator"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A mapping that acts on elements of one space and produces elements of another space."@en . ### https://w3id.org/emmo#EMMO_f8a2fe9f_458b_4771_9aba_a50e76afc52d @@ -470,16 +482,16 @@ where f is the left hand and g the right hand side expressions and v0, v1, ..., :EMMO_f9bc8b52_85e9_4b53_b969_dd7724d5b8e4 rdf:type owl:Class ; rdfs:subClassOf :EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 , :EMMO_89a0c87c_0804_4013_937a_6fe234d9499c ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A well-formed finite combination of mathematical symbols according to some specific rules."@en ; - skos:prefLabel "Expression"@en . + skos:prefLabel "Expression"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A well-formed finite combination of mathematical symbols according to some specific rules."@en . ### https://w3id.org/emmo#EMMO_fe7e56ce_118b_4243_9aad_20eb9f4f31f6 :EMMO_fe7e56ce_118b_4243_9aad_20eb9f4f31f6 rdf:type owl:Class ; rdfs:subClassOf :EMMO_9e029526_79a2_47a8_a151_dd0545db471b ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The dependent variable for which an equation has been written."@en ; skos:example "Velocity, for the Navier-Stokes equation."@en ; - skos:prefLabel "Unknown"@en . + skos:prefLabel "Unknown"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The dependent variable for which an equation has been written."@en . ### https://w3id.org/emmo#EMMO_ffe760a2_9d1f_4aef_8bee_1f450f9cb00d @@ -493,16 +505,17 @@ where f is the left hand and g the right hand side expressions and v0, v1, ..., owl:onProperty :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; owl:someValuesFrom :EMMO_5be83f9c_a4ba_4b9a_be1a_5bfc6e891231 ] ; - skos:prefLabel "MathematicalConstruct"@en . + skos:prefLabel "MathematicalConstruct"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A construct of two or more mathematical symbols."@en . [ owl:qualifiedCardinality "3"^^xsd:nonNegativeInteger ] . -[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger +[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . -[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger +[ owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger ] . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/disciplines/metrology.ttl b/disciplines/metrology.ttl index a537bb1f..0c07c19b 100644 --- a/disciplines/metrology.ttl +++ b/disciplines/metrology.ttl @@ -9,25 +9,24 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - , - , - , - ; + owl:versionIRI ; + owl:imports , + , + , + , + ; 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:creator , - , - , - , - ; + dcterms:creator :EmanueleGhedini , + :GerhardGoldbeck , + :JesperFriis , + :SimonClark ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Metrology"@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" ; + owl:versionInfo "1.0.0-rc3" ; :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# @@ -96,6 +95,22 @@ This module is based on the International vocabulary of metrology (VIM) as well rdfs:range xsd:anyURI . +################################################################# +# Datatypes +################################################################# + +### https://w3id.org/emmo#EMMO_799c067b_083f_4365_9452_1f1433b03676 +:EMMO_799c067b_083f_4365_9452_1f1433b03676 rdf:type rdfs:Datatype ; + skos:example "\"3 cm\""@en , + """A more complete example showing how to specify the value of a physical quantity in turtle using this datatype: + + height1 a emmo:Height ; + hasSIQuantityValue \"3 cm\"^^emmo:SIQuantityDatatype ."""@en ; + skos:prefLabel "SIQuantityDatatype"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A datatype for a specifying a physcial quantity as a string consisting of a numerical, a separator and an SI unit."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The unit should be a valid, possible prefixed, derived SI unit."@en . + + ################################################################# # Object Properties ################################################################# @@ -156,7 +171,7 @@ The quantity is selected without an observation aimed to measure its actual valu rdfs:domain :EMMO_0650c031_42b6_4f0a_b62d_d88f071da6bf ; rdfs:range :EMMO_18ce5200_00f5_45bb_8c6f_6fb128cd41ae ; rdfs:comment "Relates a quantity to its metrological reference through a semiotic process."@en ; - owl:versionInfo """In EMMO version 1.0.0-rc1, physical quantities used the hasMetrologicalReference object property to relate them to their units via physical dimensionality. This was simplified in 1.0.0-alpha3 in order to make reasoning faster. + owl:versionInfo """In EMMO version 1.0.0-rc3, physical quantities used the hasMetrologicalReference object property to relate them to their units via physical dimensionality. This was simplified in 1.0.0-alpha3 in order to make reasoning faster. The restriction (e.g. for the physical quantity Length) @@ -244,19 +259,44 @@ The label of this class was also changed from PhysicsDimension to PhysicalDimens :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Assigns a quantity to an object via a well-defined measurement procedure."@en . +################################################################# +# Data properties +################################################################# + +### https://w3id.org/emmo#EMMO_42806efc_581b_4ff8_81b0_b4d62153458b +:EMMO_42806efc_581b_4ff8_81b0_b4d62153458b rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf owl:topDataProperty ; + rdfs:domain :EMMO_02c0621e_a527_4790_8a0f_2bb51973c819 ; + rdfs:range :EMMO_799c067b_083f_4365_9452_1f1433b03676 ; + skos:example """Example showing how to specify the value of a physical quantity in turtle using hasSIQuantityValue: + + height1 a emmo:Height ; + hasSIQuantityValue \"3 cm\"^^emmo:SIQuantityDatatype ."""@en ; + skos:prefLabel "hasSIQuantityValue"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a physical quantity to its value specified as a string consisting of a numerical, a separator and a unit."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Using hasSIQuantityValue is a convenient, but less semantic, alternative to specify value and unit of a physical quantity compared to using the 'hasNumericalPart' and 'hasReferencePart'/'hasMetrologicalReference' relations. + +The unit should be a valid, possible prefixed, derived SI unit."""@en . + + +### https://w3id.org/emmo#EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 +:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + rdfs:domain :EMMO_216f448e_cdbc_4aeb_a529_7a5fe7fc38bb ; + skos:prefLabel "unitSymbolValue"@en . + + ################################################################# # Classes ################################################################# ### https://w3id.org/emmo#EMMO_02c0621e_a527_4790_8a0f_2bb51973c819 :EMMO_02c0621e_a527_4790_8a0f_2bb51973c819 rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; + rdfs:subClassOf :EMMO_dbbbf0ed_a446_4f9e_877c_8c46e7842f43 , + [ rdf:type owl:Restriction ; owl:onProperty :EMMO_67fc0a36_8dcb_4ffa_9a43_31074efa3296 ; owl:allValuesFrom :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ] ; - owl:disjointUnionOf ( :EMMO_71f6ab56_342c_484b_bbe0_de86b7367cb3 - :EMMO_acaaa124_3dde_48b6_86e6_6ec6f364f408 - ) ; rdfs:comment """In the same system of quantities, dim ρB = ML−3 is the quantity dimension of mass concentration of component B, and ML−3 is also the quantity dimension of mass density, ρ. ISO 80000-1"""@en , """Measured or simulated 'physical propertiy'-s are always defined by a physical law, connected to a physical entity through a model perspective and measurement is done according to the same model. @@ -276,31 +316,26 @@ As another example, the joule (J) is used as a unit of energy, but never as a un — quantities having the same quantity dimension are not necessarily of the same kind. ISO 80000-1"""@en ; skos:prefLabel "PhysicalQuantity"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: DerivedQuantity, BaseQuantity" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'Mathematical' entity that is made of a 'Numeral' and a 'MeasurementUnit' defined by a physical law, connected to a physical entity through a model perspective. Measurement is done according to the same model."@en . ### https://w3id.org/emmo#EMMO_0650c031_42b6_4f0a_b62d_d88f071da6bf :EMMO_0650c031_42b6_4f0a_b62d_d88f071da6bf rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_02c0621e_a527_4790_8a0f_2bb51973c819 - :EMMO_c46f091c_0420_4c1a_af30_0a2c8ebcf7d7 - ) - ] ; rdfs:subClassOf :EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba , [ rdf:type owl:Restriction ; owl:onProperty :EMMO_67fc0a36_8dcb_4ffa_9a43_31074efa3296 ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :EMMO_18ce5200_00f5_45bb_8c6f_6fb128cd41ae ] ; - owl:disjointUnionOf ( :EMMO_a9a6ddf8_7e16_420a_9f3d_df7d5cfe3536 - :EMMO_dd4a7f3e_ef56_466c_ac1a_d2716b5f87ec - ) ; skos:altLabel "Measurand"@en ; skos:example """length Rockwell C hardness electric resistance"""@en ; skos:prefLabel "Quantity"@en ; :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/schema/qudt/Quantity"^^xsd:anyURI ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: SubjectiveProperty, ObjectiveProperty" , + "EquivalentTo: PhysicalQuantity or OrdinalQuantity" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A quantifiable property of a phenomenon, body, or substance."@en ; :EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "measurand"@en , "quantity"@en ; @@ -318,6 +353,7 @@ A quantity in EMMO is a property and therefore only addresses the first part of ### https://w3id.org/emmo#EMMO_08b308d4_31cd_4779_a784_aa92fc730f39 :EMMO_08b308d4_31cd_4779_a784_aa92fc730f39 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_868ae137_4d25_493e_b270_21ea3d94849e ; skos:prefLabel "DerivedUnit"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Derived units are defined as products of powers of the base units corresponding to the relations defining the derived quantities in terms of the base quantities."@en ; :EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "derived unit"@en ; @@ -358,14 +394,9 @@ Unit of degeneracy in quantum mechanics"""@en ; ### https://w3id.org/emmo#EMMO_18ce5200_00f5_45bb_8c6f_6fb128cd41ae :EMMO_18ce5200_00f5_45bb_8c6f_6fb128cd41ae rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_acd1a504_ca32_4f30_86ad_0b62cea5bc02 - :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 - :EMMO_c9c8f824_9127_4f93_bc21_69fe78a7f6f2 - ) - ] ; rdfs:subClassOf :EMMO_985bec21_989f_4b9e_a4b3_735d88099c3c ; skos:prefLabel "MetrologicalReference"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: StandardUnit or MeasurementUnit or ProcedureUnit" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A reference can be a measurement unit, a measurement procedure, a reference material, or a combination of such (VIM3 1.1 NOTE 2)."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """A symbolic is recognized as reference unit also if it is not part of a quantity (e.g. as in the sentence \"the Bq is the reference unit of Becquerel\"). For this reason we can't declare the axiom: @@ -381,16 +412,17 @@ This is peculiar to EMMO, where quantities as syntatic entities (explicit quanti ) ; rdf:type owl:Class ] ; - owl:disjointUnionOf ( :EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2 - :EMMO_db716151_6b73_45ff_910c_d182fdcbb4f5 - ) ; + rdfs:subClassOf :EMMO_868ae137_4d25_493e_b270_21ea3d94849e ; skos:example "Some examples are \"Pa\", \"m\" and \"J\"."@en ; skos:prefLabel "UnitSymbol"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: SpecialUnit, BaseUnit" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbol that stands for a single unit."@en . ### https://w3id.org/emmo#EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_611e4040_9a3e_4a1a_9fa2_7b1012269401 ; + owl:disjointWith :EMMO_cbdea88b_fef1_4c7c_b69f_ae1f0f241c4a ; skos:example """Refractive index Plane angle Number of apples"""@en ; @@ -408,7 +440,9 @@ Number of apples"""@en ; ### https://w3id.org/emmo#EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2 :EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_08b308d4_31cd_4779_a784_aa92fc730f39 ; + rdfs:subClassOf :EMMO_08b308d4_31cd_4779_a784_aa92fc730f39 , + :EMMO_216f448e_cdbc_4aeb_a529_7a5fe7fc38bb ; + owl:disjointWith :EMMO_db716151_6b73_45ff_910c_d182fdcbb4f5 ; rdfs:comment "Special units are semiotic shortcuts to more complex composed symbolic objects."@en ; skos:example """Pa stands for N/m2 J stands for N m"""@en ; @@ -418,6 +452,8 @@ J stands for N m"""@en ; ### https://w3id.org/emmo#EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2 :EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_b953f2b1_c8d1_4dd9_b630_d3ef6580c2bb ; + owl:disjointWith :EMMO_89762966_8076_4f7c_b745_f718d653e8e2 ; skos:prefLabel "MeasuredConstant"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For a given unit system, measured constants are physical constants that are not used to define the unit system. Hence, these constants have to be measured and will therefore be associated with an uncertainty."@en . @@ -462,6 +498,12 @@ J stands for N m"""@en ; ] . +### https://w3id.org/emmo#EMMO_4b965242_29f0_4e42_a4b6_f8a5988052df +:EMMO_4b965242_29f0_4e42_a4b6_f8a5988052df rdf:type owl:Class ; + rdfs:subClassOf :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ; + skos:prefLabel "MeasurementUnitByPrefix"@en . + + ### https://w3id.org/emmo#EMMO_50a3552e_859a_4ff7_946d_76d537cabce6 :EMMO_50a3552e_859a_4ff7_946d_76d537cabce6 rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( :EMMO_985bec21_989f_4b9e_a4b3_735d88099c3c @@ -493,8 +535,16 @@ J stands for N m"""@en ; -- SI Brochure"""@en . +### https://w3id.org/emmo#EMMO_611e4040_9a3e_4a1a_9fa2_7b1012269401 +:EMMO_611e4040_9a3e_4a1a_9fa2_7b1012269401 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ; + skos:prefLabel "MeasurementUnitByDimensionality"@en . + + ### https://w3id.org/emmo#EMMO_71f6ab56_342c_484b_bbe0_de86b7367cb3 :EMMO_71f6ab56_342c_484b_bbe0_de86b7367cb3 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9159bb16_8a70_49f9_bac4_f5cf2a82c39a ; + owl:disjointWith :EMMO_acaaa124_3dde_48b6_86e6_6ec6f364f408 ; skos:prefLabel "DerivedQuantity"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "\"Quantity, in a system of quantities, defined in terms of the base quantities of that system\"."@en ; :EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "derived quantity"@en . @@ -507,7 +557,6 @@ J stands for N m"""@en ; ) ; rdf:type owl:Class ] ; - rdfs:subClassOf :EMMO_89a0c87c_0804_4013_937a_6fe234d9499c ; skos:prefLabel "MetrologicalConstruct"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbolic construct used within the discipline of metrology."@en . @@ -549,12 +598,10 @@ J stands for N m"""@en ; ### https://w3id.org/emmo#EMMO_868ae137_4d25_493e_b270_21ea3d94849e :EMMO_868ae137_4d25_493e_b270_21ea3d94849e rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_08b308d4_31cd_4779_a784_aa92fc730f39 - :EMMO_216f448e_cdbc_4aeb_a529_7a5fe7fc38bb - ) - ] ; + rdfs:subClassOf :EMMO_4b965242_29f0_4e42_a4b6_f8a5988052df ; + owl:disjointWith :EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ; skos:prefLabel "NonPrefixedUnit"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: DerivedUnit or UnitSymbol" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A measurement unit symbol that do not have a metric prefix as a direct spatial part."@en . @@ -570,6 +617,7 @@ J stands for N m"""@en ; ### https://w3id.org/emmo#EMMO_89762966_8076_4f7c_b745_f718d653e8e2 :EMMO_89762966_8076_4f7c_b745_f718d653e8e2 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_b953f2b1_c8d1_4dd9_b630_d3ef6580c2bb ; skos:prefLabel "ExactConstant"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Physical constant used to define a unit system. Hence, when expressed in that unit system they have an exact value with no associated uncertainty."@en . @@ -592,6 +640,12 @@ Sex of a human being."""@en ; :EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "nominal property"@en . +### https://w3id.org/emmo#EMMO_9159bb16_8a70_49f9_bac4_f5cf2a82c39a +:EMMO_9159bb16_8a70_49f9_bac4_f5cf2a82c39a rdf:type owl:Class ; + rdfs:subClassOf :EMMO_02c0621e_a527_4790_8a0f_2bb51973c819 ; + skos:prefLabel "PhysicalQuantiyByDefinition"@en . + + ### https://w3id.org/emmo#EMMO_972e01b0_b017_4903_8c05_b7edda958723 :EMMO_972e01b0_b017_4903_8c05_b7edda958723 rdf:type owl:Class ; rdfs:subClassOf :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 ; @@ -629,7 +683,9 @@ It is advisory to create a uniquely defined subclass these units for concrete us ### https://w3id.org/emmo#EMMO_a9a6ddf8_7e16_420a_9f3d_df7d5cfe3536 :EMMO_a9a6ddf8_7e16_420a_9f3d_df7d5cfe3536 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_251cfb4f_5c75_4778_91ed_6c8395212fd8 ; + rdfs:subClassOf :EMMO_251cfb4f_5c75_4778_91ed_6c8395212fd8 , + :EMMO_d9350951_5300_44e8_ae61_79fb7c53b7e7 ; + owl:disjointWith :EMMO_dd4a7f3e_ef56_466c_ac1a_d2716b5f87ec ; skos:example "The measure of beauty on a scale from 1 to 10."@en ; skos:prefLabel "SubjectiveProperty"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A quantity whos value that cannot be univocally determined and depends on an agent (e.g. a human individual, a community)."@en . @@ -637,6 +693,7 @@ It is advisory to create a uniquely defined subclass these units for concrete us ### https://w3id.org/emmo#EMMO_acaaa124_3dde_48b6_86e6_6ec6f364f408 :EMMO_acaaa124_3dde_48b6_86e6_6ec6f364f408 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9159bb16_8a70_49f9_bac4_f5cf2a82c39a ; skos:prefLabel "BaseQuantity"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Quantity in a conventionally chosen subset of a given system of quantities, where no quantity in the subset can be expressed in terms of the other quantities within that subset\" ISO 80000-1"""@en ; @@ -645,6 +702,7 @@ ISO 80000-1"""@en ; ### https://w3id.org/emmo#EMMO_acd1a504_ca32_4f30_86ad_0b62cea5bc02 :EMMO_acd1a504_ca32_4f30_86ad_0b62cea5bc02 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_18ce5200_00f5_45bb_8c6f_6fb128cd41ae ; skos:altLabel "ReferenceMaterial" ; skos:example "Arbitrary amount-of-substance concentration of lutropin in a given sample of plasma (WHO international standard 80/552): 5.0 International Unit/l"@en ; skos:prefLabel "StandardUnit"@en ; @@ -654,17 +712,14 @@ International vocabulary of metrology (VIM)"""@en . ### https://w3id.org/emmo#EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_18ce5200_00f5_45bb_8c6f_6fb128cd41ae ; owl:disjointWith :EMMO_c9c8f824_9127_4f93_bc21_69fe78a7f6f2 ; - owl:disjointUnionOf ( :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 - :EMMO_cbdea88b_fef1_4c7c_b69f_ae1f0f241c4a - ) , - ( :EMMO_868ae137_4d25_493e_b270_21ea3d94849e - :EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e - ) ; skos:example """kg m/s km"""@en ; skos:prefLabel "MeasurementUnit"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: DimensionlessUnit, DimensionalUnit" , + "DisjointUnionOf: NonPrefixedUnit, PrefixedUnit" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A metrological reference for a physical quantity."@en ; :EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "measurement unit (VIM3 1.9)"@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """\"Real scalar quantity, defined and adopted by convention, with which any other quantity of the same kind can be compared to express the ratio of the second quantity to the first one as a number\" @@ -681,10 +736,8 @@ https://www.bipm.org/utils/common/pdf/si-brochure/SI-Brochure-9-EN.pdf"""@en , ### https://w3id.org/emmo#EMMO_b953f2b1_c8d1_4dd9_b630_d3ef6580c2bb :EMMO_b953f2b1_c8d1_4dd9_b630_d3ef6580c2bb rdf:type owl:Class ; rdfs:subClassOf :EMMO_02c0621e_a527_4790_8a0f_2bb51973c819 ; - owl:disjointUnionOf ( :EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2 - :EMMO_89762966_8076_4f7c_b745_f718d653e8e2 - ) ; skos:prefLabel "PhysicalConstant"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: MeasuredConstant, ExactConstant" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Physical constants are categorised into \"exact\" and measured constants. With \"exact\" constants, we refer to physical constants that have an exact numerical value after the revision of the SI system that was enforsed May 2019."""@en ; @@ -704,6 +757,7 @@ is desirable (μm/m, nmol/mol). ### https://w3id.org/emmo#EMMO_c46f091c_0420_4c1a_af30_0a2c8ebcf7d7 :EMMO_c46f091c_0420_4c1a_af30_0a2c8ebcf7d7 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_dbbbf0ed_a446_4f9e_877c_8c46e7842f43 ; rdfs:comment """\"Ordinal quantities, such as Rockwell C hardness, are usually not considered to be part of a system of quantities because they are related to other quantities through empirical relations only.\" International vocabulary of metrology (VIM)"""@en ; skos:example """Hardness @@ -716,7 +770,8 @@ International vocabulary of metrology (VIM)"""@en ; ### https://w3id.org/emmo#EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e :EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; + rdfs:subClassOf :EMMO_4b965242_29f0_4e42_a4b6_f8a5988052df , + [ rdf:type owl:Restriction ; owl:onProperty :EMMO_4be0acad_af05_426f_aa6d_fe7531072564 ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :EMMO_442bd91e_a724_4e9f_89c1_18423016fb75 @@ -732,6 +787,7 @@ International vocabulary of metrology (VIM)"""@en ; ### https://w3id.org/emmo#EMMO_c9c8f824_9127_4f93_bc21_69fe78a7f6f2 :EMMO_c9c8f824_9127_4f93_bc21_69fe78a7f6f2 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_18ce5200_00f5_45bb_8c6f_6fb128cd41ae ; skos:altLabel "MeasurementProcedure" ; skos:example "Rockwell C hardness of a given sample (150 kg load): 43.5HRC(150 kg)"@en ; skos:prefLabel "ProcedureUnit"@en ; @@ -741,6 +797,7 @@ International vocabulary of metrology (VIM)"""@en ; ### https://w3id.org/emmo#EMMO_cbdea88b_fef1_4c7c_b69f_ae1f0f241c4a :EMMO_cbdea88b_fef1_4c7c_b69f_ae1f0f241c4a rdf:type owl:Class ; + rdfs:subClassOf :EMMO_611e4040_9a3e_4a1a_9fa2_7b1012269401 ; 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. @@ -778,6 +835,12 @@ Then I have two different physical quantities that are properties thanks to two :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A quantitative property attributed by agreement to a quantity for a given purpose."@en . +### https://w3id.org/emmo#EMMO_d9350951_5300_44e8_ae61_79fb7c53b7e7 +:EMMO_d9350951_5300_44e8_ae61_79fb7c53b7e7 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_0650c031_42b6_4f0a_b62d_d88f071da6bf ; + skos:prefLabel "QuantityBySubjectivity"@en . + + ### https://w3id.org/emmo#EMMO_dabe353b_8bfc_4da7_8ac7_8f52786d16f8 :EMMO_dabe353b_8bfc_4da7_8ac7_8f52786d16f8 rdf:type owl:Class ; rdfs:subClassOf :EMMO_9b87d718_9dcc_4f7d_ad20_12c2aa4c76be ; @@ -786,7 +849,8 @@ Then I have two different physical quantities that are properties thanks to two ### https://w3id.org/emmo#EMMO_db716151_6b73_45ff_910c_d182fdcbb4f5 :EMMO_db716151_6b73_45ff_910c_d182fdcbb4f5 rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; + rdfs:subClassOf :EMMO_216f448e_cdbc_4aeb_a529_7a5fe7fc38bb , + [ rdf:type owl:Restriction ; owl:onProperty [ owl:inverseOf :EMMO_67fc0a36_8dcb_4ffa_9a43_31074efa3296 ] ; owl:allValuesFrom :EMMO_acaaa124_3dde_48b6_86e6_6ec6f364f408 @@ -796,9 +860,16 @@ Then I have two different physical quantities that are properties thanks to two :EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "base unit"@en . +### https://w3id.org/emmo#EMMO_dbbbf0ed_a446_4f9e_877c_8c46e7842f43 +:EMMO_dbbbf0ed_a446_4f9e_877c_8c46e7842f43 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_0650c031_42b6_4f0a_b62d_d88f071da6bf ; + skos:prefLabel "QuantityByPhysical"@en . + + ### https://w3id.org/emmo#EMMO_dd4a7f3e_ef56_466c_ac1a_d2716b5f87ec :EMMO_dd4a7f3e_ef56_466c_ac1a_d2716b5f87ec rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2a888cdf_ec4a_4ec5_af1c_0343372fc978 ; + rdfs:subClassOf :EMMO_2a888cdf_ec4a_4ec5_af1c_0343372fc978 , + :EMMO_d9350951_5300_44e8_ae61_79fb7c53b7e7 ; rdfs:comment "Subclasses of 'ObjectiveProperty' classify objects according to the type semiosis that is used to connect the property to the object (e.g. by measurement, by convention, by modelling)."@en ; skos:altLabel "PhysicalProperty"@en , "QuantitativeProperty"@en ; @@ -857,4 +928,4 @@ While the string \"1 kg\" is a 'QuantityValue'."""@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A quantity value is not necessarily a property, since it is possible to write \"10 kg\", without assigning this quantity to a specific object."@en . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/disciplines/models.ttl b/disciplines/models.ttl index dbd42bc5..d37b1374 100644 --- a/disciplines/models.ttl +++ b/disciplines/models.ttl @@ -9,25 +9,25 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - , - , - , - , - ; + owl:versionIRI ; + 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:creator , - , - , - , - ; + dcterms:creator , + :AdhamHashibon , + :EmanueleGhedini , + :GerhardGoldbeck , + :JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Models"@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" . + owl:versionInfo "1.0.0-rc3" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Object Properties @@ -88,11 +88,7 @@ ### https://w3id.org/emmo#EMMO_22522299_4091_4d1f_82a2_3890492df6db :EMMO_22522299_4091_4d1f_82a2_3890492df6db rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3b19eab4_79be_4b02_bdaf_ecf1f0067a68 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ; - owl:someValuesFrom :EMMO_314d0bd5_67ed_437e_a609_36d46147cea7 - ] ; + rdfs:subClassOf :EMMO_3b19eab4_79be_4b02_bdaf_ecf1f0067a68 ; skos:prefLabel "Experiment"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An experiment is a process that is intended to replicate a physical phenomenon in a controlled environment."@en . @@ -108,14 +104,6 @@ The Navier-Stokes equation."""@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An 'equation' that stands for a 'physical_law' by mathematically defining the relations between physics_quantities."@en . -### https://w3id.org/emmo#EMMO_314d0bd5_67ed_437e_a609_36d46147cea7 -:EMMO_314d0bd5_67ed_437e_a609_36d46147cea7 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; - rdfs:comment "While every 'process' in the EMMO involves physical objects, this class is devoted to represent real world objects that express a phenomenon relevant for the ontologist"@en ; - skos:prefLabel "PhysicalPhenomenon"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'process' that is recognized by physical sciences and is categorized accordingly."@en . - - ### https://w3id.org/emmo#EMMO_4456a5d2_16a6_4ee1_9a8e_5c75956b28ea :EMMO_4456a5d2_16a6_4ee1_9a8e_5c75956b28ea rdf:type owl:Class ; skos:prefLabel "ContinuumModel"@en ; @@ -376,7 +364,7 @@ An Hamiltonian."""@en ; ### https://w3id.org/emmo#EMMO_eff42cb3_208e_4768_9a39_f8b6b3c3d7a2 :EMMO_eff42cb3_208e_4768_9a39_f8b6b3c3d7a2 rdf:type owl:Class ; rdfs:subClassOf :EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 ; - skos:example """A matematician that calculates 2+2. + skos:example """A mathematician that calculates 2+2. A computation machine that calculate the average value of a dataset."""@en ; skos:prefLabel "Computation"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A procedure that deals with quantitative symbols (i.e. symbols associated with a quantitative oriented language)."@en . @@ -425,4 +413,4 @@ Abramowitz and Stegun, 1968"""@en ; :EMMO_0cd58641_824c_4851_907f_f4c3be76630c skos:altLabel "Signal"@en . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/disciplines/perceptual.ttl b/disciplines/perceptual.ttl index 1a02f5c1..4fda871a 100644 --- a/disciplines/perceptual.ttl +++ b/disciplines/perceptual.ttl @@ -9,20 +9,20 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; + owl:versionIRI ; + owl:imports ; dcterms:abstract "The perceptual module provides classes for the representation of human perceptions."@en ; - dcterms:creator , - , - , - , - ; + dcterms:creator , + :AdhamHashibon , + :EmanueleGhedini , + :GerhardGoldbeck , + :JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Perceptual"@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" . + owl:versionInfo "1.0.0-rc3" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Classes @@ -41,14 +41,14 @@ 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 identifies 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. If the waveform is travelling through a cable as electronic signal (analog or digital) it is no more a sound, since it cannot be perceived by an observer as an acoustical object. This electrical waveform (or digital packet) is another physical that may stand for a sound if interpreted by a device (e.g. an amplifier, a DA converter)."""@en ; skos:prefLabel "Auditory"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'Perceptual' which stands for a real world object whose spatiotemporal pattern makes it identifiable by an observer as a sound."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "'acoustical' refers to the perception mechanism of the observer that can occur through a microphone, a ear."@en . + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "'acoustical' refers to the perception mechanism of the observer that can occur through a microphone, an ear."@en . ### https://w3id.org/emmo#EMMO_649bf97b_4397_4005_90d9_219755d92e34 @@ -81,7 +81,7 @@ So, the Perceptual class is here to categorized real-world objects at meta-level We could have represented the word \"elephant\" within a physicalistic approach, by identifying it as a pressure wave in the air."""@en ; skos:prefLabel "Perceptual"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class constrast individuals standing for entities that can stimulate a perception (e.g. a retina impression) to a human being and that are categorized accordingly to human perception mechanisms."@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class contrast individuals standing for entities that can stimulate a perception (e.g. a retina impression) to a human being and that are categorized accordingly to human perception mechanisms."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """This class is the most general superclass for the categorization of contrasts that are perceivable through a specific human-related perception mechanism. This perspective is based on human characterization of perceptions. A 'Perceptual' can stand for another object in an EMMO described semiotic process (acting as sign or as object), just like a word on a paper (the perceptual object) may refer semiotically to another object. However, a perceptual is not necessarily a 'Sign' (e.g. a line sketched on a blackboard is a recognizable 'Perceptual' but it may stand for nothing). A 'Perceptual' becomes a semiotic object, when it is part of a 'Semiotic' process described by the ontologist within the EMMO, and it's done always specifying for which interpreter this relation occurs."""@en . @@ -116,7 +116,7 @@ A mail."""@en ; :EMMO_c5ae6d8e_6b39_431f_8de4_ae4e357abc04 ; skos:example "'Graphical' objects include writings, pictures, sketches ..."@en ; skos:prefLabel "Graphical"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'Perceptual' which stands for a real world object whose spatial configuration is due to an explicit graphical procedure and shows an identifiable pattern."@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'Perceptual' which stands for a real world object whose spatial configuration results from an explicit graphical procedure and shows an identifiable pattern."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "This concept includes only things that are purposely created by an agent."@en . [ rdf:type owl:Axiom ; @@ -132,7 +132,7 @@ A mail."""@en ; :EMMO_ccdc1a41_6e96_416b_92ec_efe67917434a rdf:type owl:Class ; rdfs:subClassOf :EMMO_c74da218_9147_4f03_92d1_8894abca55f3 ; skos:prefLabel "Document"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An heterogenous object made of different graphical object parts."@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A heterogeneous object made of different graphical object parts."@en . [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_ccdc1a41_6e96_416b_92ec_efe67917434a ; @@ -156,7 +156,7 @@ A mail."""@en ; :EMMO_eb7de1a1_c30e_4f0d_94c6_fe70414d7e61 rdf:type owl:Class ; rdfs:subClassOf :EMMO_c74da218_9147_4f03_92d1_8894abca55f3 ; skos:prefLabel "Representation"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A graphical object aimed to represent schematically the conceptual, tempral or spatial structure of another object, that may or may not exist."@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A graphical object aimed to represent schematically the conceptual, temporal or spatial structure of another object, that may or may not exist."@en . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/disciplines/periodictable.ttl b/disciplines/periodictable.ttl index d33d695c..0b88c5e8 100644 --- a/disciplines/periodictable.ttl +++ b/disciplines/periodictable.ttl @@ -1659,18 +1659,18 @@ 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 , - , - ; + dcterms:creator :FrancescaBleken, + :JesperFriis, + :EmanueleGhedini ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode"@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, "You can contact EMMO Authors via emmo@emmc.eu"@en ; - owl:imports ; - owl:versionIRI ; - owl:versionInfo "1.0.0-rc1"@en . + owl:imports ; + owl:versionIRI ; + owl:versionInfo "1.0.0-rc3"@en . :EMMO_0080b38f-bac4-5dd6-9d28-d821cf723787 a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; diff --git a/multiperspective/properties.ttl b/disciplines/properties.ttl similarity index 92% rename from multiperspective/properties.ttl rename to disciplines/properties.ttl index 4a1a5673..8de450f3 100644 --- a/multiperspective/properties.ttl +++ b/disciplines/properties.ttl @@ -8,25 +8,25 @@ @prefix dcterms: . @base . - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports ; dcterms:abstract """Defines properties as the result of an observation process. Observation is a semiotic process that stimulate an interpretant within the interpreter who communicates the observed result to other interpreters through a sign, which is the property. 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:creator , - , + dcterms:creator :AdhamHashibon , + :EmanueleGhedini , , - , - ; + :GerhardGoldbeck , + :JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Properties"@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" . + owl:versionInfo "1.0.0-rc3" . ################################################################# # Annotation properties diff --git a/disciplines/sisystem.ttl b/disciplines/sisystem.ttl index 8bb90c4e..4c097b5e 100644 --- a/disciplines/sisystem.ttl +++ b/disciplines/sisystem.ttl @@ -9,11 +9,11 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - , - , - , - . + owl:versionIRI ; + owl:imports , + , + , + , + . -### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/catalog-v001.xml b/disciplines/units/catalog-v001.xml index ec7d6532..0764c77a 100644 --- a/disciplines/units/catalog-v001.xml +++ b/disciplines/units/catalog-v001.xml @@ -2,60 +2,60 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - + + + diff --git a/disciplines/units/coherentsiunits.ttl b/disciplines/units/coherentsiunits.ttl index 6bfd2ef6..41207e29 100644 --- a/disciplines/units/coherentsiunits.ttl +++ b/disciplines/units/coherentsiunits.ttl @@ -3,25 +3,24 @@ @prefix rdf: . @prefix xml: . @prefix xsd: . -@prefix emmo: . @prefix rdfs: . @prefix skos: . @prefix dcterms: . @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; + owl:versionIRI ; + owl:imports ; dcterms:abstract """The module 'coherentsiunits' contain coherent derived SI units. A coherent SI unit is the product of powers of the 7 base and 22 derived SI units. It can always be written as a product of powers of the 7 base SI units with a numerical factor in front of the product that is equal to one. Examples: m/s, Pa·m, etc... Note that this module is not complete and may be extended with more coherent SI units over time."""@en ; - dcterms:contributor , - , - ; - dcterms:creator , - ; + dcterms:contributor :FrancescaBleken , + :GerhardGoldbeck , + :SimonClark ; + dcterms:creator :EmanueleGhedini , + :JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Coherent SI units"@en ; @@ -29,5621 +28,5611 @@ Note that this module is not complete and may be extended with more coherent SI 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-rc3" ; :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . - ################################################################# # Classes ################################################################# +### https://w3id.org/emmo#AmperePerDegreeCelsius +:AmperePerDegreeCelsius rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_ed7dd267_e2ee_4565_8117_e5c1eafa3e66 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "57.29578"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + rdfs:seeAlso "http://web.mit.edu/course/21/21.guide/use-tab.htm" ; + skos:altLabel "Ampere per Degree Celsius"@en ; + skos:prefLabel "AmperePerDegreeCelsius"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-DEG_C" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.Cel-1" , + "A/Cel" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/°C" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A measure used to express how a current is subject to temperature. Originally used in Wien's Law to describe phenomena related to filaments. One use today is to express how a current generator derates with temperature. + +-- QUDT"""@en . + + ### https://w3id.org/emmo#AmperePerJoule -emmo:AmperePerJoule rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_1aaaceb6_c5eb_4cf3_a494_f82d43fda10a , - [ 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 "Ampere per Joule"@en ; - skos:prefLabel "AmperePerJoule"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-J" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.J-1" , - "A/J" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/J" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The inverse measure of joule-per-ampere or weber. The measure for the reciprical of magnetic flux. +:AmperePerJoule rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_1aaaceb6_c5eb_4cf3_a494_f82d43fda10a , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Joule"@en ; + skos:prefLabel "AmperePerJoule"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-J" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.J-1" , + "A/J" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/J" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The inverse measure of joule-per-ampere or weber. The measure for the reciprical of magnetic flux. -- QUDT"""@en . ### https://w3id.org/emmo#AmperePerMetre -emmo:AmperePerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 , - [ 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 "Ampere per Metre"@en ; - skos:prefLabel "AmperePerMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.m-1" , - "A/m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """ is the SI unit of magnetic field strength. One ampere per meter is equal to π/250 oersteds (12.566 371 millioersteds) in CGS units. The ampere per meter is also the SI unit of \"magnetization\" in the sense of magnetic dipole moment per unit volume; in this context 1 A/m = 0.001 emu per cubic centimeter. +:AmperePerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Metre"@en ; + skos:prefLabel "AmperePerMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.m-1" , + "A/m" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """ is the SI unit of magnetic field strength. One ampere per meter is equal to π/250 oersteds (12.566 371 millioersteds) in CGS units. The ampere per meter is also the SI unit of \"magnetization\" in the sense of magnetic dipole moment per unit volume; in this context 1 A/m = 0.001 emu per cubic centimeter. -- QUDT"""@en . ### https://w3id.org/emmo#AmperePerRadian -emmo:AmperePerRadian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 , - [ 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 "Ampere per Radian"@en ; - skos:prefLabel "AmperePerRadian"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-RAD" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.rad-1" , - "A/rad" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/rad" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Ampere per Radian` is a derived unit for measuring the amount of current per unit measure of angle, expressed in ampere per radian. +:AmperePerRadian rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Radian"@en ; + skos:prefLabel "AmperePerRadian"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-RAD" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.rad-1" , + "A/rad" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/rad" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Ampere per Radian` is a derived unit for measuring the amount of current per unit measure of angle, expressed in ampere per radian. -- QUDT"""@en . ### https://w3id.org/emmo#AmperePerSquareMetre -emmo:AmperePerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950 , - 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" ; - rdfs:seeAlso "https://cdd.iec.ch/cdd/iec61360/iec61360.nsf/Units/0112-2---62720%23UAA105" ; - skos:altLabel "Ampere per Square Metre"@en ; - skos:prefLabel "AmperePerSquareMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.m-2" , - "A/m2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Ampere Per Square Meter` is a unit in the category of electric current density. This unit is commonly used in the SI unit system. +:AmperePerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950 , + :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + rdfs:seeAlso "https://cdd.iec.ch/cdd/iec61360/iec61360.nsf/Units/0112-2---62720%23UAA105" ; + skos:altLabel "Ampere per Square Metre"@en ; + skos:prefLabel "AmperePerSquareMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-M2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.m-2" , + "A/m2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/m²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Ampere Per Square Meter` is a unit in the category of electric current density. This unit is commonly used in the SI unit system. -- QUDT"""@en . ### https://w3id.org/emmo#AmperePerSquareMetreSquareKelvin -emmo:AmperePerSquareMetreSquareKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_754c3a5d_8ae8_41ff_b5f2_acbadb53c735 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ampere per square metre and square Kelvin."@en . +:AmperePerSquareMetreSquareKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_754c3a5d_8ae8_41ff_b5f2_acbadb53c735 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 "AmperePerSquareMetreSquareKelvin"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-M2-K2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.m-2.K-2" , + "A/(m2.K2)" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/m²⋅k²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ampere per square metre and square Kelvin."@en . ### https://w3id.org/emmo#AmpereSecond -emmo:AmpereSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a , - [ 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 "Ampere Second"@en ; - skos:prefLabel "AmpereSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A⋅s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product out of the SI base unit ampere and the SI base unit second +:AmpereSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_ab79e92b_5377_454d_be06_d61b50db295a , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Ampere Second"@en ; + skos:prefLabel "AmpereSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.s" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A⋅s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product out of the SI base unit ampere and the SI base unit second -- QUDT"""@en . ### https://w3id.org/emmo#AmpereSquareMetre -emmo:AmpereSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e , - [ 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://encyclopedia2.thefreedictionary.com/ampere+meter+squared" ; - skos:altLabel "Ampere Square Metre"@en ; - skos:prefLabel "AmpereSquareMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.m2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A⋅m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of electromagnetic moment. +:AmpereSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + rdfs:seeAlso "http://encyclopedia2.thefreedictionary.com/ampere+meter+squared" ; + skos:altLabel "Ampere Square Metre"@en ; + skos:prefLabel "AmpereSquareMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-M2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.m2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A⋅m²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of electromagnetic moment. -- QUDT"""@en . ### https://w3id.org/emmo#AmpereSquareMetrePerJouleSecond -emmo:AmpereSquareMetrePerJouleSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 , - [ 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://encyclopedia2.thefreedictionary.com/ampere+square+meter+per+joule+second" ; - skos:altLabel "Ampere Square Metre Per Joule Second"@en ; - skos:prefLabel "AmpereSquareMetrePerJouleSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-M2-PER-J-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.m2.J-1.s-1" , - "A.m2/(J.s)" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A⋅m²/(J⋅s)" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of gyromagnetic ratio. +:AmpereSquareMetrePerJouleSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + rdfs:seeAlso "http://encyclopedia2.thefreedictionary.com/ampere+square+meter+per+joule+second" ; + skos:altLabel "Ampere Square Metre Per Joule Second"@en ; + skos:prefLabel "AmpereSquareMetrePerJouleSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-M2-PER-J-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.m2.J-1.s-1" , + "A.m2/(J.s)" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A⋅m²/(J⋅s)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of gyromagnetic ratio. -- QUDT"""@en . ### https://w3id.org/emmo#AtomFraction -emmo:AtomFraction rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_f76f5a24_d703_4e8c_b368_f9a7777cb73a , - [ 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 "AtomFraction"@en , - "MolePerMole"@en , - "Moles per mole"@en ; - skos:prefLabel "MoleFraction"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-MOL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.mol-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "atom-fraction" , - "atom_fraction" , - "mol/mol" , - "mole-fraction" , - "mole_fraction" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of one type of species divided by the number of all species."@en . +:AtomFraction rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_f76f5a24_d703_4e8c_b368_f9a7777cb73a , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "AtomFraction"@en , + "MolePerMole"@en , + "Moles per mole"@en ; + skos:prefLabel "MoleFraction"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-MOL" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.mol-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "atom-fraction" , + "atom_fraction" , + "mol/mol" , + "mole-fraction" , + "mole_fraction" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of one type of species divided by the number of all species."@en . ### https://w3id.org/emmo#BecquerelPerCubicMetre -emmo:BecquerelPerCubicMetre 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" ; - rdfs:seeAlso "http://www.efunda.com/glossary/units/units--radioactivity_concentration--becquerel_per_cubic_meter.cfm" ; - skos:altLabel "Becquerel per Cubic Metre"@en ; - skos:prefLabel "BecquerelPerCubicMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BQ-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Bq.m-3" , - "Bq/m3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Bq/m³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI derived unit of unit in the category of Radioactivity concentration. +:BecquerelPerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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.efunda.com/glossary/units/units--radioactivity_concentration--becquerel_per_cubic_meter.cfm" ; + skos:altLabel "Becquerel per Cubic Metre"@en ; + skos:prefLabel "BecquerelPerCubicMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BQ-PER-M3" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Bq.m-3" , + "Bq/m3" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Bq/m³" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI derived unit of unit in the category of Radioactivity concentration. -- QUDT"""@en . ### https://w3id.org/emmo#BecquerelPerKilogram -emmo:BecquerelPerKilogram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_52b029aa_e525_4907_95d8_759298b04f97 , - [ 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.efunda.com/glossary/units/units--specific_radioactivity--becquerel_per_kilogram.cfm" ; - skos:altLabel "Becquerel per Kilogram"@en ; - skos:prefLabel "BecquerelPerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BQ-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Bq.kg-1" , - "Bq/kg" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Bq/kg" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Becquerel per Kilogram\" is used to describe radioactivity, which is often expressed in becquerels per unit of volume or weight, to express how much radioactive material is contained in a sample. +:BecquerelPerKilogram rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_52b029aa_e525_4907_95d8_759298b04f97 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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.efunda.com/glossary/units/units--specific_radioactivity--becquerel_per_kilogram.cfm" ; + skos:altLabel "Becquerel per Kilogram"@en ; + skos:prefLabel "BecquerelPerKilogram" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BQ-PER-KiloGM" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Bq.kg-1" , + "Bq/kg" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Bq/kg" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Becquerel per Kilogram\" is used to describe radioactivity, which is often expressed in becquerels per unit of volume or weight, to express how much radioactive material is contained in a sample. -- QUDT"""@en . ### https://w3id.org/emmo#BecquerelPerSquareMetre -emmo:BecquerelPerSquareMetre 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: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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Becquerel per square metre."@en . +:BecquerelPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "BecquerelPerSquareMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BQ-PER-M2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Bq.m-2" , + "Bq/m2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Bq/m²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Becquerel per square metre."@en . ### https://w3id.org/emmo#BecquerelSecondPerCubicMetre -emmo:BecquerelSecondPerCubicMetre 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: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 "Becquerels second per cubic metre."@en . +:BecquerelSecondPerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "BecquerelSecondPerCubicMetre" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BQ-SEC-PER-M3" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Bq.s.m-3" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Bq⋅s/m³" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Becquerels second per cubic metre."@en . ### https://w3id.org/emmo#CandelaPerLumen -emmo:CandelaPerLumen 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: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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Candela per Lumen."@en . +:CandelaPerLumen rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "CandelaPerLumen"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CD-PER-LM" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cd/lm" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Candela per Lumen."@en . ### https://w3id.org/emmo#CandelaPerSquareMetre -emmo:CandelaPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e , - [ 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 "candela per square metre"@en ; - skos:prefLabel "CandelaPerSquareMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CD-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cd.m-2" , - "cd/m2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cd/m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The candela per square metre (cd/m²) is the derived SI unit of luminance. The unit is based on the candela, the SI unit of luminous intensity, and the square metre, the SI unit of area. Nit (nt) is a deprecated non-SI name also used for this unit (1 nit = 1 cd/m²). As a measure of light emitted per unit area, this unit is frequently used to specify the brightness of a display device. Most consumer desktop liquid crystal displays have luminances of 200 to 300 cd/m²; the sRGB spec for monitors targets 80 cd/m2. HDTVs range from 450 to about 1000 cd/m2. Typically, calibrated monitors should have a brightness of 120 cd/m². Nit is believed to come from the Latin word nitere, to shine. +:CandelaPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "candela per square metre"@en ; + skos:prefLabel "CandelaPerSquareMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CD-PER-M2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cd.m-2" , + "cd/m2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cd/m²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The candela per square metre (cd/m²) is the derived SI unit of luminance. The unit is based on the candela, the SI unit of luminous intensity, and the square metre, the SI unit of area. Nit (nt) is a deprecated non-SI name also used for this unit (1 nit = 1 cd/m²). As a measure of light emitted per unit area, this unit is frequently used to specify the brightness of a display device. Most consumer desktop liquid crystal displays have luminances of 200 to 300 cd/m²; the sRGB spec for monitors targets 80 cd/m2. HDTVs range from 450 to about 1000 cd/m2. Typically, calibrated monitors should have a brightness of 120 cd/m². Nit is believed to come from the Latin word nitere, to shine. -- QUDT"""@en . ### https://w3id.org/emmo#CoulombMetre -emmo:CoulombMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_8515e948_bc2f_423b_8025_e4830f2b21dd , - [ 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 - ] ; - skos:prefLabel "CoulombMetre"@en ; - emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "A26" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-M"^^xsd:anyURI ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C⋅m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Coulomb Meter (C-m) is a unit in the category of Electric dipole moment. It is also known as atomic unit, u.a., au, ua. This unit is commonly used in the SI unit system. Coulomb Meter (C-m) has a dimension of LTI where L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. +:CoulombMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_8515e948_bc2f_423b_8025_e4830f2b21dd , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "CoulombMetre"@en ; + :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "A26" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-M"^^xsd:anyURI ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.m" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C⋅m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Coulomb Meter (C-m) is a unit in the category of Electric dipole moment. It is also known as atomic unit, u.a., au, ua. This unit is commonly used in the SI unit system. Coulomb Meter (C-m) has a dimension of LTI where L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. -- QUDT"""@en ; - emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "It is also known as atomic unit, u.a., au, ua. This unit is commonly used in the SI unit system. Coulomb Meter (C-m) has a dimension of LTI where L is length, T is time, and I is electric current. This unit is the standard SI unit in this category." . + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "It is also known as atomic unit, u.a., au, ua. This unit is commonly used in the SI unit system. Coulomb Meter (C-m) has a dimension of LTI where L is length, T is time, and I is electric current. This unit is the standard SI unit in this category." . ### https://w3id.org/emmo#CoulombPerCubicMetre -emmo:CoulombPerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_8f36559a_a494_4b00_abc5_60bbc1475009 , +:CoulombPerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_8f36559a_a494_4b00_abc5_60bbc1475009 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Metre"@en ; + skos:prefLabel "CoulombPerCubicMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-PER-M3" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.m-3" , + "C/m3" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/m³" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Coulomb Per Cubic Meter (C/m³) is a unit in the category of Electric charge density. It is also known as coulomb per cubic metre, coulombs per cubic meter, coulombs per cubic metre, coulomb/cubic meter, coulomb/cubic metre. This unit is commonly used in the SI unit system. Coulomb Per Cubic Meter has a dimension of L⁻³TI where L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#CoulombPerKilogram +:CoulombPerKilogram rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Kilogram"@en ; + skos:prefLabel "CoulombPerKilogram" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-PER-KiloGM" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.kg-1" , + "C/kg" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/kg" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Coulomb Per Kilogram (C/kg)` is the unit in the category of Exposure. It is also known as coulombs per kilogram, coulomb/kilogram. This unit is commonly used in the SI unit system. Coulomb Per Kilogram (C/kg) has a dimension of M⁻¹TI where M is mass, T is time, and I is electric current. This unit is the standard SI unit in this category. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#CoulombPerKilogramSecond +:CoulombPerKilogramSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :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 Metre"@en ; - skos:prefLabel "CoulombPerCubicMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.m-3" , - "C/m3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/m³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Coulomb Per Cubic Meter (C/m³) is a unit in the category of Electric charge density. It is also known as coulomb per cubic metre, coulombs per cubic meter, coulombs per cubic metre, coulomb/cubic meter, coulomb/cubic metre. This unit is commonly used in the SI unit system. Coulomb Per Cubic Meter has a dimension of L⁻³TI where L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. + rdfs:seeAlso "http://en.wikibooks.org/wiki/Basic_Physics_of_Nuclear_Medicine/Units_of_Radiation_Measurement" ; + skos:altLabel "Coulomb Per Kilogram Second"@en ; + skos:prefLabel "CoulombPerKilogramSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-PER-KiloGM-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.kg-1.s-1" , + "C/(kg.s)" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/kg⋅s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of exposure rate -- QUDT"""@en . -### https://w3id.org/emmo#CoulombPerKilogram -emmo:CoulombPerKilogram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 , - [ 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 "Coulomb per Kilogram"@en ; - skos:prefLabel "CoulombPerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.kg-1" , - "C/kg" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/kg" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Coulomb Per Kilogram (C/kg)` is the unit in the category of Exposure. It is also known as coulombs per kilogram, coulomb/kilogram. This unit is commonly used in the SI unit system. Coulomb Per Kilogram (C/kg) has a dimension of M⁻¹TI where M is mass, T is time, and I is electric current. This unit is the standard SI unit in this category. +### https://w3id.org/emmo#CoulombPerMetre +:CoulombPerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_9794a778_47d7_45d5_b4ab_ae6a8db04c78 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Metre"@en ; + skos:prefLabel "CoulombPerMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-PER-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.m-1" , + "C/m" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Coulomb per Meter\" is a unit for 'Electric Charge Line Density' expressed as C/m. -- QUDT"""@en . -### https://w3id.org/emmo#CoulombPerKilogramSecond -emmo:CoulombPerKilogramSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac , - [ 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://en.wikibooks.org/wiki/Basic_Physics_of_Nuclear_Medicine/Units_of_Radiation_Measurement" ; - skos:altLabel "Coulomb Per Kilogram Second"@en ; - skos:prefLabel "CoulombPerKilogramSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-PER-KiloGM-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.kg-1.s-1" , - "C/(kg.s)" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/kg⋅s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of exposure rate +### https://w3id.org/emmo#CoulombPerMole +:CoulombPerMole rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_e6110006_88b9_45cd_9f9c_a2a91c0c21f8 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Mole"@en ; + skos:prefLabel "CoulombPerMole"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-PER-MOL" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.mol-1" , + "C/mol" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "c/mol" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """ (C/mol) is a unit in the category of Molar electric charge. It is also known as coulombs/mol. Coulomb Per Mol has a dimension of TN{-1}I where T is time, N is amount of substance, and I is electric current. This unit is the standard SI unit in this category. -- QUDT"""@en . -### https://w3id.org/emmo#CoulombPerMetre -emmo:CoulombPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_9794a778_47d7_45d5_b4ab_ae6a8db04c78 , - [ 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 "Coulomb per Metre"@en ; - skos:prefLabel "CoulombPerMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.m-1" , - "C/m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Coulomb per Meter\" is a unit for 'Electric Charge Line Density' expressed as C/m. +### https://w3id.org/emmo#CoulombPerSquareMetre +:CoulombPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Metre"@en ; + skos:prefLabel "CoulombPerSquareMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-PER-M2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.m-2" , + "C/m2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/m²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Coulomb Per Square Meter (C/m²) is a unit in the category of Electric charge surface density. It is also known as coulombs per square meter, coulomb per square metre, coulombs per square metre, coulomb/square meter, coulomb/square metre. This unit is commonly used in the SI unit system. Coulomb Per Square Meter (C/m2) has a dimension of L⁻²TI where L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. -- QUDT"""@en . -### https://w3id.org/emmo#CoulombPerMole -emmo:CoulombPerMole rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_e6110006_88b9_45cd_9f9c_a2a91c0c21f8 , +### https://w3id.org/emmo#CoulombSquareMetre +:CoulombSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_92aaff7b_3a7c_4c1a_b149_d422e9682106 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :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 Mole"@en ; - skos:prefLabel "CoulombPerMole"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-PER-MOL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.mol-1" , - "C/mol" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "c/mol" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """ (C/mol) is a unit in the category of Molar electric charge. It is also known as coulombs/mol. Coulomb Per Mol has a dimension of TN{-1}I where T is time, N is amount of substance, and I is electric current. This unit is the standard SI unit in this category. + skos:altLabel "Coulomb Square Metre"@en ; + skos:prefLabel "CoulombSquareMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-M2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.m2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C⋅m²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Coulomb Square Meter (C-m2) is a unit in the category of Electric quadrupole moment. This unit is commonly used in the SI unit system. Coulomb Square Meter (C-m2) has a dimension of L2TI where L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. -- QUDT"""@en . -### https://w3id.org/emmo#CoulombPerSquareMetre -emmo:CoulombPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be , +### https://w3id.org/emmo#CoulombSquareMetrePerVolt +:CoulombSquareMetrePerVolt rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_cd9ad446_04f7_44ff_b9ea_ae7389574fa6 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :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 Metre"@en ; - skos:prefLabel "CoulombPerSquareMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.m-2" , - "C/m2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Coulomb Per Square Meter (C/m²) is a unit in the category of Electric charge surface density. It is also known as coulombs per square meter, coulomb per square metre, coulombs per square metre, coulomb/square meter, coulomb/square metre. This unit is commonly used in the SI unit system. Coulomb Per Square Meter (C/m2) has a dimension of L⁻²TI where L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. - --- QUDT"""@en . - - -### https://w3id.org/emmo#CoulombSquareMetre -emmo:CoulombSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_92aaff7b_3a7c_4c1a_b149_d422e9682106 , - [ 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 "Coulomb Square Metre"@en ; - skos:prefLabel "CoulombSquareMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.m2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C⋅m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Coulomb Square Meter (C-m2) is a unit in the category of Electric quadrupole moment. This unit is commonly used in the SI unit system. Coulomb Square Meter (C-m2) has a dimension of L2TI where L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. - --- QUDT"""@en . - - -### https://w3id.org/emmo#CoulombSquareMetrePerVolt -emmo:CoulombSquareMetrePerVolt rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_cd9ad446_04f7_44ff_b9ea_ae7389574fa6 , - [ 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 "Coulomb Square Metre Per Volt"@en ; - skos:prefLabel "CoulombSquareMetrePerVolt"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-M2-PER-V" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.m2.V-1" , - "C.m2/V" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C⋅m²/V" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Coulomb Square Meter (C-m2-per-volt) is a unit in the category of Electric polarizability. + skos:altLabel "Coulomb Square Metre Per Volt"@en ; + skos:prefLabel "CoulombSquareMetrePerVolt"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-M2-PER-V" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.m2.V-1" , + "C.m2/V" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C⋅m²/V" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Coulomb Square Meter (C-m2-per-volt) is a unit in the category of Electric polarizability. -- QUDT"""@en . ### https://w3id.org/emmo#CubicCoulombMetrePerSquareJoule -emmo:CubicCoulombMetrePerSquareJoule rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_360adeca_9eee_4bb9_a5ca_728756c1ed4a , - [ 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 "Cubic Coulomb Metre per Square Joule"@en ; - skos:prefLabel "CubicCoulombMetrePerSquareJoule"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C3-M-PER-J2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C3.m.J-2" , - "C3.m/J2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C³⋅m/J²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Cubic Coulomb Meter per Square Joule\" is a unit for 'Cubic Electric Dipole Moment Per Square Energy' expressed as C³ m³ J⁻². +:CubicCoulombMetrePerSquareJoule rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_360adeca_9eee_4bb9_a5ca_728756c1ed4a , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Coulomb Metre per Square Joule"@en ; + skos:prefLabel "CubicCoulombMetrePerSquareJoule"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C3-M-PER-J2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C3.m.J-2" , + "C3.m/J2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C³⋅m/J²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Cubic Coulomb Meter per Square Joule\" is a unit for 'Cubic Electric Dipole Moment Per Square Energy' expressed as C³ m³ J⁻². -- QUDT"""@en . ### https://w3id.org/emmo#CubicMetre -emmo:CubicMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , - [ 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 - ] ; - skos:prefLabel "CubicMetre"@en ; - emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "MTQ" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3" ; - emmo:EMMO_209ba1b3_149f_4ff0_b672_941610eafd72 "http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3" ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Cubic_metre" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of volume, equal to 1.0e6 cm3, 1000 liters, 35.3147 ft3, or 1.30795 yd3. A cubic meter holds about 264.17 U.S. liquid gallons or 219.99 British Imperial gallons. +:CubicMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "CubicMetre"@en ; + :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "MTQ" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3" ; + :EMMO_209ba1b3_149f_4ff0_b672_941610eafd72 "http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3" ; + :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Cubic_metre" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of volume, equal to 1.0e6 cm3, 1000 liters, 35.3147 ft3, or 1.30795 yd3. A cubic meter holds about 264.17 U.S. liquid gallons or 219.99 British Imperial gallons. -- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Cubic_metre?oldid=490956678"^^xsd:anyURI . + :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Cubic_metre?oldid=490956678"^^xsd:anyURI . ### https://w3id.org/emmo#CubicMetrePerCoulomb -emmo:CubicMetrePerCoulomb rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_578f7da0_10f8_4fc2_9fd0_79b79f47f975 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic metre per Coulomb."@en . +:CubicMetrePerCoulomb rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_578f7da0_10f8_4fc2_9fd0_79b79f47f975 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 "CubicMetrePerCoulomb"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-C" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.C-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/C" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic metre per Coulomb."@en . ### https://w3id.org/emmo#CubicMetrePerCubicMetre -emmo:CubicMetrePerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad , - [ 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 "Cubic Metre Per Cubic Metre"@en ; - skos:prefLabel "CubicMetrePerCubicMetre"@en ; - 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. - --- QUDT"""@en . - - -### https://w3id.org/emmo#CubicMetrePerKelvin -emmo:CubicMetrePerKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_85d72920_708d_4eb9_89ce_8a588b0ce66d , +:CubicMetrePerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - 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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic metre per Kelvin."@en . - - -### https://w3id.org/emmo#CubicMetrePerKilogram -emmo:CubicMetrePerKilogram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129 , - [ 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 "Cubic Metre per Kilogram"@en ; - skos:prefLabel "CubicMetrePerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.kg-1" , - "m3/kg" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/kg" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Cubic Meter Per Kilogram (m3/kg) is a unit in the category of Specific volume. It is also known as cubic meters per kilogram, cubic metre per kilogram, cubic metres per kilogram, cubic meter/kilogram, cubic metre/kilogram. This unit is commonly used in the SI unit system. Cubic Meter Per Kilogram (m3/kg) has a dimension of M-1L3 where M is mass, and L is length. This unit is the standard SI unit in this category. + skos:altLabel "Cubic Metre Per Cubic Metre"@en ; + skos:prefLabel "CubicMetrePerCubicMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-M3" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.m-3" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/m³" ; + :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 . -### https://w3id.org/emmo#CubicMetrePerKilogramSquareSecond -emmo:CubicMetrePerKilogramSquareSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_3181bb28_623b_4411_ad79_80277c661322 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic metre per kilogram and square second."@en . +### https://w3id.org/emmo#CubicMetrePerKelvin +:CubicMetrePerKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_85d72920_708d_4eb9_89ce_8a588b0ce66d , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "CubicMetrePerKelvin"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-K" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.K-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/K" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic metre per Kelvin."@en . -### https://w3id.org/emmo#CubicMetrePerMole -emmo:CubicMetrePerMole rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e , +### https://w3id.org/emmo#CubicMetrePerKilogram +:CubicMetrePerKilogram rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Metre per Mole"@en ; - skos:prefLabel "CubicMetrePerMole"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-MOL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.mol-1" , - "m3/mol" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/mol" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The molar volume, symbol Vm, is the volume occupied by one mole of a substance (chemical element or chemical compound) at a given temperature and pressure. It is equal to the molar mass (M) divided by the mass density. It has the SI unit cubic metres per mole m3/mol, although it is more practical to use the units cubic decimetres per mole dm3/mol for gases and cubic centimetres per mole cm3/mol for liquids and solids. - --- QUDT"""@en . - - -### https://w3id.org/emmo#CubicMetrePerSecond -emmo:CubicMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , - [ 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 "Cubic Metre per Second"@en ; - skos:prefLabel "CubicMetrePerSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.s-1" , - "m3/s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A cubic metre per second (m³s⁻¹, m³/s), cumecs or cubic meter per second in American English) is a derived SI unit of flow rate equal to that of a stere or cube with sides of one metre ( u0303 39.37 in) in length exchanged or moving each second. It is popularly used for water flow, especially in rivers and streams, and fractions for HVAC values measuring air flow. - --- QUDT"""@en . - - -### https://w3id.org/emmo#CubicMetrePerSquareMetre -emmo:CubicMetrePerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , - [ 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 "Cubic Metre Per Square Metre"@en ; - skos:prefLabel "CubicMetrePerSquareMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.m-2" ; - 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 2 + skos:altLabel "Cubic Metre per Kilogram"@en ; + skos:prefLabel "CubicMetrePerKilogram" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-KiloGM" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.kg-1" , + "m3/kg" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/kg" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Cubic Meter Per Kilogram (m3/kg) is a unit in the category of Specific volume. It is also known as cubic meters per kilogram, cubic metre per kilogram, cubic metres per kilogram, cubic meter/kilogram, cubic metre/kilogram. This unit is commonly used in the SI unit system. Cubic Meter Per Kilogram (m3/kg) has a dimension of M-1L3 where M is mass, and L is length. This unit is the standard SI unit in this category. -- QUDT"""@en . -### https://w3id.org/emmo#CubicMetrePerSquareSecond -emmo:CubicMetrePerSquareSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_87deb5a8_7a85_49c3_97b2_e62c8484aa1a , - [ 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 "Cubic Metre per Square Second"@en ; - skos:prefLabel "CubicMetrePerSquareSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-SEC2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.s-2" , - "m3/s2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/s²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Cubic Meter per Square Second` is a C.G.S System unit for `Standard Gravitational Parameter` expressed as m³/s² - --- QUDT"""@en . +### https://w3id.org/emmo#CubicMetrePerKilogramSquareSecond +:CubicMetrePerKilogramSquareSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_3181bb28_623b_4411_ad79_80277c661322 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "CubicMetrePerKilogramSquareSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-KiloGM-SEC2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.(kg.s2)-1" , + "m3.kg-1.s-2" , + "m3/(kg.s2)" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/(kg⋅s²)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic metre per kilogram and square second."@en . -### https://w3id.org/emmo#FaradPerMetre -emmo:FaradPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b , +### https://w3id.org/emmo#CubicMetrePerMole +:CubicMetrePerMole rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :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 Metre"@en ; - skos:prefLabel "FaradPerMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FARAD-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "F.m-1" , - "F/m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "F/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Farad Per Meter (F/m) is a unit in the category of Electric permittivity. It is also known as farad/meter. This unit is commonly used in the SI unit system. Farad Per Meter has a dimension of M-1L-3T4I2 where M is mass, L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. + skos:altLabel "Cubic Metre per Mole"@en ; + skos:prefLabel "CubicMetrePerMole"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-MOL" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.mol-1" , + "m3/mol" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/mol" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The molar volume, symbol Vm, is the volume occupied by one mole of a substance (chemical element or chemical compound) at a given temperature and pressure. It is equal to the molar mass (M) divided by the mass density. It has the SI unit cubic metres per mole m3/mol, although it is more practical to use the units cubic decimetres per mole dm3/mol for gases and cubic centimetres per mole cm3/mol for liquids and solids. -- QUDT"""@en . -### https://w3id.org/emmo#Fraction -emmo:Fraction 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:prefLabel "Fraction"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FRACTION" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "÷" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Fraction is a unit for 'Dimensionless Ratio' expressed as the value of the ratio itself. +### https://w3id.org/emmo#CubicMetrePerSecond +:CubicMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Metre per Second"@en ; + skos:prefLabel "CubicMetrePerSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.s-1" , + "m3/s" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A cubic metre per second (m³s⁻¹, m³/s), cumecs or cubic meter per second in American English) is a derived SI unit of flow rate equal to that of a stere or cube with sides of one metre ( u0303 39.37 in) in length exchanged or moving each second. It is popularly used for water flow, especially in rivers and streams, and fractions for HVAC values measuring air flow. -- QUDT"""@en . -### https://w3id.org/emmo#GrayPerSecond -emmo:GrayPerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb , - [ 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 "Gray per Second"@en ; - skos:prefLabel "GrayPerSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GRAY-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Gy.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Gy/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Gray per Second\" is a unit for 'Absorbed Dose Rate' expressed as Gy/s. +### https://w3id.org/emmo#CubicMetrePerSquareMetre +:CubicMetrePerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Metre Per Square Metre"@en ; + skos:prefLabel "CubicMetrePerSquareMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-M2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.m-2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/m²" ; + :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 2 -- QUDT"""@en . -### https://w3id.org/emmo#HenryPerMetre -emmo:HenryPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185 , - [ 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 "Henry per Metre"@en ; - skos:prefLabel "HenryPerMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/H-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "H.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "H/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The henry per meter (symbolized H/m) is the unit of magnetic permeability in the International System of Units ( SI ). Reduced to base units in SI, 1 H/m is the equivalent of one kilogram meter per square second per square ampere. +### https://w3id.org/emmo#CubicMetrePerSquareSecond +:CubicMetrePerSquareSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_87deb5a8_7a85_49c3_97b2_e62c8484aa1a , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Metre per Square Second"@en ; + skos:prefLabel "CubicMetrePerSquareSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-SEC2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.s-2" , + "m3/s2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/s²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Cubic Meter per Square Second` is a C.G.S System unit for `Standard Gravitational Parameter` expressed as m³/s² --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Henry?oldid=491435978" . +-- QUDT"""@en . -### https://w3id.org/emmo#HenryPerOhm -emmo:HenryPerOhm rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , - 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 "Henry Per Ohm"@en ; - skos:prefLabel "HenryPerOhm"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/H-PER-OHM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "H.Ohm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "H/Ω" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit henry divided by the SI derived unit ohm +### https://w3id.org/emmo#DegreeCelsiusKilogramPerSquareMetre +:DegreeCelsiusKilogramPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_6726fbb8_c40a_4b55_a2d5_bf49352d1e73 , + :EMMO_707c6032_e272_4a20_98b5_d35c4f67be68 ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Degrees Celsius kilogram per square metre"@en ; + skos:prefLabel "DegreeCelsiusKilogramPerSquareMetre" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-KiloGM-PER-M2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.kg.m-2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C⋅kg/m²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Derived unit for the product of the temperature in degrees Celsius and the mass density of a medium, integrated over vertical depth or height in metres. -- QUDT"""@en . -### https://w3id.org/emmo#HertzMetre -emmo:HertzMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , - [ 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 "Hertz Metre"@en ; - skos:prefLabel "HertzMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HZ-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Hz.m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Hz⋅M" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI derived unit hertz and the SI base unit metre +### https://w3id.org/emmo#DegreeCelsiusPerKelvin +:DegreeCelsiusPerKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Degree Celsius Per Kelvin"@en ; + skos:prefLabel "DegreeCelsiusPerKelvin"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-PER-K" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.K-1" , + "Cel/K" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/K" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit with the name Degree Celsius divided by the SI base unit kelvin -- QUDT"""@en . -### https://w3id.org/emmo#HertzPerKelvin -emmo:HertzPerKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_6bcf334d_efeb_49f8_9dd0_dbcbb31514d3 , - [ 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 "Hertz per Kelvin"@en ; - skos:prefLabel "HertzPerKelvin"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HZ-PER-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Hz.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Hz/K" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Hertz per Kelvin` is a unit for 'Inverse Time Temperature' expressed as Hz K⁻¹. +### https://w3id.org/emmo#DegreeCelsiusPerMetre +:DegreeCelsiusPerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_720a469f_a19c_4a88_900c_29b3938f5092 ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + 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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Degree Celsius per metre unit."@en . + + +### https://w3id.org/emmo#DegreeCelsiusPerSecond +:DegreeCelsiusPerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_4f245147_f072_4431_b535_6241e8e87eb8 ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Degree Celsius per Second"@en ; + skos:prefLabel "DegreeCelsiusPerSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-PER-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.s-1" , + "Cel/s" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree Celsius per Second` is a unit for 'Temperature Per Time' expressed as degC / s. -- QUDT"""@en . -### https://w3id.org/emmo#HertzPerTesla -emmo:HertzPerTesla rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 , - [ 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 "Hertz per Tesla"@en ; - skos:prefLabel "HertzPerTesla"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HZ-PER-T" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Hz.T-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Hz/T" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Hertz per Tesla\" is a unit for 'Electric Charge Per Mass' expressed as Hz T⁻¹. +### https://w3id.org/emmo#FaradPerMetre +:FaradPerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Metre"@en ; + skos:prefLabel "FaradPerMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FARAD-PER-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "F.m-1" , + "F/m" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "F/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Farad Per Meter (F/m) is a unit in the category of Electric permittivity. It is also known as farad/meter. This unit is commonly used in the SI unit system. Farad Per Meter has a dimension of M-1L-3T4I2 where M is mass, L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. -- QUDT"""@en . -### https://w3id.org/emmo#HertzPerVolt -emmo:HertzPerVolt 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" ; - skos:altLabel "Hertz per Volt"@en ; - skos:prefLabel "HertzPerVolt"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HZ-PER-V" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Hz.V-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Hz/V" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In the Hertz per Volt standard the frequency of the note is directly related to the voltage. A pitch of a note goes up one octave when its frequency doubles, meaning that the voltage will have to double for every octave rise. Depending on the footage (octave) selected, nominally one volt gives 1000Hz, two volts 2000Hz and so on. In terms of notes, bottom C would be 0.25 volts, the next C up would be 0.5 volts, then 1V, 2V, 4V, 8V for the following octaves. This system was used mainly by Yamaha and Korg. +### https://w3id.org/emmo#Fraction +:Fraction rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "Fraction"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FRACTION" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "÷" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Fraction is a unit for 'Dimensionless Ratio' expressed as the value of the ratio itself. -- QUDT"""@en . -### https://w3id.org/emmo#JouleMetrePerMole -emmo:JouleMetrePerMole rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_8fb052e8_fcca_43ce_85db_55266baf2d7c , - [ 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 "Joule Metre per Mole"@en ; - skos:prefLabel "JouleMetrePerMole"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-M-PER-MOL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m.mol-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J⋅m/mol" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Joule Meter per Mole` is a unit for 'Length Molar Energy' expressed as J · m · mol⁻¹. +### https://w3id.org/emmo#GramPerGram +:GramPerGram rdf:type owl:Class ; + rdfs:subClassOf :EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1 , + :EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Gram Per Gram"@en ; + skos:prefLabel "GramPerGram"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-GM" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.g-1" , + "g/g" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/g" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """mass ratio consisting of the 0.001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram. -- QUDT"""@en . -### https://w3id.org/emmo#JoulePerCubicMetre -emmo:JoulePerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , - [ 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 "Joule per Cubic Metre"@en ; - skos:prefLabel "JoulePerCubicMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m-3" , - "J/m3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/m³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Joule Per Cubic Meter` (J/m³) is a unit in the category of Energy density. It is also known as joules per cubic meter, joule per cubic metre, joules per cubic metre, joule/cubic meter, joule/cubic metre. This unit is commonly used in the SI unit system. It has a dimension of ML⁻¹T⁻² where M is mass, L is length, and T is time. This unit is the standard SI unit in this category. +### https://w3id.org/emmo#GrayPerSecond +:GrayPerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Gray per Second"@en ; + skos:prefLabel "GrayPerSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GRAY-PER-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Gy.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Gy/s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Gray per Second\" is a unit for 'Absorbed Dose Rate' expressed as Gy/s. -- QUDT"""@en . -### https://w3id.org/emmo#JoulePerCubicMetreKelvin -emmo:JoulePerCubicMetreKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e , - [ 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 "Joule per Cubic Metre Kelvin"@en ; - skos:prefLabel "JoulePerCubicMetreKelvin"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-M3-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m-3.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/(m³⋅K)" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Joule per Cubic Meter Kelvin` is a unit for 'Volumetric Heat Capacity' expressed as J/(m³ K). +### https://w3id.org/emmo#HenryPerMetre +:HenryPerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Metre"@en ; + skos:prefLabel "HenryPerMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/H-PER-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "H.m-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "H/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The henry per meter (symbolized H/m) is the unit of magnetic permeability in the International System of Units ( SI ). Reduced to base units in SI, 1 H/m is the equivalent of one kilogram meter per square second per square ampere. --- QUDT"""@en . +-- QUDT"""@en ; + :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Henry?oldid=491435978" . -### https://w3id.org/emmo#JoulePerKelvin -emmo:JoulePerKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b , - [ 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 "Joule per Kelvin"@en ; - skos:prefLabel "JoulePerKelvin"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/K" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Joule Per Kelvin (J/K) is a unit in the category of Entropy. It is also known as joules per kelvin, joule/kelvin. This unit is commonly used in the SI unit system. Joule Per Kelvin (J/K) has a dimension of ML²T⁻²Q⁻¹ where M is mass, L is length, T is time, and Q is temperature. This unit is the standard SI unit in this category. +### https://w3id.org/emmo#HenryPerOhm +:HenryPerOhm rdf:type owl:Class ; + rdfs:subClassOf :EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , + :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Ohm"@en ; + skos:prefLabel "HenryPerOhm"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/H-PER-OHM" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "H.Ohm-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "H/Ω" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit henry divided by the SI derived unit ohm -- QUDT"""@en . -### https://w3id.org/emmo#JoulePerKilogram -emmo:JoulePerKilogram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 , - [ 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 "Joule per Kilogram"@en ; - skos:prefLabel "JoulePerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.kg-1" , - "J/kg" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/kg" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Joule Per Kilogram} (J/kg) is a unit in the category of Thermal heat capacity. It is also known as `joule/kilogram`, `joules per kilogram`. This unit is commonly used in the SI unit system. The unit has a dimension of L2T⁻² where L is length, and T is time. This unit is the standard SI unit in this category. +### https://w3id.org/emmo#HertzMetre +:HertzMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Hertz Metre"@en ; + skos:prefLabel "HertzMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HZ-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Hz.m" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Hz⋅M" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI derived unit hertz and the SI base unit metre -- QUDT"""@en . -### https://w3id.org/emmo#JoulePerKilogramKelvin -emmo:JoulePerKilogramKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73 , - [ 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 "Joule per Kilogram Kelvin"@en ; - skos:prefLabel "JoulePerKilogramKelvin" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-KiloGM-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.kg-1.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/(kg⋅K)" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Specific heat capacity - The heat required to raise unit mass of a substance by unit temperature interval under specified conditions, such as constant pressure: usually measured in joules per kelvin per kilogram. Symbol c_p (for constant pressure) Also called specific heat. +### https://w3id.org/emmo#HertzPerKelvin +:HertzPerKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_6bcf334d_efeb_49f8_9dd0_dbcbb31514d3 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Hertz per Kelvin"@en ; + skos:prefLabel "HertzPerKelvin"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HZ-PER-K" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Hz.K-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Hz/K" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Hertz per Kelvin` is a unit for 'Inverse Time Temperature' expressed as Hz K⁻¹. -- QUDT"""@en . -### https://w3id.org/emmo#JoulePerKilogramKelvinCubicMetre -emmo:JoulePerKilogramKelvinCubicMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Joule per kilogram and Kelvin and cubic metre."@en . +### https://w3id.org/emmo#HertzPerTesla +:HertzPerTesla rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Hertz per Tesla"@en ; + skos:prefLabel "HertzPerTesla"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HZ-PER-T" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Hz.T-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Hz/T" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Hertz per Tesla\" is a unit for 'Electric Charge Per Mass' expressed as Hz T⁻¹. +-- QUDT"""@en . -### https://w3id.org/emmo#JoulePerKilogramKelvinPerPascal -emmo:JoulePerKilogramKelvinPerPascal rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Joule per kilogram and Kelvin and Pascal."@en . +### https://w3id.org/emmo#HertzPerVolt +:HertzPerVolt rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_53b10105_52c7_4746_ab73_a5a30bd198e2 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Hertz per Volt"@en ; + skos:prefLabel "HertzPerVolt"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HZ-PER-V" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Hz.V-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Hz/V" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In the Hertz per Volt standard the frequency of the note is directly related to the voltage. A pitch of a note goes up one octave when its frequency doubles, meaning that the voltage will have to double for every octave rise. Depending on the footage (octave) selected, nominally one volt gives 1000Hz, two volts 2000Hz and so on. In terms of notes, bottom C would be 0.25 volts, the next C up would be 0.5 volts, then 1V, 2V, 4V, 8V for the following octaves. This system was used mainly by Yamaha and Korg. -### https://w3id.org/emmo#JoulePerMetre -emmo:JoulePerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c , +-- QUDT"""@en . + + +### https://w3id.org/emmo#JouleMetrePerMole +:JouleMetrePerMole rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_8fb052e8_fcca_43ce_85db_55266baf2d7c , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - 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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Joule per metre."@en . + skos:altLabel "Joule Metre per Mole"@en ; + skos:prefLabel "JouleMetrePerMole"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-M-PER-MOL" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m.mol-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J⋅m/mol" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Joule Meter per Mole` is a unit for 'Length Molar Energy' expressed as J · m · mol⁻¹. +-- QUDT"""@en . -### https://w3id.org/emmo#JoulePerMole -emmo:JoulePerMole rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f , - emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + +### https://w3id.org/emmo#JoulePerCubicMetre +:JoulePerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Cubic Metre"@en ; + skos:prefLabel "JoulePerCubicMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-M3" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m-3" , + "J/m3" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/m³" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Joule Per Cubic Meter` (J/m³) is a unit in the category of Energy density. It is also known as joules per cubic meter, joule per cubic metre, joules per cubic metre, joule/cubic meter, joule/cubic metre. This unit is commonly used in the SI unit system. It has a dimension of ML⁻¹T⁻² where M is mass, L is length, and T is time. This unit is the standard SI unit in this category. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#JoulePerCubicMetreKelvin +:JoulePerCubicMetreKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Cubic Metre Kelvin"@en ; + skos:prefLabel "JoulePerCubicMetreKelvin"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-M3-K" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m-3.K-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/(m³⋅K)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Joule per Cubic Meter Kelvin` is a unit for 'Volumetric Heat Capacity' expressed as J/(m³ K). + +-- QUDT"""@en . + + +### https://w3id.org/emmo#JoulePerKelvin +:JoulePerKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Kelvin"@en ; + skos:prefLabel "JoulePerKelvin"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-K" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.K-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/K" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Joule Per Kelvin (J/K) is a unit in the category of Entropy. It is also known as joules per kelvin, joule/kelvin. This unit is commonly used in the SI unit system. Joule Per Kelvin (J/K) has a dimension of ML²T⁻²Q⁻¹ where M is mass, L is length, T is time, and Q is temperature. This unit is the standard SI unit in this category. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#JoulePerKilogram +:JoulePerKilogram rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :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 Mole"@en ; - skos:prefLabel "JoulePerMole"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-MOL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.mol-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/mol" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The joule per mole (symbol: J· mol⁻¹) is an SI derived unit of energy per amount of material. Energy is measured in joules, and the amount of material is measured in moles. Physical quantities measured in J· mol⁻¹) usually describe quantities of energy transferred during phase transformations or chemical reactions. Division by the number of moles facilitates comparison between processes involving different quantities of material and between similar processes involving different types of materials. The meaning of such a quantity is always context-dependent and, particularly for chemical reactions, is dependent on the (possibly arbitrary) definition of a 'mole' for a particular process. + skos:altLabel "Joule per Kilogram"@en ; + skos:prefLabel "JoulePerKilogram" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-KiloGM" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.kg-1" , + "J/kg" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/kg" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Joule Per Kilogram} (J/kg) is a unit in the category of Thermal heat capacity. It is also known as `joule/kilogram`, `joules per kilogram`. This unit is commonly used in the SI unit system. The unit has a dimension of L2T⁻² where L is length, and T is time. This unit is the standard SI unit in this category. -- QUDT"""@en . -### https://w3id.org/emmo#JoulePerMoleKelvin -emmo:JoulePerMoleKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_3cb55500_dc5b_4586_bbf3_1d4158afac35 , +### https://w3id.org/emmo#JoulePerKilogramKelvin +:JoulePerKilogramKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :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 Mole Kelvin"@en ; - skos:prefLabel "JoulePerMoleKelvin"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-MOL-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.mol-1.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/(mol⋅K)" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Energy needed to heat one mole of substance by 1 Kelvin, under standard conditions (not standard temperature and pressure STP). The standard molar entropy is usually given the symbol S, and has units of joules per mole kelvin ( J· mol⁻¹ K⁻¹). Unlike standard enthalpies of formation, the value of S is an absolute. That is, an element in its standard state has a nonzero value of S at room temperature. + skos:altLabel "Joule per Kilogram Kelvin"@en ; + skos:prefLabel "JoulePerKilogramKelvin" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-KiloGM-K" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.kg-1.K-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/(kg⋅K)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Specific heat capacity - The heat required to raise unit mass of a substance by unit temperature interval under specified conditions, such as constant pressure: usually measured in joules per kelvin per kilogram. Symbol c_p (for constant pressure) Also called specific heat. -- QUDT"""@en . -### https://w3id.org/emmo#JoulePerQuarticMetre -emmo:JoulePerQuarticMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Joule per Quartic Metre"@en ; - skos:prefLabel "JoulePerQuarticMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-M4" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m-4" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/m⁴" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Joule Per Quartic Meter` (J/m⁴) is a unit for the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length). This unit is commonly used in the SI unit system. +### https://w3id.org/emmo#JoulePerKilogramKelvinCubicMetre +:JoulePerKilogramKelvinCubicMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "JoulePerKilogramKelvinCubicMetre" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-KiloGM-K-M3" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.kg-1.K.m-3" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/(kg⋅K⋅m³)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Joule per kilogram and Kelvin and cubic metre."@en . + + +### https://w3id.org/emmo#JoulePerKilogramKelvinPerPascal +:JoulePerKilogramKelvinPerPascal rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "JoulePerKilogramKelvinPerPascal" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-KiloGM-K-PA" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.kg-1.K-1.Pa-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/(kg⋅K⋅Pa)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Joule per kilogram and Kelvin and Pascal."@en . + + +### https://w3id.org/emmo#JoulePerMetre +:JoulePerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "JoulePerMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m-1" , + "J/m" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Joule per metre."@en . + + +### https://w3id.org/emmo#JoulePerMole +:JoulePerMole rdf:type owl:Class ; + rdfs:subClassOf :EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f , + :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Mole"@en ; + skos:prefLabel "JoulePerMole"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-MOL" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.mol-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/mol" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The joule per mole (symbol: J· mol⁻¹) is an SI derived unit of energy per amount of material. Energy is measured in joules, and the amount of material is measured in moles. Physical quantities measured in J· mol⁻¹) usually describe quantities of energy transferred during phase transformations or chemical reactions. Division by the number of moles facilitates comparison between processes involving different quantities of material and between similar processes involving different types of materials. The meaning of such a quantity is always context-dependent and, particularly for chemical reactions, is dependent on the (possibly arbitrary) definition of a 'mole' for a particular process. -- QUDT"""@en . -### https://w3id.org/emmo#JoulePerSecond -emmo:JoulePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , +### https://w3id.org/emmo#JoulePerMoleKelvin +:JoulePerMoleKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_3cb55500_dc5b_4586_bbf3_1d4158afac35 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :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 Second"@en ; - skos:prefLabel "JoulePerSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit joule divided by the SI base unit second + skos:altLabel "Joule per Mole Kelvin"@en ; + skos:prefLabel "JoulePerMoleKelvin"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-MOL-K" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.mol-1.K-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/(mol⋅K)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Energy needed to heat one mole of substance by 1 Kelvin, under standard conditions (not standard temperature and pressure STP). The standard molar entropy is usually given the symbol S, and has units of joules per mole kelvin ( J· mol⁻¹ K⁻¹). Unlike standard enthalpies of formation, the value of S is an absolute. That is, an element in its standard state has a nonzero value of S at room temperature. -- QUDT"""@en . -### https://w3id.org/emmo#JoulePerSquareMetre -emmo:JoulePerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , - [ 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 "Joule per Square Metre"@en ; - skos:prefLabel "JoulePerSquareMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m-2" , - "J/m2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Joule Per Square Meter (J/m²) is a unit in the category of Energy density. It is also known as joules per square meter, joule per square metre, joule/square meter, joule/square metre. This unit is commonly used in the SI unit system. - --- QUDT"""@en . - - -### https://w3id.org/emmo#JoulePerSquareTesla -emmo:JoulePerSquareTesla rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_df1d3a25_eba2_4530_9803_d82d349f4051 , - [ 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.eng.fsu.edu/~dommelen/quantum/style_a/elecmagfld.html" ; - skos:altLabel "Joule per Square Tesla"@en ; - skos:prefLabel "JoulePerSquareTesla"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-T2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.T-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/T²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A measure of the diamagnetic energy, for a Bohr-radius spread around a magnetic axis, per square Tesla. - --- QUDT"""@en . - - -### https://w3id.org/emmo#JoulePerTesla -emmo:JoulePerTesla rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e , - [ 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 "Joule per Tesla"@en ; - skos:prefLabel "JoulePerTesla"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-T" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.T-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/T" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The magnetic moment of a magnet is a quantity that determines the force that the magnet can exert on electric currents and the torque that a magnetic field will exert on it. A loop of electric current, a bar magnet, an electron, a molecule, and a planet all have magnetic moments. The unit for magnetic moment is not a base unit in the International System of Units (SI) and it can be represented in more than one way. For example, in the current loop definition, the area is measured in square meters and I is measured in amperes, so the magnetic moment is measured in ampere-square meters (A m2). In the equation for torque on a moment, the torque is measured in joules and the magnetic field in tesla, so the moment is measured in Joules per Tesla (J u00b7T-1). These two representations are equivalent: 1 A u00b7m2 = 1 J u00b7T-1. - --- QUDT"""@en . - - -### https://w3id.org/emmo#JouleSecond -emmo:JouleSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a , - [ 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 "Joule Second"@en ; - skos:prefLabel "JouleSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J⋅s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The joule-second is a unit equal to a joule multiplied by a second, used to measure action or angular momentum. The joule-second is the unit used for Planck's constant. - --- QUDT"""@en . - - -### https://w3id.org/emmo#JouleSecondPerMole -emmo:JouleSecondPerMole rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_4fdf946a_9c40_4d71_80ab_e4221ff6a534 , - [ 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 "Joule Second per Mole"@en ; - skos:prefLabel "JouleSecondPerMole"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-SEC-PER-MOL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.s.mol-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J⋅s/mol" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Joule Second per Mole` is a unit for 'Molar Angular Momentum' expressed as J s mol⁻¹. - --- QUDT"""@en . - - -### https://w3id.org/emmo#JouleSquareMetre -emmo:JouleSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_88f36585_bd30_4160_b975_61362f3468a9 , - [ 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 - ] ; +### https://w3id.org/emmo#JoulePerQuarticMetre +:JoulePerQuarticMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - 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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Joule square metre."@en . - - -### https://w3id.org/emmo#JouleSquareMetrePerKilogram -emmo:JouleSquareMetrePerKilogram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_c0f32e02_44d7_4c99_986e_c368d7219e4c , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Joule square metre per kilogram."@en . - - -### https://w3id.org/emmo#KelvinMetre -emmo:KelvinMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_d02c92e0_99ba_4c09_b01f_0d7a7dd7b24e , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin metre."@en . + skos:altLabel "Joule per Quartic Metre"@en ; + skos:prefLabel "JoulePerQuarticMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-M4" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m-4" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/m⁴" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Joule Per Quartic Meter` (J/m⁴) is a unit for the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length). This unit is commonly used in the SI unit system. - -### https://w3id.org/emmo#KelvinMetrePerSecond -emmo:KelvinMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_0d4bdfcd_f4f0_4b8f_b470_e3f654e37d33 , - 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: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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin metre per second."@en . +-- QUDT"""@en . -### https://w3id.org/emmo#KelvinMetrePerWatt -emmo:KelvinMetrePerWatt rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_33b6c84d_e139_418c_8f8c_f1d45f94df46 , - [ 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 "Kelvin Metre Per Watt"@en ; - skos:prefLabel "KelvinMetrePerWatt"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-M-PER-W"^^xsd:anyURI , - "http://qudt.org/vocab/unit/M-K-PER-W"^^xsd:anyURI ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.m.W-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅m/W" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI base unit kelvin and the SI base unit metre divided by the derived SI unit watt +### https://w3id.org/emmo#JoulePerSecond +:JoulePerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Second"@en ; + skos:prefLabel "JoulePerSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit joule divided by the SI base unit second -- QUDT"""@en . -### https://w3id.org/emmo#KelvinPascalPerSecond -emmo:KelvinPascalPerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_0cd4c619_b123_4ae4_b778_3c9adaad65e7 , - 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: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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin Pascal per second."@en . - - -### https://w3id.org/emmo#KelvinPerKelvin -emmo:KelvinPerKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da , +### https://w3id.org/emmo#JoulePerSquareMetre +:JoulePerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Kelvin Per Kelvin"@en ; - skos:prefLabel "KelvinPerKelvin"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-PER-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/K" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kelvin divided by the SI base unit kelvin - --- QUDT"""@en . - - -### https://w3id.org/emmo#KelvinPerMetre -emmo:KelvinPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_720a469f_a19c_4a88_900c_29b3938f5092 , - [ 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 "KelvinPerMeter"@en ; - skos:prefLabel "KelvinPerMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A change of temperature on the Kelvin temperature scale in one SI unit of length. + skos:altLabel "Joule per Square Metre"@en ; + skos:prefLabel "JoulePerSquareMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-M2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m-2" , + "J/m2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/m²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Joule Per Square Meter (J/m²) is a unit in the category of Energy density. It is also known as joules per square meter, joule per square metre, joule/square meter, joule/square metre. This unit is commonly used in the SI unit system. -- QUDT"""@en . -### https://w3id.org/emmo#KelvinPerSecond -emmo:KelvinPerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8 , +### https://w3id.org/emmo#JoulePerSquareTesla +:JoulePerSquareTesla rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_df1d3a25_eba2_4530_9803_d82d349f4051 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Kelvin per Second"@en ; - skos:prefLabel "KelvinPerSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.s-1" , - "K/s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kelvin per Second` is a unit for 'Temperature Per Time' expressed as K / s. + rdfs:seeAlso "http://www.eng.fsu.edu/~dommelen/quantum/style_a/elecmagfld.html" ; + skos:altLabel "Joule per Square Tesla"@en ; + skos:prefLabel "JoulePerSquareTesla"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-T2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.T-2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/T²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A measure of the diamagnetic energy, for a Bohr-radius spread around a magnetic axis, per square Tesla. -- QUDT"""@en . -### https://w3id.org/emmo#KelvinPerSquareSecond -emmo:KelvinPerSquareSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_c7188d13_52e6_43f7_9b6d_aba4c161fa8f , - [ 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 "Kelvin per Square Second"@en ; - skos:prefLabel "KelvinPerSquareSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-PER-SEC2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.s-2" , - "K/s^2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/s²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kelvin per Square Second` is a unit for 'Temperature Per Time Squared' expressed as K / s². +### https://w3id.org/emmo#JoulePerTesla +:JoulePerTesla rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Tesla"@en ; + skos:prefLabel "JoulePerTesla"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-T" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.T-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/T" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The magnetic moment of a magnet is a quantity that determines the force that the magnet can exert on electric currents and the torque that a magnetic field will exert on it. A loop of electric current, a bar magnet, an electron, a molecule, and a planet all have magnetic moments. The unit for magnetic moment is not a base unit in the International System of Units (SI) and it can be represented in more than one way. For example, in the current loop definition, the area is measured in square meters and I is measured in amperes, so the magnetic moment is measured in ampere-square meters (A m2). In the equation for torque on a moment, the torque is measured in joules and the magnetic field in tesla, so the moment is measured in Joules per Tesla (J u00b7T-1). These two representations are equivalent: 1 A u00b7m2 = 1 J u00b7T-1. -- QUDT"""@en . -### https://w3id.org/emmo#KelvinPerTesla -emmo:KelvinPerTesla rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_f6fac54d_6b6d_4255_b217_4363a83f1834 , +### https://w3id.org/emmo#JouleSecond +:JouleSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Joule Second"@en ; + skos:prefLabel "JouleSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.s" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J⋅s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The joule-second is a unit equal to a joule multiplied by a second, used to measure action or angular momentum. The joule-second is the unit used for Planck's constant. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#JouleSecondPerMole +:JouleSecondPerMole rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_4fdf946a_9c40_4d71_80ab_e4221ff6a534 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Kelvin per Tesla"@en ; - skos:prefLabel "KelvinPerTesla"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-PER-T" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.T-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/T" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kelvin per Tesla` is a unit for 'Temperature Per Magnetic Flux Density' expressed as K T⁻¹. - --- QUDT"""@en . - - -### https://w3id.org/emmo#KelvinPerWatt -emmo:KelvinPerWatt rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_cff9f930_f3f7_43c6_9228_28bf3e1ec706 , - [ 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 "Kelvin per Watt"@en ; - skos:prefLabel "KelvinPerWatt"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-PER-W" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.W-1" , - "K/W" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/W" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Thermal resistance is a heat property and a measure of a temperature difference by which an object or material resists a heat flow (heat per time unit or thermal resistance). Thermal resistance is the reciprocal thermal conductance. Absolute thermal resistance is the temperature difference across a structure when a unit of heat energy flows through it in unit time. It is the reciprocal of thermal conductance. The SI units of thermal resistance are kelvins per watt or the equivalent degrees Celsius per watt (the two are the same since as intervals). + skos:altLabel "Joule Second per Mole"@en ; + skos:prefLabel "JouleSecondPerMole"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-SEC-PER-MOL" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.s.mol-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J⋅s/mol" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Joule Second per Mole` is a unit for 'Molar Angular Momentum' expressed as J s mol⁻¹. -- QUDT"""@en . -### https://w3id.org/emmo#KelvinSecond -emmo:KelvinSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_3df1408c_df34_4037_8584_c25f854bb346 , +### https://w3id.org/emmo#JouleSquareMetre +:JouleSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_88f36585_bd30_4160_b975_61362f3468a9 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - 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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin second."@en . + skos:prefLabel "JouleSquareMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-M2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J⋅m²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Joule square metre."@en . -### https://w3id.org/emmo#KelvinSquareMetrePerKilogramPerSecond -emmo:KelvinSquareMetrePerKilogramPerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_66e91d9a_05c1_4906_9731_3f4d8c4f3fd8 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin square metres per kilogram and second."@en . +### https://w3id.org/emmo#JouleSquareMetrePerKilogram +:JouleSquareMetrePerKilogram rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_c0f32e02_44d7_4c99_986e_c368d7219e4c , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "JouleSquareMetrePerKilogram" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-M2-PER-KiloGM" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m2.kg-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "j⋅m²/kg" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Joule square metre per kilogram."@en . -### https://w3id.org/emmo#LumenPerWatt -emmo:LumenPerWatt rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_5c003f53_20a2_4bd7_8445_58187e582578 , - [ 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 "Lumen per Watt"@en ; - skos:prefLabel "LumenPerWatt"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LM-PER-W" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "lm.W-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lm/W" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A measurement of luminous efficacy, which is the light output in lumens using one watt of electricity. +### https://w3id.org/emmo#KelvinMetre +:KelvinMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_d02c92e0_99ba_4c09_b01f_0d7a7dd7b24e , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "KelvinMetre" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.m" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin metre."@en . + + +### https://w3id.org/emmo#KelvinMetrePerSecond +:KelvinMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_0d4bdfcd_f4f0_4b8f_b470_e3f654e37d33 , + :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "KelvinMetrePerSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-M-PER-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.m.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅m/s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin metre per second."@en . + + +### https://w3id.org/emmo#KelvinMetrePerWatt +:KelvinMetrePerWatt rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_33b6c84d_e139_418c_8f8c_f1d45f94df46 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Kelvin Metre Per Watt"@en ; + skos:prefLabel "KelvinMetrePerWatt"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-M-PER-W"^^xsd:anyURI , + "http://qudt.org/vocab/unit/M-K-PER-W"^^xsd:anyURI ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.m.W-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅m/W" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI base unit kelvin and the SI base unit metre divided by the derived SI unit watt -- QUDT"""@en . -### https://w3id.org/emmo#LumenSecond -emmo:LumenSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , +### https://w3id.org/emmo#KelvinPascalPerSecond +:KelvinPascalPerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_0cd4c619_b123_4ae4_b778_3c9adaad65e7 , + :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "KelvinPascalPerSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-PA-PER-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.Pa.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅Pa/s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin Pascal per second."@en . + + +### https://w3id.org/emmo#KelvinPerKelvin +:KelvinPerKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "lumen second"@en ; - skos:prefLabel "LumenSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LM-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "lm.s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lm⋅s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In photometry, the lumen second is the SI derived unit of luminous energy. It is based on the lumen, the SI unit of luminous flux, and the second, the SI base unit of time. The lumen second is sometimes called the talbot (symbol T). An older name for the lumen second was the lumberg. + skos:altLabel "Kelvin Per Kelvin"@en ; + skos:prefLabel "KelvinPerKelvin"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-PER-K" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.K-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/K" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kelvin divided by the SI base unit kelvin -- QUDT"""@en . -### https://w3id.org/emmo#MetreKelvin -emmo:MetreKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_d02c92e0_99ba_4c09_b01f_0d7a7dd7b24e , +### https://w3id.org/emmo#KelvinPerMetre +:KelvinPerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_720a469f_a19c_4a88_900c_29b3938f5092 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "KelvinPerMeter"@en ; + skos:prefLabel "KelvinPerMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-PER-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.m-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A change of temperature on the Kelvin temperature scale in one SI unit of length. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KelvinPerSecond +:KelvinPerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_4f245147_f072_4431_b535_6241e8e87eb8 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Metre Kelvin"@en ; - skos:prefLabel "MetreKelvin"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.K" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⋅K" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Meter Kelvin` is a unit for 'Length Temperature' expressed as m K. + skos:altLabel "Kelvin per Second"@en ; + skos:prefLabel "KelvinPerSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-PER-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.s-1" , + "K/s" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kelvin per Second` is a unit for 'Temperature Per Time' expressed as K / s. -- QUDT"""@en . -### https://w3id.org/emmo#MetreKilogram -emmo:MetreKilogram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_3fe66e46_9343_4a36_b101_a732ad5f4f76 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kilogram metre."@en . - - -### https://w3id.org/emmo#MetrePerFarad -emmo:MetrePerFarad rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_d2a20142_b3a4_4d3b_a7e1_e17597e7f177 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Metre per Farad."@en . - +### https://w3id.org/emmo#KelvinPerSquareSecond +:KelvinPerSquareSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_c7188d13_52e6_43f7_9b6d_aba4c161fa8f , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Kelvin per Square Second"@en ; + skos:prefLabel "KelvinPerSquareSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-PER-SEC2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.s-2" , + "K/s^2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/s²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kelvin per Square Second` is a unit for 'Temperature Per Time Squared' expressed as K / s². -### https://w3id.org/emmo#MetrePerKelvin -emmo:MetrePerKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_793f3567_b351_42ef_a1d4_5111d53999c4 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Metre per Kelvin."@en . +-- QUDT"""@en . -### https://w3id.org/emmo#MetrePerSecond -emmo:MetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , - [ 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 - ] ; - skos:prefLabel "MetrePerSecond"@en ; - emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "MTS" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-PER-SEC" ; - emmo:EMMO_209ba1b3_149f_4ff0_b672_941610eafd72 "http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-Time" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Metre per second is an SI derived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in metres divided by time in seconds. -The official SI symbolic abbreviation is mu00b7s-1, or equivalently either m/s. +### https://w3id.org/emmo#KelvinPerTesla +:KelvinPerTesla rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_f6fac54d_6b6d_4255_b217_4363a83f1834 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Kelvin per Tesla"@en ; + skos:prefLabel "KelvinPerTesla"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-PER-T" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.T-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/T" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kelvin per Tesla` is a unit for 'Temperature Per Magnetic Flux Density' expressed as K T⁻¹. -- QUDT"""@en . -### https://w3id.org/emmo#MetrePerSquareSecond -emmo:MetrePerSquareSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6 , - [ 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 "Metre per Square Second"@en ; - skos:prefLabel "MetrePerSquareSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-PER-SEC2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.s-2" , - "m/s2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/s²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The `meter per Square second` is the unit of acceleration in the International System of Units (SI). As a derived unit it is composed from the SI base units of length, the metre, and the standard unit of time, the second. Its symbol is written in several forms as m/s², or m s⁻². As acceleration, the unit is interpreted physically as change in velocity or speed per time interval, that is, `metre per second per second`. +### https://w3id.org/emmo#KelvinPerWatt +:KelvinPerWatt rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_cff9f930_f3f7_43c6_9228_28bf3e1ec706 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Kelvin per Watt"@en ; + skos:prefLabel "KelvinPerWatt"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-PER-W" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.W-1" , + "K/W" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/W" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Thermal resistance is a heat property and a measure of a temperature difference by which an object or material resists a heat flow (heat per time unit or thermal resistance). Thermal resistance is the reciprocal thermal conductance. Absolute thermal resistance is the temperature difference across a structure when a unit of heat energy flows through it in unit time. It is the reciprocal of thermal conductance. The SI units of thermal resistance are kelvins per watt or the equivalent degrees Celsius per watt (the two are the same since as intervals). -- QUDT"""@en . -### https://w3id.org/emmo#MolPerKilogram -emmo:MolPerKilogram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_95971713_d589_4002_a5a7_affc5c74cfdb , - [ 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 "Mole per Kilogram"@en ; - skos:prefLabel "MolePerKilogram"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.kg-1" , - "mol/kg" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/kg" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Mole Per Kilogram (mol/kg) is a unit of Molality +### https://w3id.org/emmo#KelvinSecond +:KelvinSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_3df1408c_df34_4037_8584_c25f854bb346 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "KelvinSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.s" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin second."@en . --- QUDT"""@en . + +### https://w3id.org/emmo#KelvinSquareMetrePerKilogramPerSecond +:KelvinSquareMetrePerKilogramPerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_66e91d9a_05c1_4906_9731_3f4d8c4f3fd8 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "KelvinSquareMetrePerKilogramPerSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-M2-PER-KiloGM-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.m2.kg-1.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅m²/(kg⋅s)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin square metres per kilogram and second."@en . -### https://w3id.org/emmo#MoleKelvin -emmo:MoleKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_3d254432_6f8f_4a6d_9eb3_4ab54388171b , +### https://w3id.org/emmo#KilogramKelvin +:KilogramKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_8455fa05_a877_48d7_b8a3_8e3bfad119bf , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Mole Kelvin"@en ; - skos:prefLabel "MoleKelvin"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.K" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol⋅K" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Mole Kelvin is a unit for `Temperature Amount Of Substance` expressed as mol-K. + skos:altLabel "Kilogram Kelvin"@en ; + skos:prefLabel "KilogramKelvin" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-K" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.K" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅K" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kilogram Kelvin` is a unit for 'Mass Temperature' expressed as kg-K. -- QUDT"""@en . -### https://w3id.org/emmo#MolePerCubicMetre -emmo:MolePerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 , +### https://w3id.org/emmo#KilogramMetrePerSecond +:KilogramMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + :EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Metre Per Second"@en ; + skos:prefLabel "KilogramMetrePerSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-M-PER-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m.s-1" , + "kg.m/s" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅m/s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Kilogram Meter Per Second\" is a unit for 'Linear Momentum' expressed as kg-m/s. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KilogramPerCubicMetre +:KilogramPerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_1c957677_a460_4702_85a6_baef659d14b1 , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :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 Metre"@en ; - skos:prefLabel "MolePerCubicMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-3" , - "mol/m3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/m³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI derived unit for amount-of-substance concentration is the mole/cubic meter. + skos:altLabel "Kilogram per Cubic Metre"@en ; + skos:prefLabel "KilogramPerCubicMetre" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M3" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-3" , + "kg/m3" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/m³" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m⁻³, or equivalently either kg/m³. -- QUDT"""@en . -### https://w3id.org/emmo#MolePerCubicMetrePerSecond -emmo:MolePerCubicMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 , +### https://w3id.org/emmo#KilogramPerCubicMetrePerSecond +:KilogramPerCubicMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + :EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Moles per cubic metre per second"@en ; - skos:prefLabel "MolePerCubicMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M3-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-3.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(m³⋅s)" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI unit of quantity of matter per SI unit volume per SI unit of time. + skos:altLabel "Kilograms per cubic metre per second"@en ; + skos:prefLabel "KilogramPerCubicMetrePerSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M3-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-3.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m³⋅s)" . + + +### https://w3id.org/emmo#KilogramPerKilogram +:KilogramPerKilogram rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1 , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Per Kilogram"@en ; + skos:prefLabel "KilogramPerKilogram" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-KiloGM" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.kg-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/kg" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the SI base unit kilogram -- QUDT"""@en . -### https://w3id.org/emmo#MolePerKilogramPascal -emmo:MolePerKilogramPascal rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_2d66cf6d_9396_40c8_bb82_324ab19067ce , +### https://w3id.org/emmo#KilogramPerMetre +:KilogramPerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6 , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram per Metre"@en ; + skos:prefLabel "KilogramPerMetre" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-1" , + "kg/m" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Kilogram Per Meter (kg/m) is a unit in the category of Linear mass density. It is also known as kilogram/meter, kilogram/metre, kilograms per meter, kilogram per metre, kilograms per metre. This unit is commonly used in the SI unit system. Kilogram Per Meter (kg/m) has a dimension of ML-1 where M is mass, and L is length. This unit is the standard SI unit in this category. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KilogramPerMetrePerSecond +:KilogramPerMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7 , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :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 Kilogram Pascal"@en ; - skos:prefLabel "MolePerKilogramPascal" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-KiloGM-PA" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.kg-1.Pa-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(kg⋅Pa)" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Mole Per Kilogram Pascal (mol/kg-pa) is a unit of Molar Mass variation due to Pressure. + skos:altLabel "Kilograms per metre per second"@en ; + skos:prefLabel "KilogramPerMetrePerSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-1.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m⋅s)" . + + +### https://w3id.org/emmo#KilogramPerMetrePerSquareSecond +:KilogramPerMetrePerSquareSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilograms per metre per square second"@en ; + skos:prefLabel "KilogramPerMetrePerSquareSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M-SEC2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-1.s-2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m⋅s²)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude. -- QUDT"""@en . -### https://w3id.org/emmo#MolePerSecond -emmo:MolePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 , +### https://w3id.org/emmo#KilogramPerMol +:KilogramPerMol rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + :EMMO_9ba91622_e39f_43e3_b95f_290937928d7e , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram per Mole"@en ; + skos:prefLabel "KilogramPerMole"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-MOL" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.mol-1" , + "kg/mol" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/mol" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In chemistry, the molar mass M is defined as the mass of a given substance (chemical element or chemical compound) divided by its amount of substance. It is a physical property of a given substance. The base SI unit for molar mass is kg/mol. However, for historical reasons, molar masses are almost always expressed in g/mol. As an example, the molar mass of water is approximately: 18.01528(33) g/mol. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KilogramPerSecond +:KilogramPerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + :EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :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 Second"@en ; - skos:prefLabel "MolePerSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.s-1" , - "mol/s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit mol divided by the SI base unit second + skos:altLabel "Kilogram per Second"@en ; + skos:prefLabel "KilogramPerSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.s-1" , + "kg/s" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Kilogram Per Second (kg/s) is a unit in the category of Mass flow rate. It is also known as kilogram/second, kilograms per second. This unit is commonly used in the SI unit system. Kilogram Per Second (kg/s) has a dimension of MT⁻¹ where M is mass, and T is time. This unit is the standard SI unit in this category. -- QUDT"""@en . -### https://w3id.org/emmo#MolePerSquareMetre -emmo:MolePerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_183f6fac_8543_44e0_bd59_434aa7054f4c , +### https://w3id.org/emmo#KilogramPerSecondPerSquareMetre +:KilogramPerSecondPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + :EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Per Second Per Square Metre"@en ; + skos:prefLabel "KilogramPerSecondPerSquareMetre" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-SEC-M2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.(s.m2)-1" , + "kg.s-1.m-2" , + "kg/(s.m2)" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(s⋅m²)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 2 and the SI base unit second + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KilogramPerSquareMetre +:KilogramPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + :EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Moles per square metre"@en ; - skos:prefLabel "MolePerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI unit of quantity of matter per SI unit area. + skos:altLabel "Kilogram per Square Metre"@en ; + skos:prefLabel "KilogramPerSquareMetre" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-2" , + "kg/m2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/m²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Kilogram Per Square Meter (kg/m2) is a unit in the category of Surface density. It is also known as kilograms per square meter, kilogram per square metre, kilograms per square metre, kilogram/square meter, kilogram/square metre. This unit is commonly used in the SI unit system. Kilogram Per Square Meter (kg/m2) has a dimension of ML-2 where M is mass, and L is length. This unit is the standard SI unit in this category. -- QUDT"""@en . -### https://w3id.org/emmo#MolePerSquareMetrePerSecond -emmo:MolePerSquareMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 , +### https://w3id.org/emmo#KilogramPerSquareMetrePerPascalPerSecond +:KilogramPerSquareMetrePerPascalPerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + :EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilograms per square metre per Pascal per second"@en ; + skos:prefLabel "KilogramPerSquareMetrePerPascalPerSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M2-PA-SEC" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m²⋅s⋅Pa)" ; + :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Perm_(unit)" . + + +### https://w3id.org/emmo#KilogramPerSquareMetrePerSecond +:KilogramPerSquareMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + :EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Moles per square metre per second"@en ; - skos:prefLabel "MolePerSquareMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M2-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-2.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(m²⋅s)" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI unit of quantity of matter per SI unit area per SI unit of time. + skos:altLabel "Kilograms per square metre per second"@en ; + skos:prefLabel "KilogramPerSquareMetrePerSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-2.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m²⋅s)" . --- QUDT"""@en . +### https://w3id.org/emmo#KilogramPerSquareMetreSquareSecond +:KilogramPerSquareMetreSquareSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + :EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram per Square Metre Square Second"@en ; + skos:prefLabel "KilogramPerSquareMetreSquareSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m²⋅s²)" . -### https://w3id.org/emmo#MolePerSquareMetrePerSecondPerMetre -emmo:MolePerSquareMetrePerSecondPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Moles per square metre and second and metre."@en . +### https://w3id.org/emmo#KilogramPerSquareSecond +:KilogramPerSquareSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + :EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram per Square Second"@en ; + skos:prefLabel "KilogramPerSquareSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-SEC2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.s-2" , + "kg/s2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/s²" . -### https://w3id.org/emmo#MolePerSquareMetrePerSecondPerMetrePerSteradian -emmo:MolePerSquareMetrePerSecondPerMetrePerSteradian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Moles per square metre per second per metre per steradian."@en . +### https://w3id.org/emmo#KilogramSquareMetre +:KilogramSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_3532cc67_472a_4227_96f4_04b93146cec3 , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Square Metre"@en ; + skos:prefLabel "KilogramSquareMetre" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-M2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅m²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Kilogram Square Meter\" is a unit for 'Moment Of Inertia' expressed as kg-m². -### https://w3id.org/emmo#MolePerSquareMetrePerSecondPerSteradian -emmo:MolePerSquareMetrePerSecondPerSteradian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Moles per square metre per second per steradian."@en . +-- QUDT"""@en . -### https://w3id.org/emmo#NewtonMetre -emmo:NewtonMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , - [ 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:comment "Note that the physical dimension is the same as for Joule."@en ; - skos:prefLabel "NewtonMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M" ; - emmo:EMMO_209ba1b3_149f_4ff0_b672_941610eafd72 "http://www.ontology-of-units-of-measure.org/resource/om-2/newtonMetre" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Torque\" is the tendency of a force to cause a rotation, is the product of the force and the distance from the center of rotation to the point where the force is applied. Torque has the same units as work or energy, but it is a different physical concept. To stress the difference, scientists measure torque in newton meters rather than in joules, the SI unit of work. One newton meter is approximately 0.737562 pound foot. +### https://w3id.org/emmo#KilogramSquareMetrePerSecond +:KilogramSquareMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Square Metre Per Second"@en ; + skos:prefLabel "KilogramSquareMetrePerSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-M2-PER-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m2.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅m²/s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Kilogram Square Meter Per Second\" is a unit for 'Angular Momentum' expressed as kg-m²-s⁻¹. -- QUDT"""@en . -### https://w3id.org/emmo#NewtonMetrePerAmpere -emmo:NewtonMetrePerAmpere rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee , - [ 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 "Newton Metre Per Ampere"@en ; - skos:prefLabel "NewtonMetrePerAmpere"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M-PER-A" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m.A-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m/A" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI derived unit newton and the SI base unit metre divided by the SI base unit ampere - --- QUDT"""@en . +### https://w3id.org/emmo#KilogramSquareSecond +:KilogramSquareSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_5f375229_de0c_46bf_b11f_da9d3b742253 , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Square Second"@en ; + skos:prefLabel "KilogramSquareSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-SEC2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.s2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅s²" . -### https://w3id.org/emmo#NewtonMetrePerKilogram -emmo:NewtonMetrePerKilogram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 , - [ 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 "Newton Metre Per Kilogram"@en ; - skos:prefLabel "NewtonMetrePerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m.kg-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m/kg" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the derived SI unit newton and the SI base unit metre divided by the SI base unit kilogram +### https://w3id.org/emmo#LumenPerWatt +:LumenPerWatt rdf:type owl:Class ; + rdfs:subClassOf :EMMO_044f83a6_ade4_4441_9c73_5490dd93344f , + :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Lumen per Watt"@en ; + skos:prefLabel "LumenPerWatt"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LM-PER-W" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "lm.W-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lm/W" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A measurement of luminous efficacy, which is the light output in lumens using one watt of electricity. -- QUDT"""@en . -### https://w3id.org/emmo#NewtonMetrePerMetre -emmo:NewtonMetrePerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c , - [ 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 "Newton metre per metre"@en ; - skos:prefLabel "NewtonMetrePerMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M-PER-M" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """This is the SI unit for the rolling resistance, which is equivalent to drag force in newton - --- QUDT"""@en . - - -### https://w3id.org/emmo#NewtonMetrePerMetrePerRadian -emmo:NewtonMetrePerMetrePerRadian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Newton metre per metre and radian."@en . - - -### https://w3id.org/emmo#NewtonMetrePerRadian -emmo:NewtonMetrePerRadian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , - [ 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 "Newton metre per radian"@en ; - skos:prefLabel "NewtonMetrePerRadian"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M-PER-RAD" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m/rad" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Newton Meter per Radian is the SI unit for Torsion Constant +### https://w3id.org/emmo#LumenSecond +:LumenSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "lumen second"@en ; + skos:prefLabel "LumenSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LM-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "lm.s" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lm⋅s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In photometry, the lumen second is the SI derived unit of luminous energy. It is based on the lumen, the SI unit of luminous flux, and the second, the SI base unit of time. The lumen second is sometimes called the talbot (symbol T). An older name for the lumen second was the lumberg. -- QUDT"""@en . -### https://w3id.org/emmo#NewtonMetrePerSquareMetre -emmo:NewtonMetrePerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , - [ 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 "Newton Metre Per Square Metre"@en ; - skos:prefLabel "NewtonMetrePerSquareMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m.m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m/m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI derived unit newton and the SI base unit metre divided by the power of the SI base unit metre with the exponent 2 +### https://w3id.org/emmo#MetreKelvin +:MetreKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_d02c92e0_99ba_4c09_b01f_0d7a7dd7b24e , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Metre Kelvin"@en ; + skos:prefLabel "MetreKelvin"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-K" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.K" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⋅K" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Meter Kelvin` is a unit for 'Length Temperature' expressed as m K. -- QUDT"""@en . -### https://w3id.org/emmo#NewtonMetreSecond -emmo:NewtonMetreSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a , - [ 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 "Newton Metre Second"@en ; - skos:prefLabel "NewtonMetreSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m.s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m⋅s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI derived unit of angular momentum. - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/SI_derived_unit" . - - -### https://w3id.org/emmo#NewtonMetreSecondPerMetre -emmo:NewtonMetreSecondPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 , - [ 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 "Newton metre seconds per metre"@en ; - skos:prefLabel "NewtonMetreSecondPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M-SEC-PER-M" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m⋅s/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Newton metre seconds measured per metre +### https://w3id.org/emmo#MetreKilogram +:MetreKilogram rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_3fe66e46_9343_4a36_b101_a732ad5f4f76 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "MetreKilogram"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-KiloGM" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.kg" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⋅kg" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kilogram metre."@en . --- QUDT"""@en . +### https://w3id.org/emmo#MetrePerFarad +:MetrePerFarad rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_d2a20142_b3a4_4d3b_a7e1_e17597e7f177 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "MetrePerFarad"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-PER-FARAD" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.F-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/f" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Metre per Farad."@en . -### https://w3id.org/emmo#NewtonMetreSecondPerRadian -emmo:NewtonMetreSecondPerRadian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a , - [ 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 "Newton metre seconds per radian"@en ; - skos:prefLabel "NewtonMetreSecondPerRadian" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M-SEC-PER-RAD" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m⋅s/rad" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Newton metre seconds measured per radian --- QUDT"""@en . +### https://w3id.org/emmo#MetrePerKelvin +:MetrePerKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_793f3567_b351_42ef_a1d4_5111d53999c4 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "MetrePerKelvin"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-PER-K" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m/K" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/k" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Metre per Kelvin."@en . -### https://w3id.org/emmo#NewtonPerAmpere -emmo:NewtonPerAmpere rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415 , - [ 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 "Newton Per Ampere"@en ; - skos:prefLabel "NewtonPerAmpere"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-A" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.A-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/A" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit newton divided by the SI base unit ampere +### https://w3id.org/emmo#MetrePerSecond +:MetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "MetrePerSecond"@en ; + :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "MTS" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-PER-SEC" ; + :EMMO_209ba1b3_149f_4ff0_b672_941610eafd72 "http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-Time" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Metre per second is an SI derived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in metres divided by time in seconds. +The official SI symbolic abbreviation is mu00b7s-1, or equivalently either m/s. -- QUDT"""@en . -### https://w3id.org/emmo#NewtonPerCoulomb -emmo:NewtonPerCoulomb rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 , +### https://w3id.org/emmo#MetrePerSquareSecond +:MetrePerSquareSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_2da7408f_d389_4245_887d_a1743b81a9b6 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :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 Coulomb"@en ; - skos:prefLabel "NewtonPerCoulomb"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-C" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.C-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/C" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Newton Per Coulomb ( N/C) is a unit in the category of Electric field strength. It is also known as newtons/coulomb. Newton Per Coulomb ( N/C) has a dimension of MLT-3I-1 where M is mass, L is length, T is time, and I is electric current. It essentially the same as the corresponding standard SI unit V/m. - --- QUDT"""@en . - - -### https://w3id.org/emmo#NewtonPerCubicMetre -emmo:NewtonPerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Newton per cubic metre."@en . - - -### https://w3id.org/emmo#NewtonPerKilogram -emmo:NewtonPerKilogram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6 , - [ 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 "Newton per Kilogram"@en ; - skos:prefLabel "NewtonPerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.kg-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/kg" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Gravitational field strength at a point is the gravitational force per unit mass at that point. It is a vector and its S.I. unit is N kg-1. + skos:altLabel "Metre per Square Second"@en ; + skos:prefLabel "MetrePerSquareSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-PER-SEC2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.s-2" , + "m/s2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/s²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The `meter per Square second` is the unit of acceleration in the International System of Units (SI). As a derived unit it is composed from the SI base units of length, the metre, and the standard unit of time, the second. Its symbol is written in several forms as m/s², or m s⁻². As acceleration, the unit is interpreted physically as change in velocity or speed per time interval, that is, `metre per second per second`. -- QUDT"""@en . -### https://w3id.org/emmo#NewtonPerMetre -emmo:NewtonPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , +### https://w3id.org/emmo#MilliAmperePerGram +:MilliAmperePerGram rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :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 Metre"@en ; - skos:prefLabel "NewtonPerMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m-1" , - "N/m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Newton Per Meter (N/m) is a unit in the category of Surface tension. It is also known as newtons per meter, newton per metre, newtons per metre, newton/meter, newton/metre. This unit is commonly used in the SI unit system. Newton Per Meter (N/m) has a dimension of MT-2 where M is mass, and T is time. This unit is the standard SI unit in this category. - --- QUDT"""@en . + skos:prefLabel "MilliAmperePerGram"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a unit of electric current per mass"@en . -### https://w3id.org/emmo#NewtonPerRadian -emmo:NewtonPerRadian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c , - [ 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 "Newton per radian"@en ; - skos:prefLabel "NewtonPerRadian"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-RAD" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/rad" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A one-newton force applied for one angle/torsional torque +### https://w3id.org/emmo#MolPerKilogram +:MolPerKilogram rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_95971713_d589_4002_a5a7_affc5c74cfdb , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Kilogram"@en ; + skos:prefLabel "MolePerKilogram"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-KiloGM" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.kg-1" , + "mol/kg" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/kg" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Mole Per Kilogram (mol/kg) is a unit of Molality -- QUDT"""@en . -### https://w3id.org/emmo#NewtonPerSquareMetre -emmo:NewtonPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , - [ 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 "Newtons Per Square Metre"@en ; - skos:prefLabel "NewtonPerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude. - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Pascal?oldid=492989202" . - - -### https://w3id.org/emmo#NewtonSecond -emmo:NewtonSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 , - [ 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 "Newton Second"@en ; - skos:prefLabel "NewtonSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI derived unit newton and the SI base unit second +### https://w3id.org/emmo#MoleDegreeCelsius +:MoleDegreeCelsius rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_3d254432_6f8f_4a6d_9eb3_4ab54388171b , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Mole Degree Celsius"@en ; + skos:prefLabel "MoleDegreeCelsius"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-DEG_C" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.Cel" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol⋅°C" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Mole Degree Celsius` is a C.G.S System unit for 'Temperature Amount Of Substance' expressed as mol-degC. -- QUDT"""@en . -### https://w3id.org/emmo#NewtonSecondPerCubicMetre -emmo:NewtonSecondPerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 , - [ 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 "Newton second per Cubic Metre"@en ; - skos:prefLabel "NewtonSecondPerCubicMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-SEC-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.s.m-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅s/m³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of specific acoustic impedance. When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move. The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces. The specific impedance is 1 N · s · m⁻³ if unit pressure produces unit velocity. +### https://w3id.org/emmo#MoleKelvin +:MoleKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_3d254432_6f8f_4a6d_9eb3_4ab54388171b , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Mole Kelvin"@en ; + skos:prefLabel "MoleKelvin"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-K" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.K" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol⋅K" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Mole Kelvin is a unit for `Temperature Amount Of Substance` expressed as mol-K. -- QUDT"""@en . -### https://w3id.org/emmo#NewtonSecondPerMetre -emmo:NewtonSecondPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , - [ 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 "Newton Second per Metre"@en ; - skos:prefLabel "NewtonSecondPerMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-SEC-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.s.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅s/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Newton second measured per metre +### https://w3id.org/emmo#MolePerCubicMetre +:MolePerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Metre"@en ; + skos:prefLabel "MolePerCubicMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M3" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-3" , + "mol/m3" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/m³" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI derived unit for amount-of-substance concentration is the mole/cubic meter. -- QUDT"""@en . -### https://w3id.org/emmo#NewtonSecondPerRadian -emmo:NewtonSecondPerRadian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 , - [ 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 "Newton seconds per radian"@en ; - skos:prefLabel "NewtonSecondPerRadian" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-SEC-PER-RAD" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅s/rad" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Newton seconds measured per radian +### https://w3id.org/emmo#MolePerCubicMetrePerSecond +:MolePerCubicMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Moles per cubic metre per second"@en ; + skos:prefLabel "MolePerCubicMetrePerSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M3-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-3.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(m³⋅s)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI unit of quantity of matter per SI unit volume per SI unit of time. -- QUDT"""@en . -### https://w3id.org/emmo#NewtonSquareMetre -emmo:NewtonSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_cb77e107_43ed_4a97_bf39_03b3587404d3 , +### https://w3id.org/emmo#MolePerKilogramPascal +:MolePerKilogramPascal rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_2d66cf6d_9396_40c8_bb82_324ab19067ce , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - 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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Newton square metre."@en . - + skos:altLabel "Mole per Kilogram Pascal"@en ; + skos:prefLabel "MolePerKilogramPascal" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-KiloGM-PA" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.kg-1.Pa-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(kg⋅Pa)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Mole Per Kilogram Pascal (mol/kg-pa) is a unit of Molar Mass variation due to Pressure. -### https://w3id.org/emmo#NewtonSquareMetrePerAmpere -emmo:NewtonSquareMetrePerAmpere rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_431ce3bc_3d54_481d_a10d_7c4a4418732a , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Newton metre squared per Ampere."@en . +-- QUDT"""@en . -### https://w3id.org/emmo#NewtonSquareMetrePerSquareKilogram -emmo:NewtonSquareMetrePerSquareKilogram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_3181bb28_623b_4411_ad79_80277c661322 , - [ 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 "Newton Square Metre Per Square Kilogram"@en ; - skos:prefLabel "NewtonSquareMetrePerSquareKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M2-PER-KiloGM2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m2.kg-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m²/kg²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of gravitational constant as product of the derived SI unit newton, the power of the SI base unit metre with the exponent 2 divided by the power of the SI base unit kilogram with the exponent 2 +### https://w3id.org/emmo#MolePerSecond +:MolePerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Second"@en ; + skos:prefLabel "MolePerSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.s-1" , + "mol/s" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit mol divided by the SI base unit second -- QUDT"""@en . -### https://w3id.org/emmo#OhmMetre -emmo:OhmMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_359312ca_1d9d_4765_b20b_28d9f45d77e7 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ohm metre."@en . - +### https://w3id.org/emmo#MolePerSquareMetre +:MolePerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_183f6fac_8543_44e0_bd59_434aa7054f4c , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Moles per square metre"@en ; + skos:prefLabel "MolePerSquareMetre" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/m²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI unit of quantity of matter per SI unit area. -### https://w3id.org/emmo#OhmSquareMetrePerMetre -emmo:OhmSquareMetrePerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_359312ca_1d9d_4765_b20b_28d9f45d77e7 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ohm square metre per metre."@en . +-- QUDT"""@en . -### https://w3id.org/emmo#PascalCubicMetrePerSecond -emmo:PascalCubicMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , - [ 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 "Pascal Cubic Metre Per Second"@en ; - skos:prefLabel "PascalCubicMetrePerSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-M3-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.m3.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅m³/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product out of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second +### https://w3id.org/emmo#MolePerSquareMetrePerSecond +:MolePerSquareMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Moles per square metre per second"@en ; + skos:prefLabel "MolePerSquareMetrePerSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M2-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-2.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(m²⋅s)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI unit of quantity of matter per SI unit area per SI unit of time. -- QUDT"""@en . -### https://w3id.org/emmo#PascalMetre -emmo:PascalMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Pascal metre."@en . +### https://w3id.org/emmo#MolePerSquareMetrePerSecondPerMetre +:MolePerSquareMetrePerSecondPerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "MolePerSquareMetrePerSecondPerMetre" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M2-SEC-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-2.s-1.m-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(m²⋅s⋅m)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Moles per square metre and second and metre."@en . -### https://w3id.org/emmo#PascalMetrePerSecond -emmo:PascalMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 , +### https://w3id.org/emmo#MolePerSquareMetrePerSecondPerMetrePerSteradian +:MolePerSquareMetrePerSecondPerMetrePerSteradian rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "MolePerSquareMetrePerSecondPerMetrePerSteradian" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M2-SEC-M-SR" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-2.s-1.m-1.sr-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(m²⋅s⋅m⋅sr)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Moles per square metre per second per metre per steradian."@en . + + +### https://w3id.org/emmo#MolePerSquareMetrePerSecondPerSteradian +:MolePerSquareMetrePerSecondPerSteradian rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "MolePerSquareMetrePerSecondPerSteradian" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M2-SEC-SR" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-2.s-1.sr-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(m²⋅s⋅sr)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Moles per square metre per second per steradian."@en . + + +### https://w3id.org/emmo#NanoMeterPerMilliMeterMegaPascal +:NanoMeterPerMilliMeterMegaPascal rdf:type owl:Class ; + rdfs:subClassOf :EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 , + :EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + :EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + :EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-12"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanometer Per Millimeter Megapascal"@en ; + skos:prefLabel "NanoMeterPerMilliMeterMegaPascal" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoM-PER-MilliM-MegaPA" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nm.mm-1.MPa-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nm/(mm⋅MPa)" . + + +### https://w3id.org/emmo#NanoMolePerCubicCentiMetrePerHour +:NanoMolePerCubicCentiMetrePerHour rdf:type owl:Class ; + rdfs:subClassOf :EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + :EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 , + :EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + :EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-7"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per cubic centimetre per hour"@en ; + skos:prefLabel "NanoMolePerCubicCentiMetrePerHour" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-CentiM3-HR" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.cm-3.h-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(cm³⋅hr)" . + + +### https://w3id.org/emmo#NanoMolePerGramPerSecond +:NanoMolePerGramPerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 , + :EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + :EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + :EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double ] , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - 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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Pascal metre per second."@en . - - -### https://w3id.org/emmo#PascalMetrePerSquareSecond -emmo:PascalMetrePerSquareSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_30261696_a8a4_44ce_9bf5_b18201a83c76 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Pascal metre per square second."@en . + skos:altLabel "Nanomoles per gram per second"@en ; + skos:prefLabel "NanoMolePerGramPerSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-GM-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.g-1.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(g⋅s)" . -### https://w3id.org/emmo#PascalPerKelvin -emmo:PascalPerKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e , +### https://w3id.org/emmo#NanoMolePerKilogram +:NanoMolePerKilogram rdf:type owl:Class ; + rdfs:subClassOf :EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + :EMMO_95971713_d589_4002_a5a7_affc5c74cfdb , + :EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + :EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-9"^^xsd:double ] , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - 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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Pascal per Kelvin."@en . + skos:altLabel "Nanomoles per kilogram"@en ; + skos:prefLabel "NanoMolePerKilogram" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-KiloGM" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.kg-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/kg" . -### https://w3id.org/emmo#PascalPerMetre -emmo:PascalPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 , - [ 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 "Pascal Per Metre"@en ; - skos:prefLabel "PascalPerMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.m-1" , - "Pa/m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit pascal divided by the SI base unit metre +### https://w3id.org/emmo#NewtonMetre +:NewtonMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:comment "Note that the physical dimension is the same as for Joule."@en ; + skos:prefLabel "NewtonMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M" ; + :EMMO_209ba1b3_149f_4ff0_b672_941610eafd72 "http://www.ontology-of-units-of-measure.org/resource/om-2/newtonMetre" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Torque\" is the tendency of a force to cause a rotation, is the product of the force and the distance from the center of rotation to the point where the force is applied. Torque has the same units as work or energy, but it is a different physical concept. To stress the difference, scientists measure torque in newton meters rather than in joules, the SI unit of work. One newton meter is approximately 0.737562 pound foot. -- QUDT"""@en . -### https://w3id.org/emmo#PascalPerSecond -emmo:PascalPerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , +### https://w3id.org/emmo#NewtonMetrePerAmpere +:NewtonMetrePerAmpere rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Newton Metre Per Ampere"@en ; + skos:prefLabel "NewtonMetrePerAmpere"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M-PER-A" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m.A-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m/A" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI derived unit newton and the SI base unit metre divided by the SI base unit ampere + +-- QUDT"""@en . + + +### https://w3id.org/emmo#NewtonMetrePerKilogram +:NewtonMetrePerKilogram rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Newton Metre Per Kilogram"@en ; + skos:prefLabel "NewtonMetrePerKilogram" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M-PER-KiloGM" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m.kg-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m/kg" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the derived SI unit newton and the SI base unit metre divided by the SI base unit kilogram + +-- QUDT"""@en . + + +### https://w3id.org/emmo#NewtonMetrePerMetre +:NewtonMetrePerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Pascal per Second"@en ; - skos:prefLabel "PascalPerSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.s-1" , - "Pa/s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "P/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A rate of change of pressure measured as the number of Pascals in a period of one second. + skos:altLabel "Newton metre per metre"@en ; + skos:prefLabel "NewtonMetrePerMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M-PER-M" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """This is the SI unit for the rolling resistance, which is equivalent to drag force in newton -- QUDT"""@en . -### https://w3id.org/emmo#PascalSecond -emmo:PascalSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7 , - [ 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 "Pascal Second"@en ; - skos:prefLabel "PascalSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of dynamic viscosity, equal to 10 poises or 1000 centipoises. - --- QUDT"""@en . +### https://w3id.org/emmo#NewtonMetrePerMetrePerRadian +:NewtonMetrePerMetrePerRadian rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "NewtonMetrePerMetrePerRadian" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M-PER-M-RAD" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m/(m⋅rad)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Newton metre per metre and radian."@en . -### https://w3id.org/emmo#PascalSecondPerCubicMetre -emmo:PascalSecondPerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_9cffc70d_4b60_4187_a7cd_706f5740ae87 , - [ 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.efunda.com/glossary/units/units--acoustic_impedance--pascal_second_per_cubic_meter.cfm" ; - skos:altLabel "Pascal Second Per Cubic Metre"@en ; - skos:prefLabel "PascalSecondPerCubicMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-SEC-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.s.m-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅s/m³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Pascal Second Per Cubic Meter` (Pa-s/m³) is a unit in the category of Acoustic impedance. It is also known as `pascal-second/cubic meter`. It has a dimension of ML⁻⁴T⁻¹ where M is mass, L is length, and T is time. This unit is the standard SI unit in this category. +### https://w3id.org/emmo#NewtonMetrePerRadian +:NewtonMetrePerRadian rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Newton metre per radian"@en ; + skos:prefLabel "NewtonMetrePerRadian"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M-PER-RAD" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m/rad" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Newton Meter per Radian is the SI unit for Torsion Constant -- QUDT"""@en . -### https://w3id.org/emmo#PascalSecondPerMetre -emmo:PascalSecondPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 , - [ 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.efunda.com/glossary/units/units--specific_acoustic_impedance--pascal_second_per_meter.cfm" ; - skos:altLabel "Pascal Second Per Metre"@en ; - skos:prefLabel "PascalSecondPerMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-SEC-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.s.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅s/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Pascal Second Per Meter (Pa-s/m) is a unit in the category of Specific acoustic impedance. It is also known as pascal-second/meter. Pascal Second Per Meter has a dimension of ML²T⁻¹ where M is mass, L is length, and T is time. It essentially the same as the corresponding standard SI unit kg/m2· s. +### https://w3id.org/emmo#NewtonMetrePerSquareMetre +:NewtonMetrePerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Newton Metre Per Square Metre"@en ; + skos:prefLabel "NewtonMetrePerSquareMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M-PER-M2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m.m-2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m/m²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI derived unit newton and the SI base unit metre divided by the power of the SI base unit metre with the exponent 2 -- QUDT"""@en . -### 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 , +### https://w3id.org/emmo#NewtonMetreSecond +:NewtonMetreSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :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³. + skos:altLabel "Newton Metre Second"@en ; + skos:prefLabel "NewtonMetreSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m.s" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m⋅s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI derived unit of angular momentum. --- QUDT"""@en . +-- QUDT"""@en ; + :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/SI_derived_unit" . -### 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 . +### https://w3id.org/emmo#NewtonMetreSecondPerMetre +:NewtonMetreSecondPerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Newton metre seconds per metre"@en ; + skos:prefLabel "NewtonMetreSecondPerMetre" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M-SEC-PER-M" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m⋅s/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Newton metre seconds measured per metre +-- 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#NewtonMetreSecondPerRadian +:NewtonMetreSecondPerRadian rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Newton metre seconds per radian"@en ; + skos:prefLabel "NewtonMetreSecondPerRadian" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M-SEC-PER-RAD" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m⋅s/rad" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Newton metre seconds measured per radian -### 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 . +-- QUDT"""@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. +### https://w3id.org/emmo#NewtonPerAmpere +:NewtonPerAmpere rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Ampere"@en ; + skos:prefLabel "NewtonPerAmpere"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-A" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.A-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/A" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit newton divided by the SI base unit ampere -- 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. - --- QUDT"""@en . - - -### https://w3id.org/emmo#PerMetreKelvin -emmo:PerMetreKelvin 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 "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#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⁻¹. +### https://w3id.org/emmo#NewtonPerCoulomb +:NewtonPerCoulomb rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Coulomb"@en ; + skos:prefLabel "NewtonPerCoulomb"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-C" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.C-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/C" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Newton Per Coulomb ( N/C) is a unit in the category of Electric field strength. It is also known as newtons/coulomb. Newton Per Coulomb ( N/C) has a dimension of MLT-3I-1 where M is mass, L is length, T is time, and I is electric current. It essentially the same as the corresponding standard SI unit V/m. -- 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_2f31340f_59ca_4a57_8513_269837af3796 , +### https://w3id.org/emmo#NewtonPerCubicMetre +:NewtonPerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - 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 . + skos:prefLabel "NewtonPerCubicMetre" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-M3" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m-3" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/m³" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Newton per cubic metre."@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. +### https://w3id.org/emmo#NewtonPerKilogram +:NewtonPerKilogram rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_2da7408f_d389_4245_887d_a1743b81a9b6 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Kilogram"@en ; + skos:prefLabel "NewtonPerKilogram" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-KiloGM" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.kg-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/kg" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Gravitational field strength at a point is the gravitational force per unit mass at that point. It is a vector and its S.I. unit is N kg-1. -- 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². +### https://w3id.org/emmo#NewtonPerMetre +:NewtonPerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Metre"@en ; + skos:prefLabel "NewtonPerMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m-1" , + "N/m" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Newton Per Meter (N/m) is a unit in the category of Surface tension. It is also known as newtons per meter, newton per metre, newtons per metre, newton/meter, newton/metre. This unit is commonly used in the SI unit system. Newton Per Meter (N/m) has a dimension of MT-2 where M is mass, and T is time. This unit is the standard SI unit in this category. -- QUDT"""@en . -### 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. +### https://w3id.org/emmo#NewtonPerRadian +:NewtonPerRadian rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 radian"@en ; + skos:prefLabel "NewtonPerRadian"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-RAD" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/rad" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A one-newton force applied for one angle/torsional torque -- QUDT"""@en . -### 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. +### https://w3id.org/emmo#NewtonPerSquareMetre +:NewtonPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Newtons Per Square Metre"@en ; + skos:prefLabel "NewtonPerSquareMetre" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-M2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m-2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/m²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude. + +-- QUDT"""@en ; + :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Pascal?oldid=492989202" . + + +### https://w3id.org/emmo#NewtonSecond +:NewtonSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Newton Second"@en ; + skos:prefLabel "NewtonSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.s" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI derived unit newton and the SI base unit second -- QUDT"""@en . -### 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². +### https://w3id.org/emmo#NewtonSecondPerCubicMetre +:NewtonSecondPerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Newton second per Cubic Metre"@en ; + skos:prefLabel "NewtonSecondPerCubicMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-SEC-PER-M3" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.s.m-3" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅s/m³" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of specific acoustic impedance. When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move. The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces. The specific impedance is 1 N · s · m⁻³ if unit pressure produces unit velocity. -- 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 , +### https://w3id.org/emmo#NewtonSecondPerMetre +:NewtonSecondPerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Newton Second per Metre"@en ; + skos:prefLabel "NewtonSecondPerMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-SEC-PER-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.s.m-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅s/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Newton second measured per metre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#NewtonSecondPerRadian +:NewtonSecondPerRadian rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :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². + skos:altLabel "Newton seconds per radian"@en ; + skos:prefLabel "NewtonSecondPerRadian" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-SEC-PER-RAD" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅s/rad" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Newton seconds measured per radian -- QUDT"""@en . -### https://w3id.org/emmo#PerSquareMetreSecond -emmo:PerSquareMetreSecond 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 "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 . - - -### 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 - ] , - [ 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 "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#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 , +### https://w3id.org/emmo#NewtonSquareMetre +:NewtonSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_cb77e107_43ed_4a97_bf39_03b3587404d3 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :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#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 . + skos:prefLabel "NewtonSquareMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Newton square metre."@en . -### 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#NewtonSquareMetrePerAmpere +:NewtonSquareMetrePerAmpere rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_431ce3bc_3d54_481d_a10d_7c4a4418732a , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "NewtonSquareMetrePerAmpere"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M2-PER-A" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m2.A-1" , + "N.m2/A" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m²/A" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Newton metre squared per Ampere."@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#NewtonSquareMetrePerSquareKilogram +:NewtonSquareMetrePerSquareKilogram rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_3181bb28_623b_4411_ad79_80277c661322 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Newton Square Metre Per Square Kilogram"@en ; + skos:prefLabel "NewtonSquareMetrePerSquareKilogram" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M2-PER-KiloGM2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m2.kg-2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m²/kg²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of gravitational constant as product of the derived SI unit newton, the power of the SI base unit metre with the exponent 2 divided by the power of the SI base unit kilogram with the exponent 2 -- 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#OhmMetre +:OhmMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_359312ca_1d9d_4765_b20b_28d9f45d77e7 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 "OhmMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OHM-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Ohm.m" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Ω⋅m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ohm metre."@en . --- QUDT"""@en . +### https://w3id.org/emmo#OhmSquareMetrePerMetre +:OhmSquareMetrePerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_359312ca_1d9d_4765_b20b_28d9f45d77e7 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "OhmSquareMetrePerMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OHM-M2-PER-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Ohm2.m.m-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Ω⋅m²/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ohm square metre per metre."@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 ; + +### https://w3id.org/emmo#PascalCubicMetrePerSecond +:PascalCubicMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; 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 . + skos:altLabel "Pascal Cubic Metre Per Second"@en ; + skos:prefLabel "PascalCubicMetrePerSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-M3-PER-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.m3.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅m³/s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product out of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second +-- QUDT"""@en . -### 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#PascalMetre +:PascalMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "PascalMetre" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.m" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Pascal metre."@en . -### https://w3id.org/emmo#RadianPerMetre -emmo:RadianPerMetre 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" ; - 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#PascalMetrePerSecond +:PascalMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "PascalMetrePerSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-M-PER-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.m.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅m/s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Pascal metre per second."@en . -### 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. + +### https://w3id.org/emmo#PascalMetrePerSquareSecond +:PascalMetrePerSquareSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_30261696_a8a4_44ce_9bf5_b18201a83c76 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "PascalMetrePerSquareSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-M-PER-SEC2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.m.s-2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅m/s²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Pascal metre per square second."@en . + + +### https://w3id.org/emmo#PascalPerKelvin +:PascalPerKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "PascalPerKelvin"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-PER-K" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.K-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "P/K" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Pascal per Kelvin."@en . + + +### https://w3id.org/emmo#PascalPerMetre +:PascalPerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Pascal Per Metre"@en ; + skos:prefLabel "PascalPerMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-PER-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.m-1" , + "Pa/m" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit pascal divided by the SI base unit metre -- 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 , +### https://w3id.org/emmo#PascalPerSecond +:PascalPerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Pascal per Second"@en ; + skos:prefLabel "PascalPerSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-PER-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.s-1" , + "Pa/s" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "P/s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A rate of change of pressure measured as the number of Pascals in a period of one second. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PascalSecond +:PascalSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Pascal Second"@en ; + skos:prefLabel "PascalSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.s" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of dynamic viscosity, equal to 10 poises or 1000 centipoises. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PascalSecondPerCubicMetre +:PascalSecondPerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_9cffc70d_4b60_4187_a7cd_706f5740ae87 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :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 α. + rdfs:seeAlso "http://www.efunda.com/glossary/units/units--acoustic_impedance--pascal_second_per_cubic_meter.cfm" ; + skos:altLabel "Pascal Second Per Cubic Metre"@en ; + skos:prefLabel "PascalSecondPerCubicMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-SEC-PER-M3" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.s.m-3" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅s/m³" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Pascal Second Per Cubic Meter` (Pa-s/m³) is a unit in the category of Acoustic impedance. It is also known as `pascal-second/cubic meter`. It has a dimension of ML⁻⁴T⁻¹ where M is mass, L is length, and T is time. This unit is the standard SI unit in this category. -- 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: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#PascalSecondPerMetre +:PascalSecondPerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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.efunda.com/glossary/units/units--specific_acoustic_impedance--pascal_second_per_meter.cfm" ; + skos:altLabel "Pascal Second Per Metre"@en ; + skos:prefLabel "PascalSecondPerMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-SEC-PER-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.s.m-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅s/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Pascal Second Per Meter (Pa-s/m) is a unit in the category of Specific acoustic impedance. It is also known as pascal-second/meter. Pascal Second Per Meter has a dimension of ML²T⁻¹ where M is mass, L is length, and T is time. It essentially the same as the corresponding standard SI unit kg/m2· s. +-- 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: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#PerCubicMetre +:PerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M3" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/m3" , + "m-3" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/m³" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Per Cubic Meter\" is a denominator unit with dimensions /m³. + +-- QUDT"""@en . -### https://w3id.org/emmo#SecondPerMetre -emmo:SecondPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422 , + +### https://w3id.org/emmo#PerCubicMetreSecond +:PerCubicMetreSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M3-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-3.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m³⋅s)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per cubic metre and second."@en . + + +### https://w3id.org/emmo#PerHenry +:PerHenry rdf:type owl:Class ; + rdfs:subClassOf :EMMO_07f571cd_252b_4421_8f98_94b6690d2ab9 , + :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-H" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "H-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/H" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Reciprocal Henry."@en . + + +### https://w3id.org/emmo#PerJouleCubicMetre +:PerJouleCubicMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - 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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Second per metre."@en . + rdfs:seeAlso "http://www.iso.org/iso/catalogue_detail?csnumber=31897" ; + skos:prefLabel "PerJouleCubicMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-J-M3" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J-1.m-3" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(J⋅m³)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per Joule cubic metre."@en . -### https://w3id.org/emmo#SecondPerRadianCubicMetre -emmo:SecondPerRadianCubicMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_6f76f9bf_feb3_4e27_9bcb_45b5f3526050 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Second per radian and cubic metre unit."@en . +### https://w3id.org/emmo#PerKelvin +:PerKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_02a935c8_c2d4_4a00_bd6f_b89d05aac79e , + :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-K" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/K" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Kelvin Unit is a denominator unit with dimensions /K. +-- QUDT"""@en . -### https://w3id.org/emmo#SexticMetre -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: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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Metre to the power of six."@en . +### https://w3id.org/emmo#PerMetre +:PerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/m" , + "m-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Meter Unit is a denominator unit with dimensions /m. -### https://w3id.org/emmo#SiemensPerMetre -emmo:SiemensPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe , - [ 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 "Siemens Per Metre"@en ; - skos:prefLabel "SiemensPerMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/S-PER-M" ; - 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. +-- QUDT"""@en . + + +### https://w3id.org/emmo#PerMetreKelvin +:PerMetreKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_61eec472_f9af_4861_bedd_d741f022a7e5 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalMetreKelvin"@en ; + skos:prefLabel "PerMetreKelvin"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M-K" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-1.K-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m⋅K)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Meter Kelvin Unit is a denominator unit with dimensions /m.k. -- QUDT"""@en . -### https://w3id.org/emmo#SiemensSquareMetrePerMole -emmo:SiemensSquareMetrePerMole rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_14235b93_650f_4452_8395_a23b8f645c9a , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Siemens square metre per mole."@en . +### https://w3id.org/emmo#PerMetreSecond +:PerMetreSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_9f0338b9_326f_44c2_893c_2d815b763130 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-1.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m⋅s)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per metre and second."@en . -### https://w3id.org/emmo#SquareCoulombSquareMetrePerJoule -emmo:SquareCoulombSquareMetrePerJoule rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_cd9ad446_04f7_44ff_b9ea_ae7389574fa6 , - [ 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 "Square Coulomb Square Metre per Joule"@en ; - skos:prefLabel "SquareCoulombSquareMetrePerJoule"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C2-M2-PER-J" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C2.m2.J-1" , - "C2.m2/J" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C²⋅m²/J" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Square Coulomb Square Meter per Joule\" is a unit for 'Polarizability' expressed as C² m² J⁻¹. +### https://w3id.org/emmo#PerMetreSteradian +:PerMetreSteradian rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M-SR" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-1.sr-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m⋅sr)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per metre and steradian."@en . --- QUDT"""@en . +### https://w3id.org/emmo#PerMole +:PerMole rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_af24ae20_8ef2_435a_86a1_2ea44488b318 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MOL" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/mol" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Mole Unit is a denominator unit with dimensions mol⁻¹. -### https://w3id.org/emmo#SquareKelvin -emmo:SquareKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_bdee99f6_389b_4816_8a1c_a7903a2df00a , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square Kelvin."@en . +-- QUDT"""@en . -### https://w3id.org/emmo#SquareKilogramPerSquareSecond -emmo:SquareKilogramPerSquareSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_109e8c69_4148_4cb0_9ceb_fbd526befca0 , - 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: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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square kilogram per square second."@en . +### https://w3id.org/emmo#PerPascal +:PerPascal rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-PA" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/Pa" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per Pascal."@en ; + :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Pascal?oldid=492989202" . -### https://w3id.org/emmo#SquareMetre -emmo:SquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 , +### https://w3id.org/emmo#PerPascalSecond +:PerPascalSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_2f31340f_59ca_4a57_8513_269837af3796 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; - skos:prefLabel "SquareMetre"@en ; - emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "MTK" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2" ; - emmo:EMMO_209ba1b3_149f_4ff0_b672_941610eafd72 "http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The S I unit of area is the square metre. + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "PerPascalSecond"@en ; + skos:prefLabel "PerPascalSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-PA-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa-1.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(Pa⋅s)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per Pascal and Second."@en . --- QUDT"""@en . +### https://w3id.org/emmo#PerSecond +:PerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/s" , + "s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/s" ; + :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. -### https://w3id.org/emmo#SquareMetreCubicHertz -emmo:SquareMetreCubicHertz rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre and cubic Hertz."@en . +-- QUDT"""@en . -### https://w3id.org/emmo#SquareMetreHertz -emmo:SquareMetreHertz rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 , +### https://w3id.org/emmo#PerSecondSquareMetre +:PerSecondSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - 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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre Hertz."@en . + skos:altLabel "ReciprocalSecondSquareMetre"@en ; + skos:prefLabel "PerSecondSquareMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SEC-M2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/(s1.m2)" , + "s-1.m-2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/s⋅m²" ; + :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#SquareMetreKelvin -emmo:SquareMetreKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_ceaa4c6b_f5b7_46f4_bfcd_16eb4afab945 , - [ 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 "Square Metre Kelvin"@en ; - skos:prefLabel "SquareMetreKelvin"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.K" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅K" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Square Meter Kelvin` is a unit for 'Area Temperature' expressed as m²-K. + +### https://w3id.org/emmo#PerSecondSquareMetreSteradian +:PerSecondSquareMetreSteradian rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SEC-M2-SR" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/(s.m2.sr)" , + "s-1.m-2.sr-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/s⋅m²⋅sr" ; + :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#SquareMetreKelvinPerWatt -emmo:SquareMetreKelvinPerWatt rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_869e6e4f_a9b5_4db8_a978_8ad050239933 , - [ 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://physics.nist.gov/Pubs/SP811/appenB9.html" ; - skos:altLabel "Square Metre Kelvin per Watt"@en ; - skos:prefLabel "SquareMetreKelvinPerWatt"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-K-PER-W" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.K.W-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "(K²)m/W" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Square Meter Kelvin per Watt` is a unit for 'Thermal Insulance' expressed as (K²)m/W. +### https://w3id.org/emmo#PerSecondSteradian +:PerSecondSteradian rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SEC-SR" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/(s.sr)" , + "s-1.sr-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/s⋅sr" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Second Steradian Unit is a denominator unit with dimensions /sec-sr. -- QUDT"""@en . -### https://w3id.org/emmo#SquareMetrePerHertz -emmo:SquareMetrePerHertz rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per Hertz."@en . +### https://w3id.org/emmo#PerSquareJoule +:PerSquareJoule rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_87b5dd20_e4fe_422d_9e70_1eee54ec9496 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-J2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J-2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/J²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Square Joule is a denominator unit with dimensions /eV². +-- QUDT"""@en . -### https://w3id.org/emmo#SquareMetrePerJoule -emmo:SquareMetrePerJoule rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_f508dec1_e2d8_43d5_ae65_c386c7b330f9 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per Joule."@en . +### https://w3id.org/emmo#PerSquareKilogram +:PerSquareKilogram rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_6aa04359_50d6_43d7_b3a7_296bd391bf7d , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-KiloGM2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg-2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/kg²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Square Kilogram is a denominator unit with dimensions /kg². -### https://w3id.org/emmo#SquareMetrePerKelvin -emmo:SquareMetrePerKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_002e4002_58c7_4aea_ac1f_bba5188818ff , - 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: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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per Kelvin."@en . +-- QUDT"""@en . -### https://w3id.org/emmo#SquareMetrePerKilogram -emmo:SquareMetrePerKilogram 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 "Square Metre per Kilogram"@en ; - skos:prefLabel "SquareMetrePerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.kg-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/kg" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Square Meter Per Kilogram (m2/kg) is a unit in the category of Specific Area. It is also known as square meters per kilogram, square metre per kilogram, square metres per kilogram, square meter/kilogram, square metre/kilogram. This unit is commonly used in the SI unit system. Square Meter Per Kilogram (m2/kg) has a dimension of M-1L2 where M is mass, and L is length. This unit is the standard SI unit in this category. +### https://w3id.org/emmo#PerSquareMetre +:PerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_11708648_fc62_46c6_bae5_3a10693e416e , + :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/m2" , + "m-2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/m²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Per Square Meter\" is a denominator unit with dimensions /m². -- QUDT"""@en . -### https://w3id.org/emmo#SquareMetrePerMole -emmo:SquareMetrePerMole 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 "Square Metre per Mole"@en ; - skos:prefLabel "SquareMetrePerMole"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-MOL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.mol-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/mol" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Square Meter Per Mole (m2/mol) is a unit in the category of Specific Area. It is also known as square meters per mole, square metre per per, square metres per per, square meter/per, square metre/per. This unit is commonly used in the SI unit system. Square Meter Per Mole (m2/mol) has a dimension of M-1L2 where M is mass, and L is length. This unit is the standard SI unit in this category. +### https://w3id.org/emmo#PerSquareMetreSecond +:PerSquareMetreSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalSquareMetreSecond"@en ; + skos:prefLabel "PerSquareMetreSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M2-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-2.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m²⋅s)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per square metre and second."@en . --- QUDT"""@en . +### https://w3id.org/emmo#PerSquareSecond +:PerSquareSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalSquareSecond"@en ; + skos:prefLabel "PerSquareSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SEC2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "s-2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/s²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per square second."@en . -### https://w3id.org/emmo#SquareMetrePerNewton -emmo:SquareMetrePerNewton 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 "Square Metre Per Newton"@en ; - skos:prefLabel "SquareMetrePerNewton"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-N" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.N-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/N" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """power of the SI base unit metre with the exponent 2 divided by the derived SI unit newton --- QUDT"""@en . +### https://w3id.org/emmo#PerSteradian +:PerSteradian rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SR" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "sr-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/sr" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per steradian."@en . -### https://w3id.org/emmo#SquareMetrePerSecond -emmo:SquareMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 , - [ 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 "Square Metre per Second"@en ; - skos:prefLabel "SquareMetrePerSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.s-1" , - "m2/s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Square Metres per second is the SI derived unit of angular momentum, defined by distance or displacement in metres multiplied by distance again in metres and divided by time in seconds. The unit is written in symbols as m2/s or m2u00b7s-1 or m2s-1. It may be better understood when phrased as \"metres per second times metres\", i.e. the momentum of an object with respect to a position. +### https://w3id.org/emmo#PerTeslaMetre +:PerTeslaMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_01cd670e_d37c_424f_b91e_c2c2bbb5ea43 , + :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-T-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "T-1.m-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/t⋅m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Tesla Meter Unit is a denominator unit with dimensions /m .· T. -- QUDT"""@en . -### https://w3id.org/emmo#SquareMetrePerSquareHertz -emmo:SquareMetrePerSquareHertz rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_7855043d_a466_4585_97a9_b9fe4ce0c12d , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metres per square Hertz."@en . - - -### https://w3id.org/emmo#SquareMetrePerSquareMetre -emmo:SquareMetrePerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f , - [ 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 "square metre per square metre"@en ; - skos:prefLabel "SquareMetrePerSquareMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-M2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A square metre unit of area per square metre +### https://w3id.org/emmo#PerTeslaSecond +:PerTeslaSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-T-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "T-1.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/T⋅s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Tesla Second Unit is a denominator unit with dimensions /s . T. -- QUDT"""@en . -### https://w3id.org/emmo#SquareMetrePerSquareSecond -emmo:SquareMetrePerSquareSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per square second."@en . +### https://w3id.org/emmo#PerWeber +:PerWeber rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_53b10105_52c7_4746_ab73_a5a30bd198e2 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-WB" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Wb-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/Wb" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per Weber unit."@en . -### https://w3id.org/emmo#SquareMetrePerSteradian -emmo:SquareMetrePerSteradian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 , - [ 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 "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" . +### https://w3id.org/emmo#QuarticCoulombMetrePerCubicEnergy +:QuarticCoulombMetrePerCubicEnergy rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C4-M4-PER-J3" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C4.m4.J-3" , + "C4.m4/J3" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C⁴m⁴/J³" ; + :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#SquareMetrePerSteradianJoule -emmo:SquareMetrePerSteradianJoule rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_f508dec1_e2d8_43d5_ae65_c386c7b330f9 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per steradian and Joule."@en . +### https://w3id.org/emmo#QuarticMetre +:QuarticMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M4" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m4" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⁴" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit associated with area moments of inertia. -### https://w3id.org/emmo#SquareMetrePerVoltSecond -emmo:SquareMetrePerVoltSecond rdf:type owl:Class ; - rdfs:subClassOf 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: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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per volt second."@en . +-- QUDT"""@en . -### https://w3id.org/emmo#SquareMetreQuarticHertz -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: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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre and quartic Hertz."@en . +### https://w3id.org/emmo#QuarticMetrePerSecond +:QuarticMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_6cfc5b82_b47b_47bc_bb45_c23c273d2e06 ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "QuarticMetrePerSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M4-PER-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m4.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⁴/s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Metre to the power four per second."@en . -### https://w3id.org/emmo#SquareMetreSecondPerRadian -emmo:SquareMetreSecondPerRadian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre seconds per radian."@en . +### https://w3id.org/emmo#QuinticMetre +:QuinticMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_e55d4f6d_2506_4f63_8e01_1963efe7071e ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "QuinticMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M5" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⁵" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Metre to the power of five."@en . -### https://w3id.org/emmo#SquareMetreSquareHertz -emmo:SquareMetreSquareHertz rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre and square Hertz."@en . +### https://w3id.org/emmo#RadianPerMetre +:RadianPerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 "RadianPerMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD-PER-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.m-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Radian per metre."@en . -### https://w3id.org/emmo#SquareMetreSteradian -emmo:SquareMetreSteradian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 , - [ 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 "Square Metre Steradian"@en ; - skos:prefLabel "SquareMetreSteradian"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-SR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.sr" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅sr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Square Meter Steradian\" is a unit for 'Area Angle' expressed as m²-sr. +### https://w3id.org/emmo#RadianPerSecond +:RadianPerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD-PER-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.s-1" , + "rad/s" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad/s" ; + :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#SquarePascalPerSquareSecond -emmo:SquarePascalPerSquareSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_ffbacbc4_c3be_4cc5_9539_94344e72f7a6 , - [ 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 "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²/s²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square Pascal per square second."@en . - - -### https://w3id.org/emmo#SquarePascalSecond -emmo:SquarePascalSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_886eb0fb_4d36_4b7d_99e4_e5915a06aff1 , - [ 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.efunda.com/glossary/units/units--specific_acoustic_impedance--pascal_second_per_meter.cfm" ; - skos:altLabel "Square Pascal Second"@en ; - skos:prefLabel "SquarePascalSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA2-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa2.s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa²⋅s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Square Pascal Second (Pa²· s) is a unit in the category of sound exposure. +### https://w3id.org/emmo#RadianPerSquareSecond +:RadianPerSquareSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD-PER-SEC2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.s-2" , + "rad/s2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad/s²" ; + :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#SquareSecond -emmo:SquareSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_f2c1a072_4ccb_46c4_a0f8_ac801d328d0f , - [ 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 "Square Second"@en ; - skos:prefLabel "SquareSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SEC2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "s2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "s²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Square Second\" is a unit for 'Square Time' expressed as s². - --- QUDT"""@en . +### https://w3id.org/emmo#RadianSquareMetrePerKilogram +:RadianSquareMetrePerKilogram rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_4817e479_e401_437e_a49b_54540b93d2a1 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD-M2-PER-KiloGM" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.m2.kg-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad⋅m²/kg" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Radian square metre per kilogram."@en . -### https://w3id.org/emmo#SquareVoltPerSquareKelvin -emmo:SquareVoltPerSquareKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_58c5b65c_c896_4740_80d9_ff9a7643c7e8 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square volt per square Kelvin."@en . +### https://w3id.org/emmo#RadianSquareMetrePerMole +:RadianSquareMetrePerMole rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_973656ed_870e_40ba_8bc0_c879687a335a , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "RadianSquareMetrePerMole"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD-M2-PER-MOL" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.m2.mol-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad⋅m²/mol" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Radian square metre per mole."@en . -### https://w3id.org/emmo#VoltAmpere -emmo:VoltAmpere rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , +### https://w3id.org/emmo#SecondPerMetre +:SecondPerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Volt Ampere"@en ; - skos:prefLabel "VoltAmpere"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-A" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.A" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V⋅A" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI derived unit volt and the SI base unit ampere + skos:prefLabel "SecondPerMetre" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SEC-PER-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "s.m-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "s/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Second per metre."@en . --- QUDT"""@en . +### https://w3id.org/emmo#SecondPerRadianCubicMetre +:SecondPerRadianCubicMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_6f76f9bf_feb3_4e27_9bcb_45b5f3526050 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 "SecondPerRadianCubicMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SEC-PER-RAD-M3" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "s.rad-1.m-3" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "s/rad⋅m³" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Second per radian and cubic metre unit."@en . -### https://w3id.org/emmo#VoltPerKelvin -emmo:VoltPerKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_96ffda63_71e7_451b_85ee_2cc8e341ff11 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Volt per Kelvin."@en . +### https://w3id.org/emmo#SexticMetre +:SexticMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_21bc99ae_f2ba_4eb3_90c1_d81968c429e2 ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "SexticMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M6" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⁶" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Metre to the power of six."@en . -### https://w3id.org/emmo#VoltPerMetre -emmo:VoltPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 , - [ 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.efunda.com/glossary/units/units--electric_field_strength--volt_per_meter.cfm" ; - skos:altLabel "Volt per Metre"@en ; - skos:prefLabel "VoltPerMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Volt Per Meter (V/m) is a unit in the category of Electric field strength. It is also known as volts per meter, volt/meter, volt/metre, volt per metre, volts per metre. This unit is commonly used in the SI unit system. Volt Per Meter (V/m) has a dimension of MLT⁻³I⁻¹ where M is mass, L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. + +### https://w3id.org/emmo#SiemensPerMetre +:SiemensPerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Metre"@en ; + skos:prefLabel "SiemensPerMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/S-PER-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "S.m-1" , + "S/m" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "S/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit siemens divided by the SI base unit metre. -- QUDT"""@en . -### https://w3id.org/emmo#VoltPerSecond -emmo:VoltPerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_6837b106_7220_4ec6_b7c9_d549d6163672 , - [ 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.thefreedictionary.com/Webers" ; - skos:altLabel "Volt per second"@en ; - skos:prefLabel "VoltPerSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """'Volt per Second' is a unit of magnetic flux equaling one weber. This is the flux passing through a conducting loop and reduced to zero at a uniform rate in one second inducing an electric potential of one volt in the loop. +### https://w3id.org/emmo#SiemensSquareMetrePerMole +:SiemensSquareMetrePerMole rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_14235b93_650f_4452_8395_a23b8f645c9a , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "SiemensSquareMetrePerMole"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/S-M2-PER-MOL" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "S.m2.mol-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "S⋅m²/mol" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Siemens square metre per mole."@en . + + +### https://w3id.org/emmo#SquareCoulombSquareMetrePerJoule +:SquareCoulombSquareMetrePerJoule rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_cd9ad446_04f7_44ff_b9ea_ae7389574fa6 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Square Coulomb Square Metre per Joule"@en ; + skos:prefLabel "SquareCoulombSquareMetrePerJoule"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C2-M2-PER-J" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C2.m2.J-1" , + "C2.m2/J" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C²⋅m²/J" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Square Coulomb Square Meter per Joule\" is a unit for 'Polarizability' expressed as C² m² J⁻¹. -- QUDT"""@en . -### https://w3id.org/emmo#VoltPerSquareMetre -emmo:VoltPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_a5111335_6d14_49d9_ba7a_10c10b2189e7 , - [ 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.funtrivia.com/en/subtopics/Physical-Quantities-310909.html" ; - skos:altLabel "Volt per Square Metre"@en ; - skos:prefLabel "VoltPerSquareMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V/m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The divergence at a particular point in a vector field is (roughly) how much the vector field 'spreads out' from that point. Operationally, we take the partial derivative of each of the field with respect to each of its space variables and add all the derivatives together to get the divergence. Electric field (V/m) differentiated with respect to distance (m) yields V/(m²). +### https://w3id.org/emmo#SquareDegreeCelsiusPerSecond +:SquareDegreeCelsiusPerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_dafdcae3_f8ec_4993_8269_2c9299a75158 ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + 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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square degree Celsius per second."@en . --- QUDT"""@en . +### https://w3id.org/emmo#SquareKelvin +:SquareKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_bdee99f6_389b_4816_8a1c_a7903a2df00a , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "SquareKelvin"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square Kelvin."@en . -### https://w3id.org/emmo#VoltSecondPerMetre -emmo:VoltSecondPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415 , - [ 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 "Volt Second Per Metre"@en ; - skos:prefLabel "VoltSecondPerMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-SEC-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.s.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V⋅s/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI derived unit volt and the SI base unit second divided by the SI base unit metre --- QUDT"""@en . +### https://w3id.org/emmo#SquareKilogramPerSquareSecond +:SquareKilogramPerSquareSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_109e8c69_4148_4cb0_9ceb_fbd526befca0 , + :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "SquareKilogramPerSquareSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM2-PER-SEC2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg2.s-2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg²/s²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square kilogram per square second."@en . -### https://w3id.org/emmo#WattMetrePerSquareMetreSteradian -emmo:WattMetrePerSquareMetreSteradian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_3371fb68_5f07_467c_ada6_5aa3da3808d0 , - [ 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 "Watts metre per square metre steradian"@en ; - skos:prefLabel "WattMetrePerSquareMetreSteradian" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-M-PER-M2-SR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.m.sr-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W⋅m/m²⋅sr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The power per unit area of radiation of a given wavenumber illuminating a target at a given incident angle. +### https://w3id.org/emmo#SquareMetre +:SquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "SquareMetre"@en ; + :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "MTK" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2" ; + :EMMO_209ba1b3_149f_4ff0_b672_941610eafd72 "http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The S I unit of area is the square metre. -- QUDT"""@en . -### https://w3id.org/emmo#WattPerCubicMetre -emmo:WattPerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , +### https://w3id.org/emmo#SquareMetreCubicHertz +:SquareMetreCubicHertz rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :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 Cubic Metre"@en ; - skos:prefLabel "WattPerCubicMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/m³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit watt divided by the power of the SI base unit metre with the exponent 3 + skos:prefLabel "SquareMetreCubicHertz" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-HZ3" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.Hz3" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅Hz³" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre and cubic Hertz."@en . --- QUDT"""@en . + +### https://w3id.org/emmo#SquareMetreHertz +:SquareMetreHertz rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "SquareMetreHertz" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-HZ" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.Hz" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅Hz" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre Hertz."@en . -### https://w3id.org/emmo#WattPerKelvin -emmo:WattPerKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_21a91e48_b6d3_4558_b08f_246433d43860 , +### https://w3id.org/emmo#SquareMetreKelvin +:SquareMetreKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_ceaa4c6b_f5b7_46f4_bfcd_16eb4afab945 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :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 Kelvin"@en ; - skos:prefLabel "WattPerKelvin"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "w/K" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Watt Per Kelvin (W/K) is a unit in the category of Thermal conductivity. + skos:altLabel "Square Metre Kelvin"@en ; + skos:prefLabel "SquareMetreKelvin"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-K" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.K" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅K" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Square Meter Kelvin` is a unit for 'Area Temperature' expressed as m²-K. -- QUDT"""@en . -### https://w3id.org/emmo#WattPerKilogram -emmo:WattPerKilogram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb , +### https://w3id.org/emmo#SquareMetreKelvinPerWatt +:SquareMetreKelvinPerWatt rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_869e6e4f_a9b5_4db8_a978_8ad050239933 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + rdfs:seeAlso "http://physics.nist.gov/Pubs/SP811/appenB9.html" ; + skos:altLabel "Square Metre Kelvin per Watt"@en ; + skos:prefLabel "SquareMetreKelvinPerWatt"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-K-PER-W" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.K.W-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "(K²)m/W" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Square Meter Kelvin per Watt` is a unit for 'Thermal Insulance' expressed as (K²)m/W. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#SquareMetrePerGram +:SquareMetrePerGram rdf:type owl:Class ; + rdfs:subClassOf :EMMO_4817e479_e401_437e_a49b_54540b93d2a1 , + :EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Square metres per gram"@en ; + skos:prefLabel "SquareMetrePerGram" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-GM" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.g-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/g" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit in the category of specific area."@en . + + +### https://w3id.org/emmo#SquareMetrePerHertz +:SquareMetrePerHertz rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :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 Kilogram"@en ; - skos:prefLabel "WattPerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.kg-1" , - "W/kg" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/kg" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit watt divided by the SI base unit kilogram + skos:prefLabel "SquareMetrePerHertz" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-HZ" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.Hz-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/Hz" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per Hertz."@en . --- QUDT"""@en . +### https://w3id.org/emmo#SquareMetrePerJoule +:SquareMetrePerJoule rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_f508dec1_e2d8_43d5_ae65_c386c7b330f9 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "SquareMetrePerJoule"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-J" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.J-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/j" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per Joule."@en . -### https://w3id.org/emmo#WattPerMetre -emmo:WattPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_3371fb68_5f07_467c_ada6_5aa3da3808d0 , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watts per metre."@en . + +### https://w3id.org/emmo#SquareMetrePerKelvin +:SquareMetrePerKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_002e4002_58c7_4aea_ac1f_bba5188818ff , + :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "SquareMetrePerKelvin"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-K" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.K-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/k" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per Kelvin."@en . -### https://w3id.org/emmo#WattPerMetreKelvin -emmo:WattPerMetreKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f , - emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , +### https://w3id.org/emmo#SquareMetrePerKilogram +:SquareMetrePerKilogram rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_4817e479_e401_437e_a49b_54540b93d2a1 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - 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" . + skos:altLabel "Square Metre per Kilogram"@en ; + skos:prefLabel "SquareMetrePerKilogram" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-KiloGM" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.kg-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/kg" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Square Meter Per Kilogram (m2/kg) is a unit in the category of Specific Area. It is also known as square meters per kilogram, square metre per kilogram, square metres per kilogram, square meter/kilogram, square metre/kilogram. This unit is commonly used in the SI unit system. Square Meter Per Kilogram (m2/kg) has a dimension of M-1L2 where M is mass, and L is length. This unit is the standard SI unit in this category. + +-- QUDT"""@en . -### https://w3id.org/emmo#WattPerSquareMetre -emmo:WattPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 , - [ 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.efunda.com/glossary/units/units--energy_flux--watt_per_square_meter.cfm" ; - skos:altLabel "Watt per Square Metre"@en ; - skos:prefLabel "WattPerSquareMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2" , - "W/m2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Watt per Square Meter} is a unit of irradiance defined as the power received per area. This is a unit in the category of Energy flux. It is also known as watts per square meter, watt per square metre, watts per square metre, watt/square meter, watt/square metre. This unit is commonly used in the SI unit system. Watt Per Square Meter (W/m²) has a dimension of MT^{-3\" where M is mass, and T is time. This unit is the standard SI unit in this category. +### https://w3id.org/emmo#SquareMetrePerMole +:SquareMetrePerMole rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_973656ed_870e_40ba_8bc0_c879687a335a , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Square Metre per Mole"@en ; + skos:prefLabel "SquareMetrePerMole"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-MOL" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.mol-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/mol" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Square Meter Per Mole (m2/mol) is a unit in the category of Specific Area. It is also known as square meters per mole, square metre per per, square metres per per, square meter/per, square metre/per. This unit is commonly used in the SI unit system. Square Meter Per Mole (m2/mol) has a dimension of M-1L2 where M is mass, and L is length. This unit is the standard SI unit in this category. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#SquareMetrePerNewton +:SquareMetrePerNewton rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Square Metre Per Newton"@en ; + skos:prefLabel "SquareMetrePerNewton"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-N" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.N-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/N" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """power of the SI base unit metre with the exponent 2 divided by the derived SI unit newton + +-- QUDT"""@en . + + +### https://w3id.org/emmo#SquareMetrePerSecond +:SquareMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Square Metre per Second"@en ; + skos:prefLabel "SquareMetrePerSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.s-1" , + "m2/s" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Square Metres per second is the SI derived unit of angular momentum, defined by distance or displacement in metres multiplied by distance again in metres and divided by time in seconds. The unit is written in symbols as m2/s or m2u00b7s-1 or m2s-1. It may be better understood when phrased as \"metres per second times metres\", i.e. the momentum of an object with respect to a position. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#SquareMetrePerSquareHertz +:SquareMetrePerSquareHertz rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_7855043d_a466_4585_97a9_b9fe4ce0c12d , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "SquareMetrePerSquareHertz" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-HZ2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.Hz-2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/Hz²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metres per square Hertz."@en . + + +### https://w3id.org/emmo#SquareMetrePerSquareMetre +:SquareMetrePerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "square metre per square metre"@en ; + skos:prefLabel "SquareMetrePerSquareMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-M2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/m²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A square metre unit of area per square metre -- QUDT"""@en . -### https://w3id.org/emmo#WattPerSquareMetreKelvin -emmo:WattPerSquareMetreKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_4b2c223f_89fb_4407_b1b6_24774b7fe770 , - [ 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 "Watt per Square Metre Kelvin"@en ; - skos:prefLabel "WattPerSquareMetreKelvin"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M2-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/(m²⋅K)" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Watt Per Square Meter Per Kelvin `(W m⁻² K⁻¹) is a unit in the category of Thermal heat transfer coefficient. It is also known as watt/square meter-kelvin. This unit is commonly used in the SI unit system. Watt Per Square Meter Per Kelvin (W m⁻² K⁻¹) has a dimension of MT⁻¹Q⁻¹ where M is mass, T is time, and Q is temperature. This unit is the standard SI unit in this category. +### https://w3id.org/emmo#SquareMetrePerSquareSecond +:SquareMetrePerSquareSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "SquareMetrePerSquareSecond" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-SEC2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.s-2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/s²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per square second."@en . --- QUDT"""@en . +### https://w3id.org/emmo#SquareMetrePerSteradian +:SquareMetrePerSteradian rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "SquareMetrePerSteradian"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-SR" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.sr-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/sr" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per steradian."@en ; + :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Steradian?oldid=494317847" . -### https://w3id.org/emmo#WattPerSquareMetrePascal -emmo:WattPerSquareMetrePascal rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , + +### https://w3id.org/emmo#SquareMetrePerSteradianJoule +:SquareMetrePerSteradianJoule rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_f508dec1_e2d8_43d5_ae65_c386c7b330f9 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :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 Metre Pascal"@en ; - skos:prefLabel "WattPerSquareMetrePascal"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M2-PA" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.Pa-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/(m²⋅pa)" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Watt Per Square Meter Per Pascal (W/m²-pa) is a unit of Evaporative Heat Transfer. - --- QUDT"""@en . - - -### https://w3id.org/emmo#WattPerSquareMetrePerMetre -emmo:WattPerSquareMetrePerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watts per square metre per metre."@en . + skos:prefLabel "SquareMetrePerSteradianJoule"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-SR-J" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.sr-1.J-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/(sr⋅J)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per steradian and Joule."@en . -### https://w3id.org/emmo#WattPerSquareMetrePerMetrePerSteradian -emmo:WattPerSquareMetrePerMetrePerSteradian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watts per square metre and metre and steradian."@en . +### https://w3id.org/emmo#SquareMetrePerVoltSecond +:SquareMetrePerVoltSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_d09e8aea_3fd0_4213_955d_10fc2a6f1d74 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "SquareMetrePerVoltSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-V-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.V-1.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/(V⋅s)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per volt second."@en . -### https://w3id.org/emmo#WattPerSquareMetreQuarticKelvin -emmo:WattPerSquareMetreQuarticKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_971b3dff_28b4_4538_b082_3ec9fa5af294 ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Watt per Square Metre Quartic Kelvin"@en ; - skos:prefLabel "WattPerSquareMetreQuarticKelvin"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M2-K4" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.K-4" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/(m²⋅K⁴)" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Watt Per Square Meter Per Quartic Kelvin (W/m2·K4) is a unit in the category of light. +### https://w3id.org/emmo#SquareMetreQuarticHertz +:SquareMetreQuarticHertz rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_27c8e4db_eb18_402c_951e_6a38751cf1d0 ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "SquareMetreQuarticHertz" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-HZ4" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.Hz4" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅Hz⁴" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre and quartic Hertz."@en . --- QUDT"""@en . +### https://w3id.org/emmo#SquareMetreSecondPerRadian +:SquareMetreSecondPerRadian rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "SquareMetreSecondPerRadian" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-SEC-PER-RAD" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.s.rad-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅s/rad" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre seconds per radian."@en . -### https://w3id.org/emmo#WattPerSquareMetreSteradian -emmo:WattPerSquareMetreSteradian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 , - [ 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.efunda.com/glossary/units/units--radiance--watt_per_square_meter_per_steradian.cfm" ; - skos:altLabel "Watt per Square Metre Steradian"@en ; - skos:prefLabel "WattPerSquareMetreSteradian"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M2-SR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.sr-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/(m²⋅sr)" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Watt per steradian per square metre` is the SI unit of radiance (W·sr⁻¹·m⁻²), while that of spectral radiance in frequency is the watt per steradian per square metre per hertz (W·sr⁻¹·m⁻²·Hz⁻¹) and that of spectral radiance in wavelength is the watt per steradian per square metre, per metre (W·sr⁻¹·m⁻³), commonly the watt per steradian per square metre per nanometre (W·sr⁻¹·m⁻²·nm⁻¹). It has a dimension of ML⁻⁴T⁻³ where M is mass, L is length, and T is time. This unit is the standard SI unit in this category. --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Radiance" . +### https://w3id.org/emmo#SquareMetreSquareHertz +:SquareMetreSquareHertz rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "SquareMetreSquareHertz" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-HZ2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.Hz2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅Hz²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre and square Hertz."@en . -### https://w3id.org/emmo#WattPerSteradian -emmo:WattPerSteradian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , +### https://w3id.org/emmo#SquareMetreSteradian +:SquareMetreSteradian rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :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 Steradian"@en ; - skos:prefLabel "WattPerSteradian"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-SR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.sr-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/sr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Watt Per Steradian (W/sr)` is the unit in the category of Radiant intensity. It is also known as watts per steradian. This unit is commonly used in the SI unit system. Watt Per Steradian (W/sr) has a dimension of M· L⁻²· T⁻³ where M is mass, L is length, and T is time. This unit is the standard SI unit in this category. + skos:altLabel "Square Metre Steradian"@en ; + skos:prefLabel "SquareMetreSteradian"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-SR" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.sr" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅sr" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Square Meter Steradian\" is a unit for 'Area Angle' expressed as m²-sr. -- QUDT"""@en . -### https://w3id.org/emmo#WattSecond -emmo:WattSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , - [ 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 "Watt Second"@en ; - skos:prefLabel "WattSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W⋅s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI derived unit watt and SI base unit second +### https://w3id.org/emmo#SquarePascalPerSquareSecond +:SquarePascalPerSquareSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_ffbacbc4_c3be_4cc5_9539_94344e72f7a6 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "SquarePascalPerSquareSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA2-PER-SEC2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa2.s-2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa²/s²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square Pascal per square second."@en . + + +### https://w3id.org/emmo#SquarePascalSecond +:SquarePascalSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_886eb0fb_4d36_4b7d_99e4_e5915a06aff1 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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.efunda.com/glossary/units/units--specific_acoustic_impedance--pascal_second_per_meter.cfm" ; + skos:altLabel "Square Pascal Second"@en ; + skos:prefLabel "SquarePascalSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA2-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa2.s" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa²⋅s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Square Pascal Second (Pa²· s) is a unit in the category of sound exposure. -- QUDT"""@en . -### https://w3id.org/emmo#WattSecondPerSquareMetre -emmo:WattSecondPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , - [ 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 "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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watt second per square metre."@en . +### https://w3id.org/emmo#SquareSecond +:SquareSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_f2c1a072_4ccb_46c4_a0f8_ac801d328d0f , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Square Second"@en ; + skos:prefLabel "SquareSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SEC2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "s2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "s²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Square Second\" is a unit for 'Square Time' expressed as s². +-- QUDT"""@en . -### https://w3id.org/emmo#WeberMetre -emmo:WeberMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_431ce3bc_3d54_481d_a10d_7c4a4418732a , - [ 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.simetric.co.uk/siderived.htm" ; - 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_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Weber metre."@en . +### https://w3id.org/emmo#SquareVoltPerSquareKelvin +:SquareVoltPerSquareKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_58c5b65c_c896_4740_80d9_ff9a7643c7e8 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 "SquareVoltPerSquareKelvin"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V2-PER-K2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V2.K-2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V²/K²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square volt per square Kelvin."@en . -### https://w3id.org/emmo#WeberPerMetre -emmo:WeberPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415 , - [ 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 "Weber Per Metre"@en ; - skos:prefLabel "WeberPerMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/WB-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Wb.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Wb/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit weber divided by the SI base unit metre + +### https://w3id.org/emmo#VoltAmpere +:VoltAmpere rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Volt Ampere"@en ; + skos:prefLabel "VoltAmpere"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-A" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.A" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V⋅A" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI derived unit volt and the SI base unit ampere -- QUDT"""@en . -### https://w3id.org/emmo/disciplines/units/coherentsiunits#EMMO_089f13b1_ceb3_4d2a_8795_b4a2d92916da -:EMMO_089f13b1_ceb3_4d2a_8795_b4a2d92916da rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1 ; - skos:prefLabel "MassFraction"@en ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mass_fraction"@en , - "mass-fraction" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The mass of one type of species divided by the total mass."@en . +### https://w3id.org/emmo#VoltPerKelvin +:VoltPerKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_96ffda63_71e7_451b_85ee_2cc8e341ff11 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 "VoltPerKelvin"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-PER-K" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.K-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V/K" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Volt per Kelvin."@en . -### https://w3id.org/emmo#KilogramKelvin -emmo:KilogramKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_8455fa05_a877_48d7_b8a3_8e3bfad119bf , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , +### https://w3id.org/emmo#VoltPerMetre +:VoltPerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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.efunda.com/glossary/units/units--electric_field_strength--volt_per_meter.cfm" ; + skos:altLabel "Volt per Metre"@en ; + skos:prefLabel "VoltPerMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-PER-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.m-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Volt Per Meter (V/m) is a unit in the category of Electric field strength. It is also known as volts per meter, volt/meter, volt/metre, volt per metre, volts per metre. This unit is commonly used in the SI unit system. Volt Per Meter (V/m) has a dimension of MLT⁻³I⁻¹ where M is mass, L is length, T is time, and I is electric current. This unit is the standard SI unit in this category. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#VoltPerSecond +:VoltPerSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_6837b106_7220_4ec6_b7c9_d549d6163672 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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.thefreedictionary.com/Webers" ; + skos:altLabel "Volt per second"@en ; + skos:prefLabel "VoltPerSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-PER-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.s-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V/s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """'Volt per Second' is a unit of magnetic flux equaling one weber. This is the flux passing through a conducting loop and reduced to zero at a uniform rate in one second inducing an electric potential of one volt in the loop. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#VoltPerSquareMetre +:VoltPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_a5111335_6d14_49d9_ba7a_10c10b2189e7 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; - skos:altLabel "Kilogram Kelvin"@en ; - skos:prefLabel "KilogramKelvin" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.K" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅K" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kilogram Kelvin` is a unit for 'Mass Temperature' expressed as kg-K. + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + rdfs:seeAlso "http://www.funtrivia.com/en/subtopics/Physical-Quantities-310909.html" ; + skos:altLabel "Volt per Square Metre"@en ; + skos:prefLabel "VoltPerSquareMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-PER-M2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.m-2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V/m²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The divergence at a particular point in a vector field is (roughly) how much the vector field 'spreads out' from that point. Operationally, we take the partial derivative of each of the field with respect to each of its space variables and add all the derivatives together to get the divergence. Electric field (V/m) differentiated with respect to distance (m) yields V/(m²). -- QUDT"""@en . -### https://w3id.org/emmo#KilogramMetrePerSecond -emmo:KilogramMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 , - [ 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 - ] ; - skos:altLabel "Kilogram Metre Per Second"@en ; - skos:prefLabel "KilogramMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-M-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m.s-1" , - "kg.m/s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅m/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Kilogram Meter Per Second\" is a unit for 'Linear Momentum' expressed as kg-m/s. +### https://w3id.org/emmo#VoltSecondPerMetre +:VoltSecondPerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Volt Second Per Metre"@en ; + skos:prefLabel "VoltSecondPerMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-SEC-PER-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.s.m-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V⋅s/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI derived unit volt and the SI base unit second divided by the SI base unit metre -- QUDT"""@en . -### https://w3id.org/emmo#KilogramPerCubicMetre -emmo:KilogramPerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ 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 - ] ; - skos:altLabel "Kilogram per Cubic Metre"@en ; - skos:prefLabel "KilogramPerCubicMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-3" , - "kg/m3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/m³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m⁻³, or equivalently either kg/m³. +### https://w3id.org/emmo#WattMetrePerSquareMetreSteradian +:WattMetrePerSquareMetreSteradian rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_3371fb68_5f07_467c_ada6_5aa3da3808d0 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Watts metre per square metre steradian"@en ; + skos:prefLabel "WattMetrePerSquareMetreSteradian" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-M-PER-M2-SR" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.m.sr-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W⋅m/m²⋅sr" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The power per unit area of radiation of a given wavenumber illuminating a target at a given incident angle. -- QUDT"""@en . -### https://w3id.org/emmo#KilogramPerCubicMetrePerSecond -emmo:KilogramPerCubicMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58 , - [ 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 - ] ; - skos:altLabel "Kilograms per cubic metre per second"@en ; - skos:prefLabel "KilogramPerCubicMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M3-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-3.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m³⋅s)" . +### https://w3id.org/emmo#WattPerCubicMetre +:WattPerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Cubic Metre"@en ; + skos:prefLabel "WattPerCubicMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M3" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-3" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/m³" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit watt divided by the power of the SI base unit metre with the exponent 3 + +-- QUDT"""@en . + + +### https://w3id.org/emmo#WattPerKelvin +:WattPerKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_21a91e48_b6d3_4558_b08f_246433d43860 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Kelvin"@en ; + skos:prefLabel "WattPerKelvin"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-K" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.K-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "w/K" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Watt Per Kelvin (W/K) is a unit in the category of Thermal conductivity. +-- QUDT"""@en . -### https://w3id.org/emmo#KilogramPerKilogram -emmo:KilogramPerKilogram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ 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 - ] ; - skos:altLabel "Kilogram Per Kilogram"@en ; - skos:prefLabel "KilogramPerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.kg-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/kg" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the SI base unit kilogram + +### https://w3id.org/emmo#WattPerKilogram +:WattPerKilogram rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Kilogram"@en ; + skos:prefLabel "WattPerKilogram" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-KiloGM" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.kg-1" , + "W/kg" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/kg" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit watt divided by the SI base unit kilogram -- QUDT"""@en . -### https://w3id.org/emmo#KilogramPerMetre -emmo:KilogramPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ 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 - ] ; - skos:altLabel "Kilogram per Metre"@en ; - skos:prefLabel "KilogramPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-1" , - "kg/m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Kilogram Per Meter (kg/m) is a unit in the category of Linear mass density. It is also known as kilogram/meter, kilogram/metre, kilograms per meter, kilogram per metre, kilograms per metre. This unit is commonly used in the SI unit system. Kilogram Per Meter (kg/m) has a dimension of ML-1 where M is mass, and L is length. This unit is the standard SI unit in this category. +### https://w3id.org/emmo#WattPerMetre +:WattPerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_3371fb68_5f07_467c_ada6_5aa3da3808d0 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "WattPerMetre" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watts per metre."@en . --- QUDT"""@en . + +### https://w3id.org/emmo#WattPerMetreKelvin +:WattPerMetreKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f , + :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "WattPerMetreKelvin"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M-K" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-1.K-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/(m⋅K)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watt per metre and Kelvin unit."@en ; + :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Thermal_conductivity" . -### https://w3id.org/emmo#KilogramPerMol -emmo:KilogramPerMol rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_9ba91622_e39f_43e3_b95f_290937928d7e , +### https://w3id.org/emmo#WattPerSquareMetre +:WattPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; - skos:altLabel "Kilogram per Mole"@en ; - skos:prefLabel "KilogramPerMole"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-MOL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.mol-1" , - "kg/mol" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/mol" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In chemistry, the molar mass M is defined as the mass of a given substance (chemical element or chemical compound) divided by its amount of substance. It is a physical property of a given substance. The base SI unit for molar mass is kg/mol. However, for historical reasons, molar masses are almost always expressed in g/mol. As an example, the molar mass of water is approximately: 18.01528(33) g/mol. + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + rdfs:seeAlso "http://www.efunda.com/glossary/units/units--energy_flux--watt_per_square_meter.cfm" ; + skos:altLabel "Watt per Square Metre"@en ; + skos:prefLabel "WattPerSquareMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2" , + "W/m2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/m²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Watt per Square Meter} is a unit of irradiance defined as the power received per area. This is a unit in the category of Energy flux. It is also known as watts per square meter, watt per square metre, watts per square metre, watt/square meter, watt/square metre. This unit is commonly used in the SI unit system. Watt Per Square Meter (W/m²) has a dimension of MT^{-3\" where M is mass, and T is time. This unit is the standard SI unit in this category. -- QUDT"""@en . -### https://w3id.org/emmo#KilogramPerSecond -emmo:KilogramPerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , - [ 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 - ] ; - skos:altLabel "Kilogram per Second"@en ; - skos:prefLabel "KilogramPerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.s-1" , - "kg/s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Kilogram Per Second (kg/s) is a unit in the category of Mass flow rate. It is also known as kilogram/second, kilograms per second. This unit is commonly used in the SI unit system. Kilogram Per Second (kg/s) has a dimension of MT⁻¹ where M is mass, and T is time. This unit is the standard SI unit in this category. +### https://w3id.org/emmo#WattPerSquareMetreKelvin +:WattPerSquareMetreKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_4b2c223f_89fb_4407_b1b6_24774b7fe770 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Metre Kelvin"@en ; + skos:prefLabel "WattPerSquareMetreKelvin"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M2-K" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.K-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/(m²⋅K)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Watt Per Square Meter Per Kelvin `(W m⁻² K⁻¹) is a unit in the category of Thermal heat transfer coefficient. It is also known as watt/square meter-kelvin. This unit is commonly used in the SI unit system. Watt Per Square Meter Per Kelvin (W m⁻² K⁻¹) has a dimension of MT⁻¹Q⁻¹ where M is mass, T is time, and Q is temperature. This unit is the standard SI unit in this category. -- QUDT"""@en . -### https://w3id.org/emmo#KilogramPerSecondPerSquareMetre -emmo:KilogramPerSecondPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 , - [ 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 - ] ; - skos:altLabel "Kilogram Per Second Per Square Metre"@en ; - skos:prefLabel "KilogramPerSecondPerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-SEC-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.(s.m2)-1" , - "kg.s-1.m-2" , - "kg/(s.m2)" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(s⋅m²)" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 2 and the SI base unit second +### https://w3id.org/emmo#WattPerSquareMetrePascal +:WattPerSquareMetrePascal rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Metre Pascal"@en ; + skos:prefLabel "WattPerSquareMetrePascal"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M2-PA" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.Pa-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/(m²⋅pa)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Watt Per Square Meter Per Pascal (W/m²-pa) is a unit of Evaporative Heat Transfer. -- QUDT"""@en . -### https://w3id.org/emmo#KilogramPerSquareMetre -emmo:KilogramPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 , +### https://w3id.org/emmo#WattPerSquareMetrePerMetre +:WattPerSquareMetrePerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; - skos:altLabel "Kilogram per Square Metre"@en ; - skos:prefLabel "KilogramPerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-2" , - "kg/m2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Kilogram Per Square Meter (kg/m2) is a unit in the category of Surface density. It is also known as kilograms per square meter, kilogram per square metre, kilograms per square metre, kilogram/square meter, kilogram/square metre. This unit is commonly used in the SI unit system. Kilogram Per Square Meter (kg/m2) has a dimension of ML-2 where M is mass, and L is length. This unit is the standard SI unit in this category. - --- QUDT"""@en . - - -### https://w3id.org/emmo#KilogramPerSquareMetrePerPascalPerSecond -emmo:KilogramPerSquareMetrePerPascalPerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422 , - [ 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 - ] ; - skos:altLabel "Kilograms per square metre per Pascal per second"@en ; - skos:prefLabel "KilogramPerSquareMetrePerPascalPerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M2-PA-SEC" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m²⋅s⋅Pa)" ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Perm_(unit)" . - - -### https://w3id.org/emmo#KilogramPerSquareMetrePerSecond -emmo:KilogramPerSquareMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 , - [ 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 - ] ; - skos:altLabel "Kilograms per square metre per second"@en ; - skos:prefLabel "KilogramPerSquareMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-2.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m²⋅s)" . + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "WattPerSquareMetrePerMetre" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M2-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.m-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/m²⋅m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watts per square metre per metre."@en . -### https://w3id.org/emmo#KilogramPerSquareMetreSquareSecond -emmo:KilogramPerSquareMetreSquareSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 , +### https://w3id.org/emmo#WattPerSquareMetrePerMetrePerSteradian +:WattPerSquareMetrePerMetrePerSteradian rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; - skos:altLabel "Kilogram per Square Metre Square Second"@en ; - skos:prefLabel "KilogramPerSquareMetreSquareSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m²⋅s²)" . + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "WattPerSquareMetrePerMetrePerSteradian" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M2-M-SR" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.m-1.sr-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/m²⋅m⋅sr" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watts per square metre and metre and steradian."@en . -### https://w3id.org/emmo#KilogramPerSquareSecond -emmo:KilogramPerSquareSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , +### https://w3id.org/emmo#WattPerSquareMetreQuarticKelvin +:WattPerSquareMetreQuarticKelvin rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_971b3dff_28b4_4538_b082_3ec9fa5af294 ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Watt per Square Metre Quartic Kelvin"@en ; + skos:prefLabel "WattPerSquareMetreQuarticKelvin"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M2-K4" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.K-4" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/(m²⋅K⁴)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Watt Per Square Meter Per Quartic Kelvin (W/m2·K4) is a unit in the category of light. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#WattPerSquareMetreSteradian +:WattPerSquareMetreSteradian rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; - skos:altLabel "Kilogram per Square Second"@en ; - skos:prefLabel "KilogramPerSquareSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-SEC2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.s-2" , - "kg/s2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/s²" . + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + rdfs:seeAlso "http://www.efunda.com/glossary/units/units--radiance--watt_per_square_meter_per_steradian.cfm" ; + skos:altLabel "Watt per Square Metre Steradian"@en ; + skos:prefLabel "WattPerSquareMetreSteradian"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M2-SR" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.sr-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/(m²⋅sr)" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Watt per steradian per square metre` is the SI unit of radiance (W·sr⁻¹·m⁻²), while that of spectral radiance in frequency is the watt per steradian per square metre per hertz (W·sr⁻¹·m⁻²·Hz⁻¹) and that of spectral radiance in wavelength is the watt per steradian per square metre, per metre (W·sr⁻¹·m⁻³), commonly the watt per steradian per square metre per nanometre (W·sr⁻¹·m⁻²·nm⁻¹). It has a dimension of ML⁻⁴T⁻³ where M is mass, L is length, and T is time. This unit is the standard SI unit in this category. +-- QUDT"""@en ; + :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Radiance" . -### https://w3id.org/emmo#KilogramSquareMetre -emmo:KilogramSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_3532cc67_472a_4227_96f4_04b93146cec3 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ 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 - ] ; - skos:altLabel "Kilogram Square Metre"@en ; - skos:prefLabel "KilogramSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Kilogram Square Meter\" is a unit for 'Moment Of Inertia' expressed as kg-m². + +### https://w3id.org/emmo#WattPerSteradian +:WattPerSteradian rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Steradian"@en ; + skos:prefLabel "WattPerSteradian"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-SR" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.sr-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/sr" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Watt Per Steradian (W/sr)` is the unit in the category of Radiant intensity. It is also known as watts per steradian. This unit is commonly used in the SI unit system. Watt Per Steradian (W/sr) has a dimension of M· L⁻²· T⁻³ where M is mass, L is length, and T is time. This unit is the standard SI unit in this category. -- QUDT"""@en . -### https://w3id.org/emmo#KilogramSquareMetrePerSecond -emmo:KilogramSquareMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ 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 - ] ; - skos:altLabel "Kilogram Square Metre Per Second"@en ; - skos:prefLabel "KilogramSquareMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-M2-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m2.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅m²/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Kilogram Square Meter Per Second\" is a unit for 'Angular Momentum' expressed as kg-m²-s⁻¹. +### https://w3id.org/emmo#WattSecond +:WattSecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Watt Second"@en ; + skos:prefLabel "WattSecond"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-SEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.s" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W⋅s" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI derived unit watt and SI base unit second -- QUDT"""@en . -### https://w3id.org/emmo#KilogramSquareSecond -emmo:KilogramSquareSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_5f375229_de0c_46bf_b11f_da9d3b742253 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , +### https://w3id.org/emmo#WattSecondPerSquareMetre +:WattSecondPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:onProperty :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:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; - skos:altLabel "Kilogram Square Second"@en ; - skos:prefLabel "KilogramSquareSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-SEC2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.s2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅s²" . - - -### https://w3id.org/emmo#AmperePerDegreeCelsius -emmo:AmperePerDegreeCelsius rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_ed7dd267_e2ee_4565_8117_e5c1eafa3e66 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "57.29578"^^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://web.mit.edu/course/21/21.guide/use-tab.htm" ; - skos:altLabel "Ampere per Degree Celsius"@en ; - skos:prefLabel "AmperePerDegreeCelsius"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-DEG_C" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.Cel-1" , - "A/Cel" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/°C" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A measure used to express how a current is subject to temperature. Originally used in Wien's Law to describe phenomena related to filaments. One use today is to express how a current generator derates with temperature. - --- QUDT"""@en . - - -### https://w3id.org/emmo#DegreeCelsiusKilogramPerSquareMetre -emmo:DegreeCelsiusKilogramPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_6726fbb8_c40a_4b55_a2d5_bf49352d1e73 , - emmo:EMMO_707c6032_e272_4a20_98b5_d35c4f67be68 ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Degrees Celsius kilogram per square metre"@en ; - skos:prefLabel "DegreeCelsiusKilogramPerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-KiloGM-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.kg.m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C⋅kg/m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Derived unit for the product of the temperature in degrees Celsius and the mass density of a medium, integrated over vertical depth or height in metres. - --- QUDT"""@en . - - -### https://w3id.org/emmo#DegreeCelsiusPerKelvin -emmo:DegreeCelsiusPerKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Degree Celsius Per Kelvin"@en ; - skos:prefLabel "DegreeCelsiusPerKelvin"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-PER-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.K-1" , - "Cel/K" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/K" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit with the name Degree Celsius divided by the SI base unit kelvin - --- QUDT"""@en . - - -### https://w3id.org/emmo#DegreeCelsiusPerMetre -emmo:DegreeCelsiusPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_720a469f_a19c_4a88_900c_29b3938f5092 ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:prefLabel "DegreeCelsiusPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Degree Celsius per metre unit."@en . - - -### https://w3id.org/emmo#DegreeCelsiusPerSecond -emmo:DegreeCelsiusPerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8 ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Degree Celsius per Second"@en ; - skos:prefLabel "DegreeCelsiusPerSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.s-1" , - "Cel/s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree Celsius per Second` is a unit for 'Temperature Per Time' expressed as degC / s. - --- QUDT"""@en . - - -### https://w3id.org/emmo#KilogramPerMetrePerSecond -emmo:KilogramPerMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ 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 - ] ; - skos:altLabel "Kilograms per metre per second"@en ; - skos:prefLabel "KilogramPerMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-1.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m⋅s)" . - - -### https://w3id.org/emmo#KilogramPerMetrePerSquareSecond -emmo:KilogramPerMetrePerSquareSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ 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 - ] ; - skos:altLabel "Kilograms per metre per square second"@en ; - skos:prefLabel "KilogramPerMetrePerSquareSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M-SEC2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-1.s-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m⋅s²)" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliAmperePerGram -emmo:MilliAmperePerGram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac , - [ 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 - ] ; - skos:prefLabel "MilliAmperePerGram"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a unit of electric current per mass"@en . - - -### https://w3id.org/emmo#MoleDegreeCelsius -emmo:MoleDegreeCelsius rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_3d254432_6f8f_4a6d_9eb3_4ab54388171b , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Mole Degree Celsius"@en ; - skos:prefLabel "MoleDegreeCelsius"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-DEG_C" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.Cel" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol⋅°C" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Mole Degree Celsius` is a C.G.S System unit for 'Temperature Amount Of Substance' expressed as mol-degC. - --- QUDT"""@en . + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "WattSecondPerSquareMetre" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-SEC-PER-M2" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.s.m-2" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W⋅s/m²" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watt second per square metre."@en . -### https://w3id.org/emmo#SquareDegreeCelsiusPerSecond -emmo:SquareDegreeCelsiusPerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_dafdcae3_f8ec_4993_8269_2c9299a75158 ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:prefLabel "SquareDegreeCelsiusPerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C2-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K2.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C²⋅s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square degree Celsius per second."@en . +### https://w3id.org/emmo#WeberMetre +:WeberMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_431ce3bc_3d54_481d_a10d_7c4a4418732a , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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.simetric.co.uk/siderived.htm" ; + skos:prefLabel "WeberMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/WB-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Wb.m" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Wb⋅m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Weber metre."@en . -### https://w3id.org/emmo#GramPerGram -emmo:GramPerGram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ 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 "Gram Per Gram"@en ; - skos:prefLabel "GramPerGram"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-GM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.g-1" , - "g/g" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/g" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """mass ratio consisting of the 0.001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram. +### https://w3id.org/emmo#WeberPerMetre +:WeberPerMetre rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + :EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :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 Metre"@en ; + skos:prefLabel "WeberPerMetre"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/WB-PER-M" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Wb.m-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Wb/m" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit weber divided by the SI base unit metre -- QUDT"""@en . -### https://w3id.org/emmo#NanoMeterPerMilliMeterMegaPascal -emmo:NanoMeterPerMilliMeterMegaPascal rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-12"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanometer Per Millimeter Megapascal"@en ; - skos:prefLabel "NanoMeterPerMilliMeterMegaPascal" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoM-PER-MilliM-MegaPA" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nm.mm-1.MPa-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nm/(mm⋅MPa)" . - - -### https://w3id.org/emmo#NanoMolePerCubicCentiMetrePerHour -emmo:NanoMolePerCubicCentiMetrePerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-7"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanomoles per cubic centimetre per hour"@en ; - skos:prefLabel "NanoMolePerCubicCentiMetrePerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-CentiM3-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.cm-3.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(cm³⋅hr)" . - - -### https://w3id.org/emmo#NanoMolePerGramPerSecond -emmo:NanoMolePerGramPerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanomoles per gram per second"@en ; - skos:prefLabel "NanoMolePerGramPerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-GM-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.g-1.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(g⋅s)" . - - -### https://w3id.org/emmo#NanoMolePerKilogram -emmo:NanoMolePerKilogram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_95971713_d589_4002_a5a7_affc5c74cfdb , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanomoles per kilogram"@en ; - skos:prefLabel "NanoMolePerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.kg-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/kg" . - - -### https://w3id.org/emmo#SquareMetrePerGram -emmo:SquareMetrePerGram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4817e479_e401_437e_a49b_54540b93d2a1 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ 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 "Square metres per gram"@en ; - skos:prefLabel "SquareMetrePerGram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-GM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.g-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/g" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit in the category of specific area."@en . - - - -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/deprecated.ttl b/disciplines/units/deprecated.ttl index 10266085..cbb620ea 100644 --- a/disciplines/units/deprecated.ttl +++ b/disciplines/units/deprecated.ttl @@ -9,19 +9,19 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - ; + owl:versionIRI ; + owl:imports , + ; dcterms:abstract "This module contains deprecated IRIs with references."@en ; - dcterms:contributor ; - dcterms:creator , - ; + dcterms:contributor :GerhardGoldbeck ; + dcterms:creator :EmanueleGhedini , + :JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Deprecated units"@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" . + owl:versionInfo "1.0.0-rc3" . ################################################################# # Classes diff --git a/disciplines/units/noncoherentsiunits.ttl b/disciplines/units/noncoherentsiunits.ttl index e6973089..53ffb630 100644 --- a/disciplines/units/noncoherentsiunits.ttl +++ b/disciplines/units/noncoherentsiunits.ttl @@ -10,14 +10,14 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; + owl:versionIRI ; + owl:imports ; dcterms:abstract "The 'noncoherentsiunits' module contains non-coherent derived SI units (and SI-accepted units) that are not prefixed units (units made of a metric prefix followed by a unit symbol). Examples: km/h, A/g."@en ; - dcterms:contributor , - , - ; - dcterms:creator , - ; + dcterms:contributor emmo:FrancescaBleken , + emmo:GerhardGoldbeck , + emmo:SimonClark ; + dcterms:creator emmo:EmanueleGhedini , + emmo:JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Non-coherent SI units"@en ; @@ -25,7 +25,7 @@ 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-rc3" ; emmo:EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# @@ -1013,10 +1013,6 @@ emmo:Gram rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa , emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "g" - ] , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "0.001"^^xsd:double @@ -1024,6 +1020,10 @@ emmo:Gram rdf:type owl:Class ; [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; + owl:hasValue "g" ] ; skos:prefLabel "Gram"@en ; emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "GRM" ; @@ -3037,7 +3037,9 @@ emmo:MicroHenryPerKiloOhm rdf:type owl:Class ; ### https://w3id.org/emmo#MicroHenryPerMetre emmo:MicroHenryPerMetre rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; + rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + emmo:EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185 , + [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "1.0E-6"^^xsd:double ] , @@ -3156,7 +3158,9 @@ emmo:MicroMolePerGram rdf:type owl:Class ; ### https://w3id.org/emmo#MicroMolePerGramPerSecond emmo:MicroMolePerGramPerSecond rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; + rdfs:subClassOf emmo:EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "1.0E-4"^^xsd:double ] , @@ -4487,7 +4491,9 @@ emmo:NanoGramPerKilogram rdf:type owl:Class ; ### https://w3id.org/emmo#NanoGramPerSquareMetrePerPascalPerSecond emmo:NanoGramPerSquareMetrePerPascalPerSecond rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; + rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + emmo:EMMO_9f0338b9_326f_44c2_893c_2d815b763130 , + [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "1.0E-12"^^xsd:double ] , @@ -5567,7 +5573,8 @@ emmo:VoltPerMilliMetre rdf:type owl:Class ; ### https://w3id.org/emmo#WattPerSquareCentiMetre emmo:WattPerSquareCentiMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + rdfs:subClassOf emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "10000.0"^^xsd:double @@ -5650,4 +5657,4 @@ emmo:WeberPerMilliMetre rdf:type owl:Class ; -- QUDT"""@en . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/otherunits.ttl b/disciplines/units/otherunits.ttl index 436b2941..b6daba11 100644 --- a/disciplines/units/otherunits.ttl +++ b/disciplines/units/otherunits.ttl @@ -10,17 +10,17 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; - owl:imports ; + owl:versionIRI ; + owl:imports ; + owl:imports ; dcterms:abstract """The module 'otherunits' contain non-SI units not included in the 'siacceptedspecialunits', 'siacceptedunits' and 'specialunits' modules. Examples: kBar, ... Note that this module is not complete and may be extended with more units over time."""@en ; - dcterms:contributor , - , - ; - dcterms:creator , - ; + dcterms:contributor :FrancescaBleken , + :GerhardGoldbeck , + :SimonClark ; + dcterms:creator :JesperFriis , + :EmanueleGhedini ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Other non-SI units"@en ; @@ -28,7 +28,7 @@ Note that this module is not complete and may be extended with more units over t 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-rc3" ; :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# @@ -3279,7 +3279,7 @@ emmo:ExaByte rdf:type owl:Class ; ### https://w3id.org/emmo#Exbi emmo:Exbi rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Ei" ] , [ rdf:type owl:Restriction ; @@ -3292,7 +3292,7 @@ emmo:Exbi rdf:type owl:Class ; ### https://w3id.org/emmo#Gibi emmo:Gibi rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Gi" ] , [ rdf:type owl:Restriction ; @@ -3389,7 +3389,7 @@ emmo:HectoBar rdf:type owl:Class ; ### https://w3id.org/emmo#Kibi emmo:Kibi rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Ki" ] , [ rdf:type owl:Restriction ; @@ -3592,7 +3592,7 @@ emmo:KiloRoentgen rdf:type owl:Class ; ### https://w3id.org/emmo#Mebi emmo:Mebi rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Mi" ] , [ rdf:type owl:Restriction ; diff --git a/disciplines/units/prefixedsiunits.ttl b/disciplines/units/prefixedsiunits.ttl index 7ee507ba..2a17eee6 100644 --- a/disciplines/units/prefixedsiunits.ttl +++ b/disciplines/units/prefixedsiunits.ttl @@ -10,16 +10,16 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; + owl:versionIRI ; + owl:imports ; dcterms:abstract """The module 'prefixedsiunits' contains prefixed SI units that are made of a metrix prefix and a unit symbol for a base or derived SI unit. Examples: km, ms, MPa, mg, etc... Note that this module is not complete and may be extended with more prefixed SI units over time."""@en ; - dcterms:contributor , - , - ; - dcterms:creator , - ; + dcterms:contributor :FrancescaBleken , + :GerhardGoldbeck , + :SimonClark ; + dcterms:creator :JesperFriis , + :EmanueleGhedini ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Prefixed SI units"@en ; @@ -27,7 +27,7 @@ Note that this module is not complete and may be extended with more prefixed SI 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-rc3" ; emmo:EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# @@ -116,6 +116,34 @@ emmo:AttoJoule rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#CentiCoulomb +emmo:CentiCoulomb rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a , + emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Coulomb + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "CentiCoulomb"@en ; + skos:prefLabel "CentiCoulomb" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cC" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cC" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A CentiCoulomb is 10⁻² C. + +-- QUDT"""@en . + + ### https://w3id.org/emmo#CentiGram emmo:CentiGram rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa , @@ -1322,6 +1350,33 @@ emmo:MegaAmpere rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#MegaBecquerel +emmo:MegaBecquerel rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Becquerel + ] , + [ 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 + ] ; + skos:prefLabel "MegaBecquerel" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaBQ" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MBq" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MBq" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000-fold of the derived unit becquerel + +-- QUDT"""@en . + + ### https://w3id.org/emmo#MegaCoulomb emmo:MegaCoulomb rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928 , @@ -1845,7 +1900,10 @@ emmo:MicroMole rdf:type owl:Class ; ### https://w3id.org/emmo#MicroNewton emmo:MicroNewton rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; + rdfs:subClassOf emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , + [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "1.0E-6"^^xsd:double ] , @@ -3618,59 +3676,4 @@ emmo:ZettaCoulomb rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#CentiCoulomb -emmo:CentiCoulomb rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a , - emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Coulomb - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "CentiCoulomb"@en ; - skos:prefLabel "CentiCoulomb" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cC" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cC" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A CentiCoulomb is 10⁻² C. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MegaBecquerel -emmo:MegaBecquerel rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , - emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Becquerel - ] , - [ 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 - ] ; - skos:prefLabel "MegaBecquerel" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaBQ" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MBq" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MBq" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000-fold of the derived unit becquerel - --- QUDT"""@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/prefixedunits.ttl b/disciplines/units/prefixedunits.ttl index 82ac2404..b503c500 100644 --- a/disciplines/units/prefixedunits.ttl +++ b/disciplines/units/prefixedunits.ttl @@ -10,16 +10,16 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - , - , - , - ; + owl:versionIRI ; + owl:imports , + , + , + , + ; dcterms:abstract "This module contains non-SI prefixed units (prefixed SI-units are in the prefixedsiunits module). A prefixed unit is a unit that is made of a prefix and a unit symbol. For example milligram."@en ; - dcterms:contributor ; - dcterms:creator , - ; + dcterms:contributor :GerhardGoldbeck ; + dcterms:creator :JesperFriis , + :EmanueleGhedini ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Prefixed units"@en ; @@ -27,7 +27,7 @@ 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 ; - owl:versionInfo "1.0.0-rc1" ; + owl:versionInfo "1.0.0-rc3" ; emmo:EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# diff --git a/disciplines/units/siacceptedspecialunits.ttl b/disciplines/units/siacceptedspecialunits.ttl index 0b313501..315d1ae1 100644 --- a/disciplines/units/siacceptedspecialunits.ttl +++ b/disciplines/units/siacceptedspecialunits.ttl @@ -3,503 +3,502 @@ @prefix rdf: . @prefix xml: . @prefix xsd: . +@prefix emmo: . @prefix rdfs: . @prefix skos: . @prefix dcterms: . -@prefix emmo: . @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; - dcterms:abstract "The module 'siacceptedspecialunits' include the 15 non-SI special units that are accepted for use with the SI units."@en ; - dcterms:contributor , - , - ; - dcterms:creator , - ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher ; - dcterms:title "SI accepted special units"@en ; - rdfs:comment """Note: this file has automatically been populated with dimensional units from QUDT. + owl:versionIRI ; + owl:imports ; + dcterms:abstract "The module 'siacceptedspecialunits' include the 15 non-SI special units that are accepted for use with the SI units."@en ; + dcterms:contributor emmo:FrancescaBleken , + emmo:GerhardGoldbeck , + emmo:SimonClark ; + dcterms:creator emmo:EmanueleGhedini , + emmo:JesperFriis ; + dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; + dcterms:publisher ; + dcterms:title "SI accepted special units"@en ; + 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" ; - :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . + "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-rc3" ; + emmo:EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Classes ################################################################# ### https://w3id.org/emmo#Arcminute -:Arcminute rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , - :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - :EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "′" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.908882E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "ArcMinute"@en , - "MinuteOfArc"@en ; - skos:prefLabel "Arcminute"@en ; - :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "D61" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ARCMIN" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "'" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "'" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1/60) of one degree (circle/21,600), or π /10,800 radians. In turn, a second of arc or arcsecond is one sixtieth (1/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1/360) of a rotation, one minute of arc is 1/21,600 of a rotation. +emmo:Arcminute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; + owl:hasValue "′" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.908882E-4"^^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 "ArcMinute"@en , + "MinuteOfArc"@en ; + skos:prefLabel "Arcminute"@en ; + emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "D61" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ARCMIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "'" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "'" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1/60) of one degree (circle/21,600), or π /10,800 radians. In turn, a second of arc or arcsecond is one sixtieth (1/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1/360) of a rotation, one minute of arc is 1/21,600 of a rotation. -- QUDT"""@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Minute_of_arc" . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Minute_of_arc" . ### https://w3id.org/emmo#Arcsecond -:Arcsecond rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , - :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - :EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "″" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "4.848137E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "ArcSecond"@en , - "SecondOfArc"@en ; - skos:prefLabel "Arcsecond"@en ; - :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "D62" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ARCSEC" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "''" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "\\\"" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Arc Second\" is a unit of angular measure, also called the `second of arc`, equal to 1/60 arcminute. One arcsecond is a very small angle: there are 1,296,000 in a circle. The SI recommends `double prime` ('') as the symbol for the arcsecond. The symbol has become common in astronomy, where very small angles are stated in milliarcseconds (mas). +emmo:Arcsecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; + owl:hasValue "″" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "4.848137E-6"^^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 "ArcSecond"@en , + "SecondOfArc"@en ; + skos:prefLabel "Arcsecond"@en ; + emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "D62" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ARCSEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "''" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "\\\"" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Arc Second\" is a unit of angular measure, also called the `second of arc`, equal to 1/60 arcminute. One arcsecond is a very small angle: there are 1,296,000 in a circle. The SI recommends `double prime` ('') as the symbol for the arcsecond. The symbol has become common in astronomy, where very small angles are stated in milliarcseconds (mas). -- QUDT"""@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Minute_of_arc#Symbols.2C_abbreviations_and_subdivisions" . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Minute_of_arc#Symbols.2C_abbreviations_and_subdivisions" . ### https://w3id.org/emmo#AstronomicalUnit -:AstronomicalUnit rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , - :EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "au" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.495979E11"^^xsd:double - ] ; - skos:altLabel "astronomical-unit"@en ; - skos:prefLabel "AstronomicalUnit"@en ; - :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "A12" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/unit/AU" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "AU" ; - :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Astronomical_unit" ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "One astronomical unit is defined as exactly 149597870700 m, which is roughly the distance from earth to sun."@en ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "AU" , - "au" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An astronomical unit (abbreviated as AU, au, a.u., or ua) is a unit of length equal to 149,597,870,700 metres (92,955,807.273 mi) or approximately the mean Earth Sun distance. The symbol ua is recommended by the International Bureau of Weights and Measures, and the international standard ISO 80000, while au is recommended by the International Astronomical Union, and is more common in Anglosphere countries. In general, the International System of Units only uses capital letters for the symbols of units which are named after individual scientists, while au or a.u. can also mean atomic unit or even arbitrary unit. However, the use of AU to refer to the astronomical unit is widespread. The astronomical constant whose value is one astronomical unit is referred to as unit distance and is given the symbol A. [Wikipedia] +emmo:AstronomicalUnit rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , + emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; + owl:hasValue "au" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.495979E11"^^xsd:double + ] ; + skos:altLabel "astronomical-unit"@en ; + skos:prefLabel "AstronomicalUnit"@en ; + emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "A12" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/unit/AU" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "AU" ; + emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Astronomical_unit" ; + emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "One astronomical unit is defined as exactly 149597870700 m, which is roughly the distance from earth to sun."@en ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "AU" , + "au" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An astronomical unit (abbreviated as AU, au, a.u., or ua) is a unit of length equal to 149,597,870,700 metres (92,955,807.273 mi) or approximately the mean Earth Sun distance. The symbol ua is recommended by the International Bureau of Weights and Measures, and the international standard ISO 80000, while au is recommended by the International Astronomical Union, and is more common in Anglosphere countries. In general, the International System of Units only uses capital letters for the symbols of units which are named after individual scientists, while au or a.u. can also mean atomic unit or even arbitrary unit. However, the use of AU to refer to the astronomical unit is widespread. The astronomical constant whose value is one astronomical unit is referred to as unit distance and is given the symbol A. [Wikipedia] -- QUDT"""@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Astronomical_unit"^^xsd:anyURI . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Astronomical_unit"^^xsd:anyURI . + + +### https://w3id.org/emmo#Bel +emmo:Bel rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_972e01b0_b017_4903_8c05_b7edda958723 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; + owl:hasValue "B" + ] , + [ 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:comment "Today decibel (one tenth of a bel) is commonly used instead of bel."@en , + "bel is used to express the ratio of one value of a power or field quantity to another, on a logarithmic scale, the logarithmic quantity being called the power level or field level, respectively."@en ; + skos:prefLabel "Bel"@en ; + emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "M72" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/B" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "B" ; + emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Bel"^^xsd:anyURI ; + emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "One bel is defined as `1⁄2 ln(10) neper`."@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A logarithmic unit of sound pressure equal to 10 decibels (dB), It is defined as: 1 B = (1/2) log₁₀(Np) + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Decibel" . ### https://w3id.org/emmo#Dalton -:Dalton rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , - :EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "Da" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.660539E-27"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "AtomicMassUnit"@en ; - skos:prefLabel "Dalton"@en ; - :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "D43" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/Da"^^xsd:anyURI ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "u" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "amu" ; - :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Unified_atomic_mass_unit" ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "One dalton is defined as one twelfth of the mass of an unbound neutral atom of carbon-12 in its nuclear and electronic ground state."@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The unified atomic mass unit (symbol: μ) or dalton (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of 1.660538782(83) × 10⁻²⁷ kg. One Da is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a \"non-SI unit whose values in SI units must be obtained experimentally\". +emmo:Dalton rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , + emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; + owl:hasValue "Da" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.660539E-27"^^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 "AtomicMassUnit"@en ; + skos:prefLabel "Dalton"@en ; + emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "D43" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/Da"^^xsd:anyURI ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "u" ; + emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Unified_atomic_mass_unit" ; + emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "One dalton is defined as one twelfth of the mass of an unbound neutral atom of carbon-12 in its nuclear and electronic ground state."@en ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "amu" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The unified atomic mass unit (symbol: μ) or dalton (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of 1.660538782(83) × 10⁻²⁷ kg. One Da is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a \"non-SI unit whose values in SI units must be obtained experimentally\". -- QUDT"""@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Atomic_mass_unit"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.D01514" . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Atomic_mass_unit"^^xsd:anyURI ; + emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.D01514" . ### https://w3id.org/emmo#Day -:Day rdf:type owl:Class ; - rdfs:subClassOf :EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , - :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "d" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "86400.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "Day"@en ; - :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "DAY" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DAY" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "d" ; - :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Day" ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "A measure of time defined as 86 400 seconds."@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Mean solar day +emmo:Day rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , + emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; + owl:hasValue "d" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "86400.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "Day"@en ; + emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "DAY" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "d" ; + emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Day" ; + emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "A measure of time defined as 86 400 seconds."@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Mean solar day + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Day?oldid=494970012"^^xsd:anyURI ; + emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.D01527" . + + +### https://w3id.org/emmo#DeciBel +emmo:DeciBel rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_972e01b0_b017_4903_8c05_b7edda958723 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Bel + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.1"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "DeciBel" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciB" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dB" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dB" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A customary logarithmic measure most commonly used (in various ways) for measuring sound.Sound is measured on a logarithmic scale. Informally, if one sound is 1 bel (10 decibels) \"louder\" than another, this means the louder sound is 10 times louder than the fainter one. A difference of 20 decibels corresponds to an increase of 10 x 10 or 100 times in intensity. The beginning of the scale, 0 decibels, can be set in different ways, depending on exactly the aspect of sound being measured. For sound intensity (the power of the sound waves per unit of area) 0 decibel is equal to 1 picoWatts per Metre Squared. This corresponds approximately to the faintest sound that can be detected by a person who has good hearing. For sound pressure (the pressure exerted by the sound waves) 0 decibels equals 20 micropascals RMS, and for sound power 0 decibels sometimes equals 1 picoWatt. In all cases, one decibel equals ≈ 0.115129 neper. -- QUDT"""@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Day?oldid=494970012"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.D01527" . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Decibel?oldid=495380648" . ### https://w3id.org/emmo#Degree -:Degree rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , - :EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "°" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01745329"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "Degree"@en ; - :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "DD" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg" ; - :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Degree_(angle)" ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Degree is a measurement of plane angle, defined by representing a full rotation as 360 degrees."@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A degree (in full, a degree of arc, arc degree, or arcdegree), usually denoted by ° (the degree symbol), is a measurement of plane angle, representing 1/360 of a full rotation; one degree is equivalent to 2π /360 rad, 0.017453 rad. It is not an SI unit, as the SI unit for angles is radian, but is an accepted SI unit. +emmo:Degree rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , + emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; + owl:hasValue "°" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01745329"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "Degree"@en ; + emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "DD" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg" ; + emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Degree_(angle)" ; + emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Degree is a measurement of plane angle, defined by representing a full rotation as 360 degrees."@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A degree (in full, a degree of arc, arc degree, or arcdegree), usually denoted by ° (the degree symbol), is a measurement of plane angle, representing 1/360 of a full rotation; one degree is equivalent to 2π /360 rad, 0.017453 rad. It is not an SI unit, as the SI unit for angles is radian, but is an accepted SI unit. -- QUDT"""@en ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.D01560" . + emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.D01560" . ### https://w3id.org/emmo#EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac -:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2 ; - rdfs:comment "This is a list of units that are not defined as part of the International System of Units (SI), but are otherwise mentioned in the SI brouchure, because either the General Conference on Weights and Measures (CGPM) accepts their use as being multiples or submultiples of SI-units, they have important contemporary application worldwide, or are otherwise commonly encountered worldwide."@en ; - skos:prefLabel "SIAcceptedUnit"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Non-SI units mentioned in the SI."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Non-SI_units_mentioned_in_the_SI" . +emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2 ; + rdfs:comment "This is a list of units that are not defined as part of the International System of Units (SI), but are otherwise mentioned in the SI brouchure, because either the General Conference on Weights and Measures (CGPM) accepts their use as being multiples or submultiples of SI-units, they have important contemporary application worldwide, or are otherwise commonly encountered worldwide."@en ; + skos:prefLabel "SIAcceptedUnit"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Non-SI units mentioned in the SI."@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Non-SI_units_mentioned_in_the_SI" . ### 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 ; - :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 . +emmo:EMMO_93170bc8_d3b2_45bd_8cad_20aad08462ef rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ; + skos:prefLabel "SIAcceptedPrefixedUnit"@en ; + emmo: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 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Defived units that are accepted to be used with SI."@en . +emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39 ; + skos:prefLabel "SIAcceptedDerivedUnit"@en ; + emmo: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 -:EMMO_e8b5f7de_4fd9_41d7_b988_87b512fe0180 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ; - owl:disjointUnionOf ( :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac - :EMMO_93170bc8_d3b2_45bd_8cad_20aad08462ef - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec - ) ; - 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 . +emmo:EMMO_e8b5f7de_4fd9_41d7_b988_87b512fe0180 rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ; + owl:disjointUnionOf ( emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac + emmo:EMMO_93170bc8_d3b2_45bd_8cad_20aad08462ef + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec + ) ; + skos:prefLabel "SIAccepted"@en ; + emmo: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 -:ElectronVolt rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , - :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "eV" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.602177E-19"^^xsd:double - ] ; - skos:prefLabel "ElectronVolt"@en ; - :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "A53" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/EV" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "eV" ; - :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Electronvolt" ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The amount of energy gained (or lost) by the charge of a single electron moving across an electric potential difference of one volt."@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An electron volt (eV) is the energy that an electron gains when it travels through a potential of one volt. You can imagine that the electron starts at the negative plate of a parallel plate capacitor and accelerates to the positive plate, which is at one volt higher potential. Numerically 1 eV approximates 1.6x10⁻¹⁹ joules, where 1 joule is 6.2x10¹⁸ eV. For example, it would take 6.2x10²⁰ eV/sec to light a 100 watt light bulb. +emmo:ElectronVolt rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , + emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; + owl:hasValue "eV" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.602177E-19"^^xsd:double + ] ; + skos:prefLabel "ElectronVolt"@en ; + emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "A53" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/EV" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "eV" ; + emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Electronvolt" ; + emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The amount of energy gained (or lost) by the charge of a single electron moving across an electric potential difference of one volt."@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An electron volt (eV) is the energy that an electron gains when it travels through a potential of one volt. You can imagine that the electron starts at the negative plate of a parallel plate capacitor and accelerates to the positive plate, which is at one volt higher potential. Numerically 1 eV approximates 1.6x10⁻¹⁹ joules, where 1 joule is 6.2x10¹⁸ eV. For example, it would take 6.2x10²⁰ eV/sec to light a 100 watt light bulb. -- QUDT"""@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Electron_volt?oldid=344021738"^^xsd:anyURI ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E02014" . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Electron_volt?oldid=344021738"^^xsd:anyURI ; + emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E02014" . ### https://w3id.org/emmo#Hectare -:Hectare rdf:type owl:Class ; - rdfs:subClassOf :EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 , - :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "ha" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "10000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "Hectare"@en ; - :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "HAR" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HA" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "har" ; - :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Hectare" ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "A non-SI metric unit of area defined as the square with 100-metre sides."@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The customary metric unit of land area, equal to 100 ares. One hectare is a square hectometer, that is, the area of a square 100 meters on each side: exactly 10 000 square meters or approximately 107 639.1 square feet, 11 959.9 square yards, or 2.471 054 acres. +emmo:Hectare rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 , + emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; + owl:hasValue "ha" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "10000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "Hectare"@en ; + emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "HAR" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HA" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "har" ; + emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Hectare" ; + emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "A non-SI metric unit of area defined as the square with 100-metre sides."@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The customary metric unit of land area, equal to 100 ares. One hectare is a square hectometer, that is, the area of a square 100 meters on each side: exactly 10 000 square meters or approximately 107 639.1 square feet, 11 959.9 square yards, or 2.471 054 acres. -- QUDT"""@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Hectare" . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Hectare" . ### https://w3id.org/emmo#Hour -:Hour rdf:type owl:Class ; - rdfs:subClassOf :EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , - :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "h" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3600.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "Hour"@en ; - :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "HUR" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HR" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "h" ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Measure of time defined as 3600 seconds."@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The hour (common symbol: h or hr) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h. +emmo:Hour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , + emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; + owl:hasValue "h" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3600.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "Hour"@en ; + emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "HUR" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "h" ; + emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Measure of time defined as 3600 seconds."@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The hour (common symbol: h or hr) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h. -- QUDT"""@en ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.H02866" . + emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.H02866" . ### https://w3id.org/emmo#Litre -:Litre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , - :EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "L" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:comment "Other used symbols for litre are \"l\" and \"ℓ\"."@en ; - skos:altLabel "liter"@en-us ; - skos:prefLabel "Litre"@en ; - :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "B51" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L" , - "l" ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "A non-SI unit of volume defined as 1 cubic decimetre (dm3),"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The litre (American spelling: `liter`; SI symbol l or L) is a non-SI metric system unit of volume equal to 1 `cubic decimetre` (dm³), 1,000 cubic centimetres (cm³) or 1/1000 `cubic metre`. If the lower case \"L\" is used as the symbol, it is sometimes rendered as a cursive \"l\" to help distinguish it from the capital \"I\", although this usage has no official approval by any international bureau. +emmo:Litre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , + emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; + owl:hasValue "L" + ] , + [ 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:comment "Other used symbols for litre are \"l\" and \"ℓ\"."@en ; + skos:altLabel "liter"@en-us ; + skos:prefLabel "Litre"@en ; + emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "B51" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L" , + "l" ; + emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "A non-SI unit of volume defined as 1 cubic decimetre (dm3),"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The litre (American spelling: `liter`; SI symbol l or L) is a non-SI metric system unit of volume equal to 1 `cubic decimetre` (dm³), 1,000 cubic centimetres (cm³) or 1/1000 `cubic metre`. If the lower case \"L\" is used as the symbol, it is sometimes rendered as a italic \"l\" to help distinguish it from the capital \"I\", although this usage has no official approval by any international bureau. -- QUDT"""@en ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.L03594" . + emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.L03594" . ### https://w3id.org/emmo#Minute -:Minute rdf:type owl:Class ; - rdfs:subClassOf :EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , - :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "min" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "60.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "Minute"@en ; - :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "MIN" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MIN" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "min" ; - :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Minute" ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Non-SI time unit defined as 60 seconds."@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A minute is a unit of measurement of time. The minute is a unit of time equal to 1/60 (the first sexagesimal fraction of an hour or 60 seconds. In the UTC time scale, a minute on rare occasions has 59 or 61 seconds; see leap second. The minute is not an SI unit; however, it is accepted for use with SI units. The SI symbol for minute or minutes is min (for time measurement) or the prime symbol after a number, e.g. 5' (for angle measurement, even if it is informally used for time). +emmo:Minute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , + emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; + owl:hasValue "min" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "60.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "Minute"@en ; + emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "MIN" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "min" ; + emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Minute" ; + emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Non-SI time unit defined as 60 seconds."@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A minute is a unit of measurement of time. The minute is a unit of time equal to 1/60 (the first sexagesimal fraction of an hour or 60 seconds. In the UTC time scale, a minute on rare occasions has 59 or 61 seconds; see leap second. The minute is not an SI unit; however, it is accepted for use with SI units. The SI symbol for minute or minutes is min (for time measurement) or the prime symbol after a number, e.g. 5' (for angle measurement, even if it is informally used for time). -- QUDT"""@en . ### https://w3id.org/emmo#Neper -:Neper rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , - :EMMO_972e01b0_b017_4903_8c05_b7edda958723 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "Np" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "Neper"@en ; - :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "C50" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NP" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Np" ; - :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Neper" ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 """Unit of measurement for quantities of type level or level difference, which are defined as the natural logarithm of the ratio of power- or field-type quantities. +emmo:Neper rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , + emmo:EMMO_972e01b0_b017_4903_8c05_b7edda958723 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; + owl:hasValue "Np" + ] , + [ 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 + ] ; + skos:prefLabel "Neper"@en ; + emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "C50" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NP" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Np" ; + emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Neper" ; + emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 """Unit of measurement for quantities of type level or level difference, which are defined as the natural logarithm of the ratio of power- or field-type quantities. The value of a ratio in nepers is given by `ln(x1/x2)` where `x1` and `x2` are the values of interest (amplitudes), and ln is the natural logarithm. When the values are quadratic in the amplitude (e.g. power), they are first linearised by taking the square root before the logarithm is taken, or equivalently the result is halved. Wikipedia"""@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The neper is a logarithmic unit for ratios of measurements of physical field and power quantities, such as gain and loss of electronic signals. It has the unit symbol Np. The unit's name is derived from the name of John Napier, the inventor of logarithms. As is the case for the decibel and bel, the neper is not a unit in the International System of Units (SI), but it is accepted for use alongside the SI. Like the decibel, the neper is a unit in a logarithmic scale. While the bel uses the decadic (base-10) logarithm to compute ratios, the neper uses the natural logarithm, based on Euler's number + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The neper is a logarithmic unit for ratios of measurements of physical field and power quantities, such as gain and loss of electronic signals. It has the unit symbol Np. The unit's name is derived from the name of John Napier, the inventor of logarithms. As is the case for the decibel and bel, the neper is not a unit in the International System of Units (SI), but it is accepted for use alongside the SI. Like the decibel, the neper is a unit in a logarithmic scale. While the bel uses the decadic (base-10) logarithm to compute ratios, the neper uses the natural logarithm, based on Euler's number -- QUDT"""@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Neper" ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.N04106" . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Neper" ; + emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.N04106" . ### https://w3id.org/emmo#Tonne -:Tonne rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , - :EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "t" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "Tonne"@en ; - :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "TNE" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TON_M" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t" ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "A non-SI unit defined as 1000 kg."@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000-fold of the SI base unit kilogram - --- QUDT"""@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Tonne" ; - :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.T06394" . - - -### https://w3id.org/emmo#Bel -:Bel rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , - :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - :EMMO_972e01b0_b017_4903_8c05_b7edda958723 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "B" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:comment "Today decibel (one tenth of a bel) is commonly used instead of bel."@en , - "bel is used to express the ratio of one value of a power or field quantity to another, on a logarithmic scale, the logarithmic quantity being called the power level or field level, respectively."@en ; - skos:prefLabel "Bel"@en ; - :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "M72" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/B" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "B" ; - :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Bel"^^xsd:anyURI ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "One bel is defined as `1⁄2 ln(10) neper`."@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A logarithmic unit of sound pressure equal to 10 decibels (dB), It is defined as: 1 B = (1/2) log₁₀(Np) - --- QUDT"""@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Decibel" . - - -### https://w3id.org/emmo#DeciBel -:DeciBel rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29 , - :EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - :EMMO_972e01b0_b017_4903_8c05_b7edda958723 , - :EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom :Bel - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.1"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "DeciBel" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciB" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dB" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dB" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A customary logarithmic measure most commonly used (in various ways) for measuring sound.Sound is measured on a logarithmic scale. Informally, if one sound is 1 bel (10 decibels) \"louder\" than another, this means the louder sound is 10 times louder than the fainter one. A difference of 20 decibels corresponds to an increase of 10 x 10 or 100 times in intensity. The beginning of the scale, 0 decibels, can be set in different ways, depending on exactly the aspect of sound being measured. For sound intensity (the power of the sound waves per unit of area) 0 decibel is equal to 1 picoWatts per Metre Squared. This corresponds approximately to the faintest sound that can be detected by a person who has good hearing. For sound pressure (the pressure exerted by the sound waves) 0 decibels equals 20 micropascals RMS, and for sound power 0 decibels sometimes equals 1 picoWatt. In all cases, one decibel equals ≈ 0.115129 neper. +emmo:Tonne rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , + emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; + owl:hasValue "t" + ] , + [ 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 "Tonne"@en ; + emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "TNE" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TON_M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t" ; + emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "A non-SI unit defined as 1000 kg."@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000-fold of the SI base unit kilogram -- QUDT"""@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Decibel?oldid=495380648" . - + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Tonne" ; + emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.T06394" . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/siacceptedunits.ttl b/disciplines/units/siacceptedunits.ttl index 258b2991..e5264b31 100644 --- a/disciplines/units/siacceptedunits.ttl +++ b/disciplines/units/siacceptedunits.ttl @@ -3,15 +3,15 @@ @prefix rdf: . @prefix xml: . @prefix xsd: . +@prefix emmo: . @prefix rdfs: . @prefix skos: . @prefix dcterms: . -@prefix emmo: . @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; + owl:versionIRI ; + owl:imports ; dcterms:abstract """The module 'siacceptedunits' include non-SI and non-special units that are accepted for use with SI. These units consists of an optional metric prefix followed by a product of integer powers of the base, derived and accepted special SI units. The product must include at least one SI-accepted special unit. @@ -19,11 +19,11 @@ These units consists of an optional metric prefix followed by a product of integ Examples: km/h, kWh, MeV, etc... Note that this module is not complete and may be extended with more units over time."""@en ; - dcterms:contributor , - , - ; - dcterms:creator , - ; + dcterms:contributor :FrancescaBleken , + :GerhardGoldbeck , + :SimonClark ; + dcterms:creator :JesperFriis , + :EmanueleGhedini ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "SI accepted units"@en ; @@ -31,14 +31,13 @@ Note that this module is not complete and may be extended with more units over t 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" ; - :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . + owl:versionInfo "1.0.0-rc3" ; + emmo:EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Classes ################################################################# - ### https://w3id.org/emmo#AmpereHour emmo:AmpereHour rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a , @@ -64,6 +63,42 @@ emmo:AmpereHour rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Ampere-hour" . +### https://w3id.org/emmo#AmpereHourPerKilogram +emmo:AmpereHourPerKilogram rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3600.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "AmpereHourPerKilogram"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "unit of electric charge relative to mass"@en . + + +### https://w3id.org/emmo#AmpereHourPerLitre +emmo:AmpereHourPerLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8f36559a_a494_4b00_abc5_60bbc1475009 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3600000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "AmpereHourPerLitre"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a unit of electric charge per volume"@en . + + +### https://w3id.org/emmo#BarLitrePerSecond +emmo:BarLitrePerSecond rdf:type owl:Class . + + ### https://w3id.org/emmo#BecquerelPerLitre emmo:BecquerelPerLitre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04 , @@ -87,6 +122,33 @@ emmo:BecquerelPerLitre rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#CentiLitre +emmo:CentiLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , + emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Litre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-5"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "CentiLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cL" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cL" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,01-fold of the unit litre + +-- QUDT"""@en . + + ### https://w3id.org/emmo#CentiMetrePerHour emmo:CentiMetrePerHour rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , @@ -116,163 +178,6 @@ emmo:CentiMetrePerHour rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#HectoPascalLitrePerSecond -emmo:HectoPascalLitrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_bf106e62_ce1c_4ccc_9f45_c10326078a5a , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:PascalLitrePerSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.1"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Hectopascal Litre Per Second"@en ; - skos:prefLabel "HectoPascalLitrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoPA-L-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hPa.L.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hPa⋅L/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product out of the 100-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second - --- QUDT"""@en . - - -### https://w3id.org/emmo#HectoPascalPerHour -emmo:HectoPascalPerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:PascalPerHour - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.02777778"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Hectopascals per hour"@en ; - skos:prefLabel "HectoPascalPerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoPA-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hPa.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hPa/hr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A change in pressure of one hundred Newtons per square metre (100 Pascals) per hour. Equivalent to a change of one millibar per hour. - --- QUDT"""@en . - - -### https://w3id.org/emmo#GramPerDay -emmo:GramPerDay rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , - emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-8"^^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 "Gram Per Day"@en ; - skos:prefLabel "GramPerDay"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/day" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the unit day - --- QUDT"""@en . - - -### https://w3id.org/emmo#GramPerHour -emmo:GramPerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , - emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-7"^^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 "Gram Per Hour"@en ; - skos:prefLabel "GramPerHour"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/hr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the unit hour - --- QUDT"""@en . - - -### https://w3id.org/emmo#GramPerLitre -emmo:GramPerLitre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 , - emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ 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 "Gram Per Litre"@en ; - skos:prefLabel "GramPerLitre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-L" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.L-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/L" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the unit litre - --- QUDT"""@en . - - -### https://w3id.org/emmo#AmpereHourPerKilogram -emmo:AmpereHourPerKilogram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 , - emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3600.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "AmpereHourPerKilogram"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "unit of electric charge relative to mass"@en . - - -### https://w3id.org/emmo#AmpereHourPerLitre -emmo:AmpereHourPerLitre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8f36559a_a494_4b00_abc5_60bbc1475009 , - emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3600000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "AmpereHourPerLitre"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a unit of electric charge per volume"@en . - - ### https://w3id.org/emmo#CubicCentiMetrePerDay emmo:CubicCentiMetrePerDay rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , @@ -460,6 +365,30 @@ emmo:CubicMetrePerHectare rdf:type owl:Class ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic metre per hectare."@en . +### https://w3id.org/emmo#CubicMetrePerHour +emmo:CubicMetrePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-4"^^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 "Cubic Metre per Hour"@en ; + skos:prefLabel "CubicMetrePerHour"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.h-1" , + "m3/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Cubic Meter Per Hour (m3/h) is a unit in the category of Volume flow rate. It is also known as cubic meters per hour, cubic metre per hour, cubic metres per hour, cubic meter/hour, cubic metre/hour, cubic meter/hr, cubic metre/hr, flowrate. Cubic Meter Per Hour (m3/h) has a dimension of L3T-1 where L is length, and T is time. It can be converted to the corresponding standard SI unit m3/s by multiplying its value by a factor of 0.00027777777. + +-- QUDT"""@en . + + ### https://w3id.org/emmo#CubicMetrePerMinute emmo:CubicMetrePerMinute rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , @@ -504,17 +433,71 @@ emmo:CubicMicroMetrePerMilliLitre rdf:type owl:Class ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic micrometre per millilitre."@en . -### https://w3id.org/emmo#DeciLitrePerGram -emmo:DeciLitrePerGram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.1"^^xsd:double - ] , - [ rdf:type owl:Restriction ; +### https://w3id.org/emmo#DecaLitre +emmo:DecaLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1d8b370b_c672_4d0c_964e_eaafcbf2f51f , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Litre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "DecaLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DecaL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "daL" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "daL" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """10-fold of the unit litre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#DeciLitre +emmo:DeciLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Litre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-4"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "DeciLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dL" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dL" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.1-fold of the unit litre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#DeciLitrePerGram +emmo:DeciLitrePerGram rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.1"^^xsd:double + ] , + [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; @@ -529,6 +512,62 @@ emmo:DeciLitrePerGram rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#DeciTonne +emmo:DeciTonne rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29 , + emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Tonne + ] , + [ 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 + ] ; + skos:altLabel "DeciTonne"@en ; + skos:prefLabel "DeciTonne" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciTONNE" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dt" . + + +### https://w3id.org/emmo#DegreeCelsiusPerHour +emmo:DegreeCelsiusPerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Degree Celsius per Hour"@en ; + skos:prefLabel "DegreeCelsiusPerHour"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.h-1" , + "Cel/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree Celsius per Hour` is a unit for 'Temperature Per Time' expressed as degC / hr. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#DegreeCelsiusPerMinute +emmo:DegreeCelsiusPerMinute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Degree Celsius per Minute"@en ; + skos:prefLabel "DegreeCelsiusPerMinute"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.min-1" , + "Cel/min" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/min" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree Celsius per Minute` is a unit for 'Temperature Per Time' expressed as degC / m. + +-- QUDT"""@en . + + ### https://w3id.org/emmo#DegreePerHour emmo:DegreePerHour rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , @@ -553,6 +592,29 @@ emmo:DegreePerHour rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#DegreePerMetre +emmo:DegreePerMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01745329"^^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 "Degrees per metre"@en ; + skos:prefLabel "DegreePerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°/m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A change of angle in one SI unit of length. + +-- QUDT"""@en . + + ### https://w3id.org/emmo#DegreePerMinute emmo:DegreePerMinute rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , @@ -752,6 +814,33 @@ emmo:FemtoGramPerLitre rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#FemtoLitre +emmo:FemtoLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Litre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-18"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "FemtoLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FemtoL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "fL" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fL" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000000000001-fold of the unit litre + +-- QUDT"""@en . + + ### https://w3id.org/emmo#FemtoMolePerLitre emmo:FemtoMolePerLitre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba , @@ -780,58 +869,153 @@ emmo:FemtoMolePerLitre rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#GramPerMilliLitre -emmo:GramPerMilliLitre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 , - emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ 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 "Gram Per Millilitre"@en ; - skos:prefLabel "GramPerMilliLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-MilliL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.mL-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/mL" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre +### https://w3id.org/emmo#GigaElectronVolt +emmo:GigaElectronVolt rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:ElectronVolt + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.602177E-10"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Giga Electron Volt"@en ; + skos:prefLabel "GigaElectronVolt"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaEV" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GeV" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "GeV" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Giga Electron Volt\" is a unit for 'Energy And Work' expressed as GeV. -- QUDT"""@en . -### https://w3id.org/emmo#GramPerMinute -emmo:GramPerMinute rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , - emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.666667E-5"^^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 "Gram Per Minute"@en ; - skos:prefLabel "GramPerMinute"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-MIN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.min-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/min" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the unit minute +### https://w3id.org/emmo#GramPerDay +emmo:GramPerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-8"^^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 "Gram Per Day"@en ; + skos:prefLabel "GramPerDay"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/day" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the unit day -- QUDT"""@en . -### https://w3id.org/emmo#GramPerSquareMetrePerDay -emmo:GramPerSquareMetrePerDay rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 , +### https://w3id.org/emmo#GramPerHour +emmo:GramPerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-7"^^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 "Gram Per Hour"@en ; + skos:prefLabel "GramPerHour"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the unit hour + +-- QUDT"""@en . + + +### https://w3id.org/emmo#GramPerLitre +emmo:GramPerLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ 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 "Gram Per Litre"@en ; + skos:prefLabel "GramPerLitre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.L-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/L" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the unit litre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#GramPerMilliLitre +emmo:GramPerMilliLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ 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 "Gram Per Millilitre"@en ; + skos:prefLabel "GramPerMilliLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-MilliL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.mL-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/mL" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#GramPerMinute +emmo:GramPerMinute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.666667E-5"^^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 "Gram Per Minute"@en ; + skos:prefLabel "GramPerMinute"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.min-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/min" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the unit minute + +-- QUDT"""@en . + + +### https://w3id.org/emmo#GramPerSquareMetrePerDay +emmo:GramPerSquareMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "1.157407E-8"^^xsd:double @@ -851,6 +1035,89 @@ emmo:GramPerSquareMetrePerDay rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#HectoLitre +emmo:HectoLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Litre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.1"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "HectoLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hL" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hL" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """100-fold of the unit litre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#HectoPascalLitrePerSecond +emmo:HectoPascalLitrePerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_bf106e62_ce1c_4ccc_9f45_c10326078a5a , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:PascalLitrePerSecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.1"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Hectopascal Litre Per Second"@en ; + skos:prefLabel "HectoPascalLitrePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoPA-L-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hPa.L.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hPa⋅L/s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product out of the 100-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second + +-- QUDT"""@en . + + +### https://w3id.org/emmo#HectoPascalPerHour +emmo:HectoPascalPerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:PascalPerHour + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.02777778"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Hectopascals per hour"@en ; + skos:prefLabel "HectoPascalPerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoPA-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hPa.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hPa/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A change in pressure of one hundred Newtons per square metre (100 Pascals) per hour. Equivalent to a change of one millibar per hour. + +-- QUDT"""@en . + + ### https://w3id.org/emmo#JoulePerHour emmo:JoulePerHour rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , @@ -993,6 +1260,32 @@ emmo:KiloAmpereHour rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#KiloElectronVolt +emmo:KiloElectronVolt rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:ElectronVolt + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.602177E-16"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilo Electron Volt"@en ; + skos:prefLabel "KiloElectronVolt"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloEV" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "keV" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "keV" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Kilo Electron Volt\" is a unit for 'Energy And Work' expressed as keV. + +-- QUDT"""@en . + + ### https://w3id.org/emmo#KiloElectronVoltPerMicroMetre emmo:KiloElectronVoltPerMicroMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , @@ -1017,6 +1310,33 @@ emmo:KiloElectronVoltPerMicroMetre rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#KiloLitre +emmo:KiloLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Litre + ] , + [ 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 + ] ; + skos:prefLabel "KiloLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kL" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kL" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the unit litre + +-- QUDT"""@en . + + ### https://w3id.org/emmo#KiloLitrePerHour emmo:KiloLitrePerHour rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , @@ -1099,34 +1419,86 @@ emmo:KiloMetrePerHour rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Kilometres_per_hour?oldid=487674812" . -### https://w3id.org/emmo#KiloMolePerMinute -emmo:KiloMolePerMinute rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerMinute - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "16.94444"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilomole Per Minute"@en ; - skos:prefLabel "KiloMolePerMinute" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloMOL-PER-MIN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kmol.min-1" ; +### https://w3id.org/emmo#KiloMolePerHour +emmo:KiloMolePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerHour + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.2777778"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilomole Per Hour"@en ; + skos:prefLabel "KiloMolePerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloMOL-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kmol.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kmol/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI base unit mole divided by the unit for time hour + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KiloMolePerMinute +emmo:KiloMolePerMinute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerMinute + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "16.94444"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilomole Per Minute"@en ; + skos:prefLabel "KiloMolePerMinute" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloMOL-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kmol.min-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kmol/min" ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI base unit mole divided by the unit for time minute -- QUDT"""@en . +### https://w3id.org/emmo#KiloTonne +emmo:KiloTonne rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , + emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Tonne + ] , + [ 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 + ] ; + skos:altLabel "KiloTonne"@en ; + skos:prefLabel "KiloTonne" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloTONNE" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kt" . + + ### https://w3id.org/emmo#KiloVoltAmpereHour emmo:KiloVoltAmpereHour rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , @@ -1155,6 +1527,29 @@ emmo:KiloVoltAmpereHour rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#KiloWattHourPerSquareMetre +emmo:KiloWattHourPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3600000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilowatt hour per square metre"@en ; + skos:prefLabel "KiloWattHourPerSquareMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloW-HR-PER-M2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kW⋅h/m²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of energy per unit area, equivalent to 3 600 000 joules per square metre. + +-- QUDT"""@en . + + ### https://w3id.org/emmo#KiloWatthour emmo:KiloWatthour rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , @@ -1587,6 +1982,32 @@ emmo:LuxHour rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Lux?oldid=494700274" . +### https://w3id.org/emmo#MegaElectronVolt +emmo:MegaElectronVolt rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:ElectronVolt + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.602177E-13"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Mega Electron Volt"@en ; + skos:prefLabel "MegaElectronVolt"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaEV" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MeV" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MeV" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Mega Electron Volt` is a unit for 'Energy And Work' expressed as MeV. + +-- QUDT"""@en . + + ### https://w3id.org/emmo#MegaElectronVoltFemtoMetre emmo:MegaElectronVoltFemtoMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , @@ -1659,6 +2080,33 @@ emmo:MegaGramPerHectare rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#MegaLitre +emmo:MegaLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Litre + ] , + [ 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 "MegaLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ML" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ML" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000-fold of the unit litre + +-- QUDT"""@en . + + ### https://w3id.org/emmo#MegaPascalLitrePerSecond emmo:MegaPascalLitrePerSecond rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928 , @@ -1787,6 +2235,10 @@ emmo:MetrePerMinute rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#MetrePerYear +emmo:MetrePerYear rdf:type owl:Class . + + ### https://w3id.org/emmo#MicroBecquerelPerLitre emmo:MicroBecquerelPerLitre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04 , @@ -1931,6 +2383,28 @@ emmo:MicroGramPerSquareMetrePerDay rdf:type owl:Class ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µg/(m²⋅day)" . +### https://w3id.org/emmo#MicroLitre +emmo:MicroLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , + emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-9"^^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 "MicroLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uL" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μL" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the unit litre + +-- QUDT"""@en . + + ### https://w3id.org/emmo#MicroLitrePerLitre emmo:MicroLitrePerLitre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , @@ -2052,6 +2526,32 @@ emmo:MicroMolePerLitrePerHour rdf:type owl:Class ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/(L⋅hr)" . +### https://w3id.org/emmo#MicroMolePerSquareMetrePerDay +emmo:MicroMolePerSquareMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , + emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerSquareMetrePerDay + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-11"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Micromoles per square metre per day"@en ; + skos:prefLabel "MicroMolePerSquareMetrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-M2-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.m-2.d-1" , + "umol/m2/d" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/(m²⋅day)" . + + ### https://w3id.org/emmo#MicroMolePerSquareMetrePerHour emmo:MicroMolePerSquareMetrePerHour rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , @@ -2144,7 +2644,8 @@ emmo:MilliAmpereHourPerGram rdf:type owl:Class ; ### https://w3id.org/emmo#MilliAmpereHourPerSquareCentiMetre emmo:MilliAmpereHourPerSquareCentiMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + rdfs:subClassOf emmo:EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "3.6E10"^^xsd:double @@ -2158,6 +2659,35 @@ emmo:MilliAmpereHourPerSquareCentiMetre rdf:type owl:Class ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "unit of areic capacity"@en . +### https://w3id.org/emmo#MilliArcsecond +emmo:MilliArcsecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Arcsecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "4.848137E-9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milli ArcSecond"@en ; + skos:prefLabel "MilliArcsecond"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliARCSEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m''" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mas" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1/60) of one degree (circle/21,600), or π /10,800 radians. In turn, a second of arc or arcsecond is one sixtieth (1/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1/360) of a rotation, one minute of arc is 1/21,600 of a rotation. the milliarcsecond, abbreviated mas, is used in astronomy. + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Minute_of_arc" . + + ### https://w3id.org/emmo#MilliBarLitrePerSecond emmo:MilliBarLitrePerSecond rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , @@ -2238,6 +2768,27 @@ emmo:MilliBecquerelPerSquareMetrePerDay rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#MilliGramPerCubicMetrePerDay +emmo:MilliGramPerCubicMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-11"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milligrams per cubic metre per day"@en ; + skos:prefLabel "MilliGramPerCubicMetrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M3-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-3.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/(m³⋅day)" . + + ### https://w3id.org/emmo#MilliGramPerCubicMetrePerHour emmo:MilliGramPerCubicMetrePerHour rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , @@ -2495,11 +3046,38 @@ emmo:MilliGramPerSquareMetrePerHour rdf:type owl:Class ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/(m²⋅hr)" . -### https://w3id.org/emmo#MilliLitrePerCubicMetre -emmo:MilliLitrePerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , +### https://w3id.org/emmo#MilliLitre +emmo:MilliLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Litre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "MilliLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit litre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliLitrePerCubicMetre +emmo:MilliLitrePerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; @@ -2978,6 +3556,30 @@ emmo:MilliMolePerSquareMetrePerDay rdf:type owl:Class ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol/(m²⋅day)" . +### https://w3id.org/emmo#MilliRadPerHour +emmo:MilliRadPerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-7"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millirads per hour"@en ; + skos:prefLabel "MilliRadPerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliRAD_R-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mRAD.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mrad/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One thousandth part of an absorbed ionizing radiation dose equal to 100 ergs per gram of irradiated material received per hour. + +-- QUDT"""@en . + + ### https://w3id.org/emmo#MilliVoltPerMinute emmo:MilliVoltPerMinute rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_6837b106_7220_4ec6_b7c9_d549d6163672 , @@ -3002,6 +3604,29 @@ emmo:MilliVoltPerMinute rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#MolePerGramPerHour +emmo:MolePerGramPerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.2777778"^^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 "Moles per gram per hour"@en ; + skos:prefLabel "MolePerGramPerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-GM-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.g-1.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(g⋅hr)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI unit of the quantity of matter per SI unit of mass per unit of time expressed in hour. + +-- QUDT"""@en . + + ### https://w3id.org/emmo#MolePerHour emmo:MolePerHour rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , @@ -3220,6 +3845,174 @@ emmo:NanoGramPerMilliLitre rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#NanoLitre +emmo:NanoLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Litre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-12"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "NanoLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nL" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nL" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000001-fold of the unit litre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#NanoMolePerLitre +emmo:NanoMolePerLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerLitre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per litre"@en ; + skos:prefLabel "NanoMolePerLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.L-1" , + "nmol/L" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/L" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A scaled unit of amount-of-substance concentration. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#NanoMolePerLitrePerDay +emmo:NanoMolePerLitrePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-11"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per litre per day"@en ; + skos:prefLabel "NanoMolePerLitrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-L-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.L-1.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(L⋅day)" . + + +### https://w3id.org/emmo#NanoMolePerLitrePerHour +emmo:NanoMolePerLitrePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-10"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per litre per hour"@en ; + skos:prefLabel "NanoMolePerLitrePerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-L-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.L-1.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(L⋅hr)" . + + +### https://w3id.org/emmo#NanoMolePerMicroGramPerHour +emmo:NanoMolePerMicroGramPerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-4"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per microgram per hour"@en ; + skos:prefLabel "NanoMolePerMicroGramPerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-MicroGM-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.ug-1.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(µg⋅hr)" . + + +### https://w3id.org/emmo#NanoMolePerMicroMolePerDay +emmo:NanoMolePerMicroMolePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-8"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per micromole per day"@en ; + skos:prefLabel "NanoMolePerMicroMolePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-MicroMOL-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.umol-1.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(µmol⋅day)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unavailable. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#NanoMolePerSquareMetrePerDay +emmo:NanoMolePerSquareMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerSquareMetrePerDay + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-14"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per square metre per day"@en ; + skos:prefLabel "NanoMolePerSquareMetrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-M2-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.m-2.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(m²⋅day)" . + + ### https://w3id.org/emmo#PascalLitrePerSecond emmo:PascalLitrePerSecond rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , @@ -3812,15 +4605,38 @@ emmo:TeraWattHour rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#TonnePerDay -emmo:TonnePerDay rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , - emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01157407"^^xsd:double - ] , - [ rdf:type owl:Restriction ; +### https://w3id.org/emmo#TonnePerCubicMetre +emmo:TonnePerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 , + emmo:EMMO_feb03a8a_bbb6_4918_a891_46713ef557f4 , + [ 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 "Tonne Per Cubic Metre"@en ; + skos:prefLabel "TonnePerCubicMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TONNE-PER-M3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t.m-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/m³" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit tonne divided by the power of the SI base unit metre with the exponent 3 + +-- QUDT"""@en . + + +### https://w3id.org/emmo#TonnePerDay +emmo:TonnePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01157407"^^xsd:double + ] , + [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; @@ -4004,7 +4820,7 @@ emmo:WattPerLitre rdf:type owl:Class ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit for power per volume quantities."@en . -### https://w3id.org/emmo#WattHour +### https://w3id.org/emmo#Watthour emmo:Watthour rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , @@ -4026,7 +4842,7 @@ emmo:Watthour rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#WattHourPerCubicMetre +### https://w3id.org/emmo#WatthourPerCubicMetre emmo:WatthourPerCubicMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , @@ -4049,813 +4865,4 @@ emmo:WatthourPerCubicMetre rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#CentiLitre -emmo:CentiLitre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , - emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Litre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-5"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "CentiLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cL" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cL" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,01-fold of the unit litre - --- QUDT"""@en . - - -### https://w3id.org/emmo#DecaLitre -emmo:DecaLitre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1d8b370b_c672_4d0c_964e_eaafcbf2f51f , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Litre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "DecaLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DecaL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "daL" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "daL" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """10-fold of the unit litre - --- QUDT"""@en . - - -### https://w3id.org/emmo#DeciLitre -emmo:DeciLitre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Litre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "DeciLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dL" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dL" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.1-fold of the unit litre - --- QUDT"""@en . - - -### https://w3id.org/emmo#DeciTonne -emmo:DeciTonne rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29 , - emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Tonne - ] , - [ 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 - ] ; - skos:altLabel "DeciTonne"@en ; - skos:prefLabel "DeciTonne" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciTONNE" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dt" . - - -### https://w3id.org/emmo#FemtoLitre -emmo:FemtoLitre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Litre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-18"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "FemtoLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FemtoL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "fL" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fL" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000000000001-fold of the unit litre - --- QUDT"""@en . - - -### https://w3id.org/emmo#GigaElectronVolt -emmo:GigaElectronVolt rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:ElectronVolt - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.602177E-10"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Giga Electron Volt"@en ; - skos:prefLabel "GigaElectronVolt"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaEV" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GeV" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "GeV" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Giga Electron Volt\" is a unit for 'Energy And Work' expressed as GeV. - --- QUDT"""@en . - - -### https://w3id.org/emmo#HectoLitre -emmo:HectoLitre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Litre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.1"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "HectoLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hL" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hL" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """100-fold of the unit litre - --- QUDT"""@en . - - -### https://w3id.org/emmo#KiloElectronVolt -emmo:KiloElectronVolt rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:ElectronVolt - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.602177E-16"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilo Electron Volt"@en ; - skos:prefLabel "KiloElectronVolt"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloEV" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "keV" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "keV" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Kilo Electron Volt\" is a unit for 'Energy And Work' expressed as keV. - --- QUDT"""@en . - - -### https://w3id.org/emmo#KiloLitre -emmo:KiloLitre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Litre - ] , - [ 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 - ] ; - skos:prefLabel "KiloLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kL" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kL" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the unit litre - --- QUDT"""@en . - - -### https://w3id.org/emmo#KiloTonne -emmo:KiloTonne rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , - emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Tonne - ] , - [ 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 - ] ; - skos:altLabel "KiloTonne"@en ; - skos:prefLabel "KiloTonne" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloTONNE" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kt" . - - -### https://w3id.org/emmo#MegaElectronVolt -emmo:MegaElectronVolt rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:ElectronVolt - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.602177E-13"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Mega Electron Volt"@en ; - skos:prefLabel "MegaElectronVolt"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaEV" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MeV" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MeV" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Mega Electron Volt` is a unit for 'Energy And Work' expressed as MeV. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MegaLitre -emmo:MegaLitre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Litre - ] , - [ 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 "MegaLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ML" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ML" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000-fold of the unit litre - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroLitre -emmo:MicroLitre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , - emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-9"^^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 "MicroLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uL" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μL" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the unit litre - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliArcsecond -emmo:MilliArcsecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Arcsecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "4.848137E-9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milli ArcSecond"@en ; - skos:prefLabel "MilliArcsecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliARCSEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m''" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mas" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1/60) of one degree (circle/21,600), or π /10,800 radians. In turn, a second of arc or arcsecond is one sixtieth (1/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1/360) of a rotation, one minute of arc is 1/21,600 of a rotation. the milliarcsecond, abbreviated mas, is used in astronomy. - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Minute_of_arc" . - - -### https://w3id.org/emmo#MilliLitre -emmo:MilliLitre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Litre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "MilliLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit litre - --- QUDT"""@en . - - -### https://w3id.org/emmo#NanoLitre -emmo:NanoLitre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Litre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-12"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "NanoLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nL" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nL" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000001-fold of the unit litre - --- QUDT"""@en . - - -### https://w3id.org/emmo#MolePerGramPerHour -emmo:MolePerGramPerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 , - emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.2777778"^^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 "Moles per gram per hour"@en ; - skos:prefLabel "MolePerGramPerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-GM-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.g-1.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(g⋅hr)" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI unit of the quantity of matter per SI unit of mass per unit of time expressed in hour. - --- QUDT"""@en . - - -### https://w3id.org/emmo#CubicMetrePerHour -emmo:CubicMetrePerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , - emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-4"^^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 "Cubic Metre per Hour"@en ; - skos:prefLabel "CubicMetrePerHour"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.h-1" , - "m3/h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/hr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Cubic Meter Per Hour (m3/h) is a unit in the category of Volume flow rate. It is also known as cubic meters per hour, cubic metre per hour, cubic metres per hour, cubic meter/hour, cubic metre/hour, cubic meter/hr, cubic metre/hr, flowrate. Cubic Meter Per Hour (m3/h) has a dimension of L3T-1 where L is length, and T is time. It can be converted to the corresponding standard SI unit m3/s by multiplying its value by a factor of 0.00027777777. - --- QUDT"""@en . - - -### https://w3id.org/emmo#DegreeCelsiusPerHour -emmo:DegreeCelsiusPerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8 , - emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Degree Celsius per Hour"@en ; - skos:prefLabel "DegreeCelsiusPerHour"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.h-1" , - "Cel/h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/hr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree Celsius per Hour` is a unit for 'Temperature Per Time' expressed as degC / hr. - --- QUDT"""@en . - - -### https://w3id.org/emmo#KiloMolePerHour -emmo:KiloMolePerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerHour - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.2777778"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilomole Per Hour"@en ; - skos:prefLabel "KiloMolePerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloMOL-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kmol.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kmol/hr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI base unit mole divided by the unit for time hour - --- QUDT"""@en . - - -### https://w3id.org/emmo#KiloWattHourPerSquareMetre -emmo:KiloWattHourPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3600000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilowatt hour per square metre"@en ; - skos:prefLabel "KiloWattHourPerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloW-HR-PER-M2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kW⋅h/m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of energy per unit area, equivalent to 3 600 000 joules per square metre. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroMolePerSquareMetrePerDay -emmo:MicroMolePerSquareMetrePerDay rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , - emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerSquareMetrePerDay - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-11"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micromoles per square metre per day"@en ; - skos:prefLabel "MicroMolePerSquareMetrePerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-M2-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.m-2.d-1" , - "umol/m2/d" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/(m²⋅day)" . - - -### https://w3id.org/emmo#MilliGramPerCubicMetrePerDay -emmo:MilliGramPerCubicMetrePerDay rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-11"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milligrams per cubic metre per day"@en ; - skos:prefLabel "MilliGramPerCubicMetrePerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M3-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-3.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/(m³⋅day)" . - - -### https://w3id.org/emmo#DegreeCelsiusPerMinute -emmo:DegreeCelsiusPerMinute rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8 , - emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Degree Celsius per Minute"@en ; - skos:prefLabel "DegreeCelsiusPerMinute"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-PER-MIN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.min-1" , - "Cel/min" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/min" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree Celsius per Minute` is a unit for 'Temperature Per Time' expressed as degC / m. - --- QUDT"""@en . - - -### https://w3id.org/emmo#DegreePerMetre -emmo:DegreePerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , - emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01745329"^^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 "Degrees per metre"@en ; - skos:prefLabel "DegreePerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A change of angle in one SI unit of length. - --- QUDT"""@en . - - -### https://w3id.org/emmo#TonnePerCubicMetre -emmo:TonnePerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 , - emmo:EMMO_feb03a8a_bbb6_4918_a891_46713ef557f4 , - [ 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 "Tonne Per Cubic Metre"@en ; - skos:prefLabel "TonnePerCubicMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TONNE-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t.m-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/m³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit tonne divided by the power of the SI base unit metre with the exponent 3 - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliRadPerHour -emmo:MilliRadPerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-7"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millirads per hour"@en ; - skos:prefLabel "MilliRadPerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliRAD_R-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mRAD.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mrad/hr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One thousandth part of an absorbed ionizing radiation dose equal to 100 ergs per gram of irradiated material received per hour. - --- QUDT"""@en . - - -### https://w3id.org/emmo#NanoMolePerLitre -emmo:NanoMolePerLitre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerLitre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanomoles per litre"@en ; - skos:prefLabel "NanoMolePerLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-L" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.L-1" , - "nmol/L" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/L" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A scaled unit of amount-of-substance concentration. - --- QUDT"""@en . - - -### https://w3id.org/emmo#NanoMolePerLitrePerDay -emmo:NanoMolePerLitrePerDay rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-11"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanomoles per litre per day"@en ; - skos:prefLabel "NanoMolePerLitrePerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-L-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.L-1.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(L⋅day)" . - - -### https://w3id.org/emmo#NanoMolePerLitrePerHour -emmo:NanoMolePerLitrePerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-10"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanomoles per litre per hour"@en ; - skos:prefLabel "NanoMolePerLitrePerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-L-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.L-1.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(L⋅hr)" . - - -### https://w3id.org/emmo#NanoMolePerMicroGramPerHour -emmo:NanoMolePerMicroGramPerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanomoles per microgram per hour"@en ; - skos:prefLabel "NanoMolePerMicroGramPerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-MicroGM-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.ug-1.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(µg⋅hr)" . - - -### https://w3id.org/emmo#NanoMolePerMicroMolePerDay -emmo:NanoMolePerMicroMolePerDay rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-8"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanomoles per micromole per day"@en ; - skos:prefLabel "NanoMolePerMicroMolePerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-MicroMOL-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.umol-1.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(µmol⋅day)" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unavailable. - --- QUDT"""@en . - - -### https://w3id.org/emmo#NanoMolePerSquareMetrePerDay -emmo:NanoMolePerSquareMetrePerDay rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerSquareMetrePerDay - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-14"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanomoles per square metre per day"@en ; - skos:prefLabel "NanoMolePerSquareMetrePerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-M2-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.m-2.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(m²⋅day)" . - - - ### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/sidimensionalunits.ttl b/disciplines/units/sidimensionalunits.ttl index 6ec827d3..d845ebc0 100644 --- a/disciplines/units/sidimensionalunits.ttl +++ b/disciplines/units/sidimensionalunits.ttl @@ -3,25 +3,24 @@ @prefix rdf: . @prefix xml: . @prefix xsd: . -@prefix emmo: . @prefix rdfs: . @prefix skos: . @prefix dcterms: . @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; + owl:versionIRI ; + owl:imports ; 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 , - , - , - , + dcterms:contributor :FrancescaBleken , + :FrancescoZaccarini , + :GerhardGoldbeck , + :SimonClark , "Ilaria Maria Paponetti, University of Bologna, IT" ; - dcterms:creator , - ; + dcterms:creator :EmanueleGhedini , + :JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "SI dimensional units"@en ; @@ -29,17 +28,18 @@ This module provides a connection between physical quantities defined in the 'is We kindly acknowledge NIST for reusing their content, including the physical dimensionality of units."""@en , "The EMMO should be reasoned with HermiT to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ; - emmo:EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Data properties ################################################################# ### https://w3id.org/emmo#EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 -emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 rdf:type owl:DatatypeProperty ; - rdfs:range xsd:string ; - skos:prefLabel "hasDimensionString"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a SI dimensional unit to a dimension string."@en . +:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:range xsd:string ; + skos:prefLabel "hasDimensionString"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a SI dimensional unit to a dimension string."@en . ################################################################# @@ -47,1545 +47,1534 @@ emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 rdf:type owl:DatatypeProperty ; ################################################################# ### https://w3id.org/emmo#EMMO_002e4002_58c7_4aea_ac1f_bba5188818ff -emmo:EMMO_002e4002_58c7_4aea_ac1f_bba5188818ff rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L+2 M0 I0 Θ-1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreaPerTemperatureUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaPerTemperature'."@en . +:EMMO_002e4002_58c7_4aea_ac1f_bba5188818ff rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L+2 M0 I0 Θ-1 N0 J0" + ] ; + skos:prefLabel "AreaPerTemperatureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaPerTemperature'."@en . ### https://w3id.org/emmo#EMMO_01cd670e_d37c_424f_b91e_c2c2bbb5ea43 -emmo:EMMO_01cd670e_d37c_424f_b91e_c2c2bbb5ea43 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticReluctivity'."@en . +:EMMO_01cd670e_d37c_424f_b91e_c2c2bbb5ea43 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+2 L-1 M-1 I+1 Θ0 N0 J0" + ] ; + skos:prefLabel "MagneticReluctivityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticReluctivity'."@en . ### https://w3id.org/emmo#EMMO_02a935c8_c2d4_4a00_bd6f_b89d05aac79e -emmo:EMMO_02a935c8_c2d4_4a00_bd6f_b89d05aac79e rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L0 M0 I0 Θ-1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerTemperatureUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerTemperature'."@en . +:EMMO_02a935c8_c2d4_4a00_bd6f_b89d05aac79e rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L0 M0 I0 Θ-1 N0 J0" + ] ; + skos:prefLabel "PerTemperatureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerTemperature'."@en . ### https://w3id.org/emmo#EMMO_02e894c3_b793_4197_b120_3442e08f58d1 -emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T+1 L0 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Time'."@en . +:EMMO_02e894c3_b793_4197_b120_3442e08f58d1 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+1 L0 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "TimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Time'."@en . ### https://w3id.org/emmo#EMMO_044f83a6_ade4_4441_9c73_5490dd93344f -emmo:EMMO_044f83a6_ade4_4441_9c73_5490dd93344f rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LuminousEfficacy'."@en . +:EMMO_044f83a6_ade4_4441_9c73_5490dd93344f rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+3 L-2 M-1 I0 Θ0 N0 J+1" + ] ; + skos:prefLabel "LuminousEfficacyUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LuminousEfficacy'."@en . ### https://w3id.org/emmo#EMMO_052e9796_1144_43ae_a798_c5755cd6cd81 -emmo:EMMO_052e9796_1144_43ae_a798_c5755cd6cd81 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountSquareTimePerMassVolume'."@en . +:EMMO_052e9796_1144_43ae_a798_c5755cd6cd81 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+2 L-3 M-1 I0 Θ0 N+1 J0" + ] ; + skos:prefLabel "AmountSquareTimePerMassVolumeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountSquareTimePerMassVolume'."@en . ### https://w3id.org/emmo#EMMO_071b87fd_8ac8_4287_bfc6_9fcd8ce6674c -emmo:EMMO_071b87fd_8ac8_4287_bfc6_9fcd8ce6674c rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerEnergy'."@en . +:EMMO_071b87fd_8ac8_4287_bfc6_9fcd8ce6674c rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+2 L-2 M-1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "PerEnergyUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerEnergy'."@en . ### https://w3id.org/emmo#EMMO_07f571cd_252b_4421_8f98_94b6690d2ab9 -emmo:EMMO_07f571cd_252b_4421_8f98_94b6690d2ab9 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticReluctance'."@en . +:EMMO_07f571cd_252b_4421_8f98_94b6690d2ab9 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+2 L-2 M-1 I+2 Θ0 N0 J0" + ] ; + skos:prefLabel "MagneticReluctanceUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticReluctance'."@en . ### https://w3id.org/emmo#EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f -emmo:EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EnergyPerAmount'."@en . +:EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L+2 M+1 I0 Θ0 N-1 J0" + ] ; + skos:prefLabel "EnergyPerAmountUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EnergyPerAmount'."@en . ### https://w3id.org/emmo#EMMO_09cee580_aed5_4541_ab94_ec5bb1c64a7c -emmo:EMMO_09cee580_aed5_4541_ab94_ec5bb1c64a7c 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 N-1 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LengthPerAmountUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthPerAmount'."@en . +:EMMO_09cee580_aed5_4541_ab94_ec5bb1c64a7c rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L+1 M0 I0 Θ0 N-1 J0" + ] ; + skos:prefLabel "LengthPerAmountUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthPerAmount'."@en . ### https://w3id.org/emmo#EMMO_0cd4c619_b123_4ae4_b778_3c9adaad65e7 -emmo:EMMO_0cd4c619_b123_4ae4_b778_3c9adaad65e7 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperaturePressurePerTime'."@en . +:EMMO_0cd4c619_b123_4ae4_b778_3c9adaad65e7 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-3 L-1 M+1 I0 Θ+1 N0 J0" + ] ; + skos:prefLabel "TemperaturePressurePerTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperaturePressurePerTime'."@en . ### https://w3id.org/emmo#EMMO_0d4bdfcd_f4f0_4b8f_b470_e3f654e37d33 -emmo:EMMO_0d4bdfcd_f4f0_4b8f_b470_e3f654e37d33 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-1 L+1 M0 I0 Θ+1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TemperatureLengthPerTimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperatureLengthPerTime'."@en . +:EMMO_0d4bdfcd_f4f0_4b8f_b470_e3f654e37d33 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L+1 M0 I0 Θ+1 N0 J0" + ] ; + skos:prefLabel "TemperatureLengthPerTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperatureLengthPerTime'."@en . ### https://w3id.org/emmo#EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f -emmo:EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ThermalConductivity'."@en . +:EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-3 L+1 M+1 I0 Θ-1 N0 J0" + ] ; + skos:prefLabel "ThermalConductivityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ThermalConductivity'."@en . ### https://w3id.org/emmo#EMMO_0f43918c_3578_4196_a5fa_d3fa6c0d5869 -emmo:EMMO_0f43918c_3578_4196_a5fa_d3fa6c0d5869 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L0 M+1 I0 Θ0 N+1 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassAmountOfSubstanceUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassAmountOfSubstance'."@en . +:EMMO_0f43918c_3578_4196_a5fa_d3fa6c0d5869 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L0 M+1 I0 Θ0 N+1 J0" + ] ; + skos:prefLabel "MassAmountOfSubstanceUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassAmountOfSubstance'."@en . ### https://w3id.org/emmo#EMMO_109e8c69_4148_4cb0_9ceb_fbd526befca0 -emmo:EMMO_109e8c69_4148_4cb0_9ceb_fbd526befca0 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-2 L0 M+2 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "SquareMassPerSquareTimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareMassPerSquareTime'."@en . +:EMMO_109e8c69_4148_4cb0_9ceb_fbd526befca0 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L0 M+2 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "SquareMassPerSquareTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareMassPerSquareTime'."@en . ### https://w3id.org/emmo#EMMO_10f703b5_8b2a_4c5a_a734_f0cfb29622ad -emmo:EMMO_10f703b5_8b2a_4c5a_a734_f0cfb29622ad rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-1 L+2 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreaPerTimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaPerTime'."@en . +:EMMO_10f703b5_8b2a_4c5a_a734_f0cfb29622ad rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L+2 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "AreaPerTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaPerTime'."@en . ### https://w3id.org/emmo#EMMO_11708648_fc62_46c6_bae5_3a10693e416e -emmo:EMMO_11708648_fc62_46c6_bae5_3a10693e416e rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L-2 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerAreaUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerArea'."@en . +:EMMO_11708648_fc62_46c6_bae5_3a10693e416e rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L-2 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "PerAreaUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerArea'."@en . ### https://w3id.org/emmo#EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950 -emmo:EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L-2 M0 I+1 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricCurrentDensityUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrentDensity'."@en . +:EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L-2 M0 I+1 Θ0 N0 J0" + ] ; + skos:prefLabel "ElectricCurrentDensityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrentDensity'."@en . ### https://w3id.org/emmo#EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e -emmo:EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PressurePerTemperature'."@en . +:EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L-1 M+1 I0 Θ-1 N0 J0" + ] ; + skos:prefLabel "PressurePerTemperatureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PressurePerTemperature'."@en . ### https://w3id.org/emmo#EMMO_14235b93_650f_4452_8395_a23b8f645c9a -emmo:EMMO_14235b93_650f_4452_8395_a23b8f645c9a rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountConductivity'."@en . +:EMMO_14235b93_650f_4452_8395_a23b8f645c9a rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+3 L0 M-1 I+2 Θ0 N-1 J0" + ] ; + skos:prefLabel "AmountConductivityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountConductivity'."@en . ### https://w3id.org/emmo#EMMO_14ff4393_0f28_4fb4_abc7_c2cc00bc761d -emmo:EMMO_14ff4393_0f28_4fb4_abc7_c2cc00bc761d rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L0 M0 I0 Θ0 N0 J+1" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LuminousIntensityUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LuminousIntensity'."@en . +:EMMO_14ff4393_0f28_4fb4_abc7_c2cc00bc761d rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L0 M0 I0 Θ0 N0 J+1" + ] ; + skos:prefLabel "LuminousIntensityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LuminousIntensity'."@en . ### https://w3id.org/emmo#EMMO_183f6fac_8543_44e0_bd59_434aa7054f4c -emmo:EMMO_183f6fac_8543_44e0_bd59_434aa7054f4c rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L-2 M0 I0 Θ0 N+1 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AmountPerAreaUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountPerArea'."@en . +:EMMO_183f6fac_8543_44e0_bd59_434aa7054f4c rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L-2 M0 I0 Θ0 N+1 J0" + ] ; + skos:prefLabel "AmountPerAreaUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountPerArea'."@en . ### https://w3id.org/emmo#EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1 -emmo:EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ; - skos:example "Unit for mass fraction."@en ; - skos:prefLabel "MassFractionUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Unit for quantities of dimension one that are the fraction of two masses."@en . +:EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ; + skos:example "Unit for mass fraction."@en ; + skos:prefLabel "MassFractionUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Unit for quantities of dimension one that are the fraction of two masses."@en . ### https://w3id.org/emmo#EMMO_197095a5_6d0c_4747_bcd7_f239203217dc -emmo:EMMO_197095a5_6d0c_4747_bcd7_f239203217dc rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LorenzNumber'."@en . +:EMMO_197095a5_6d0c_4747_bcd7_f239203217dc rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-6 L+4 M+2 I-2 Θ0 N0 J0" + ] ; + skos:prefLabel "LorenzNumberUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LorenzNumber'."@en . ### https://w3id.org/emmo#EMMO_1aaaceb6_c5eb_4cf3_a494_f82d43fda10a -emmo:EMMO_1aaaceb6_c5eb_4cf3_a494_f82d43fda10a rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrentPerUnitEnergy'."@en . +:EMMO_1aaaceb6_c5eb_4cf3_a494_f82d43fda10a rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+3 L-2 M-1 I+1 Θ0 N0 J0" + ] ; + skos:prefLabel "ElectricCurrentPerUnitEnergyUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrentPerUnitEnergy'."@en . ### https://w3id.org/emmo#EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e -emmo:EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L+2 M0 I+1 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MagneticDipoleMomentUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticDipoleMoment'."@en . +:EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L+3 M+1 I-1 Θ0 N0 J0" + ] ; + skos:prefLabel "MagneticDipoleMomentUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticDipoleMoment'."@en . ### https://w3id.org/emmo#EMMO_1c3de02f_ddbd_4704_9538_3d4f38cc373e -emmo:EMMO_1c3de02f_ddbd_4704_9538_3d4f38cc373e rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerElectricCharge'."@en . +:EMMO_1c3de02f_ddbd_4704_9538_3d4f38cc373e rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L0 M+1 I-1 Θ0 N0 J0" + ] ; + skos:prefLabel "MassPerElectricChargeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerElectricCharge'."@en . ### https://w3id.org/emmo#EMMO_1c957677_a460_4702_85a6_baef659d14b1 -emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L-3 M+1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "DensityUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Density'."@en . +:EMMO_1c957677_a460_4702_85a6_baef659d14b1 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L-3 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "DensityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Density'."@en . ### https://w3id.org/emmo#EMMO_200c735e_3dd7_44b2_bb34_4bb454a8e53b -emmo:EMMO_200c735e_3dd7_44b2_bb34_4bb454a8e53b rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T+1 L0 M0 I+1 Θ-1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricChargePerTemperatureUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricChargePerTemperature'."@en . +:EMMO_200c735e_3dd7_44b2_bb34_4bb454a8e53b rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+1 L0 M0 I+1 Θ-1 N0 J0" + ] ; + skos:prefLabel "ElectricChargePerTemperatureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricChargePerTemperature'."@en . ### https://w3id.org/emmo#EMMO_21a91e48_b6d3_4558_b08f_246433d43860 -emmo:EMMO_21a91e48_b6d3_4558_b08f_246433d43860 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ThermalConductance'."@en . +:EMMO_21a91e48_b6d3_4558_b08f_246433d43860 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-3 L+2 M+1 I0 Θ-1 N0 J0" + ] ; + skos:prefLabel "ThermalConductanceUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ThermalConductance'."@en . ### https://w3id.org/emmo#EMMO_21bc99ae_f2ba_4eb3_90c1_d81968c429e2 -emmo:EMMO_21bc99ae_f2ba_4eb3_90c1_d81968c429e2 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L+6 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "SexticLengthUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SexticLength'."@en . +:EMMO_21bc99ae_f2ba_4eb3_90c1_d81968c429e2 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L+6 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "SexticLengthUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SexticLength'."@en . ### https://w3id.org/emmo#EMMO_27c8e4db_eb18_402c_951e_6a38751cf1d0 -emmo:EMMO_27c8e4db_eb18_402c_951e_6a38751cf1d0 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-4 L+2 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreaPerQuarticTimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaPerQuarticTime'."@en . +:EMMO_27c8e4db_eb18_402c_951e_6a38751cf1d0 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-4 L+2 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "AreaPerQuarticTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaPerQuarticTime'."@en . ### https://w3id.org/emmo#EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 -emmo:EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerPressure'."@en . +:EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+2 L+1 M-1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "PerPressureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerPressure'."@en . ### https://w3id.org/emmo#EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7 -emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerLengthTime'."@en . +:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L-1 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "MassPerLengthTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerLengthTime'."@en . ### https://w3id.org/emmo#EMMO_2d66cf6d_9396_40c8_bb82_324ab19067ce -emmo:EMMO_2d66cf6d_9396_40c8_bb82_324ab19067ce rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountPerMassPressure'."@en . +:EMMO_2d66cf6d_9396_40c8_bb82_324ab19067ce rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+2 L+1 M-2 I0 Θ0 N+1 J0" + ] ; + skos:prefLabel "AmountPerMassPressureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountPerMassPressure'."@en . ### https://w3id.org/emmo#EMMO_2da7408f_d389_4245_887d_a1743b81a9b6 -emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-2 L+1 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AccelerationUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Acceleration'."@en . +:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L+1 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "AccelerationUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Acceleration'."@en . ### https://w3id.org/emmo#EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c -emmo:EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricPotential'."@en . +:EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-3 L+2 M+1 I-1 Θ0 N0 J0" + ] ; + skos:prefLabel "ElectricPotentialUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricPotential'."@en . ### https://w3id.org/emmo#EMMO_2f31340f_59ca_4a57_8513_269837af3796 -emmo:EMMO_2f31340f_59ca_4a57_8513_269837af3796 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthTimePerMass'."@en . +:EMMO_2f31340f_59ca_4a57_8513_269837af3796 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+1 L+1 M-1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "LengthTimePerMassUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthTimePerMass'."@en . ### https://w3id.org/emmo#EMMO_30261696_a8a4_44ce_9bf5_b18201a83c76 -emmo:EMMO_30261696_a8a4_44ce_9bf5_b18201a83c76 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-4 L0 M+1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassPerQuarticTimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerQuarticTime'."@en . +:EMMO_30261696_a8a4_44ce_9bf5_b18201a83c76 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-4 L0 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "MassPerQuarticTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerQuarticTime'."@en . ### https://w3id.org/emmo#EMMO_3181bb28_623b_4411_ad79_80277c661322 -emmo:EMMO_3181bb28_623b_4411_ad79_80277c661322 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'NewtonianConstantOfGravity'."@en . +:EMMO_3181bb28_623b_4411_ad79_80277c661322 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L+3 M-1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "NewtonianConstantOfGravityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'NewtonianConstantOfGravity'."@en . ### https://w3id.org/emmo#EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c -emmo:EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricConductance'."@en . +:EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+3 L-2 M-1 I+2 Θ0 N0 J0" + ] ; + skos:prefLabel "ElectricConductanceUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricConductance'."@en . ### https://w3id.org/emmo#EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 -emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L+2 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreaUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Area'."@en . +:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L+2 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "AreaUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Area'."@en . ### https://w3id.org/emmo#EMMO_3371fb68_5f07_467c_ada6_5aa3da3808d0 -emmo:EMMO_3371fb68_5f07_467c_ada6_5aa3da3808d0 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassLengthPerCubicTime'."@en . +:EMMO_3371fb68_5f07_467c_ada6_5aa3da3808d0 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-3 L+1 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "MassLengthPerCubicTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassLengthPerCubicTime'."@en . ### https://w3id.org/emmo#EMMO_33b6c84d_e139_418c_8f8c_f1d45f94df46 -emmo:EMMO_33b6c84d_e139_418c_8f8c_f1d45f94df46 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ThermalResistivity'."@en . +:EMMO_33b6c84d_e139_418c_8f8c_f1d45f94df46 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+3 L-1 M-1 I0 Θ+1 N0 J0" + ] ; + skos:prefLabel "ThermalResistivityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ThermalResistivity'."@en . ### https://w3id.org/emmo#EMMO_3532cc67_472a_4227_96f4_04b93146cec3 -emmo:EMMO_3532cc67_472a_4227_96f4_04b93146cec3 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L+2 M+1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassAreaUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassArea'."@en . +:EMMO_3532cc67_472a_4227_96f4_04b93146cec3 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L+2 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "MassAreaUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassArea'."@en . ### https://w3id.org/emmo#EMMO_359312ca_1d9d_4765_b20b_28d9f45d77e7 -emmo:EMMO_359312ca_1d9d_4765_b20b_28d9f45d77e7 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricResistivity'."@en . +:EMMO_359312ca_1d9d_4765_b20b_28d9f45d77e7 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-3 L+3 M+1 I-2 Θ0 N0 J0" + ] ; + skos:prefLabel "ElectricResistivityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricResistivity'."@en . ### https://w3id.org/emmo#EMMO_360adeca_9eee_4bb9_a5ca_728756c1ed4a -emmo:EMMO_360adeca_9eee_4bb9_a5ca_728756c1ed4a rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'CubicElectricChargeLengthPerSquareEnergy'."@en . +:EMMO_360adeca_9eee_4bb9_a5ca_728756c1ed4a rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+7 L-3 M-2 I+3 Θ0 N0 J0" + ] ; + skos:prefLabel "CubicElectricChargeLengthPerSquareEnergyUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'CubicElectricChargeLengthPerSquareEnergy'."@en . ### https://w3id.org/emmo#EMMO_36e03182_1be9_497c_bb71_e26fbb9160d2 -emmo:EMMO_36e03182_1be9_497c_bb71_e26fbb9160d2 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PowerPerAreaVolume'."@en . +:EMMO_36e03182_1be9_497c_bb71_e26fbb9160d2 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-3 L-3 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "PowerPerAreaVolumeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PowerPerAreaVolume'."@en . + + +### https://w3id.org/emmo#EMMO_3c38a8b4_ed07_4185_8d9b_b57b9130c537 +:EMMO_3c38a8b4_ed07_4185_8d9b_b57b9130c537 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L-4 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "PerQuarticLengthUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with physical dimensionality per length to the power of four."@en . ### https://w3id.org/emmo#EMMO_3cb55500_dc5b_4586_bbf3_1d4158afac35 -emmo:EMMO_3cb55500_dc5b_4586_bbf3_1d4158afac35 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EntropyPerAmount'."@en . +:EMMO_3cb55500_dc5b_4586_bbf3_1d4158afac35 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L+2 M+1 I0 Θ-1 N-1 J0" + ] ; + skos:prefLabel "EntropyPerAmountUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EntropyPerAmount'."@en . ### https://w3id.org/emmo#EMMO_3d254432_6f8f_4a6d_9eb3_4ab54388171b -emmo:EMMO_3d254432_6f8f_4a6d_9eb3_4ab54388171b rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L0 M0 I0 Θ+1 N+1 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AmountTemperatureUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountTemperature'."@en . +:EMMO_3d254432_6f8f_4a6d_9eb3_4ab54388171b rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L0 M0 I0 Θ+1 N+1 J0" + ] ; + skos:prefLabel "AmountTemperatureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountTemperature'."@en . ### https://w3id.org/emmo#EMMO_3df1408c_df34_4037_8584_c25f854bb346 -emmo:EMMO_3df1408c_df34_4037_8584_c25f854bb346 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T+1 L0 M0 I0 Θ+1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TemperatureTimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperatureTime'."@en . +:EMMO_3df1408c_df34_4037_8584_c25f854bb346 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+1 L0 M0 I0 Θ+1 N0 J0" + ] ; + skos:prefLabel "TemperatureTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperatureTime'."@en . ### https://w3id.org/emmo#EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b -emmo:EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Entropy'."@en . +:EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L+2 M+1 I0 Θ-1 N0 J0" + ] ; + skos:prefLabel "EntropyUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Entropy'."@en . ### https://w3id.org/emmo#EMMO_3fe66e46_9343_4a36_b101_a732ad5f4f76 -emmo:EMMO_3fe66e46_9343_4a36_b101_a732ad5f4f76 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L+1 M+1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LengthMassUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthMass'."@en . +:EMMO_3fe66e46_9343_4a36_b101_a732ad5f4f76 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L+1 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "LengthMassUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthMass'."@en . ### https://w3id.org/emmo#EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e -emmo:EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L-2 M0 I0 Θ0 N0 J+1" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LuminanceUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Luminance'."@en . +:EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L-2 M0 I0 Θ0 N0 J+1" + ] ; + skos:prefLabel "LuminanceUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Luminance'."@en . ### https://w3id.org/emmo#EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6 -emmo:EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L-1 M+1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassPerLengthUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerLength'."@en . +:EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L-1 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "MassPerLengthUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerLength'."@en . ### https://w3id.org/emmo#EMMO_431ce3bc_3d54_481d_a10d_7c4a4418732a -emmo:EMMO_431ce3bc_3d54_481d_a10d_7c4a4418732a rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'NewtonSquareMetrePerAmpere'."@en . +:EMMO_431ce3bc_3d54_481d_a10d_7c4a4418732a rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L+3 M+1 I-1 Θ+1 N0 J0" + ] ; + skos:prefLabel "NewtonSquareMetrePerAmpereUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'NewtonSquareMetrePerAmpere'."@en . ### https://w3id.org/emmo#EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04 -emmo:EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-1 L-3 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "FrequencyPerVolumeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'FrequencyPerVolume'."@en . +:EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L-3 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "FrequencyPerVolumeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'FrequencyPerVolume'."@en . ### https://w3id.org/emmo#EMMO_44ddbe46_0112_4185_b595_132866e902da -emmo:EMMO_44ddbe46_0112_4185_b595_132866e902da rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T+1 L+1 M0 I0 Θ+1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LengthTimeTemperatureUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthTimeTemperature'."@en . +:EMMO_44ddbe46_0112_4185_b595_132866e902da rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+1 L+1 M0 I0 Θ+1 N0 J0" + ] ; + skos:prefLabel "LengthTimeTemperatureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthTimeTemperature'."@en . ### https://w3id.org/emmo#EMMO_4817e479_e401_437e_a49b_54540b93d2a1 -emmo:EMMO_4817e479_e401_437e_a49b_54540b93d2a1 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L+2 M-1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreaPerMassUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaPerMass'."@en . +:EMMO_4817e479_e401_437e_a49b_54540b93d2a1 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L+2 M-1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "AreaPerMassUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaPerMass'."@en . ### https://w3id.org/emmo#EMMO_48a3c106_9d39_455e_a849_81ceff95bdea -emmo:EMMO_48a3c106_9d39_455e_a849_81ceff95bdea rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T+1 L+2 M0 I0 Θ+1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreaTimeTemperatureUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaTimeTemperature'."@en . +:EMMO_48a3c106_9d39_455e_a849_81ceff95bdea rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+1 L+2 M0 I0 Θ+1 N0 J0" + ] ; + skos:prefLabel "AreaTimeTemperatureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaTimeTemperature'."@en . ### https://w3id.org/emmo#EMMO_48f00c52_8d3d_4e80_8d88_59fabaa01d87 -emmo:EMMO_48f00c52_8d3d_4e80_8d88_59fabaa01d87 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricFlux'."@en . +:EMMO_48f00c52_8d3d_4e80_8d88_59fabaa01d87 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-3 L+3 M+1 I-1 Θ0 N0 J0" + ] ; + skos:prefLabel "ElectricFluxUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricFlux'."@en . ### https://w3id.org/emmo#EMMO_4b2c223f_89fb_4407_b1b6_24774b7fe770 -emmo:EMMO_4b2c223f_89fb_4407_b1b6_24774b7fe770 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-3 L0 M+1 I0 Θ-1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ThermalTransmittanceUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ThermalTransmittance'."@en . +:EMMO_4b2c223f_89fb_4407_b1b6_24774b7fe770 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-3 L0 M+1 I0 Θ-1 N0 J0" + ] ; + skos:prefLabel "ThermalTransmittanceUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ThermalTransmittance'."@en . ### https://w3id.org/emmo#EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee -emmo:EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticFlux'."@en . +:EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L+2 M+1 I-1 Θ0 N0 J0" + ] ; + skos:prefLabel "MagneticFluxUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticFlux'."@en . ### https://w3id.org/emmo#EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 -emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricChargePerMass'."@en . +:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+1 L0 M-1 I+1 Θ0 N0 J0" + ] ; + skos:prefLabel "ElectricChargePerMassUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricChargePerMass'."@en . ### https://w3id.org/emmo#EMMO_4f245147_f072_4431_b535_6241e8e87eb8 -emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-1 L0 M0 I0 Θ+1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TemperaturePerTimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperaturePerTime'."@en . +:EMMO_4f245147_f072_4431_b535_6241e8e87eb8 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L0 M0 I0 Θ+1 N0 J0" + ] ; + skos:prefLabel "TemperaturePerTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperaturePerTime'."@en . ### https://w3id.org/emmo#EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 -emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-1 L+1 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "SpeedUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Speed'."@en . +:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L+1 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "SpeedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Speed'."@en . ### https://w3id.org/emmo#EMMO_4fdf946a_9c40_4d71_80ab_e4221ff6a534 -emmo:EMMO_4fdf946a_9c40_4d71_80ab_e4221ff6a534 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EnergyTimePerAmount'."@en . +:EMMO_4fdf946a_9c40_4d71_80ab_e4221ff6a534 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L+2 M+1 I0 Θ0 N-1 J0" + ] ; + skos:prefLabel "EnergyTimePerAmountUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EnergyTimePerAmount'."@en . ### https://w3id.org/emmo#EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a -emmo:EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - 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 -emmo:EMMO_5073dc80_aec2_4a3b_8057_fababfcbfe11 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticDipoleMoment'."@en . +:EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L+2 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "AngularMomentumUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AngularMomentum'."@en . ### https://w3id.org/emmo#EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 -emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-1 L0 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "FrequencyUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Frequency'."@en . +:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L0 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "FrequencyUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Frequency'."@en . ### https://w3id.org/emmo#EMMO_52b029aa_e525_4907_95d8_759298b04f97 -emmo:EMMO_52b029aa_e525_4907_95d8_759298b04f97 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-1 L0 M-1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerTimeMassUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerTimeMass'."@en . +:EMMO_52b029aa_e525_4907_95d8_759298b04f97 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L0 M-1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "PerTimeMassUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerTimeMass'."@en . ### https://w3id.org/emmo#EMMO_52ba3876_b51e_4670_a6f2_ce726abc2d3d -emmo:EMMO_52ba3876_b51e_4670_a6f2_ce726abc2d3d rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T+1 L0 M-1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MechanicalMobilityUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MechanicalMobility'."@en . +:EMMO_52ba3876_b51e_4670_a6f2_ce726abc2d3d rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+1 L0 M-1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "MechanicalMobilityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MechanicalMobility'."@en . ### https://w3id.org/emmo#EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 -emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-3 L0 M+1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PowerDensityUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PowerDensity'."@en . +:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-3 L0 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "PowerDensityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PowerDensity'."@en . ### https://w3id.org/emmo#EMMO_53b10105_52c7_4746_ab73_a5a30bd198e2 -emmo:EMMO_53b10105_52c7_4746_ab73_a5a30bd198e2 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrentPerEnergy'."@en . +:EMMO_53b10105_52c7_4746_ab73_a5a30bd198e2 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+2 L-2 M-1 I+1 Θ0 N0 J0" + ] ; + skos:prefLabel "ElectricCurrentPerEnergyUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrentPerEnergy'."@en . ### https://w3id.org/emmo#EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b -emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Pressure'."@en . +:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L-1 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "PressureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Pressure'."@en . ### https://w3id.org/emmo#EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c -emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Force'."@en . +:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L+1 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "ForceUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Force'."@en . ### https://w3id.org/emmo#EMMO_55ffe612_cf43_4b9b_a4e1_6aeb0c59c10c -emmo:EMMO_55ffe612_cf43_4b9b_a4e1_6aeb0c59c10c rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-3 L+1 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LengthPerCubeTimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthPerCubeTime'."@en . +:EMMO_55ffe612_cf43_4b9b_a4e1_6aeb0c59c10c rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-3 L+1 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "LengthPerCubeTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthPerCubeTime'."@en . ### https://w3id.org/emmo#EMMO_578f7da0_10f8_4fc2_9fd0_79b79f47f975 -emmo:EMMO_578f7da0_10f8_4fc2_9fd0_79b79f47f975 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ReciprocalElectricChargeDensity'."@en . +:EMMO_578f7da0_10f8_4fc2_9fd0_79b79f47f975 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L+3 M0 I-1 Θ0 N0 J0" + ] ; + skos:prefLabel "ReciprocalElectricChargeDensityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ReciprocalElectricChargeDensity'."@en . ### https://w3id.org/emmo#EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1 -emmo:EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Inductance'."@en . +:EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L+2 M+1 I-2 Θ0 N0 J0" + ] ; + skos:prefLabel "InductanceUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Inductance'."@en . ### https://w3id.org/emmo#EMMO_58c5b65c_c896_4740_80d9_ff9a7643c7e8 -emmo:EMMO_58c5b65c_c896_4740_80d9_ff9a7643c7e8 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareElectricPotentialPerSquareTemperature'."@en . +:EMMO_58c5b65c_c896_4740_80d9_ff9a7643c7e8 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-6 L+4 M+2 I-2 Θ-2 N0 J0" + ] ; + skos:prefLabel "SquareElectricPotentialPerSquareTemperatureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareElectricPotentialPerSquareTemperature'."@en . ### https://w3id.org/emmo#EMMO_59197cce_b8b6_4216_a08d_26fb83c032af -emmo:EMMO_59197cce_b8b6_4216_a08d_26fb83c032af rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L0 M-1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - 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 -emmo:EMMO_5c003f53_20a2_4bd7_8445_58187e582578 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LuminousEfficacy'."@en . +:EMMO_59197cce_b8b6_4216_a08d_26fb83c032af rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L0 M-1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "ReciprocalMassUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ReciprocalMass'."@en . ### https://w3id.org/emmo#EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 -emmo:EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountPerMassTime'."@en . +:EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L0 M-1 I0 Θ0 N+1 J0" + ] ; + skos:prefLabel "AmountPerMassTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountPerMassTime'."@en . ### https://w3id.org/emmo#EMMO_5f375229_de0c_46bf_b11f_da9d3b742253 -emmo:EMMO_5f375229_de0c_46bf_b11f_da9d3b742253 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T+2 L0 M+1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassSquareTimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassSquareTime'."@en . +:EMMO_5f375229_de0c_46bf_b11f_da9d3b742253 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+2 L0 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "MassSquareTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassSquareTime'."@en . ### https://w3id.org/emmo#EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b -emmo:EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Permittivity'."@en . +:EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+4 L-3 M-1 I+2 Θ0 N0 J0" + ] ; + skos:prefLabel "PermittivityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Permittivity'."@en . ### https://w3id.org/emmo#EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf -emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf 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 "ReciprocalLengthUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ReciprocalLength'."@en . +:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L-1 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "ReciprocalLengthUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ReciprocalLength'."@en . ### https://w3id.org/emmo#EMMO_61eec472_f9af_4861_bedd_d741f022a7e5 -emmo:EMMO_61eec472_f9af_4861_bedd_d741f022a7e5 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 Θ-1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerLengthTemperatureUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerLengthTemperature'."@en . +:EMMO_61eec472_f9af_4861_bedd_d741f022a7e5 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L-1 M0 I0 Θ-1 N0 J0" + ] ; + skos:prefLabel "PerLengthTemperatureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerLengthTemperature'."@en . ### https://w3id.org/emmo#EMMO_66e91d9a_05c1_4906_9731_3f4d8c4f3fd8 -emmo:EMMO_66e91d9a_05c1_4906_9731_3f4d8c4f3fd8 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperatureAreaPerMassTime'."@en . +:EMMO_66e91d9a_05c1_4906_9731_3f4d8c4f3fd8 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L+2 M-1 I0 Θ+1 N0 J0" + ] ; + skos:prefLabel "TemperatureAreaPerMassTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperatureAreaPerMassTime'."@en . ### https://w3id.org/emmo#EMMO_6726fbb8_c40a_4b55_a2d5_bf49352d1e73 -emmo:EMMO_6726fbb8_c40a_4b55_a2d5_bf49352d1e73 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L-2 M+1 I0 Θ+1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TemperatureMassPerAreaUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperatureMassPerArea'."@en . +:EMMO_6726fbb8_c40a_4b55_a2d5_bf49352d1e73 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L-2 M+1 I0 Θ+1 N0 J0" + ] ; + skos:prefLabel "TemperatureMassPerAreaUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperatureMassPerArea'."@en . ### https://w3id.org/emmo#EMMO_6837b106_7220_4ec6_b7c9_d549d6163672 -emmo:EMMO_6837b106_7220_4ec6_b7c9_d549d6163672 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricPotentialPerTime'."@en . +:EMMO_6837b106_7220_4ec6_b7c9_d549d6163672 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-4 L+2 M+1 I-1 Θ0 N0 J0" + ] ; + skos:prefLabel "ElectricPotentialPerTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricPotentialPerTime'."@en . ### https://w3id.org/emmo#EMMO_6aa04359_50d6_43d7_b3a7_296bd391bf7d -emmo:EMMO_6aa04359_50d6_43d7_b3a7_296bd391bf7d rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L0 M-2 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "InverseSquareMassUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'InverseSquareMass'."@en . +:EMMO_6aa04359_50d6_43d7_b3a7_296bd391bf7d rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L0 M-2 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "InverseSquareMassUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'InverseSquareMass'."@en . ### https://w3id.org/emmo#EMMO_6b8bf0c9_4ec7_452c_bee5_26e5149a4f05 -emmo:EMMO_6b8bf0c9_4ec7_452c_bee5_26e5149a4f05 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'JosephsonConstant'."@en . +:EMMO_6b8bf0c9_4ec7_452c_bee5_26e5149a4f05 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+4 L-2 M-1 I+1 Θ0 N0 J0" + ] ; + skos:prefLabel "JosephsonConstantUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'JosephsonConstant'."@en . ### https://w3id.org/emmo#EMMO_6bcf334d_efeb_49f8_9dd0_dbcbb31514d3 -emmo:EMMO_6bcf334d_efeb_49f8_9dd0_dbcbb31514d3 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-1 L0 M0 I0 Θ-1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerTemperatureTimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerTemperatureTime'."@en . +:EMMO_6bcf334d_efeb_49f8_9dd0_dbcbb31514d3 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L0 M0 I0 Θ-1 N0 J0" + ] ; + skos:prefLabel "PerTemperatureTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerTemperatureTime'."@en . ### https://w3id.org/emmo#EMMO_6cfc5b82_b47b_47bc_bb45_c23c273d2e06 -emmo:EMMO_6cfc5b82_b47b_47bc_bb45_c23c273d2e06 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-1 L+4 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "QuarticLengthPerTimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'QuarticLengthPerTime'."@en . +:EMMO_6cfc5b82_b47b_47bc_bb45_c23c273d2e06 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L+4 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "QuarticLengthPerTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'QuarticLengthPerTime'."@en . ### https://w3id.org/emmo#EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be -emmo:EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricDisplacementField'."@en . +:EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+1 L-2 M0 I+1 Θ0 N0 J0" + ] ; + skos:prefLabel "ElectricDisplacementFieldUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricDisplacementField'."@en . ### https://w3id.org/emmo#EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f -emmo:EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ; - skos:example "Unit for solid angle."@en ; - skos:prefLabel "AreaFractionUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Unit for quantities of dimension one that are the fraction of two areas."@en . +:EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f rdf:type owl:Class ; + rdfs:subClassOf :EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ; + skos:example "Unit for solid angle."@en ; + skos:prefLabel "AreaFractionUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Unit for quantities of dimension one that are the fraction of two areas."@en . ### https://w3id.org/emmo#EMMO_6f76f9bf_feb3_4e27_9bcb_45b5f3526050 -emmo:EMMO_6f76f9bf_feb3_4e27_9bcb_45b5f3526050 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T+1 L-3 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TimePerVolumeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TimePerVolume'."@en . +:EMMO_6f76f9bf_feb3_4e27_9bcb_45b5f3526050 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+1 L-3 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "TimePerVolumeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TimePerVolume'."@en . ### https://w3id.org/emmo#EMMO_720a469f_a19c_4a88_900c_29b3938f5092 -emmo:EMMO_720a469f_a19c_4a88_900c_29b3938f5092 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 Θ+1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TemperaturePerLengthUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperaturePerLength'."@en . +:EMMO_720a469f_a19c_4a88_900c_29b3938f5092 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L-1 M0 I0 Θ+1 N0 J0" + ] ; + skos:prefLabel "TemperaturePerLengthUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperaturePerLength'."@en . ### https://w3id.org/emmo#EMMO_721be099_4826_4b51_a78f_542b5728bd74 -emmo:EMMO_721be099_4826_4b51_a78f_542b5728bd74 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Diffusivity'."@en . +:EMMO_721be099_4826_4b51_a78f_542b5728bd74 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L+2 M0 I0 Θ0 N-1 J0" + ] ; + skos:prefLabel "DiffusivityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Diffusivity'."@en . ### https://w3id.org/emmo#EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac -emmo:EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L0 M-1 I+1 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricCurrentPerMassUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrentPerMass'."@en . +:EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L0 M-1 I+1 Θ0 N0 J0" + ] ; + skos:prefLabel "ElectricCurrentPerMassUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrentPerMass'."@en . ### https://w3id.org/emmo#EMMO_754c3a5d_8ae8_41ff_b5f2_acbadb53c735 -emmo:EMMO_754c3a5d_8ae8_41ff_b5f2_acbadb53c735 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L-2 M0 I+1 Θ-2 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "RichardsonConstantUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'RichardsonConstant'."@en . +:EMMO_754c3a5d_8ae8_41ff_b5f2_acbadb53c735 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L-2 M0 I+1 Θ-2 N0 J0" + ] ; + skos:prefLabel "RichardsonConstantUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'RichardsonConstant'."@en . ### https://w3id.org/emmo#EMMO_7610efb8_c7c6_4684_abc1_774783c62472 -emmo:EMMO_7610efb8_c7c6_4684_abc1_774783c62472 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricResistance'."@en . +:EMMO_7610efb8_c7c6_4684_abc1_774783c62472 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-3 L+2 M+1 I-2 Θ0 N0 J0" + ] ; + skos:prefLabel "ElectricResistanceUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricResistance'."@en . ### https://w3id.org/emmo#EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa -emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L0 M+1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Mass'."@en . +:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L0 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "MassUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Mass'."@en . ### https://w3id.org/emmo#EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac -emmo:EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-2 L0 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AngularFrequencyUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AngularFrequency'."@en . +:EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L0 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "AngularFrequencyUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AngularFrequency'."@en . ### https://w3id.org/emmo#EMMO_7855043d_a466_4585_97a9_b9fe4ce0c12d -emmo:EMMO_7855043d_a466_4585_97a9_b9fe4ce0c12d rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T+2 L+2 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreaSquareTimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaSquareTime'."@en . +:EMMO_7855043d_a466_4585_97a9_b9fe4ce0c12d rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+2 L+2 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "AreaSquareTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaSquareTime'."@en . ### https://w3id.org/emmo#EMMO_793f3567_b351_42ef_a1d4_5111d53999c4 -emmo:EMMO_793f3567_b351_42ef_a1d4_5111d53999c4 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 Θ-1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LengthPerTemperatureUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthPerTemperature'."@en . +:EMMO_793f3567_b351_42ef_a1d4_5111d53999c4 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L+1 M0 I0 Θ-1 N0 J0" + ] ; + skos:prefLabel "LengthPerTemperatureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthPerTemperature'."@en . ### https://w3id.org/emmo#EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73 -emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-2 L+2 M0 I0 Θ-1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "EntropyPerMassUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EntropyPerMass'."@en . +:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L+2 M0 I0 Θ-1 N0 J0" + ] ; + skos:prefLabel "EntropyPerMassUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EntropyPerMass'."@en . ### https://w3id.org/emmo#EMMO_7cfbe969_6ced_47a2_86c6_de33673c45d0 -emmo:EMMO_7cfbe969_6ced_47a2_86c6_de33673c45d0 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-2 L-2 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "FrequencyPerAreaTimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'FrequencyPerAreaTime'."@en . +:EMMO_7cfbe969_6ced_47a2_86c6_de33673c45d0 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L-2 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "FrequencyPerAreaTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'FrequencyPerAreaTime'."@en . ### https://w3id.org/emmo#EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb -emmo:EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-3 L+2 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AbsorbedDoseRateUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AbsorbedDoseRate'."@en . +:EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-3 L+2 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "AbsorbedDoseRateUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AbsorbedDoseRate'."@en . ### https://w3id.org/emmo#EMMO_8455fa05_a877_48d7_b8a3_8e3bfad119bf -emmo:EMMO_8455fa05_a877_48d7_b8a3_8e3bfad119bf rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L0 M+1 I0 Θ+1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassTemperatureUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassTemperature'."@en . +:EMMO_8455fa05_a877_48d7_b8a3_8e3bfad119bf rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L0 M+1 I0 Θ+1 N0 J0" + ] ; + skos:prefLabel "MassTemperatureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassTemperature'."@en . ### https://w3id.org/emmo#EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 -emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-2 L+2 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AbsorbedDoseUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AbsorbedDose'."@en . +:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L+2 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "AbsorbedDoseUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AbsorbedDose'."@en . ### https://w3id.org/emmo#EMMO_8515e948_bc2f_423b_8025_e4830f2b21dd -emmo:EMMO_8515e948_bc2f_423b_8025_e4830f2b21dd rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthTimeCurrent'."@en . +:EMMO_8515e948_bc2f_423b_8025_e4830f2b21dd rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+1 L+1 M0 I+1 Θ0 N0 J0" + ] ; + skos:prefLabel "LengthTimeCurrentUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthTimeCurrent'."@en . ### https://w3id.org/emmo#EMMO_85d72920_708d_4eb9_89ce_8a588b0ce66d -emmo:EMMO_85d72920_708d_4eb9_89ce_8a588b0ce66d rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L+3 M0 I0 Θ-1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "VolumePerTemperatureUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'VolumePerTemperature'."@en . +:EMMO_85d72920_708d_4eb9_89ce_8a588b0ce66d rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L+3 M0 I0 Θ-1 N0 J0" + ] ; + skos:prefLabel "VolumePerTemperatureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'VolumePerTemperature'."@en . ### https://w3id.org/emmo#EMMO_860ef96c_e93e_4549_b3a3_099a625a26a5 -emmo:EMMO_860ef96c_e93e_4549_b3a3_099a625a26a5 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'CapacitancePerLength'."@en . +:EMMO_860ef96c_e93e_4549_b3a3_099a625a26a5 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+4 L-1 M-1 I+2 Θ0 N0 J0" + ] ; + skos:prefLabel "CapacitancePerLengthUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'CapacitancePerLength'."@en . ### https://w3id.org/emmo#EMMO_8627410d_01f8_4ed1_8f2b_aba69d791ad3 -emmo:EMMO_8627410d_01f8_4ed1_8f2b_aba69d791ad3 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L+4 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "QuarticLengthUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'QuarticLength'."@en . +:EMMO_8627410d_01f8_4ed1_8f2b_aba69d791ad3 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L+4 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "QuarticLengthUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'QuarticLength'."@en . ### https://w3id.org/emmo#EMMO_869e6e4f_a9b5_4db8_a978_8ad050239933 -emmo:EMMO_869e6e4f_a9b5_4db8_a978_8ad050239933 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T+3 L0 M-1 I0 Θ+1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerThermalTransmittanceUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerThermalTransmittance'."@en . +:EMMO_869e6e4f_a9b5_4db8_a978_8ad050239933 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+3 L0 M-1 I0 Θ+1 N0 J0" + ] ; + skos:prefLabel "PerThermalTransmittanceUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerThermalTransmittance'."@en . ### https://w3id.org/emmo#EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe -emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricConductivity'."@en . +:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+3 L-3 M-1 I+2 Θ0 N0 J0" + ] ; + skos:prefLabel "ElectricConductivityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricConductivity'."@en . ### https://w3id.org/emmo#EMMO_87b5dd20_e4fe_422d_9e70_1eee54ec9496 -emmo:EMMO_87b5dd20_e4fe_422d_9e70_1eee54ec9496 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ReciprocalSquareEnergy'."@en . +:EMMO_87b5dd20_e4fe_422d_9e70_1eee54ec9496 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+4 L-4 M-2 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "ReciprocalSquareEnergyUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ReciprocalSquareEnergy'."@en . ### https://w3id.org/emmo#EMMO_87deb5a8_7a85_49c3_97b2_e62c8484aa1a -emmo:EMMO_87deb5a8_7a85_49c3_97b2_e62c8484aa1a rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-2 L+3 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "VolumePerSquareTimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'VolumePerSquareTime'."@en . +:EMMO_87deb5a8_7a85_49c3_97b2_e62c8484aa1a rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L+3 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "VolumePerSquareTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'VolumePerSquareTime'."@en . ### https://w3id.org/emmo#EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c -emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-1 L0 M+1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassPerTimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerTime'."@en . +:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L0 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "MassPerTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerTime'."@en . ### https://w3id.org/emmo#EMMO_886eb0fb_4d36_4b7d_99e4_e5915a06aff1 -emmo:EMMO_886eb0fb_4d36_4b7d_99e4_e5915a06aff1 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquarePressureTime'."@en . +:EMMO_886eb0fb_4d36_4b7d_99e4_e5915a06aff1 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-3 L-2 M+2 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "SquarePressureTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquarePressureTime'."@en . ### https://w3id.org/emmo#EMMO_88f36585_bd30_4160_b975_61362f3468a9 -emmo:EMMO_88f36585_bd30_4160_b975_61362f3468a9 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EnergyArea'."@en . +:EMMO_88f36585_bd30_4160_b975_61362f3468a9 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L+4 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "EnergyAreaUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EnergyArea'."@en . ### https://w3id.org/emmo#EMMO_89113866_31a4_4d19_bc83_7f7c1661ab73 -emmo:EMMO_89113866_31a4_4d19_bc83_7f7c1661ab73 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricConductivityPerAmount'."@en . +:EMMO_89113866_31a4_4d19_bc83_7f7c1661ab73 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+3 L-3 M-1 I+2 Θ0 N-1 J0" + ] ; + skos:prefLabel "ElectricConductivityPerAmountUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricConductivityPerAmount'."@en . ### https://w3id.org/emmo#EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129 -emmo:EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L+3 M-1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "VolumePerMassUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'VolumePerMass'."@en . +:EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L+3 M-1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "VolumePerMassUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'VolumePerMass'."@en . ### https://w3id.org/emmo#EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415 -emmo:EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticPotential'."@en . +:EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L+1 M+1 I-1 Θ0 N0 J0" + ] ; + skos:prefLabel "MagneticPotentialUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticPotential'."@en . ### https://w3id.org/emmo#EMMO_8f36559a_a494_4b00_abc5_60bbc1475009 -emmo:EMMO_8f36559a_a494_4b00_abc5_60bbc1475009 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricChargeDensity'."@en . +:EMMO_8f36559a_a494_4b00_abc5_60bbc1475009 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+1 L-3 M0 I+1 Θ0 N0 J0" + ] ; + skos:prefLabel "ElectricChargeDensityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricChargeDensity'."@en . ### https://w3id.org/emmo#EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58 -emmo:EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerVolumeTime'."@en . +:EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L-3 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "MassPerVolumeTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerVolumeTime'."@en . ### https://w3id.org/emmo#EMMO_8fb052e8_fcca_43ce_85db_55266baf2d7c -emmo:EMMO_8fb052e8_fcca_43ce_85db_55266baf2d7c rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EnergyLengthPerAmount'."@en . +:EMMO_8fb052e8_fcca_43ce_85db_55266baf2d7c rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L+3 M+1 I0 Θ0 N-1 J0" + ] ; + skos:prefLabel "EnergyLengthPerAmountUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EnergyLengthPerAmount'."@en . ### https://w3id.org/emmo#EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 -emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L-2 M+1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreaDensityUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaDensity'."@en . +:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L-2 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "AreaDensityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaDensity'."@en . ### https://w3id.org/emmo#EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 -emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L+3 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "VolumeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Volume'."@en . +:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L+3 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "VolumeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Volume'."@en . ### https://w3id.org/emmo#EMMO_92aaff7b_3a7c_4c1a_b149_d422e9682106 -emmo:EMMO_92aaff7b_3a7c_4c1a_b149_d422e9682106 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricChargeArea'."@en . +:EMMO_92aaff7b_3a7c_4c1a_b149_d422e9682106 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+1 L+2 M0 I+1 Θ0 N0 J0" + ] ; + skos:prefLabel "ElectricChargeAreaUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricChargeArea'."@en . ### https://w3id.org/emmo#EMMO_93681c53_4316_415d_8243_a42a0e171de6 -emmo:EMMO_93681c53_4316_415d_8243_a42a0e171de6 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L-2 M0 I+1 Θ-1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricCurrentDensityPerTemperatureUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrentDensityPerTemperature'."@en . +:EMMO_93681c53_4316_415d_8243_a42a0e171de6 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L-2 M0 I+1 Θ-1 N0 J0" + ] ; + skos:prefLabel "ElectricCurrentDensityPerTemperatureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrentDensityPerTemperature'."@en . ### https://w3id.org/emmo#EMMO_95971713_d589_4002_a5a7_affc5c74cfdb -emmo:EMMO_95971713_d589_4002_a5a7_affc5c74cfdb rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L0 M-1 I0 Θ0 N+1 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AmountPerMassUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountPerMass'."@en . +:EMMO_95971713_d589_4002_a5a7_affc5c74cfdb rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L0 M-1 I0 Θ0 N+1 J0" + ] ; + skos:prefLabel "AmountPerMassUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountPerMass'."@en . ### https://w3id.org/emmo#EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 -emmo:EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T+1 L+2 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreaTimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaTime'."@en . +:EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+1 L+2 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "AreaTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaTime'."@en . ### https://w3id.org/emmo#EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e -emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L-3 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerVolumeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerVolume'."@en . +:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L-3 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "PerVolumeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerVolume'."@en . ### https://w3id.org/emmo#EMMO_96ffda63_71e7_451b_85ee_2cc8e341ff11 -emmo:EMMO_96ffda63_71e7_451b_85ee_2cc8e341ff11 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricPotentialPerTemperature'."@en . +:EMMO_96ffda63_71e7_451b_85ee_2cc8e341ff11 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-3 L+2 M+1 I-1 Θ-1 N0 J0" + ] ; + skos:prefLabel "ElectricPotentialPerTemperatureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricPotentialPerTemperature'."@en . ### https://w3id.org/emmo#EMMO_971b3dff_28b4_4538_b082_3ec9fa5af294 -emmo:EMMO_971b3dff_28b4_4538_b082_3ec9fa5af294 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-3 L0 M+1 I0 Θ-4 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassPerCubicTimeQuarticTemperatureUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerCubicTimeQuarticTemperature'."@en . +:EMMO_971b3dff_28b4_4538_b082_3ec9fa5af294 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-3 L0 M+1 I0 Θ-4 N0 J0" + ] ; + skos:prefLabel "MassPerCubicTimeQuarticTemperatureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerCubicTimeQuarticTemperature'."@en . ### https://w3id.org/emmo#EMMO_971c8cb1_156f_4a70_a72c_2d851d4d2b20 -emmo:EMMO_971c8cb1_156f_4a70_a72c_2d851d4d2b20 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EnergyDensityOfStates'."@en . +:EMMO_971c8cb1_156f_4a70_a72c_2d851d4d2b20 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+2 L-5 M-1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "EnergyDensityOfStatesUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EnergyDensityOfStates'."@en . ### https://w3id.org/emmo#EMMO_973656ed_870e_40ba_8bc0_c879687a335a -emmo:EMMO_973656ed_870e_40ba_8bc0_c879687a335a rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L+2 M0 I0 Θ0 N-1 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreaPerAmountUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaPerAmount'."@en . +:EMMO_973656ed_870e_40ba_8bc0_c879687a335a rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L+2 M0 I0 Θ0 N-1 J0" + ] ; + skos:prefLabel "AreaPerAmountUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaPerAmount'."@en . ### https://w3id.org/emmo#EMMO_9794a778_47d7_45d5_b4ab_ae6a8db04c78 -emmo:EMMO_9794a778_47d7_45d5_b4ab_ae6a8db04c78 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricChargePerLength'."@en . +:EMMO_9794a778_47d7_45d5_b4ab_ae6a8db04c78 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+1 L-1 M0 I+1 Θ0 N0 J0" + ] ; + skos:prefLabel "ElectricChargePerLengthUnit"@en ; + :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_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). +:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc rdf:type owl:Class ; + rdfs:subClassOf :EMMO_cbdea88b_fef1_4c7c_b69f_ae1f0f241c4a ; + skos:prefLabel "SIDimensionalUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Dimensional unit with its physical dimensionality described accortind to the International System of Units (SI)."@en ; + :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, @@ -1606,702 +1595,702 @@ Examples of correspondance between dimensional units and their dimensional units ### https://w3id.org/emmo#EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 -emmo:EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-1 L-2 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerAreaTimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerAreaTime'."@en . +:EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L-2 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "PerAreaTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerAreaTime'."@en . ### https://w3id.org/emmo#EMMO_9ba91622_e39f_43e3_b95f_290937928d7e -emmo:EMMO_9ba91622_e39f_43e3_b95f_290937928d7e rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L0 M+1 I0 Θ0 N-1 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassPerAmountUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerAmount'."@en . +:EMMO_9ba91622_e39f_43e3_b95f_290937928d7e rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L0 M+1 I0 Θ0 N-1 J0" + ] ; + skos:prefLabel "MassPerAmountUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerAmount'."@en . ### https://w3id.org/emmo#EMMO_9cffc70d_4b60_4187_a7cd_706f5740ae87 -emmo:EMMO_9cffc70d_4b60_4187_a7cd_706f5740ae87 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerQuarticLengthTime'."@en . +:EMMO_9cffc70d_4b60_4187_a7cd_706f5740ae87 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L-4 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "MassPerQuarticLengthTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerQuarticLengthTime'."@en . ### https://w3id.org/emmo#EMMO_9d09022c_e7ae_4379_a765_4803a8a502a1 -emmo:EMMO_9d09022c_e7ae_4379_a765_4803a8a502a1 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ; - skos:prefLabel "PressureFractionUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Unit for quantities of dimension one that are the fraction of two pressures."@en . +:EMMO_9d09022c_e7ae_4379_a765_4803a8a502a1 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ; + skos:prefLabel "PressureFractionUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Unit for quantities of dimension one that are the fraction of two pressures."@en . ### https://w3id.org/emmo#EMMO_9f0338b9_326f_44c2_893c_2d815b763130 -emmo:EMMO_9f0338b9_326f_44c2_893c_2d815b763130 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-1 L-1 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerLengthTimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerLengthTime'."@en . +:EMMO_9f0338b9_326f_44c2_893c_2d815b763130 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L-1 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "PerLengthTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerLengthTime'."@en . ### https://w3id.org/emmo#EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad -emmo:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ; - skos:example "Unit for volume fraction."@en ; - skos:prefLabel "VolumeFractionUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Unit for quantities of dimension one that are the fraction of two volumes."@en . +:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad rdf:type owl:Class ; + rdfs:subClassOf :EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ; + skos:example "Unit for volume fraction."@en ; + skos:prefLabel "VolumeFractionUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Unit for quantities of dimension one that are the fraction of two volumes."@en . ### https://w3id.org/emmo#EMMO_a4edc0c9_6d1d_4358_8030_b61db6c84176 -emmo:EMMO_a4edc0c9_6d1d_4358_8030_b61db6c84176 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperaturePerPressure'."@en . +:EMMO_a4edc0c9_6d1d_4358_8030_b61db6c84176 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+2 L+1 M-1 I0 Θ+1 N0 J0" + ] ; + skos:prefLabel "TemperaturePerPressureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperaturePerPressure'."@en . ### https://w3id.org/emmo#EMMO_a5111335_6d14_49d9_ba7a_10c10b2189e7 -emmo:EMMO_a5111335_6d14_49d9_ba7a_10c10b2189e7 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricPotentialPerArea'."@en . +:EMMO_a5111335_6d14_49d9_ba7a_10c10b2189e7 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-3 L0 M+1 I-1 Θ0 N0 J0" + ] ; + skos:prefLabel "ElectricPotentialPerAreaUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricPotentialPerArea'."@en . ### https://w3id.org/emmo#EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e -emmo:EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L0 M0 I0 Θ+1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TemperatureUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Temperature'."@en . +:EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L0 M0 I0 Θ+1 N0 J0" + ] ; + skos:prefLabel "TemperatureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Temperature'."@en . ### https://w3id.org/emmo#EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b -emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-1 L+3 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "VolumePerTimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'VolumePerTime'."@en . +:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L+3 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "VolumePerTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'VolumePerTime'."@en . ### https://w3id.org/emmo#EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 -emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountPerAreaTime'."@en . +:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L-2 M0 I0 Θ0 N+1 J0" + ] ; + skos:prefLabel "AmountPerAreaTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountPerAreaTime'."@en . ### https://w3id.org/emmo#EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e -emmo:EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L+3 M0 I0 Θ0 N-1 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "VolumePerAmountUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'VolumePerAmount'."@en . +:EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L+3 M0 I0 Θ0 N-1 J0" + ] ; + skos:prefLabel "VolumePerAmountUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'VolumePerAmount'."@en . ### https://w3id.org/emmo#EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422 -emmo:EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T+1 L-1 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TimePerLengthUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TimePerLength'."@en . +:EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+1 L-1 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "TimePerLengthUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TimePerLength'."@en . ### https://w3id.org/emmo#EMMO_ab79e92b_5377_454d_be06_d61b50db295a -emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T+1 L0 M0 I+1 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricChargeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCharge'."@en . +:EMMO_ab79e92b_5377_454d_be06_d61b50db295a rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+1 L0 M0 I+1 Θ0 N0 J0" + ] ; + skos:prefLabel "ElectricChargeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCharge'."@en . ### https://w3id.org/emmo#EMMO_aef218f9_6ded_4db9_9263_e78eed55e5d6 -emmo:EMMO_aef218f9_6ded_4db9_9263_e78eed55e5d6 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L-3 M0 I0 Θ0 N-1 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ReciprocalAmountPerVolumeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ReciprocalAmountPerVolume'."@en . +:EMMO_aef218f9_6ded_4db9_9263_e78eed55e5d6 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L-3 M0 I0 Θ0 N-1 J0" + ] ; + skos:prefLabel "ReciprocalAmountPerVolumeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ReciprocalAmountPerVolume'."@en . ### https://w3id.org/emmo#EMMO_af24ae20_8ef2_435a_86a1_2ea44488b318 -emmo:EMMO_af24ae20_8ef2_435a_86a1_2ea44488b318 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L0 M0 I0 Θ0 N-1 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerAmountUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerAmount'."@en . +:EMMO_af24ae20_8ef2_435a_86a1_2ea44488b318 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L0 M0 I0 Θ0 N-1 J0" + ] ; + skos:prefLabel "PerAmountUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerAmount'."@en . ### https://w3id.org/emmo#EMMO_b14d9be5_f81e_469b_abca_379c2e83feab -emmo:EMMO_b14d9be5_f81e_469b_abca_379c2e83feab rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Capacitance'."@en . +:EMMO_b14d9be5_f81e_469b_abca_379c2e83feab rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+4 L-2 M-1 I+2 Θ0 N0 J0" + ] ; + skos:prefLabel "CapacitanceUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Capacitance'."@en . ### https://w3id.org/emmo#EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 -emmo:EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-1 L+2 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreicSpeedUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreicSpeed'."@en . +:EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L+2 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "AreicSpeedUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreicSpeed'."@en . ### https://w3id.org/emmo#EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc -emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc 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 "LengthUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Length'."@en . +:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L+1 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "LengthUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Length'."@en . ### https://w3id.org/emmo#EMMO_bc73913a_3bb6_4205_8d36_79bc72ca9891 -emmo:EMMO_bc73913a_3bb6_4205_8d36_79bc72ca9891 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'VolumePerAmountTime'."@en . +:EMMO_bc73913a_3bb6_4205_8d36_79bc72ca9891 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L+3 M0 I0 Θ0 N-1 J0" + ] ; + skos:prefLabel "VolumePerAmountTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'VolumePerAmountTime'."@en . ### https://w3id.org/emmo#EMMO_bdee99f6_389b_4816_8a1c_a7903a2df00a -emmo:EMMO_bdee99f6_389b_4816_8a1c_a7903a2df00a rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L0 M0 I0 Θ+2 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "SquareTemperatureUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareTemperature'."@en . +:EMMO_bdee99f6_389b_4816_8a1c_a7903a2df00a rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L0 M0 I0 Θ+2 N0 J0" + ] ; + skos:prefLabel "SquareTemperatureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareTemperature'."@en . ### https://w3id.org/emmo#EMMO_bf106e62_ce1c_4ccc_9f45_c10326078a5a -emmo:EMMO_bf106e62_ce1c_4ccc_9f45_c10326078a5a rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PowerArea'."@en . +:EMMO_bf106e62_ce1c_4ccc_9f45_c10326078a5a rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-3 L+4 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "PowerAreaUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PowerArea'."@en . ### https://w3id.org/emmo#EMMO_c0487653_66e8_454e_bb11_e50167e412e4 -emmo:EMMO_c0487653_66e8_454e_bb11_e50167e412e4 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'QuarticElectricDipoleMomentPerCubicEnergy'."@en . +:EMMO_c0487653_66e8_454e_bb11_e50167e412e4 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+10 L-2 M-3 I+4 Θ0 N0 J0" + ] ; + skos:prefLabel "QuarticElectricDipoleMomentPerCubicEnergyUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'QuarticElectricDipoleMomentPerCubicEnergy'."@en . ### https://w3id.org/emmo#EMMO_c0f32e02_44d7_4c99_986e_c368d7219e4c -emmo:EMMO_c0f32e02_44d7_4c99_986e_c368d7219e4c rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-2 L+4 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MassStoppingPowerUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassStoppingPower'."@en . +:EMMO_c0f32e02_44d7_4c99_986e_c368d7219e4c rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L+4 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "MassStoppingPowerUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassStoppingPower'."@en . ### https://w3id.org/emmo#EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 -emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountPerVolumeTime'."@en . +:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L-3 M0 I0 Θ0 N+1 J0" + ] ; + skos:prefLabel "AmountPerVolumeTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountPerVolumeTime'."@en . ### https://w3id.org/emmo#EMMO_c7188d13_52e6_43f7_9b6d_aba4c161fa8f -emmo:EMMO_c7188d13_52e6_43f7_9b6d_aba4c161fa8f rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-2 L0 M0 I0 Θ+1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "TemperaturePerSquareTimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperaturePerSquareTime'."@en . +:EMMO_c7188d13_52e6_43f7_9b6d_aba4c161fa8f rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L0 M0 I0 Θ+1 N0 J0" + ] ; + skos:prefLabel "TemperaturePerSquareTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperaturePerSquareTime'."@en . ### https://w3id.org/emmo#EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f -emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Power'."@en . +:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-3 L+2 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "PowerUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Power'."@en . ### https://w3id.org/emmo#EMMO_ca54593a_6828_491b_8fda_22b0ad85e446 -emmo:EMMO_ca54593a_6828_491b_8fda_22b0ad85e446 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricMobility'."@en . +:EMMO_ca54593a_6828_491b_8fda_22b0ad85e446 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+2 L0 M-1 I+1 Θ0 N0 J0" + ] ; + skos:prefLabel "ElectricMobilityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricMobility'."@en . ### https://w3id.org/emmo#EMMO_cab2be5c_4e71_4c15_8412_adb2a7f0831a -emmo:EMMO_cab2be5c_4e71_4c15_8412_adb2a7f0831a rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricDipoleMoment'."@en . +:EMMO_cab2be5c_4e71_4c15_8412_adb2a7f0831a rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+1 L+1 M0 I+1 Θ0 N0 J0" + ] ; + skos:prefLabel "ElectricDipoleMomentUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricDipoleMoment'."@en . ### https://w3id.org/emmo#EMMO_cb77e107_43ed_4a97_bf39_03b3587404d3 -emmo:EMMO_cb77e107_43ed_4a97_bf39_03b3587404d3 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ForceArea'."@en . +:EMMO_cb77e107_43ed_4a97_bf39_03b3587404d3 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L+3 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "ForceAreaUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ForceArea'."@en . ### https://w3id.org/emmo#EMMO_cd9ad446_04f7_44ff_b9ea_ae7389574fa6 -emmo:EMMO_cd9ad446_04f7_44ff_b9ea_ae7389574fa6 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareCurrentQuarticTimePerMass'."@en . +:EMMO_cd9ad446_04f7_44ff_b9ea_ae7389574fa6 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+4 L0 M-1 I+2 Θ0 N0 J0" + ] ; + skos:prefLabel "SquareCurrentQuarticTimePerMassUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareCurrentQuarticTimePerMass'."@en . ### https://w3id.org/emmo#EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 -emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ; - skos:example "Unit for plane angle."@en ; - skos:prefLabel "LengthFractionUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Unit for quantities of dimension one that are the fraction of two lengths."@en . +:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ; + skos:example "Unit for plane angle."@en ; + skos:prefLabel "LengthFractionUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Unit for quantities of dimension one that are the fraction of two lengths."@en . ### https://w3id.org/emmo#EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 -emmo:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-1 L0 M0 I0 Θ0 N+1 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "CatalyticActivityUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'CatalyticActivity'."@en . +:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L0 M0 I0 Θ0 N+1 J0" + ] ; + skos:prefLabel "CatalyticActivityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'CatalyticActivity'."@en . ### https://w3id.org/emmo#EMMO_ceaa4c6b_f5b7_46f4_bfcd_16eb4afab945 -emmo:EMMO_ceaa4c6b_f5b7_46f4_bfcd_16eb4afab945 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L+2 M0 I0 Θ+1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AreaTemperatureUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaTemperature'."@en . +:EMMO_ceaa4c6b_f5b7_46f4_bfcd_16eb4afab945 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L+2 M0 I0 Θ+1 N0 J0" + ] ; + skos:prefLabel "AreaTemperatureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AreaTemperature'."@en . ### https://w3id.org/emmo#EMMO_cff9f930_f3f7_43c6_9228_28bf3e1ec706 -emmo:EMMO_cff9f930_f3f7_43c6_9228_28bf3e1ec706 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ThermalResistance'."@en . +:EMMO_cff9f930_f3f7_43c6_9228_28bf3e1ec706 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+3 L-2 M-1 I0 Θ+1 N0 J0" + ] ; + skos:prefLabel "ThermalResistanceUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ThermalResistance'."@en . ### https://w3id.org/emmo#EMMO_d02c92e0_99ba_4c09_b01f_0d7a7dd7b24e -emmo:EMMO_d02c92e0_99ba_4c09_b01f_0d7a7dd7b24e 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 Θ+1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "LengthTemperatureUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthTemperature'."@en . +:EMMO_d02c92e0_99ba_4c09_b01f_0d7a7dd7b24e rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L+1 M0 I0 Θ+1 N0 J0" + ] ; + skos:prefLabel "LengthTemperatureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'LengthTemperature'."@en . + + +### https://w3id.org/emmo#EMMO_d09e8aea_3fd0_4213_955d_10fc2a6f1d74 +:EMMO_d09e8aea_3fd0_4213_955d_10fc2a6f1d74 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+2 L0 M-1 I-1 Θ0 N0 J0" + ] ; + skos:prefLabel "SquareLengthPerVoltageTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareLengthPerVoltageTime'."@en . ### https://w3id.org/emmo#EMMO_d2a20142_b3a4_4d3b_a7e1_e17597e7f177 -emmo:EMMO_d2a20142_b3a4_4d3b_a7e1_e17597e7f177 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'InversePermittivity'."@en . +:EMMO_d2a20142_b3a4_4d3b_a7e1_e17597e7f177 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-4 L+3 M+1 I-2 Θ0 N0 J0" + ] ; + skos:prefLabel "InversePermittivityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'InversePermittivity'."@en . ### https://w3id.org/emmo#EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa -emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-2 L0 M+1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ForcePerLengthUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ForcePerLength'."@en . +:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L0 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "ForcePerLengthUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ForcePerLength'."@en . ### https://w3id.org/emmo#EMMO_d5b6a25a_408a_408d_aebc_e017260d885d -emmo:EMMO_d5b6a25a_408a_408d_aebc_e017260d885d rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrentPerAmountVolume'."@en . +:EMMO_d5b6a25a_408a_408d_aebc_e017260d885d rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L-3 M0 I+1 Θ0 N-1 J0" + ] ; + skos:prefLabel "ElectricCurrentPerAmountVolumeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrentPerAmountVolume'."@en . ### https://w3id.org/emmo#EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 -emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L0 M0 I+1 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricCurrentUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrent'."@en . +:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L0 M0 I+1 Θ0 N0 J0" + ] ; + skos:prefLabel "ElectricCurrentUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrent'."@en . ### https://w3id.org/emmo#EMMO_dafdcae3_f8ec_4993_8269_2c9299a75158 -emmo:EMMO_dafdcae3_f8ec_4993_8269_2c9299a75158 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T-1 L0 M0 I0 Θ+2 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "SquareTemperaturePerTimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareTemperaturePerTime'."@en . +:EMMO_dafdcae3_f8ec_4993_8269_2c9299a75158 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L0 M0 I0 Θ+2 N0 J0" + ] ; + skos:prefLabel "SquareTemperaturePerTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareTemperaturePerTime'."@en . ### https://w3id.org/emmo#EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 -emmo:EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerSquareLengthSquareTime'."@en . +:EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L-2 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "MassPerSquareLengthSquareTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassPerSquareLengthSquareTime'."@en . ### https://w3id.org/emmo#EMMO_df1d3a25_eba2_4530_9803_d82d349f4051 -emmo:EMMO_df1d3a25_eba2_4530_9803_d82d349f4051 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EnergyPerSquareMagneticFluxDensity'."@en . +:EMMO_df1d3a25_eba2_4530_9803_d82d349f4051 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+2 L+2 M-1 I+2 Θ0 N0 J0" + ] ; + skos:prefLabel "EnergyPerSquareMagneticFluxDensityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'EnergyPerSquareMagneticFluxDensity'."@en . ### https://w3id.org/emmo#EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 -emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassFlux'."@en . +:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L-2 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "MassFluxUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MassFlux'."@en . ### https://w3id.org/emmo#EMMO_e467cc3f_676c_432e_b70e_19237d1bcc78 -emmo:EMMO_e467cc3f_676c_432e_b70e_19237d1bcc78 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'IlluminanceTime'."@en . +:EMMO_e467cc3f_676c_432e_b70e_19237d1bcc78 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+1 L-2 M0 I0 Θ0 N0 J+1" + ] ; + skos:prefLabel "IlluminanceTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'IlluminanceTime'."@en . ### https://w3id.org/emmo#EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b -emmo:EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L0 M0 I0 Θ0 N+1 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AmountUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Amount'."@en . +:EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L0 M0 I0 Θ0 N+1 J0" + ] ; + skos:prefLabel "AmountUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Amount'."@en . ### https://w3id.org/emmo#EMMO_e55d4f6d_2506_4f63_8e01_1963efe7071e -emmo:EMMO_e55d4f6d_2506_4f63_8e01_1963efe7071e rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L+5 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "SectionAreaIntegralUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SectionAreaIntegral'."@en . +:EMMO_e55d4f6d_2506_4f63_8e01_1963efe7071e rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L+5 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "SectionAreaIntegralUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SectionAreaIntegral'."@en . ### https://w3id.org/emmo#EMMO_e6110006_88b9_45cd_9f9c_a2a91c0c21f8 -emmo:EMMO_e6110006_88b9_45cd_9f9c_a2a91c0c21f8 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricChargePerAmount'."@en . +:EMMO_e6110006_88b9_45cd_9f9c_a2a91c0c21f8 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+1 L0 M0 I+1 Θ0 N-1 J0" + ] ; + skos:prefLabel "ElectricChargePerAmountUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricChargePerAmount'."@en . ### https://w3id.org/emmo#EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 -emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 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 I+1 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "MagneticFieldStrengthUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticFieldStrength'."@en . +:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L-1 M0 I+1 Θ0 N0 J0" + ] ; + skos:prefLabel "MagneticFieldStrengthUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticFieldStrength'."@en . ### https://w3id.org/emmo#EMMO_e7bc8939_7ff8_4917_beb5_c42730b390f3 -emmo:EMMO_e7bc8939_7ff8_4917_beb5_c42730b390f3 rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ; - skos:example "Unit for refractive index."@en ; - skos:prefLabel "SpeedFractionUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Unit for quantities of dimension one that are the fraction of two speeds."@en . +:EMMO_e7bc8939_7ff8_4917_beb5_c42730b390f3 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ; + skos:example "Unit for refractive index."@en ; + skos:prefLabel "SpeedFractionUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Unit for quantities of dimension one that are the fraction of two speeds."@en . ### https://w3id.org/emmo#EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 -emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L-3 M0 I0 Θ0 N+1 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "AmountConcentrationUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountConcentration'."@en . +:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L-3 M0 I0 Θ0 N+1 J0" + ] ; + skos:prefLabel "AmountConcentrationUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'AmountConcentration'."@en . ### https://w3id.org/emmo#EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 -emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricFieldStrength'."@en . +:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-3 L+1 M+1 I-1 Θ0 N0 J0" + ] ; + skos:prefLabel "ElectricFieldStrengthUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricFieldStrength'."@en . ### https://w3id.org/emmo#EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5 -emmo:EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticFluxDensity'."@en . +:EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L0 M+1 I-1 Θ0 N0 J0" + ] ; + skos:prefLabel "MagneticFluxDensityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'MagneticFluxDensity'."@en . ### https://w3id.org/emmo#EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 -emmo:EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Momentum'."@en . +:EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-1 L+1 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "MomentumUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Momentum'."@en . ### https://w3id.org/emmo#EMMO_ed7dd267_e2ee_4565_8117_e5c1eafa3e66 -emmo:EMMO_ed7dd267_e2ee_4565_8117_e5c1eafa3e66 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L0 M0 I+1 Θ-1 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "ElectricCurrentPerTemperatureUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrentPerTemperature'."@en . +:EMMO_ed7dd267_e2ee_4565_8117_e5c1eafa3e66 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L0 M0 I+1 Θ-1 N0 J0" + ] ; + skos:prefLabel "ElectricCurrentPerTemperatureUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrentPerTemperature'."@en . ### https://w3id.org/emmo#EMMO_f2c1a072_4ccb_46c4_a0f8_ac801d328d0f -emmo:EMMO_f2c1a072_4ccb_46c4_a0f8_ac801d328d0f rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T+2 L0 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "SquareTimeUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareTime'."@en . +:EMMO_f2c1a072_4ccb_46c4_a0f8_ac801d328d0f rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+2 L0 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "SquareTimeUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareTime'."@en . ### https://w3id.org/emmo#EMMO_f508dec1_e2d8_43d5_ae65_c386c7b330f9 -emmo:EMMO_f508dec1_e2d8_43d5_ae65_c386c7b330f9 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T+2 L0 M-1 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "SquareTimePerMassUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareTimePerMass'."@en . +:EMMO_f508dec1_e2d8_43d5_ae65_c386c7b330f9 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+2 L0 M-1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "SquareTimePerMassUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareTimePerMass'."@en . ### https://w3id.org/emmo#EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f -emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Energy'."@en . +:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L+2 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "EnergyUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Energy'."@en . ### https://w3id.org/emmo#EMMO_f6fac54d_6b6d_4255_b217_4363a83f1834 -emmo:EMMO_f6fac54d_6b6d_4255_b217_4363a83f1834 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperaturePerMagneticFluxDensity'."@en . +:EMMO_f6fac54d_6b6d_4255_b217_4363a83f1834 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T+2 L0 M-1 I+1 Θ+1 N0 J0" + ] ; + skos:prefLabel "TemperaturePerMagneticFluxDensityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'TemperaturePerMagneticFluxDensity'."@en . ### https://w3id.org/emmo#EMMO_f76f5a24_d703_4e8c_b368_f9a7777cb73a -emmo:EMMO_f76f5a24_d703_4e8c_b368_f9a7777cb73a rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ; - skos:example "Unit for amount fraction."@en ; - skos:prefLabel "AmountFractionUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Unit for quantities of dimension one that are the fraction of two amount of substance."@en . +:EMMO_f76f5a24_d703_4e8c_b368_f9a7777cb73a rdf:type owl:Class ; + rdfs:subClassOf :EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ; + skos:example "Unit for amount fraction."@en ; + skos:prefLabel "AmountFractionUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Unit for quantities of dimension one that are the fraction of two amount of substance."@en . ### https://w3id.org/emmo#EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185 -emmo:EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Permeability'."@en . +:EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-2 L+1 M+1 I-2 Θ0 N0 J0" + ] ; + skos:prefLabel "PermeabilityUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'Permeability'."@en . ### https://w3id.org/emmo#EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c -emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PressurePerTime'."@en . +:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-3 L-1 M+1 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "PressurePerTimeUnit"@en ; + :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 . +:EMMO_fee2a014_3322_48f9_91ab_d947a6e54556 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T0 L-1 M0 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "PerLengthUnit"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'PerLength'."@en . ### https://w3id.org/emmo#EMMO_ffbacbc4_c3be_4cc5_9539_94344e72f7a6 -emmo:EMMO_ffbacbc4_c3be_4cc5_9539_94344e72f7a6 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - 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 ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquarePressurePerSquareTime'."@en . - - -### https://w3id.org/emmo/disciplines/units/sidimensionalunits#EMMO_3c38a8b4_ed07_4185_8d9b_b57b9130c537 -:EMMO_3c38a8b4_ed07_4185_8d9b_b57b9130c537 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; - owl:hasValue "T0 L-4 M0 I0 Θ0 N0 J0" - ] ; - rdfs:subClassOf emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ; - skos:prefLabel "PerQuarticLengthUnit"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with physical dimensionality per length to the power of four."@en . +:EMMO_ffbacbc4_c3be_4cc5_9539_94344e72f7a6 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ; + owl:hasValue "T-6 L-2 M+2 I0 Θ0 N0 J0" + ] ; + skos:prefLabel "SquarePressurePerSquareTimeUnit"@en ; + :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 +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/siunits.ttl b/disciplines/units/siunits.ttl index f0659e7e..aad593f1 100644 --- a/disciplines/units/siunits.ttl +++ b/disciplines/units/siunits.ttl @@ -9,24 +9,24 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - ; + 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 other SI units goes into one of the following modules: - prefixedsiunits: SI units made of a metric prefix and a SI base, derived or accepted unit. Examples: km, mg... - coherentsiunits: Coherent SI-units. Products of integer powers of the base and derived SI units. Examples: A/J, Nm, m³, ... - noncoherentsiunits: Non-coherent SI-units whos numerical factor in front of the product of base SI units is NOT equal to one. This include all SI-units not included in the modules above. Examples: g, mg/s..."""@en ; - dcterms:contributor , - ; - dcterms:creator , - ; + dcterms:contributor :GerhardGoldbeck , + :SimonClark ; + dcterms:creator :EmanueleGhedini , + :JesperFriis ; 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" ; + owl:versionInfo "1.0.0-rc3" ; :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# @@ -94,7 +94,7 @@ All other SI units goes into one of the following modules: :Ampere rdf:type owl:Class ; rdfs:subClassOf :EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "A" ] ; skos:prefLabel "Ampere"@en ; @@ -111,7 +111,7 @@ All other SI units goes into one of the following modules: :Becquerel rdf:type owl:Class ; rdfs:subClassOf :EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Bq" ] ; skos:prefLabel "Becquerel"@en ; @@ -132,7 +132,7 @@ All other SI units goes into one of the following modules: :Candela rdf:type owl:Class ; rdfs:subClassOf :EMMO_14ff4393_0f28_4fb4_abc7_c2cc00bc761d , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "cd" ] ; skos:prefLabel "Candela"@en ; @@ -149,7 +149,7 @@ All other SI units goes into one of the following modules: :Coulomb rdf:type owl:Class ; rdfs:subClassOf :EMMO_ab79e92b_5377_454d_be06_d61b50db295a , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "C" ] ; skos:prefLabel "Coulomb"@en ; @@ -169,7 +169,7 @@ All other SI units goes into one of the following modules: :DegreeCelsius rdf:type owl:Class ; rdfs:subClassOf :EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "°C" ] ; skos:prefLabel "DegreeCelsius"@en ; @@ -188,7 +188,7 @@ All other SI units goes into one of the following modules: ### https://w3id.org/emmo#EMMO_03d2c71b_0276_45d7_a847_7cd164cb7d45 :EMMO_03d2c71b_0276_45d7_a847_7cd164cb7d45 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "c" ] , [ rdf:type owl:Restriction ; @@ -216,7 +216,7 @@ All other SI units goes into one of the following modules: ### https://w3id.org/emmo#EMMO_117d3e39_de3e_46f5_9744_b4a28d9fc83e :EMMO_117d3e39_de3e_46f5_9744_b4a28d9fc83e rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "G" ] , [ rdf:type owl:Restriction ; @@ -272,6 +272,13 @@ kg/m^3""" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"deca\" (10)."@en . +### https://w3id.org/emmo#EMMO_1e85f9fa_ded6_4856_81be_ccca3c474314 +:EMMO_1e85f9fa_ded6_4856_81be_ccca3c474314 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_d41ce84b_4317_41fb_a5d1_6cd281fca106 ; + rdfs:comment "A SI base unit or SI derived unit with a metric prefix."@en ; + skos:prefLabel "SIMetricPrefixedUnit"@en . + + ### https://w3id.org/emmo#EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704 :EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704 rdf:type owl:Class ; owl:disjointUnionOf ( :EMMO_1d8b370b_c672_4d0c_964e_eaafcbf2f51f @@ -363,7 +370,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_2b243e59_3a2a_412e_9a58_81d1e5c92fbe :EMMO_2b243e59_3a2a_412e_9a58_81d1e5c92fbe rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "p" ] , [ rdf:type owl:Restriction ; @@ -376,6 +383,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_32129fb5_df25_48fd_a29c_18a2f22a2dd5 :EMMO_32129fb5_df25_48fd_a29c_18a2f22a2dd5 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_216f448e_cdbc_4aeb_a529_7a5fe7fc38bb ; owl:disjointUnionOf ( :EMMO_3a185e6c_9e19_4776_b583_19c978156aa0 :EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ) ; @@ -393,7 +401,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_33fe9747_d66f_4f88_b2c1_951279dbca59 :EMMO_33fe9747_d66f_4f88_b2c1_951279dbca59 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "T" ] , [ rdf:type owl:Restriction ; @@ -437,7 +445,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_3f2d29d9_6d27_43bd_a1bc_85475eae98be :EMMO_3f2d29d9_6d27_43bd_a1bc_85475eae98be rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "E" ] , [ rdf:type owl:Restriction ; @@ -498,7 +506,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_49adf406_5c8f_498a_8c90_e4974e9e6d11 :EMMO_49adf406_5c8f_498a_8c90_e4974e9e6d11 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "m" ] , [ rdf:type owl:Restriction ; @@ -512,7 +520,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_4bc07644_8301_4aed_b21c_823f99b08d1a :EMMO_4bc07644_8301_4aed_b21c_823f99b08d1a rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "h" ] , [ rdf:type owl:Restriction ; @@ -526,7 +534,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_4db5c662_b065_49e4_96eb_826699fa8048 :EMMO_4db5c662_b065_49e4_96eb_826699fa8048 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "z" ] , [ rdf:type owl:Restriction ; @@ -540,7 +548,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_556e27cd_fef1_41c9_824a_dd78980062b5 :EMMO_556e27cd_fef1_41c9_824a_dd78980062b5 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "q" ] , [ rdf:type owl:Restriction ; @@ -591,7 +599,8 @@ kg/m^3""" ; ### 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 ; + rdfs:subClassOf :EMMO_08b308d4_31cd_4779_a784_aa92fc730f39 , + :EMMO_feb03a8a_bbb6_4918_a891_46713ef557f4 ; skos:example "cm/s" ; 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 . @@ -600,7 +609,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_68a031ba_abf5_4859_b84c_32977f029908 :EMMO_68a031ba_abf5_4859_b84c_32977f029908 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "k" ] , [ rdf:type owl:Restriction ; @@ -614,7 +623,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_6da1b965_768c_4cf0_8873_44f2035133ba :EMMO_6da1b965_768c_4cf0_8873_44f2035133ba rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "μ" ] , [ rdf:type owl:Restriction ; @@ -627,6 +636,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_707c6032_e272_4a20_98b5_d35c4f67be68 :EMMO_707c6032_e272_4a20_98b5_d35c4f67be68 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_feb03a8a_bbb6_4918_a891_46713ef557f4 ; owl:disjointUnionOf ( :EMMO_1273eb34_de48_43a9_925f_104110469dd2 :EMMO_3a185e6c_9e19_4776_b583_19c978156aa0 :EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b @@ -653,7 +663,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_7abfbbc4_ce7b_4611_b731_1b5b8bd2bbc0 :EMMO_7abfbbc4_ce7b_4611_b731_1b5b8bd2bbc0 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "y" ] , [ rdf:type owl:Restriction ; @@ -667,7 +677,7 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_7fd8ec39_1c4b_4ff3_9bc8_0bf3c27e2db0 :EMMO_7fd8ec39_1c4b_4ff3_9bc8_0bf3c27e2db0 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "f" ] , [ rdf:type owl:Restriction ; @@ -680,8 +690,8 @@ kg/m^3""" ; ### https://w3id.org/emmo#EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 :EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 rdf:type owl:Class ; - owl:disjointUnionOf ( :EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 - :EMMO_1e85f9fa_ded6_4856_81be_ccca3c474314 + owl:disjointUnionOf ( :EMMO_1e85f9fa_ded6_4856_81be_ccca3c474314 + :EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ) ; skos:prefLabel "SINonCoherentUnit"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An SI unit whos numerical factor in front of the product of base SI units is NOT equal to one."@en ; @@ -695,7 +705,7 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' ### https://w3id.org/emmo#EMMO_85ee9154_5a3e_482e_aa37_c617ff1947ff :EMMO_85ee9154_5a3e_482e_aa37_c617ff1947ff rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "M" ] , [ rdf:type owl:Restriction ; @@ -709,7 +719,7 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' ### https://w3id.org/emmo#EMMO_890856a3_3eb4_471e_a54a_65031bee30f4 :EMMO_890856a3_3eb4_471e_a54a_65031bee30f4 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "d" ] , [ rdf:type owl:Restriction ; @@ -782,7 +792,7 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' ### https://w3id.org/emmo#EMMO_aef1144d_41bd_4189_be5c_d849204b3708 :EMMO_aef1144d_41bd_4189_be5c_d849204b3708 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "R" ] , [ rdf:type owl:Restriction ; @@ -796,7 +806,7 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' ### https://w3id.org/emmo#EMMO_afb29c1a_eba4_4ba7_b6a1_62e9023c94ec :EMMO_afb29c1a_eba4_4ba7_b6a1_62e9023c94ec rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "n" ] , [ rdf:type owl:Restriction ; @@ -830,7 +840,7 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' ### https://w3id.org/emmo#EMMO_cb3f4298_5895_4272_be63_42dd246cc10c :EMMO_cb3f4298_5895_4272_be63_42dd246cc10c rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Y" ] , [ rdf:type owl:Restriction ; @@ -855,7 +865,7 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' ### https://w3id.org/emmo#EMMO_d7c74480_a568_4470_acff_f18b499cc850 :EMMO_d7c74480_a568_4470_acff_f18b499cc850 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "P" ] , [ rdf:type owl:Restriction ; @@ -883,7 +893,7 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' ### https://w3id.org/emmo#EMMO_dabcbe7d_db82_4445_889b_ae4d76964ea0 :EMMO_dabcbe7d_db82_4445_889b_ae4d76964ea0 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Q" ] , [ rdf:type owl:Restriction ; @@ -897,7 +907,7 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' ### https://w3id.org/emmo#EMMO_e07a252a_6913_49d6_9038_37a258b2d95e :EMMO_e07a252a_6913_49d6_9038_37a258b2d95e rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "da" ] , [ rdf:type owl:Restriction ; @@ -940,7 +950,7 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' ### https://w3id.org/emmo#EMMO_e9722f13_947c_444e_82ef_1ce045f6637c :EMMO_e9722f13_947c_444e_82ef_1ce045f6637c rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "a" ] , [ rdf:type owl:Restriction ; @@ -1000,7 +1010,7 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' ### https://w3id.org/emmo#EMMO_fbc2549b_9108_467a_a573_de48eb45cc4a :EMMO_fbc2549b_9108_467a_a573_de48eb45cc4a rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "r" ] , [ rdf:type owl:Restriction ; @@ -1014,7 +1024,7 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' ### https://w3id.org/emmo#EMMO_fbf7da6f_04bb_4c8e_abbf_e4048d6a5e73 :EMMO_fbf7da6f_04bb_4c8e_abbf_e4048d6a5e73 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Z" ] , [ rdf:type owl:Restriction ; @@ -1029,10 +1039,10 @@ where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' :EMMO_feb03a8a_bbb6_4918_a891_46713ef557f4 rdf:type owl:Class ; rdfs:subClassOf :EMMO_3eb993a1_61ae_4a20_b168_dda853f51c14 ; owl:disjointUnionOf ( :EMMO_1273eb34_de48_43a9_925f_104110469dd2 + :EMMO_1e85f9fa_ded6_4856_81be_ccca3c474314 :EMMO_3a185e6c_9e19_4776_b583_19c978156aa0 :EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 :EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b - :EMMO_1e85f9fa_ded6_4856_81be_ccca3c474314 ) ; 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). @@ -1046,7 +1056,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Farad rdf:type owl:Class ; rdfs:subClassOf :EMMO_b14d9be5_f81e_469b_abca_379c2e83feab , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "F" ] ; rdfs:comment "Measurement unit for electric capacitance."@en ; @@ -1066,7 +1076,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Gray rdf:type owl:Class ; rdfs:subClassOf :EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Gy" ] ; skos:prefLabel "Gray"@en ; @@ -1086,7 +1096,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Henry rdf:type owl:Class ; rdfs:subClassOf :EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "H" ] ; skos:prefLabel "Henry"@en ; @@ -1107,7 +1117,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Hertz rdf:type owl:Class ; rdfs:subClassOf :EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Hz" ] ; skos:prefLabel "Hertz"@en ; @@ -1126,7 +1136,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Joule rdf:type owl:Class ; rdfs:subClassOf :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "J" ] ; skos:prefLabel "Joule"@en ; @@ -1146,7 +1156,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Katal rdf:type owl:Class ; rdfs:subClassOf :EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "kat" ] ; skos:prefLabel "Katal"@en ; @@ -1166,7 +1176,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Kelvin rdf:type owl:Class ; rdfs:subClassOf :EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "K" ] ; skos:prefLabel "Kelvin"@en ; @@ -1183,7 +1193,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Kilogram rdf:type owl:Class ; rdfs:subClassOf :EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "kg" ] ; skos:altLabel "Kilogram"@en ; @@ -1201,7 +1211,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Lumen rdf:type owl:Class ; rdfs:subClassOf :EMMO_14ff4393_0f28_4fb4_abc7_c2cc00bc761d , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "lm" ] ; skos:prefLabel "Lumen"@en ; @@ -1221,7 +1231,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Lux rdf:type owl:Class ; rdfs:subClassOf :EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "lx" ] ; skos:prefLabel "Lux"@en ; @@ -1241,7 +1251,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Metre rdf:type owl:Class ; rdfs:subClassOf :EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "m" ] ; skos:altLabel "Meter"@en-us ; @@ -1259,7 +1269,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Mole rdf:type owl:Class ; rdfs:subClassOf :EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "mol" ] ; skos:prefLabel "Mole"@en ; @@ -1276,7 +1286,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Newton rdf:type owl:Class ; rdfs:subClassOf :EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "N" ] ; skos:prefLabel "Newton"@en ; @@ -1296,7 +1306,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Ohm rdf:type owl:Class ; rdfs:subClassOf :EMMO_7610efb8_c7c6_4684_abc1_774783c62472 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Ω" ] ; skos:prefLabel "Ohm"@en ; @@ -1314,7 +1324,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Pascal rdf:type owl:Class ; rdfs:subClassOf :EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Pa" ] ; skos:prefLabel "Pascal"@en ; @@ -1334,7 +1344,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Radian rdf:type owl:Class ; rdfs:subClassOf :EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "rad" ] ; rdfs:comment "Dimensionless measurement unit for plane angle."@en ; @@ -1352,7 +1362,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Second rdf:type owl:Class ; rdfs:subClassOf :EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "s" ] ; skos:prefLabel "Second"@en ; @@ -1369,7 +1379,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Siemens rdf:type owl:Class ; rdfs:subClassOf :EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "S" ] ; skos:prefLabel "Siemens"@en ; @@ -1388,7 +1398,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Sievert rdf:type owl:Class ; rdfs:subClassOf :EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Sv" ] ; skos:prefLabel "Sievert"@en ; @@ -1409,7 +1419,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Steradian rdf:type owl:Class ; rdfs:subClassOf :EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "sr" ] ; skos:prefLabel "Steradian"@en ; @@ -1426,7 +1436,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Tesla rdf:type owl:Class ; rdfs:subClassOf :EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5 , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "T" ] ; skos:prefLabel "Tesla"@en ; @@ -1438,7 +1448,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@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. -- QUDT"""@en , - "T = V·s·m⁻² = N/(A·m) = Wb/m" ; + "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" . @@ -1447,7 +1457,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Volt rdf:type owl:Class ; rdfs:subClassOf :EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "V" ] ; skos:prefLabel "Volt"@en ; @@ -1465,7 +1475,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Watt rdf:type owl:Class ; rdfs:subClassOf :EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "W" ] ; skos:prefLabel "Watt"@en ; @@ -1485,7 +1495,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :Weber rdf:type owl:Class ; rdfs:subClassOf :EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty :EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Wb" ] ; skos:prefLabel "Weber"@en ; @@ -1499,14 +1509,7 @@ https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.W06666" . -### https://w3id.org/emmo/disciplines/units/siunits#EMMO_1e85f9fa_ded6_4856_81be_ccca3c474314 -:EMMO_1e85f9fa_ded6_4856_81be_ccca3c474314 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_d41ce84b_4317_41fb_a5d1_6cd281fca106 ; - rdfs:comment "A SI base unit or SI derived unit with a metric prefix."@en ; - skos:prefLabel "SIMetricPrefixedUnit"@en . - - [ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/specialunits.ttl b/disciplines/units/specialunits.ttl index d2b38ea0..f6e89548 100644 --- a/disciplines/units/specialunits.ttl +++ b/disciplines/units/specialunits.ttl @@ -10,16 +10,16 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; + owl:versionIRI ; + owl:imports ; dcterms:abstract """The module 'specialunits' contain non-SI special units. Examples: Day, Week, Bar, Inch, ... Note that this module is not complete and may be extended with more units over time."""@en ; - dcterms:contributor , - , - ; - dcterms:creator , - ; + dcterms:contributor :FrancescaBleken , + :GerhardGoldbeck , + :SimonClark ; + dcterms:creator :JesperFriis , + :EmanueleGhedini ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Non-SI special units"@en ; @@ -27,7 +27,7 @@ Note that this module is not complete and may be extended with more units over t 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-rc3" ; :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# @@ -91,7 +91,7 @@ emmo:Angstrom rdf:type owl:Class ; emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Å" ] , [ rdf:type owl:Restriction ; @@ -151,7 +151,7 @@ emmo:Ban rdf:type owl:Class ; emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , emmo:EMMO_972e01b0_b017_4903_8c05_b7edda958723 , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Ban" ] , [ rdf:type owl:Restriction ; @@ -376,7 +376,7 @@ emmo:Byte rdf:type owl:Class ; emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "B" ] , [ rdf:type owl:Restriction ; diff --git a/disciplines/units/unclassifiedunits.ttl b/disciplines/units/unclassifiedunits.ttl index 902115f8..47407226 100644 --- a/disciplines/units/unclassifiedunits.ttl +++ b/disciplines/units/unclassifiedunits.ttl @@ -10,17 +10,17 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - ; + 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 , - , - , - , + dcterms:contributor :FrancescaBleken , + :GerhardGoldbeck , + :SimonClark , + :AdhamHashibon , ; - dcterms:creator , - ; + dcterms:creator :JesperFriis , + :EmanueleGhedini ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Unclassified units"@en ; @@ -28,7 +28,7 @@ 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-rc3" ; emmo:EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# @@ -12473,7 +12473,7 @@ emmo:MilliTorr rdf:type owl:Class ; ### https://w3id.org/emmo#Pebi emmo:Pebi rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Pi" ] , [ rdf:type owl:Restriction ; @@ -12543,7 +12543,7 @@ emmo:PetaByte rdf:type owl:Class ; ### https://w3id.org/emmo#Tebi emmo:Tebi rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Ti" ] , [ rdf:type owl:Restriction ; @@ -12613,7 +12613,7 @@ emmo:TeraByte rdf:type owl:Class ; ### https://w3id.org/emmo#Yobi emmo:Yobi rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Yi" ] , [ rdf:type owl:Restriction ; @@ -12626,7 +12626,7 @@ emmo:Yobi rdf:type owl:Class ; ### https://w3id.org/emmo#Zebi emmo:Zebi rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ; owl:hasValue "Zi" ] , [ rdf:type owl:Restriction ; diff --git a/disciplines/units/units.ttl b/disciplines/units/units.ttl index ba5106ba..e71b5572 100644 --- a/disciplines/units/units.ttl +++ b/disciplines/units/units.ttl @@ -9,17 +9,17 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - , - , - , - , - , - , - , - , - ; + owl:versionIRI ; + owl:imports , + , + , + , + , + , + , + , + , + . dcterms:abstract """A module that collects all units defined by EMMO. EMMO organises the units in the following set of modules: @@ -43,20 +43,20 @@ EMMO organises the units in the following set of modules: - unclassifiedunits: Units copied from QUDT that has not yet been classified in one of the above modules. - deprecated: Units classes that have been deprecated - typically because of change of IRI. """@en ; - dcterms:contributor , - ; - dcterms:creator , - ; + dcterms:contributor :GerhardGoldbeck , + :SimonClark ; + dcterms:creator :JesperFriis , + :EmanueleGhedini ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "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" ; + owl:versionInfo "1.0.0-rc3" ; :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . # Currently not imported by default -# , +# , ### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/unitsextension.ttl b/disciplines/units/unitsextension.ttl index b333fc80..6ad82a37 100644 --- a/disciplines/units/unitsextension.ttl +++ b/disciplines/units/unitsextension.ttl @@ -10,16 +10,16 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; + owl:versionIRI ; + owl:imports ; dcterms:abstract "The module 'unitsextension' defines non-prefixed units that are not included in the 'siumits' module."@en ; - dcterms:contributor , - , + dcterms:contributor :AdhamHashibon , + :FrancescaBleken , , - , - ; - dcterms:creator , - ; + :GerhardGoldbeck , + :SimonClark ; + dcterms:creator :EmanueleGhedini , + :JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Units extension"@en ; @@ -28,7 +28,7 @@ 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-rc3" . ################################################################# # Classes diff --git a/doc/_static/conf.py b/doc/_static/conf.py index 15315788..6773f78c 100644 --- a/doc/_static/conf.py +++ b/doc/_static/conf.py @@ -11,7 +11,7 @@ project = 'EMMO' copyright = '2024, EMMC' author = 'E. Ghedini, G. Goldbeck, J. Friis, A. Hashibon, G.J. Schmitz' -release = '1.0.0-rc1' +release = '1.0.0-rc3' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/doc/figs/Arrangement-1D.png b/doc/figs/Arrangement-1D.png new file mode 100644 index 00000000..f8825f41 Binary files /dev/null and b/doc/figs/Arrangement-1D.png differ diff --git a/doc/figs/Arrangement-2D.png b/doc/figs/Arrangement-2D.png new file mode 100644 index 00000000..f485423f Binary files /dev/null and b/doc/figs/Arrangement-2D.png differ diff --git a/doc/figs/Arrangement-2Dhex.png b/doc/figs/Arrangement-2Dhex.png new file mode 100644 index 00000000..b1c05a68 Binary files /dev/null and b/doc/figs/Arrangement-2Dhex.png differ diff --git a/doc/figs/Arrangement-3D.png b/doc/figs/Arrangement-3D.png new file mode 100644 index 00000000..5d3daf79 Binary files /dev/null and b/doc/figs/Arrangement-3D.png differ diff --git a/doc/figs/BeginTile.png b/doc/figs/BeginTile.png new file mode 100644 index 00000000..42f5e8ca Binary files /dev/null and b/doc/figs/BeginTile.png differ diff --git a/doc/figs/EndTile.png b/doc/figs/EndTile.png new file mode 100644 index 00000000..31f03be4 Binary files /dev/null and b/doc/figs/EndTile.png differ diff --git a/doc/figs/IterativeStep.png b/doc/figs/IterativeStep.png new file mode 100644 index 00000000..d789da29 Binary files /dev/null and b/doc/figs/IterativeStep.png differ diff --git a/doc/figs/JunctionTile.png b/doc/figs/JunctionTile.png new file mode 100644 index 00000000..4090049b Binary files /dev/null and b/doc/figs/JunctionTile.png differ diff --git a/doc/figs/ParallelWorkflow.png b/doc/figs/ParallelWorkflow.png new file mode 100644 index 00000000..4794f839 Binary files /dev/null and b/doc/figs/ParallelWorkflow.png differ diff --git a/doc/figs/PureParallelWorkflow.png b/doc/figs/PureParallelWorkflow.png new file mode 100644 index 00000000..f1b44407 Binary files /dev/null and b/doc/figs/PureParallelWorkflow.png differ diff --git a/doc/figs/SerialWorkflow.png b/doc/figs/SerialWorkflow.png new file mode 100644 index 00000000..447b96e1 Binary files /dev/null and b/doc/figs/SerialWorkflow.png differ diff --git a/doc/figs/SpatialSequence.png b/doc/figs/SpatialSequence.png new file mode 100644 index 00000000..606a5967 Binary files /dev/null and b/doc/figs/SpatialSequence.png differ diff --git a/doc/figs/SpatialTile.png b/doc/figs/SpatialTile.png new file mode 100644 index 00000000..2ea89db2 Binary files /dev/null and b/doc/figs/SpatialTile.png differ diff --git a/doc/figs/TemporalTile.png b/doc/figs/TemporalTile.png new file mode 100644 index 00000000..5a0b9df0 Binary files /dev/null and b/doc/figs/TemporalTile.png differ diff --git a/doc/figs/ThroughTile.png b/doc/figs/ThroughTile.png new file mode 100644 index 00000000..fbca59e2 Binary files /dev/null and b/doc/figs/ThroughTile.png differ diff --git a/domain/catalog-v001.xml b/domain/catalog-v001.xml index 9c8df73d..b75995b5 100644 --- a/domain/catalog-v001.xml +++ b/domain/catalog-v001.xml @@ -2,56 +2,57 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - + + + diff --git a/domain/domain.ttl b/domain/domain.ttl index 6c8b23b5..b8976ac3 100644 --- a/domain/domain.ttl +++ b/domain/domain.ttl @@ -9,23 +9,23 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - , - , - , - ; + owl:versionIRI ; + owl:imports , + , + , + , + ; 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:creator , - , + dcterms:creator :AdhamHashibon , + :EmanueleGhedini , , - , - ; + :GerhardGoldbeck , + :JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Domain"@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" . + owl:versionInfo "1.0.0-rc3" . ### 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 7f4ecb6d..bb24523b 100644 --- a/domain/simulation.ttl +++ b/domain/simulation.ttl @@ -9,18 +9,18 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - ; + owl:versionIRI ; + 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:creator , - , + dcterms:creator :AdhamHashibon , + :EmanueleGhedini , , - , - ; + :GerhardGoldbeck , + :JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Models"@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" . + owl:versionInfo "1.0.0-rc3" . diff --git a/domain/todo/chemicalkinetics.ttl b/domain/todo/chemicalkinetics.ttl index 76823d78..d90eb78c 100644 --- a/domain/todo/chemicalkinetics.ttl +++ b/domain/todo/chemicalkinetics.ttl @@ -9,8 +9,8 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports . + owl:versionIRI ; + owl:imports . ################################################################# # Classes diff --git a/domain/todo/commonmaterials.ttl b/domain/todo/commonmaterials.ttl index c3dfe119..2b5973c0 100644 --- a/domain/todo/commonmaterials.ttl +++ b/domain/todo/commonmaterials.ttl @@ -9,8 +9,8 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; + owl:versionIRI ; + owl:imports ; dcterms:abstract """An example EMMO-based domain ontology including some common materials classes. The intension is to serve as an example of how domain ontology developers can extend the materials branch."""@en ; @@ -19,11 +19,11 @@ 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 , - , + dcterms:creator :AdhamHashibon , + :EmanueleGhedini , , - , - ; + :GerhardGoldbeck , + :JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Common materials"@en ; @@ -36,7 +36,7 @@ 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" . + owl:versionInfo "1.0.0-rc3" . ################################################################# # Classes diff --git a/domain/todo/commonperceptual.ttl b/domain/todo/commonperceptual.ttl index fa167854..c212c9d8 100644 --- a/domain/todo/commonperceptual.ttl +++ b/domain/todo/commonperceptual.ttl @@ -9,8 +9,8 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; + owl:versionIRI ; + owl:imports ; dcterms:abstract """An example EMMO-based domain ontology including some common perceptual classes. The intension is to serve as an example of how domain ontology developers can extend the perceptual branch."""@en ; @@ -19,11 +19,11 @@ 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 , - , + dcterms:creator :AdhamHashibon , + :EmanueleGhedini , , - , - ; + :GerhardGoldbeck , + :JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Common perceptual"@en ; @@ -36,7 +36,7 @@ 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" . + owl:versionInfo "1.0.0-rc3" . ################################################################# # Classes diff --git a/domain/todo/simdome.ttl b/domain/todo/simdome.ttl index e76d40d5..27fe7c6b 100644 --- a/domain/todo/simdome.ttl +++ b/domain/todo/simdome.ttl @@ -8,8 +8,8 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports . + owl:versionIRI ; + owl:imports . ################################################################# # Object Properties diff --git a/emmo-full.ttl b/emmo-full.ttl index 4a57c669..4d94d724 100644 --- a/emmo-full.ttl +++ b/emmo-full.ttl @@ -9,32 +9,32 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports - , - , - , - , - , - , - , + , + , + , + , + , + , + , # deprecated... - , - ; + , + ; dcterms:abstract "This module provide a full version of EMMO, including additional mereocausal concepts and non-SI units."@en ; - dcterms:contributor , - , - , - , - ; - dcterms:creator , - , - , - , + dcterms:contributor :GeorgSchmitz , + :FrancescoZaccarini , + :FrancescaBleken , + :SimonClark , + :OtelloRoscioni ; + dcterms:creator :JesperFriis , + :GerhardGoldbeck , + :AdhamHashibon , + :EmanueleGhedini , ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "EMMO-full"@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" ; + owl:versionInfo "1.0.0-rc3" ; :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . diff --git a/emmo-mlo.ttl b/emmo-mlo.ttl index d40ff02f..b877b529 100644 --- a/emmo-mlo.ttl +++ b/emmo-mlo.ttl @@ -9,8 +9,8 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; + owl:versionIRI ; + owl:imports ; dcterms:abstract """Elementary Multiperspective Material Ontology (EMMO) EMMO is a multidisciplinary effort to develop a standard representational framework (the ontology) based on current materials modelling knowledge, including physical sciences, analytical philosophy and information and communication technologies. @@ -18,16 +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:creator , - , + dcterms:creator :AdhamHashibon , + :EmanueleGhedini , , - , - ; + :GerhardGoldbeck , + :JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Elementary Multiperspective Material 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" . + owl:versionInfo "1.0.0-rc3" . ### 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 c1c6fe42..82ba2087 100644 --- a/emmo-tlo.ttl +++ b/emmo-tlo.ttl @@ -9,25 +9,25 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; - dcterms:abstract """Elementary Multiperspective Material Ontology (EMMO) + owl:versionIRI ; + owl:imports ; + dcterms:abstract """Elementary Multiperspective Material Ontology (EMMO) EMMO is a multidisciplinary effort to develop a standard representational framework (the ontology) based on current materials modelling knowledge, including physical sciences, analytical philosophy and information and communication technologies. 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:creator , - , - , - , - ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher ; - dcterms:title "Elementary Multiperspective Material 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" . + dcterms:creator :JesperFriis , + :GerhardGoldbeck , + :AdhamHashibon , + :EmanueleGhedini , + ; + dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; + dcterms:publisher ; + dcterms:title "Elementary Multiperspective Material Ontology"@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-rc3" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . -### 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/emmo.ttl b/emmo.ttl index 50befd16..09ba054d 100644 --- a/emmo.ttl +++ b/emmo.ttl @@ -12,8 +12,8 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; + owl:versionIRI ; + owl:imports ; dcterms:abstract """Elementary Multiperspective Material Ontology (EMMO) EMMO is a multidisciplinary effort to develop a standard representational framework (the ontology) based on current materials modelling knowledge, including physical sciences, analytical philosophy and information and communication technologies. @@ -23,17 +23,17 @@ It provides the connection between the physical world, materials characterisatio EMMO is released under a Creative Commons license Attribution 4.0 International (CC BY 4.0)."""@en ; 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:contributor :FrancescaBleken , + :FrancescoZaccarini , + :GeorgSchmitz , + :OtelloRoscioni , + :SimonClark ; dcterms:created "2024-03" ; - dcterms:creator , - , - , - , - ; + dcterms:creator , + :AdhamHashibon , + :EmanueleGhedini , + :GerhardGoldbeck , + :JesperFriis ; dcterms:hasFormat ; dcterms:issued "2018-05-03" ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; @@ -48,7 +48,7 @@ EMMO is released under a Creative Commons license Attribution 4.0 International 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" ; + owl:versionInfo "1.0.0-rc3" ; foaf:homepage ; foaf:logo "https://github.com/emmo-repo/EMMO/raw/master/doc/emmo-logo.png" ; foaf:mbox ; @@ -114,5 +114,4 @@ foaf:logo rdf:type owl:AnnotationProperty . foaf:mbox rdf:type owl:AnnotationProperty . - -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/mereocausality/catalog-v001.xml b/mereocausality/catalog-v001.xml index 0525e904..10fa3fb2 100644 --- a/mereocausality/catalog-v001.xml +++ b/mereocausality/catalog-v001.xml @@ -2,10 +2,10 @@ - + - - + + diff --git a/mereocausality/mereocausality-full.ttl b/mereocausality/mereocausality-full.ttl index 5bb6f145..039621ac 100644 --- a/mereocausality/mereocausality-full.ttl +++ b/mereocausality/mereocausality-full.ttl @@ -9,29 +9,28 @@ @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 ; - , - , - , - , - , - , - ; - ; - "https://creativecommons.org/licenses/by/4.0/legalcode" ; - """EMMC ASBL + owl:versionIRI ; + owl:imports ; + dcterms:abstract "This module contains the full mereocausal relations that are needed only for very specific and highly expressive applications."@en ; + dcterms:contributor :AdhamHashibon , + :FrancescoZaccarini , + :GeorgSchmitz , + :GerhardGoldbeck , + :JesperFriis , + :SebastianoMoruzzi ; + dcterms:creator :EmanueleGhedini ; + 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 ; - "Elementary Multiperspective Material Ontology"@en , - "Mereocausality Full Relations"@en ; + dcterms:title "Elementary Multiperspective Material Ontology"@en , + "Mereocausality Full Relations"@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" ; + owl:versionInfo "1.0.0-rc3" ; :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 """Emanuele Ghedini University of Bologna (IT) email: emanuele.ghedini@unibo.it"""@en , @@ -46,7 +45,7 @@ email: gerhard@goldbeck-consulting.com"""@en . ### https://w3id.org/emmo#EMMO_0eb37d3d_b633_4ea4_a863_8b7a27c6fdb4 :EMMO_0eb37d3d_b633_4ea4_a863_8b7a27c6fdb4 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611 ; - "hasHeterogenousPart"@en ; + skos:prefLabel "hasHeterogenousPart"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The part is not connected with the rest item or members with hasNext (or its inverse) only or hasContact relations only."@en . @@ -56,21 +55,21 @@ email: gerhard@goldbeck-consulting.com"""@en . rdf:type owl:SymmetricProperty , owl:IrreflexiveProperty ; owl:propertyDisjointWith :EMMO_3733bd38_ca2b_4264_a92a_3075a1715598 ; - "hasIndirectInteractionWith"@en ; + skos:prefLabel "hasIndirectInteractionWith"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causal relation between the y effected and the x causing entities with intermediaries, where x isCauseOf y and y isCauseOf x."@en . ### https://w3id.org/emmo#EMMO_22c91e99_61f8_4433_8853_432d44a2a46a :EMMO_22c91e99_61f8_4433_8853_432d44a2a46a rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_55354438_7000_4284_b1b9_59d60c2261b9 ; - "hasWellFormedPart"@en ; + skos:prefLabel "hasWellFormedPart"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The part is connected to the rest item or members only with hasNext or hasContact relations or their inverse."@en . ### https://w3id.org/emmo#EMMO_2a33ee61_8235_4da4_b9a1_ca62cb87a016 :EMMO_2a33ee61_8235_4da4_b9a1_ca62cb87a016 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ; - "hasTemporalSlice"@en ; + skos:prefLabel "hasTemporalSlice"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A temporal part that capture the overall spatial extension of the causal object."@en . @@ -83,7 +82,7 @@ email: gerhard@goldbeck-consulting.com"""@en . ### https://w3id.org/emmo#EMMO_4608bf9e_eeb9_4301_b0ab_d55b0f7da5e0 :EMMO_4608bf9e_eeb9_4301_b0ab_d55b0f7da5e0 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_5022e4cb_125f_429d_8556_c3e635c561f2 ; - "hasTemporalBegin"@en . + skos:prefLabel "hasTemporalBegin"@en . ### https://w3id.org/emmo#EMMO_499e24a5_5072_4c83_8625_fe3f96ae4a8d @@ -95,7 +94,7 @@ email: gerhard@goldbeck-consulting.com"""@en . rdfs:subPropertyOf :EMMO_c37d451b_e245_439f_bd94_9050e04ec9f7 , :EMMO_cc0df52b_6211_4167_9e22_5cc3ba201bd9 ; rdfs:range :EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 ; - "hasSubCollection"@en ; + skos:prefLabel "hasSubCollection"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation between individual representing a collection and one of its non self-connected proper parts."@en . @@ -103,7 +102,7 @@ email: gerhard@goldbeck-consulting.com"""@en . :EMMO_5022e4cb_125f_429d_8556_c3e635c561f2 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_2a33ee61_8235_4da4_b9a1_ca62cb87a016 , :EMMO_a32021dc_58d8_454b_915d_3951b413b8b7 ; - "hasTemporalItemSlice"@en ; + skos:prefLabel "hasTemporalItemSlice"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A temporal part that is an item."@en . @@ -119,8 +118,8 @@ email: gerhard@goldbeck-consulting.com"""@en . ### https://w3id.org/emmo#EMMO_6e046dd0_9634_4013_b2b1_9cc468087c83 :EMMO_6e046dd0_9634_4013_b2b1_9cc468087c83 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 ; - "hasSpatialPartialPart"@en ; - "hasSpatialSection"@en ; + skos:altLabel "hasSpatialPartialPart"@en ; + skos:prefLabel "hasSpatialSection"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A proper part of the whole that is not Spatial or Temporal."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "This relation identifies parts of a 4D object that do not fully cover the lifetime extent of the whole (spatial) nor the full spatial extent (temporal)."@en , """This relation is a filler, to categorise the parts of an entity that are not covered by the other parthood relations. @@ -135,7 +134,7 @@ A proper part is then the disjoint union of: spatial part, temporal part and spa :EMMO_850b976f_0726_4408_b1b2_1f0ae367faf6 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_2a33ee61_8235_4da4_b9a1_ca62cb87a016 , ; - "hasTemporalCollectionSlice"@en ; + skos:prefLabel "hasTemporalCollectionSlice"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A temporal part that is a collection."@en . @@ -147,7 +146,7 @@ A proper part is then the disjoint union of: spatial part, temporal part and spa ### https://w3id.org/emmo#EMMO_8962933e_4bb0_4511_889a_9ea086a5a15a :EMMO_8962933e_4bb0_4511_889a_9ea086a5a15a rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_5022e4cb_125f_429d_8556_c3e635c561f2 ; - "hasTemporalInternal"@en . + skos:prefLabel "hasTemporalInternal"@en . ### https://w3id.org/emmo#EMMO_8e742d6f_7fbb_40cf_949b_6806ab0d801f @@ -156,7 +155,7 @@ A proper part is then the disjoint union of: spatial part, temporal part and spa rdf:type owl:AsymmetricProperty ; rdfs:range :EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ; owl:propertyDisjointWith :EMMO_cc0df52b_6211_4167_9e22_5cc3ba201bd9 ; - "hasItemPart"@en ; + skos:prefLabel "hasItemPart"@en ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "A proper part relation with range restricted to items."@en . @@ -166,7 +165,7 @@ A proper part is then the disjoint union of: spatial part, temporal part and spa :EMMO_8e742d6f_7fbb_40cf_949b_6806ab0d801f ; rdfs:range :EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ; owl:propertyDisjointWith ; - "hasConnectedPortion"@en ; + skos:prefLabel "hasConnectedPortion"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between individuals representing an item and one of its self-connected proper parts."@en . @@ -175,7 +174,7 @@ A proper part is then the disjoint union of: spatial part, temporal part and spa rdfs:subPropertyOf :EMMO_555d0261_da5e_4301_b7f9_46f604a32e91 ; rdf:type owl:SymmetricProperty , owl:IrreflexiveProperty ; - "hasInteractionWith"@en ; + skos:prefLabel "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. 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: @@ -189,14 +188,14 @@ The first case occurs when the causality relations between the quantums of the e :EMMO_ad6a320d_6c32_4e0b_9fb8_5a4bf771a6dd rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_0eb37d3d_b633_4ea4_a863_8b7a27c6fdb4 , :EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611 ; - "hasNonWellFormedPart"@en ; + skos:prefLabel "hasNonWellFormedPart"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A part is connected with the rest item or a member with bi-directional causal relations that does not fall under hasNext (or its inverse) or hasContact."@en . ### https://w3id.org/emmo#EMMO_aef8af39_0a22_4be8_a523_4e47ca36e035 :EMMO_aef8af39_0a22_4be8_a523_4e47ca36e035 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ; - "hasTemporalSection"@en ; + skos:prefLabel "hasTemporalSection"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A temporal part that is not a slice."@en . @@ -205,7 +204,7 @@ The first case occurs when the causality relations between the quantums of the e rdfs:subPropertyOf :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; rdf:type owl:AsymmetricProperty ; rdfs:domain :EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 ; - "hasGatheredPart"@en ; + skos:prefLabel "hasGatheredPart"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A proper part relation with domain restricted to collections."@en . @@ -214,7 +213,7 @@ The first case occurs when the causality relations between the quantums of the e rdfs:subPropertyOf :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; rdf:type owl:AsymmetricProperty ; rdfs:range :EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 ; - "hasScatteredPart"@en ; + skos:prefLabel "hasScatteredPart"@en ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "A proper part relation with range restricted to collections."@en . @@ -233,7 +232,7 @@ The first case occurs when the causality relations between the quantums of the e rdfs:subPropertyOf :EMMO_339d8e1a_f52a_42cd_8df5_57b5328b939e , :EMMO_49e17ba8_dd17_4c28_b8c8_c8c5d5a9aab9 , :EMMO_c37d451b_e245_439f_bd94_9050e04ec9f7 ; - "hasFractionalCollection"@en ; + skos:prefLabel "hasFractionalCollection"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A sub collection realtion where the proper part is cutting members of the collection."@en . @@ -241,15 +240,15 @@ The first case occurs when the causality relations between the quantums of the e :EMMO_ec90a8f0_16bf_4f76_b378_ef69b587b426 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_a69a215c_4f4d_4729_a9c6_39302bbc5f77 ; rdf:type owl:SymmetricProperty ; - "hasImproperInteractionWith"@en ; + skos:prefLabel "hasImproperInteractionWith"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An interaction that is the sum of direct causality relations between two entities that are not interpretable as fundamental physical interactions."@en . ### https://w3id.org/emmo#EMMO_f68030be_94b8_4c61_a161_886468558054 :EMMO_f68030be_94b8_4c61_a161_886468558054 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 ; - "hasSpatialIntegralPart"@en ; - "hasSpatialSlice"@en ; + skos:altLabel "hasSpatialIntegralPart"@en ; + skos:prefLabel "hasSpatialSlice"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation that identify a proper part of the whole that extends itself in time along the overall lifetime of the whole, and whose parts never cover the full spatial extension of the 4D whole."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "In EMMO FOL this is a defined property. In OWL spatial relations are primitive."@en . @@ -257,14 +256,14 @@ The first case occurs when the causality relations between the quantums of the e ### https://w3id.org/emmo#EMMO_f9df1503_6ecf_427e_b127_742536601562 :EMMO_f9df1503_6ecf_427e_b127_742536601562 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_5022e4cb_125f_429d_8556_c3e635c561f2 ; - "hasTemporalEnd"@en . + skos:prefLabel "hasTemporalEnd"@en . ### https://w3id.org/emmo#EMMO_febf1178_c74b_4d6d_816c_591ac2ee3530 :EMMO_febf1178_c74b_4d6d_816c_591ac2ee3530 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_113087fa_8354_49d1_9625_5f36698d3298 ; rdf:type owl:SymmetricProperty ; - "hasImproperIndirectInteraction"@en ; + skos:prefLabel "hasImproperIndirectInteraction"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between two causally reachable entities through a path with at least one hasNonSpatialContactWith relation (i.e. non representing physical interactions)."@en . @@ -278,7 +277,7 @@ The first case occurs when the causality relations between the quantums of the e rdfs:subPropertyOf :EMMO_339d8e1a_f52a_42cd_8df5_57b5328b939e , :EMMO_c37d451b_e245_439f_bd94_9050e04ec9f7 , ; - "hasFractionalMember"@en ; + skos:prefLabel "hasFractionalMember"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a collection and a non maximal self-connect part of one of its member."@en . @@ -287,7 +286,7 @@ The first case occurs when the causality relations between the quantums of the e rdfs:subPropertyOf :EMMO_8e742d6f_7fbb_40cf_949b_6806ab0d801f , :EMMO_c37d451b_e245_439f_bd94_9050e04ec9f7 ; rdfs:range :EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ; - "hasSubItem"@en ; + skos:prefLabel "hasSubItem"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A item proper part of a collection."@en . @@ -300,8 +299,8 @@ The first case occurs when the causality relations between the quantums of the e rdfs:subPropertyOf :EMMO_55354438_7000_4284_b1b9_59d60c2261b9 , :EMMO_cc0df52b_6211_4167_9e22_5cc3ba201bd9 ; rdfs:range :EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 ; - "hasScatteredPortion"@en ; + skos:prefLabel "hasScatteredPortion"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between individuals representing an item and one of its not self-connected proper parts."@en . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/mereocausality/mereocausality.ttl b/mereocausality/mereocausality.ttl index 523117bf..a0ed9de2 100644 --- a/mereocausality/mereocausality.ttl +++ b/mereocausality/mereocausality.ttl @@ -10,25 +10,26 @@ @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 , - , - , - , - , - , - ; - dcterms:creator ; + 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 distinguish between ontology entities: 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 :AdhamHashibon , + :AnnedeBaas , + :FrancescoZaccarini , + :GeorgSchmitz , + :GerhardGoldbeck , + :JesperFriis , + :SebastianoMoruzzi ; + dcterms:creator :EmanueleGhedini ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; 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" ; + owl:versionInfo "1.0.0-rc3" ; foaf:mbox ; :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . @@ -173,6 +174,20 @@ foaf:workplaceHomepage rdf:type owl:AnnotationProperty . rdfs:subPropertyOf rdfs:comment . +### https://w3id.org/emmo#EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db +:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db rdf:type owl:AnnotationProperty ; + skos:prefLabel "OWLRL2DLAxioms"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Axioms to add to the OWL 2 RL version of the ontology to reach DL expressivity."@en ; + rdfs:subPropertyOf rdfs:comment . + +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db ; + owl:annotatedProperty :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ; + owl:annotatedTarget "Axioms to add to the OWL 2 RL version of the ontology to reach DL expressivity."@en ; + rdfs:seeAlso "https://www.w3.org/TR/2012/REC-owl2-profiles-20121211/"^^xsd:anyURI + ] . + + ### https://w3id.org/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 rdf:type owl:AnnotationProperty ; skos:prefLabel "elucidation"@en ; @@ -190,7 +205,7 @@ foaf:workplaceHomepage rdf:type owl:AnnotationProperty . ### https://w3id.org/emmo#EMMO_c6e77b51_681b_4d04_b20d_a08f2b977470 :EMMO_c6e77b51_681b_4d04_b20d_a08f2b977470 rdf:type owl:AnnotationProperty ; - skos:prefLabel "OWLDLRestrictedAxiom"@en ; + skos:prefLabel "OWL2DLRestrictedAxiom"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Axiom not included in the theory because of OWL 2 DL global restrictions for decidability."@en ; rdfs:subPropertyOf rdfs:comment . @@ -226,19 +241,46 @@ foaf:workplaceHomepage rdf:type owl:AnnotationProperty . ### https://w3id.org/emmo#EMMO_01e5766d_dac3_4574_8a78_310de92a5c9d :EMMO_01e5766d_dac3_4574_8a78_310de92a5c9d rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_ad0e72fc_dcaa_490d_8371_b4d814dcda2c ; + owl:inverseOf :EMMO_32eb7161_60ed_4431_8326_81a92aec088c ; owl:propertyDisjointWith :EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 ; rdfs:seeAlso :EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 ; skos:prefLabel "isNotCauseOf"@en ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "x isNotCauseOf y iff not(x isCauseOf y)"@en . +### https://w3id.org/emmo#EMMO_07808d05_18d1_4253_96e5_58b8277347de +:EMMO_07808d05_18d1_4253_96e5_58b8277347de rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_fdfa43cd_1f48_4d82_ac49_685fe894558f ; + owl:inverseOf :EMMO_55354438_7000_4284_b1b9_59d60c2261b9 ; + skos:prefLabel "isPortionPartOf"@en . + + +### https://w3id.org/emmo#EMMO_0949a7de_78dc_421d_8603_3b685cb927a3 +:EMMO_0949a7de_78dc_421d_8603_3b685cb927a3 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ; + owl:inverseOf ; + rdfs:isDefinedBy ; + skos:prefLabel "isMemberOf"@en . + + +### https://w3id.org/emmo#EMMO_11501e0a_4442_4bd0_8483_7ea6dc8ba444 +:EMMO_11501e0a_4442_4bd0_8483_7ea6dc8ba444 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_6735d3ff_67f8_43b5_b5b0_240fbfab4517 ; + owl:inverseOf :EMMO_555d0261_da5e_4301_b7f9_46f604a32e91 ; + rdfs:seeAlso :EMMO_555d0261_da5e_4301_b7f9_46f604a32e91 ; + skos:altLabel "hasDirectCause" ; + skos:prefLabel "directlyCausedBye"@en . + + ### https://w3id.org/emmo#EMMO_1328d112_e731_4e56_b9b9_6b6cdd495cd6 :EMMO_1328d112_e731_4e56_b9b9_6b6cdd495cd6 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; + owl:inverseOf :EMMO_9f55743f_a5e2_4a75_a68c_978c36117dec ; skos:example "A molecule is a distinct part of a fluid."@en ; skos:prefLabel "hasDistinctPart"@en ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "DP(x, y) ≡ PP(x, y) ∧ ∃φ[φ(x) ↔ ¬φ(y)]" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superproperty of all object property relations between an entity and one of its proper parts that belongs to different taxonomical branch."@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superproperty of all object property relations between an entity and one of its proper parts that belongs to different taxonomical branch."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A part is always distinct xor redundant."@en . [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_1328d112_e731_4e56_b9b9_6b6cdd495cd6 ; @@ -248,6 +290,13 @@ foaf:workplaceHomepage rdf:type owl:AnnotationProperty . "φ is a class of the theory"@en ] . +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_1328d112_e731_4e56_b9b9_6b6cdd495cd6 ; + owl:annotatedProperty :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ; + owl:annotatedTarget "A part is always distinct xor redundant."@en ; + rdfs:seeAlso :EMMO_6786b336_e982_4759_8dee_1905a4106591 + ] . + ### https://w3id.org/emmo#EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f :EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f rdf:type owl:ObjectProperty ; @@ -259,9 +308,28 @@ foaf:workplaceHomepage rdf:type owl:AnnotationProperty . :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "All other mereology relations can be defined in FOL using hasPart as primitive."@en . +### https://w3id.org/emmo#EMMO_2a28c0dd_89b1_47ac_b81f_fccc56f39617 +:EMMO_2a28c0dd_89b1_47ac_b81f_fccc56f39617 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_6735d3ff_67f8_43b5_b5b0_240fbfab4517 ; + owl:inverseOf :EMMO_ebc9e62c_5dc4_44db_9060_7923740bdf78 ; + rdf:type owl:AsymmetricProperty , + owl:IrreflexiveProperty ; + skos:altLabel "isTemporallyAfter"@en ; + skos:prefLabel "isAfter"@en . + + +### https://w3id.org/emmo#EMMO_32eb7161_60ed_4431_8326_81a92aec088c +:EMMO_32eb7161_60ed_4431_8326_81a92aec088c rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_ad0e72fc_dcaa_490d_8371_b4d814dcda2c ; + owl:propertyDisjointWith :EMMO_6735d3ff_67f8_43b5_b5b0_240fbfab4517 ; + skos:prefLabel "isNotCausedBy"@en . + + ### https://w3id.org/emmo#EMMO_339d8e1a_f52a_42cd_8df5_57b5328b939e :EMMO_339d8e1a_f52a_42cd_8df5_57b5328b939e rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; + owl:inverseOf :EMMO_44549f38_809e_4d51_bb10_de31029055b9 ; + rdfs:domain :EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 ; skos:prefLabel "hasFragment"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between two individuals representing a collection and a non-maximal proper part, meaning the the latter is connected with the rest of the whole."@en . @@ -270,17 +338,22 @@ foaf:workplaceHomepage rdf:type owl:AnnotationProperty . :EMMO_3733bd38_ca2b_4264_a92a_3075a1715598 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6 , :EMMO_ebc9e62c_5dc4_44db_9060_7923740bdf78 ; + owl:inverseOf :EMMO_451e410e_8e0d_4a4b_9211_d6ef619296dc ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty ; owl:propertyDisjointWith :EMMO_d01b3ee2_91a5_4ce2_95cd_f0d2c333c6d3 ; - skos:altLabel "isAntecedentOf"@en ; + rdfs:seeAlso :EMMO_451e410e_8e0d_4a4b_9211_d6ef619296dc ; + skos:altLabel "hasSuccessor"@en , + "isAntecedentOf"@en , + "predecessorOf"@en ; skos:example "My life between 18-24 years has successor my life between 32-40 years, since there is an intermediary (i.e. my life between 25-32 years)."@en ; - skos:prefLabel "hasSuccessor"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causal relation between the y effected and the x causing entities with intermediaries, where x isCauseOf y and not(y isCauseOf x)."@en . + skos:prefLabel "foreruns"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causal relation between the y effected and the x causing entities with intermediaries, where x isCauseOf y and not(y isCauseOf x)."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Transitivity is implemented at A-Box level with a SWRL rule."@en . [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_3733bd38_ca2b_4264_a92a_3075a1715598 ; - owl:annotatedProperty skos:prefLabel ; + owl:annotatedProperty skos:altLabel ; owl:annotatedTarget "hasSuccessor"@en ; :EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin succedĕre (\"coming after\")."@en ] . @@ -305,23 +378,43 @@ https://en.wiktionary.org/wiki/mereology"""@en ### https://w3id.org/emmo#EMMO_408a46b2_3930_46da_b936_e9ce72ffdde9 :EMMO_408a46b2_3930_46da_b936_e9ce72ffdde9 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611 ; + rdfs:domain :EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac ; owl:propertyDisjointWith :EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 ; skos:altLabel "hasSpatioTemporalPart"@en ; skos:prefLabel "hasJunctionPart"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The part is connected with the rest item or members with hasNext (or its inverse) and hasContact relations only."@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The part is connected with the rest item or members with both hasNext (or its inverse) and hasContact relations."@en . + + +### https://w3id.org/emmo#EMMO_44549f38_809e_4d51_bb10_de31029055b9 +:EMMO_44549f38_809e_4d51_bb10_de31029055b9 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_fdfa43cd_1f48_4d82_ac49_685fe894558f ; + skos:prefLabel "isFragmentOf"@en . + + +### https://w3id.org/emmo#EMMO_451e410e_8e0d_4a4b_9211_d6ef619296dc +:EMMO_451e410e_8e0d_4a4b_9211_d6ef619296dc rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_2a28c0dd_89b1_47ac_b81f_fccc56f39617 , + :EMMO_5dc167a2_d50e_47a5_be4f_5139f3bff2ec ; + rdf:type owl:AsymmetricProperty , + owl:IrreflexiveProperty ; + skos:altLabel "isAncestorOf"@en ; + skos:prefLabel "successorOf"@en . ### https://w3id.org/emmo#EMMO_499e24a5_5072_4c83_8625_fe3f96ae4a8d :EMMO_499e24a5_5072_4c83_8625_fe3f96ae4a8d rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_555d0261_da5e_4301_b7f9_46f604a32e91 , :EMMO_ebc9e62c_5dc4_44db_9060_7923740bdf78 ; + owl:inverseOf :EMMO_60c57607_c9e7_4e75_a3d1_7a1f1f9928e4 ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty ; owl:propertyDisjointWith :EMMO_8785be5a_2493_4b12_8f39_31907ab11748 ; - skos:altLabel "isBefore"@en ; + skos:altLabel "foregoes"@en , + "hasNext"@en , + "isBefore"@en ; skos:example "My life between 18-24 years has next my life between 24-32 years."@en , "The raw sample has next the treated sampled, which has next the examined sample. In this sense the whole sample is made of three states, connected by the has next relation, following its evolution in time."@en ; - skos:prefLabel "hasNext"@en ; + skos:prefLabel "precedes"@en ; :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """A temporal relation between two entities occurs when the two entities are in a one directional causality relation. The idea is that a temporal relation always implies a one-directional causality between two entities, leading to a asymmetric relation. This means that the causing entity can be in direct and optionally indirect causality relation with the effect entity. On the contrary, the effect entity cannot be in any causal relation (direct or indirect) with the causing entity."""@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A time contact occurs when x isDirectCause y and not(y isCauseOf x)."@en ; @@ -331,19 +424,22 @@ This means that the causing entity can be in direct and optionally indirect caus ### https://w3id.org/emmo#EMMO_54d0d0f4_d9fa_4179_a9b5_4110c49dafff :EMMO_54d0d0f4_d9fa_4179_a9b5_4110c49dafff rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 ; + rdfs:subPropertyOf :EMMO_6735d3ff_67f8_43b5_b5b0_240fbfab4517 , + :EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 ; rdf:type owl:SymmetricProperty , owl:IrreflexiveProperty ; owl:propertyDisjointWith :EMMO_ebc9e62c_5dc4_44db_9060_7923740bdf78 ; - skos:prefLabel "isSpatiallyRelatedWith"@en ; + skos:altLabel "isSpatiallyRelatedWith"@en ; + skos:prefLabel "coexistsWith"@en ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """Spatial relations between entities are represented in the EMMO as bidirectional causality, meaning that both entities are at the beginning and at the end of causal paths connecting them. +This type of relation represent the coexistence of two entities in the a spatial arrangement. The symmetric characteristic of this relation implies that it is not possible to order them and is related to the arbitrary choice of reference frames. Subclasses of spatial relations may be defined as asymmetric and introduce a spatial order, for example est to west, or internal to external layer.."""@en ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "A relation jointly covered by Contact and InteractWith relations, which are mutually exclusive."@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between entities that express a mutual causation."@en . ### https://w3id.org/emmo#EMMO_55354438_7000_4284_b1b9_59d60c2261b9 :EMMO_55354438_7000_4284_b1b9_59d60c2261b9 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 , - ; + rdfs:subPropertyOf ; rdf:type owl:AsymmetricProperty ; rdfs:domain :EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ; skos:prefLabel "hasPortionPart"@en ; @@ -356,9 +452,11 @@ This means that the causing entity can be in direct and optionally indirect caus rdfs:subPropertyOf :EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 ; rdf:type owl:IrreflexiveProperty ; owl:propertyDisjointWith :EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6 ; - skos:prefLabel "isDirectCauseOf"@en ; - :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """Direct causality is a concept that capture the idea of contact between two entities, given the fact that there are no causal intermediaries between them. It requires that at least a quantum of the causing entity is direct cause of a quantum of the caused entity. -It does not exclude the possibility of indirect causal routes between proper parts of the two entities."""@en ; + skos:altLabel "isDirectCauseOf"@en ; + skos:prefLabel "directlyCauses"@en ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """Direct causality is a concept that captures the idea of direct interaction between two entities, given the fact that there are no causal intermediaries between them. It requires that at least a quantum of the causing entity is direct cause of a quantum of the caused entity. +It does not exclude the possibility of other indirect causal routes between some proper parts of the two entities. +The direct causality in a 4D ontology covers both time-like causal interaction (when causality is one-way from one entity to another) and space-like causal interaction (when causality is two-way between two entities)."""@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causal relation between the causing and the effected entities occurring without intermediaries."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Direct cause is irreflexive."@en , "Direct cause provides the edges for the transitive restriction of the direct acyclic causal graph whose nodes are the quantum entities."@en . @@ -366,29 +464,71 @@ It does not exclude the possibility of indirect causal routes between proper par ### https://w3id.org/emmo#EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c :EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_a8bd7094_6b40_47af_b1f4_a69d81a3afbd ; + rdfs:subPropertyOf :EMMO_a8bd7094_6b40_47af_b1f4_a69d81a3afbd , + :EMMO_e4f66254_7312_4de5_a86a_6e0808baaaab ; owl:inverseOf :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty ; rdfs:seeAlso :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; skos:prefLabel "isProperPartOf"@en ; + :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "PP(x, y) ≡ P(x, y) ∧ ¬x=y" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The inverse relation for hasProperPart." . +### https://w3id.org/emmo#EMMO_5dc167a2_d50e_47a5_be4f_5139f3bff2ec +:EMMO_5dc167a2_d50e_47a5_be4f_5139f3bff2ec rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_6735d3ff_67f8_43b5_b5b0_240fbfab4517 ; + owl:inverseOf :EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6 ; + rdf:type owl:IrreflexiveProperty ; + skos:altLabel "hasIndirectCause"@en ; + skos:prefLabel "indirectlyCausedBy"@en . + + +### https://w3id.org/emmo#EMMO_60c57607_c9e7_4e75_a3d1_7a1f1f9928e4 +:EMMO_60c57607_c9e7_4e75_a3d1_7a1f1f9928e4 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_11501e0a_4442_4bd0_8483_7ea6dc8ba444 , + :EMMO_2a28c0dd_89b1_47ac_b81f_fccc56f39617 ; + rdf:type owl:AsymmetricProperty , + owl:IrreflexiveProperty ; + rdfs:seeAlso :EMMO_499e24a5_5072_4c83_8625_fe3f96ae4a8d ; + skos:altLabel "isNextOf"@en , + "succeeds"@en ; + skos:prefLabel "follows"@en . + + +### https://w3id.org/emmo#EMMO_6735d3ff_67f8_43b5_b5b0_240fbfab4517 +:EMMO_6735d3ff_67f8_43b5_b5b0_240fbfab4517 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_ad0e72fc_dcaa_490d_8371_b4d814dcda2c ; + owl:inverseOf :EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 ; + rdf:type owl:IrreflexiveProperty ; + rdfs:seeAlso :EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 ; + skos:prefLabel "isCausedBy"@en . + + ### https://w3id.org/emmo#EMMO_6786b336_e982_4759_8dee_1905a4106591 :EMMO_6786b336_e982_4759_8dee_1905a4106591 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; + owl:inverseOf :EMMO_9c2a9899_df4a_4dc7_a28a_ab4dc498db71 ; skos:example "A volume of water has redundand parts other volumes of water. All this volumes have holistic parts some water molecules."@en ; skos:prefLabel "hasRedundantPart"@en ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "RP(x, y) ≡ PP(x, y) ∧ ∃φ(φ(x) ∧ φ(y))" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superproperty of the all object property relations between a whole and its mereological parts of the same type."@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superproperty of the all object property relations between a whole and its mereological parts of the same type."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A part is always distinct xor redundant."@en . [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_6786b336_e982_4759_8dee_1905a4106591 ; owl:annotatedProperty :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 ; owl:annotatedTarget "RP(x, y) ≡ PP(x, y) ∧ ∃φ(φ(x) ∧ φ(y))" ; + rdfs:seeAlso :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "We usa a predicate template notation as RP<φ>(x,y) to specify subclasses of RP(x,y) for the class φ, meaning that RP<φ>(x, y) ≡ PP(x, y) ∧ φ(x) ∧ φ(y)"@en , - "φ is a class of the theory"@en + "φ is a class of the theory that in the EMMO OWL is supposed to be subclass of CausalStructure."@en + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_6786b336_e982_4759_8dee_1905a4106591 ; + owl:annotatedProperty :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ; + owl:annotatedTarget "A part is always distinct xor redundant."@en ; + rdfs:seeAlso :EMMO_1328d112_e731_4e56_b9b9_6b6cdd495cd6 ] . @@ -407,6 +547,7 @@ It does not exclude the possibility of indirect causal routes between proper par :EMMO_6b7276a4_4b9d_440a_b577_0277539c0fc4 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdf:type owl:AsymmetricProperty ; + rdfs:range :EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ; owl:propertyDisjointWith ; skos:altLabel "hasMember"@en ; skos:prefLabel "hasSingleMember"@en ; @@ -416,6 +557,7 @@ It does not exclude the possibility of indirect causal routes between proper par ### https://w3id.org/emmo#EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 :EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_55354438_7000_4284_b1b9_59d60c2261b9 ; + rdfs:domain :EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d ; owl:propertyDisjointWith :EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611 ; skos:prefLabel "hasTemporalPart"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation that identify a proper item part of the whole, whose parts always cover the full spatial extension of the whole within a time interval."@en ; @@ -424,15 +566,28 @@ A temporal part is not constraint to be causally self-connected, i.e. it can be "In EMMO FOL this is a defined property. In OWL temporal relations are primitive."@en . +### https://w3id.org/emmo#EMMO_814b6b76_e0ca_4953_a832_d1816fb695f1 +:EMMO_814b6b76_e0ca_4953_a832_d1816fb695f1 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; + owl:inverseOf :EMMO_928f6ec2_7564_4c8d_9a10_7a601fa89602 ; + skos:altLabel "hasImmediatePart"@en ; + skos:prefLabel "hasDirectPart"@en ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "Direct parthood is the non transitive version of parthood enabling the establishment of hierarchy of granularities, starting with an entity and providing several granularity levels of parthood."@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The non-transitive version of proper parthood property."@en . + + ### https://w3id.org/emmo#EMMO_8785be5a_2493_4b12_8f39_31907ab11748 :EMMO_8785be5a_2493_4b12_8f39_31907ab11748 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_54d0d0f4_d9fa_4179_a9b5_4110c49dafff , + rdfs:subPropertyOf :EMMO_11501e0a_4442_4bd0_8483_7ea6dc8ba444 , + :EMMO_54d0d0f4_d9fa_4179_a9b5_4110c49dafff , :EMMO_555d0261_da5e_4301_b7f9_46f604a32e91 ; rdf:type owl:SymmetricProperty , owl:IrreflexiveProperty ; rdfs:domain :EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d ; rdfs:range :EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d ; - skos:altLabel "hasSpatialnteractionWith"@en ; + skos:altLabel "adjacentWith"@en , + "hasSpatialnteractionWith"@en , + "touches"@en ; skos:example "An elementary electron is in contact with another elementary electron in a scattering process."@en , "The laptop is in contact with the desk, since there is a double-directional causality."@en ; skos:prefLabel "contacts"@en ; @@ -444,6 +599,13 @@ Contacts between two entities exclude the possibility of other causal relations "The contact relation is not an ordering relation since is symmetric."@en . +### https://w3id.org/emmo#EMMO_928f6ec2_7564_4c8d_9a10_7a601fa89602 +:EMMO_928f6ec2_7564_4c8d_9a10_7a601fa89602 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ; + rdfs:isDefinedBy :EMMO_814b6b76_e0ca_4953_a832_d1816fb695f1 ; + skos:prefLabel "isDirectPartOf"@en . + + ### https://w3id.org/emmo#EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f , @@ -462,7 +624,14 @@ Contacts between two entities exclude the possibility of other causal relations :EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_55354438_7000_4284_b1b9_59d60c2261b9 ; skos:prefLabel "hasNonTemporalPart"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The part is not connected with the rest item or members with hasNext relation (or its inverse)."@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The part is connected with the rest item or members with a combination of hasNext (or its inverse) or hasContact relations."@en . + + +### https://w3id.org/emmo#EMMO_9c2a9899_df4a_4dc7_a28a_ab4dc498db71 +:EMMO_9c2a9899_df4a_4dc7_a28a_ab4dc498db71 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ; + rdfs:isDefinedBy :EMMO_6786b336_e982_4759_8dee_1905a4106591 ; + skos:prefLabel "isRedundantPartOf"@en . ### https://w3id.org/emmo#EMMO_9cb984ca_48ad_4864_b09e_50d3fff19420 @@ -472,14 +641,25 @@ Contacts between two entities exclude the possibility of other causal relations rdf:type owl:IrreflexiveProperty ; owl:propertyDisjointWith :EMMO_a8bd7094_6b40_47af_b1f4_a69d81a3afbd ; skos:prefLabel "overcrosses"@en ; + :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "OX(x, y) ≡ O(x, y) ∧ ¬P(x,y)" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between an entity that overlaps another without being its part."@en . +### https://w3id.org/emmo#EMMO_9f55743f_a5e2_4a75_a68c_978c36117dec +:EMMO_9f55743f_a5e2_4a75_a68c_978c36117dec rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ; + rdfs:isDefinedBy :EMMO_1328d112_e731_4e56_b9b9_6b6cdd495cd6 ; + skos:prefLabel "isDistinctPartOf"@en . + + ### https://w3id.org/emmo#EMMO_a8bd7094_6b40_47af_b1f4_a69d81a3afbd :EMMO_a8bd7094_6b40_47af_b1f4_a69d81a3afbd rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6 ; rdfs:seeAlso :EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; skos:prefLabel "isPartOf"@en ; + :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 """Reflexivity: Pxx +Transitivity: (Pxy ∧ Pyz) → Pxz +Antisymmetry: (Pxy ∧ Pyx) → x=y."""@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The inverse relation of hasPart."@en . @@ -489,24 +669,43 @@ Contacts between two entities exclude the possibility of other causal relations rdf:type owl:SymmetricProperty , owl:IrreflexiveProperty ; owl:propertyDisjointWith :EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6 ; + skos:altLabel "disjointWith"@en ; skos:prefLabel "notOverlaps"@en ; + :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Dxy ≡ ¬Oxy." ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between individuals representing non-overlapping entities (i.e. that have no parts in common)."@en . +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_aa987900_caf1_4ce2_82fa_6b1d6fbd2ead ; + owl:annotatedProperty :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 ; + owl:annotatedTarget "Dxy ≡ ¬Oxy." ; + rdfs:seeAlso :EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6 + ] . + ### https://w3id.org/emmo#EMMO_ad0e72fc_dcaa_490d_8371_b4d814dcda2c :EMMO_ad0e72fc_dcaa_490d_8371_b4d814dcda2c rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_ec2472ae_cf4a_46a5_8555_1556f5a6c3c5 ; skos:prefLabel "causal"@en ; - :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """Causality is the fundamental concept describing how entities affect each other, and occurs before time and space relations. -Embracing a strong reductionistic view, causality originates at quantum entities level."""@en ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """Causality is the fundamental concept describing how entities affect each other, and conceptually precedes time and space relations. In the EMMO causality is the foundation for space and time relations. +Embracing a strong reductionistic view, causality originates at quantum entities level, meaning that causal relations between macroscopic entities is simply the sum of quantum level causality relations."""@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass of all causal EMMO relations."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Causality in the EMMO is intended as physical causation and not counter-factual. Meaning that causality is an expression of actual physical interactions, and not of a counterfactual depence such as “I didn't water the flowers, hence, I'm the cause of their death”."@en , "Each pair of entities is either in isCauseOf or isNotCauseOf relation. The two are mutually exclusive."@en . +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_ad0e72fc_dcaa_490d_8371_b4d814dcda2c ; + owl:annotatedProperty :EMMO_31252f35_c767_4b97_a877_1235076c3e13 ; + owl:annotatedTarget """Causality is the fundamental concept describing how entities affect each other, and conceptually precedes time and space relations. In the EMMO causality is the foundation for space and time relations. +Embracing a strong reductionistic view, causality originates at quantum entities level, meaning that causal relations between macroscopic entities is simply the sum of quantum level causality relations."""@en ; + rdfs:seeAlso :EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68 , + "doi:10.3233/FAIA231120" + ] . + ### https://w3id.org/emmo#EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 :EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_9cb984ca_48ad_4864_b09e_50d3fff19420 ; + rdfs:subPropertyOf :EMMO_9cb984ca_48ad_4864_b09e_50d3fff19420 , + :EMMO_e4f66254_7312_4de5_a86a_6e0808baaaab ; rdf:type owl:SymmetricProperty , owl:IrreflexiveProperty ; skos:prefLabel "properOverlaps"@en ; @@ -517,7 +716,9 @@ Embracing a strong reductionistic view, causality originates at quantum entities :EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 ; rdf:type owl:IrreflexiveProperty ; - skos:prefLabel "isIndirectCauseOf"@en ; + skos:altLabel "influences"@en , + "isIndirectCauseOf"@en ; + skos:prefLabel "indirectlyCauses"@en ; :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "An indirect cause is a relation between two entities that is mediated by a intermediate entity. In other words, there are no quantum parts of the causing entity that are direct cause of quantum parts of the caused entity."@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causal relation between the effected and the causing entities with intermediaries."@en . @@ -525,14 +726,17 @@ Embracing a strong reductionistic view, causality originates at quantum entities ### https://w3id.org/emmo#EMMO_d01b3ee2_91a5_4ce2_95cd_f0d2c333c6d3 :EMMO_d01b3ee2_91a5_4ce2_95cd_f0d2c333c6d3 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_54d0d0f4_d9fa_4179_a9b5_4110c49dafff , + :EMMO_5dc167a2_d50e_47a5_be4f_5139f3bff2ec , :EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6 ; rdf:type owl:SymmetricProperty , owl:IrreflexiveProperty ; rdfs:domain :EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d ; rdfs:range :EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d ; - skos:altLabel "alongsideOf" ; + skos:altLabel "coexistsWith"@en , + "concurrentWith"@en , + "interactsWith"@en ; skos:example "I'm interacting with another tennis player through a ball. Or, two people in a webconference are interacting using a mediator which is the network signal."@en ; - skos:prefLabel "interactsWith"@en ; + skos:prefLabel "alongsideWith"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between two causally reachable entities through a path of contacts relations (i.e. representing physical interactions)."@en . @@ -540,16 +744,21 @@ Embracing a strong reductionistic view, causality originates at quantum entities :EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_ad0e72fc_dcaa_490d_8371_b4d814dcda2c ; rdf:type owl:IrreflexiveProperty ; + skos:altLabel "causes"@en ; skos:example "John yesterday is the cause of John today, is an example of temporal-like causality. The desk supporting my laptop is a space-like causality." ; skos:prefLabel "isCauseOf"@en ; :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """We say that an entity causes another if there is a quantum part of the first that is in causal relation with a quantum parts of the second. -An entity cannot cause itself (causal loops are forbidden) or a part of itself. For this reasons causality between entities excludes reflexivity and prevents them to overlap."""@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The relation between an individuals x and y, that holds if and only if: -a) y having a part that is causing an effect on a part of x -b) y and x are non-overlapping"""@en ; +More formally, causality is defined as a relation between individuals x and y that holds if and only if: +a) x having a part that is causing an effect on a part of y +b) x and y are non-overlapping +An entity cannot cause itself or a part of itself. For this reasons causality between entities excludes reflexivity and prevents them to overlap. +The existence of one-directional of bi-directional causality relations between two entities is what reconstruct time-like and space-like relations, respectively."""@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation between an entity that causally affects another."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Each pair of causally connected entities is either in isDirectCauseOf or isIndirectCauseOf relation. The two are mutually exclusive."@en , - "It applies to both quantums and macro-entities (entities made of more than one quantum). It is admissible for two entities to be one the cause of the other, excepts when they are both quantums."@en , - "The OWL 2 DL version of the EMMO introduces this object property as primitive causal relation. It refers to the macro causality relation mC(x,y), defined in the EMMO FOL version. While the EMMO FOL introduces the quantum causality relation C(x,y) as primitive, the OWL 2 DL version substantially simplifies the theory, neglecting these lower level relations that are well above DL expressivity."@en . + """The OWL 2 DL version of the EMMO introduces this object property as primitive causal relation. It refers to the macro causality relation mC(x,y), defined in the EMMO FOL version. +While the EMMO FOL introduces the quantum causality relation C(x,y) as primitive, the OWL 2 DL version of the EMMO substantially simplifies the theory, neglecting these lower level relations that are well above DL expressivity. +For this reason the EMMO OWL 2 DL will only deal with macro causality relations, sacrificing the full FOL theory expressivity for the sake of simplicity."""@en , + "The cause relation applies to both quantums and macro-entities (entities made of more than one quantum). It is admissible for two entities to be one the cause of the other, excepts when they are both quantums."@en . [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 ; @@ -558,14 +767,31 @@ b) y and x are non-overlapping"""@en ; :EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin causa (“reason, sake, cause”)."@en ] . +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 ; + owl:annotatedProperty :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ; + owl:annotatedTarget """The OWL 2 DL version of the EMMO introduces this object property as primitive causal relation. It refers to the macro causality relation mC(x,y), defined in the EMMO FOL version. +While the EMMO FOL introduces the quantum causality relation C(x,y) as primitive, the OWL 2 DL version of the EMMO substantially simplifies the theory, neglecting these lower level relations that are well above DL expressivity. +For this reason the EMMO OWL 2 DL will only deal with macro causality relations, sacrificing the full FOL theory expressivity for the sake of simplicity."""@en ; + rdfs:seeAlso "doi:10.3233/FAIA231120" + ] . + ### https://w3id.org/emmo#EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6 :EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_3f2e4ac2_8ef3_4a14_b826_60d37f15f8ee ; rdf:type owl:SymmetricProperty ; skos:prefLabel "overlaps"@en ; + :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Oxy ≡ ∃z(Pzx ∧ Pzy)" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between two individuals representing entities that share at least one of their parts."@en . +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6 ; + owl:annotatedProperty :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 ; + owl:annotatedTarget "Oxy ≡ ∃z(Pzx ∧ Pzy)" ; + rdfs:seeAlso :EMMO_a8bd7094_6b40_47af_b1f4_a69d81a3afbd + ] . + ### https://w3id.org/emmo#EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 :EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 rdf:type owl:ObjectProperty ; @@ -573,12 +799,14 @@ b) y and x are non-overlapping"""@en ; rdfs:domain :EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac ; skos:prefLabel "hasSpatialPart"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A proper part of a whole, whose parts always cover the full temporal extension of the whole within a spatial interval."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "In EMMO FOL this is a defined property. In OWL temporal relations are primitive."@en . + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "In EMMO FOL this is a defined property. In OWL temporal relations are primitive."@en , + "The part is connected with the rest item or members with hasContact relations only (no hasNext)."@en . ### https://w3id.org/emmo#EMMO_e4f66254_7312_4de5_a86a_6e0808baaaab :EMMO_e4f66254_7312_4de5_a86a_6e0808baaaab rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6 ; + rdf:type owl:IrreflexiveProperty ; rdfs:seeAlso :EMMO_9cb984ca_48ad_4864_b09e_50d3fff19420 ; skos:prefLabel "isOvercrossedBy"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The inverse relation for overcrosses."@en . @@ -589,7 +817,8 @@ b) y and x are non-overlapping"""@en ; rdfs:subPropertyOf :EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty ; - skos:prefLabel "isTemporallyBefore"@en ; + skos:altLabel "isTemporallyBefore"@en ; + skos:prefLabel "isBefore"@en ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "A relation jointly covered by hasNext and hasSuccessor relations, which are mutually exclusive."@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation between entities that are only one-directionally causally connected."@en . @@ -600,14 +829,22 @@ b) y and x are non-overlapping"""@en ; rdfs:domain :EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf ; rdfs:range :EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf ; skos:prefLabel "EMMORelation"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class for all relations used by the EMMO."@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all relations used by the EMMO."@en . + + +### https://w3id.org/emmo#EMMO_fdfa43cd_1f48_4d82_ac49_685fe894558f +:EMMO_fdfa43cd_1f48_4d82_ac49_685fe894558f rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ; + owl:inverseOf ; + skos:prefLabel "isPieceOf"@en . ### https://w3id.org/emmo#0528e41d_edd2_49f9_bd2a_aeabdc215515 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; + rdfs:range :EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 ; skos:prefLabel "hasMultipleMembers"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A sub collection realtion where the proper part is fully encompasses some of the members of the collection." . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A sub collection relation where the proper part is fully encompasses some of the members of the collection."@en . ### https://w3id.org/emmo#33fd15ab_7662_4cc6_8bf6_988422efc631 @@ -616,7 +853,7 @@ b) y and x are non-overlapping"""@en ; rdfs:domain :EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 ; owl:propertyDisjointWith ; skos:altLabel "hasMaximalPart"@en ; - skos:prefLabel "hasMembers"@en ; + skos:prefLabel "hasMember"@en ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "A proper part which is not connected with the rest of the whole."@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between individuals representing a collection and one or more of its members." ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A maximal part is a proper part that is not connected with the rest of the whole."@en . @@ -635,32 +872,33 @@ b) y and x are non-overlapping"""@en ; # Classes ################################################################# - ### https://w3id.org/emmo#EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 :EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ; - owl:someValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 - :EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68 - ) - ] - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 - :EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68 - ) - ] - ] ; + rdfs:subClassOf :EMMO_52b8a39b_e5ff_46d3_b972_65bc43077a07 , + :EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d , + _:genid15 ; skos:altLabel "CausalChain"@en , "Elementary"@en ; - skos:example "An electron with at least one causal interaction with another particle."@en ; + skos:example "An electron moving in time interacting with other particles."@en ; skos:prefLabel "CausalPath"@en ; :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "A causal chain is an ordered causal sequence of entities that does not host any bifurcation within itself (a chain). A chain can only be partitioned in time."@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of entities that possess a temporal structure but no spatial structure."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The causal path class can be defined univocally in FOL."@en . + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A causal path is a concept almost equivalent to the concept of elementary particle in physics."@en . + +_:genid15 rdf:type owl:Restriction ; + owl:onProperty :EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( :EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 + :EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68 + ) + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 ; + owl:annotatedProperty rdfs:subClassOf ; + owl:annotatedTarget _:genid15 ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "This axiom underlines the monodimensional nature of a causal chain, as a sequence of quanta."@en + ] . [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 ; @@ -686,15 +924,17 @@ b) y and x are non-overlapping"""@en ; ### https://w3id.org/emmo#EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 :EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 rdf:type owl:Class ; - rdfs:subClassOf _:genid19 ; + rdfs:subClassOf :EMMO_76bd5e44_bf5a_49f9_a517_eea5e8bcbc2d , + _:genid23 ; + owl:disjointWith :EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ; skos:example "The collection of users of a particular software, the collection of atoms that have been part of that just dissociated molecule."@en ; skos:prefLabel "Collection"@en ; - :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """A collection is the concept that complements the item concept, being an entity that possesses at least one part non directly causally connected with the rest. + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """A collection is the concept that complements the item. A collection is an entity that has at least one part non directly causally connected with the rest. A collection can be partitioned in maximally connected items called members. The members are self-connected entities and there is no direct causality relation between them. The combination of collection and item concepts is the EMMO mereocausality alternative to set theory. However, two items can be members only if they are non direct causally connected, giving some constraints to a collection definition. For example, two entities which are directly connected cannot be two distinct members, while their interiors (i.e. the entities obtained by removing the layer of parts that provides the causal contact between them) can be."""@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of not direct causally self-connected world entities."@en . -_:genid19 rdf:type owl:Restriction ; +_:genid23 rdf:type owl:Restriction ; owl:onProperty :EMMO_6b7276a4_4b9d_440a_b577_0277539c0fc4 ; owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ; owl:onClass :EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de . @@ -702,7 +942,7 @@ _:genid19 rdf:type owl:Restriction ; [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 ; owl:annotatedProperty rdfs:subClassOf ; - owl:annotatedTarget _:genid19 ; + owl:annotatedTarget _:genid23 ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Every collection has at least two item members, since a collection of one item is a self-connected entity (and then an item)."@en ] . @@ -716,17 +956,19 @@ _:genid19 rdf:type owl:Restriction ; ### https://w3id.org/emmo#EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68 :EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_52b8a39b_e5ff_46d3_b972_65bc43077a07 ; + owl:disjointWith :EMMO_53ed8611_2cd7_4286_9ef0_36572117b963 ; skos:altLabel "RealParticle"@en ; skos:example """From a physics perspective a quantum can be related to smallest identifiable entities, according to the limits imposed by the uncertainty principle in space and time measurements. However, the quantum mereotopology approach is not restricted only to physics. For example, in a manpower management ontology, a quantum can stand for an hour (time) of a worker (space) activity."""@en ; skos:prefLabel "Quantum"@en ; - :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """A quantum is the most fundamental item (both mereologically and causally) and is considered causally self-connected by definition. + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """A quantum is the most fundamental item of the EMMO (both mereologically and causally) and is considered causally self-connected by definition. The quantum concept recalls the fact that there is lower epistemological limit to our knowledge of the universe, related to the uncertainity principle. -Space and time emerge following the network of causal connections between quantum objects. So quantum objects are adimensional objects, that precede space and time dimensions: they are simple beings (in greek οντα). +In the EMMO, space and time emerge following the network of causal connections between quantum objects. So quantum objects are adimensional objects, that precede space and time dimensions: they are simple beings (in greek οντα). Using physics concepts, we can think the quantum as an elementary particle (e.g. an electron) in a specific state between two causal interactions. A quantum stands for an incoming or outcoming real particle in a Feynman diagram."""@en ; - :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The class of entities without proper parts."@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of the mereological and causal fundamental entities."@en ; + :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Q(x) ≡ ¬∃y(PP(y,x))"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of the mereological and causal fundamental entities having no proper parts"@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A quantum is the EMMO mereological atomistic and causal reductionistic entity. To avoid confusion with the concept of atom coming from physics and to underline the causal reductionistic approach, we will use the expression quantum mereology, instead of atomistic mereology."@en . [ rdf:type owl:Axiom ; @@ -736,17 +978,22 @@ A quantum stands for an incoming or outcoming real particle in a Feynman diagram :EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin quantum (plural quanta) \"as much as, so much as\"."@en ] . +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68 ; + owl:annotatedProperty :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 ; + owl:annotatedTarget "Q(x) ≡ ¬∃y(PP(y,x))"@en ; + rdfs:seeAlso :EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c + ] . + ### https://w3id.org/emmo#EMMO_52b8a39b_e5ff_46d3_b972_65bc43077a07 :EMMO_52b8a39b_e5ff_46d3_b972_65bc43077a07 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 - :EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68 - ) - ] ; + rdfs:subClassOf :EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ; + owl:disjointWith :EMMO_76bd5e44_bf5a_49f9_a517_eea5e8bcbc2d ; skos:prefLabel "CausalParticle"@en ; :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "A causal particle represents the most elementary entity in physics, being it a simple state of an elementary particle, called quantum in the EMMO, or a chain of causally connected quanta."@en ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The disjoint union of CausalPath and Quantum classes."@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: CausalPath or Quantum" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals representing causal particles."@en . [ rdf:type owl:Axiom ; @@ -759,15 +1006,12 @@ A quantum stands for an incoming or outcoming real particle in a Feynman diagram ### https://w3id.org/emmo#EMMO_53ed8611_2cd7_4286_9ef0_36572117b963 :EMMO_53ed8611_2cd7_4286_9ef0_36572117b963 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_76bd5e44_bf5a_49f9_a517_eea5e8bcbc2d - :EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d - ) - ] ; + rdfs:subClassOf :EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf ; skos:example "An atom, a group of persons, a fluid."@en ; skos:prefLabel "Fusion"@en ; - :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "A fusion is any entity that is made up of two or more quantum entities, regardless of the fact that they are or not self-connected."@en ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "A mereological fusion is any entity that is made up of two or more quantum entities, regardless of the fact that they are or not self-connected. It captures the idea of set, but excluding singletons."@en ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The union of the CausalCluster and CausalStructure classes."@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: CausalCluster or CausalStructure" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals representing mereological fusions consisting of two or more quantum entities."@en . [ rdf:type owl:Axiom ; @@ -780,14 +1024,11 @@ A quantum stands for an incoming or outcoming real particle in a Feynman diagram ### https://w3id.org/emmo#EMMO_76bd5e44_bf5a_49f9_a517_eea5e8bcbc2d :EMMO_76bd5e44_bf5a_49f9_a517_eea5e8bcbc2d rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 - :EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac - ) - ] ; + rdfs:subClassOf :EMMO_53ed8611_2cd7_4286_9ef0_36572117b963 ; skos:prefLabel "CausalCluster"@en ; - :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "With the causal cluster term we address an heterogenous group of entities, which possess the common feature of having at least two causally non connected quanta. It comprises collections (non self-connected entities) and causal systems (entities extended in space)."@en ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "With the causal cluster term we address an heterogeneous group of entities, which possess the common feature of having at least two causally non connected quanta. It comprises collections (non self-connected entities) and causal systems (entities extended in space)."@en ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The disjoint union of the CausalSystem and Collection classes."@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Collection or CausalSystem" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals representing causal clusters."@en . [ rdf:type owl:Axiom ; @@ -800,30 +1041,28 @@ A quantum stands for an incoming or outcoming real particle in a Feynman diagram ### https://w3id.org/emmo#EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf :EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf rdf:type owl:Class ; - rdfs:subClassOf _:genid35 , - _:genid37 ; - owl:disjointUnionOf ( :EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 - :EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 - :EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68 - :EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac - ) ; + rdfs:subClassOf _:genid31 , + _:genid33 ; skos:prefLabel "EMMO"@en ; :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """The EMMO conceptualises the world using the primitive concepts of causality and parthood. Parthood is about the composition of world entities starting from other more fundamental entities. Causality is about the interactions between world entities. -The quantum is the smallest indivisible part of any world entity. Quantum individuals are the fundamental causal constituents of the universe, since it is implied that causality originates from quantum-to-quantum interactions. Quantums are no-dimensional, and their aggregation makes spacetime emerge from their causal structure. Causality between macro entities (i.e. entities made of more than one quantum) is explained as the sum of the causality relations between their quantum constituents. Fundamental interactions (quantum fields) are represented as symmetric causality between macro entities, while classical interactions are mediated by chain of quantums (i.e. elementary particles). -The fundamental distinction between world entities is direct causality self-connectedness: a world entity can be self-connected xor not self-connected depending on the causality network of its fundamental components. -Void regions do not exist in the EMMO, or in other words there is no spacetime without entities, since space and time are measured quantities following a causality relation between entities (spacetime emerges as relational property not as a self-standing entity). -Entities are not placed in space or time: space and time are always relative between entities and are measured. In other words, space and time relations originates from causality interactions."""@en ; +The quantum is the smallest indivisible part of any world entity. Quantum individuals are the fundamental causal constituents of the universe, since it is implied that causality originates from quantum-to-quantum interactions. Quantums are no-dimensional, and their aggregation makes spacetime emerge from their causal structure. We can think of a quantum as an elementary particle after and interaction and before another interaction. +Causality between macro entities (i.e. entities made of more than one quantum) is explained as the sum of the causality relations between their quantum constituents. Fundamental interactions (quantum fields) are represented as symmetric causality relation between macro entities, while classical interactions are mediated by chain of quantums (i.e. elementary particles). +The fundamental distinction between world entities is causality self-connectedness: a world entity can be self-connected xor not self-connected depending on the causality network of its fundamental components. +Void regions do not exist in the EMMO. In other words there is no spacetime without entities and spacetime emerges as relational property not as a self-standing entity). Entities are not placed in space or time: space and time are measured quantities, always relative between entities and are measured. In other words, space and time relations originates from causality interactions."""@en ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The disjoint union of the fundamental mereocausal classes of Quantum, CausalPath, CausalSystem and Collection."@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnion: CausalPath, Collection, Quantum, CausalSystem" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of all the OWL individuals representing world entities according to EMMO conceptualisation."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """EMMO entities dimensionality is related to their mereocausal structures. From the no-dimensional quantum entity, we introduce time dimension with the elementary concept, and the spacetime with the causal system concept. + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """EMMO entities dimensionality is related to their mereocausal structures. From the no-dimensional quantum entity, we introduce time dimension with the elementary concept, and space with the causal system concept. The EMMO conceptualisation does not allow the existence of space without a temporal dimension, the latter coming from a causal relation between entities. -For this reason, the EMMO entities that are not quantum or elementaries, may be considered to be always spatiotemporal. The EMMO poses no constraints to the number of spatial dimensions for a causal system (except being higher than one)."""@en . +For this reason, the EMMO entities that are not quantum or elementaries, may be considered to be always 4D spatiotemporal entities. +Moreover, the combination of mereology and causality used in the EMMO theory (mereocausality) represents entities as direct acyclic graphs with dimension of 4 (i.e., the mereocasual graph can be represented in a 4D euclidian space with edges having unit length). +For this reasons, the EMMO can be considered a 4D ontology."""@en . -_:genid35 rdf:type owl:Restriction ; +_:genid31 rdf:type owl:Restriction ; owl:onProperty :EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; owl:someValuesFrom :EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68 . -_:genid37 rdf:type owl:Restriction ; +_:genid33 rdf:type owl:Restriction ; owl:onProperty [ owl:inverseOf :EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ] ; owl:hasValue :EMMO_08cb807c_e626_447b_863f_e2835540e918 . @@ -831,14 +1070,14 @@ _:genid37 rdf:type owl:Restriction ; [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf ; owl:annotatedProperty rdfs:subClassOf ; - owl:annotatedTarget _:genid35 ; + owl:annotatedTarget _:genid31 ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Every entity is made of quantum parts. This axiomatisation is the expression of the radical reductionistic approach of the EMMO."@en ] . [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf ; owl:annotatedProperty rdfs:subClassOf ; - owl:annotatedTarget _:genid37 ; + owl:annotatedTarget _:genid33 ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "All EMMO individuals are part of the most comprehensive entity which is the universe."@en ] . @@ -853,34 +1092,24 @@ _:genid37 rdf:type owl:Restriction ; owl:annotatedSource :EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf ; owl:annotatedProperty :EMMO_31252f35_c767_4b97_a877_1235076c3e13 ; owl:annotatedTarget """The EMMO conceptualises the world using the primitive concepts of causality and parthood. Parthood is about the composition of world entities starting from other more fundamental entities. Causality is about the interactions between world entities. -The quantum is the smallest indivisible part of any world entity. Quantum individuals are the fundamental causal constituents of the universe, since it is implied that causality originates from quantum-to-quantum interactions. Quantums are no-dimensional, and their aggregation makes spacetime emerge from their causal structure. Causality between macro entities (i.e. entities made of more than one quantum) is explained as the sum of the causality relations between their quantum constituents. Fundamental interactions (quantum fields) are represented as symmetric causality between macro entities, while classical interactions are mediated by chain of quantums (i.e. elementary particles). -The fundamental distinction between world entities is direct causality self-connectedness: a world entity can be self-connected xor not self-connected depending on the causality network of its fundamental components. -Void regions do not exist in the EMMO, or in other words there is no spacetime without entities, since space and time are measured quantities following a causality relation between entities (spacetime emerges as relational property not as a self-standing entity). -Entities are not placed in space or time: space and time are always relative between entities and are measured. In other words, space and time relations originates from causality interactions."""@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "While EMMO mereocausality conceptualisation can be used on any possibile domain, so that a quantum can be a Lego brick or an furniture component, it can be better understood when a quantum is elucidated as the smallest measured time interval of existence of an elementary particle (e.g. quark, photon)."@en - ] . - -[ rdf:type owl:Axiom ; - 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). -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 +The quantum is the smallest indivisible part of any world entity. Quantum individuals are the fundamental causal constituents of the universe, since it is implied that causality originates from quantum-to-quantum interactions. Quantums are no-dimensional, and their aggregation makes spacetime emerge from their causal structure. We can think of a quantum as an elementary particle after and interaction and before another interaction. +Causality between macro entities (i.e. entities made of more than one quantum) is explained as the sum of the causality relations between their quantum constituents. Fundamental interactions (quantum fields) are represented as symmetric causality relation between macro entities, while classical interactions are mediated by chain of quantums (i.e. elementary particles). +The fundamental distinction between world entities is causality self-connectedness: a world entity can be self-connected xor not self-connected depending on the causality network of its fundamental components. +Void regions do not exist in the EMMO. In other words there is no spacetime without entities and spacetime emerges as relational property not as a self-standing entity). Entities are not placed in space or time: space and time are measured quantities, always relative between entities and are measured. In other words, space and time relations originates from causality interactions."""@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "While EMMO mereocausality conceptualisation can be used on any possibile domain, so that a quantum can be a Lego brick or an furniture component, it can be better understood when a quantum is elucidated as an elementary particle after and interaction and before another interaction. (e.g. quark, photon)."@en ] . ### https://w3id.org/emmo#EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d :EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 - :EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac - ) - ] ; + rdfs:subClassOf :EMMO_53ed8611_2cd7_4286_9ef0_36572117b963 , + :EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ; skos:prefLabel "CausalStructure"@en ; :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """The most fundamental unity criterion for the definition of an structure is that: - is made of at least two quantums (a structure is not a simple entity) - all quantum parts form a causally connected graph""" ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The disjoint union of Causal Path and CausalSystem classes." ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: CausalPath or CausalSystem" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals representing causally self-connected world entities." ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A causal structure expresses itself in time and space thanks to the underlying causality relations between its constituent quantum entities. It must at least provide two temporal parts. The unity criterion beyond the definition of a causal structure (the most general concept of structure) is the existence of an undirected causal path between each of its parts." . @@ -894,6 +1123,8 @@ A collection cannot be an item and viceversa, representing the fact that a world ### https://w3id.org/emmo#EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac :EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac rdf:type owl:Class ; + rdfs:subClassOf :EMMO_76bd5e44_bf5a_49f9_a517_eea5e8bcbc2d , + :EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d ; skos:example "A electron binded by a nucleus."@en ; skos:prefLabel "CausalSystem"@en ; :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """A causal system provides the most general concept of system, being a union of causal structures interacting together. In its most simple form, a causal system is an interlacement of causal paths (the most simple structure type). @@ -910,11 +1141,7 @@ A causal system is always a spatial-like structure, and is represented as a mult ### https://w3id.org/emmo#EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de :EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_52b8a39b_e5ff_46d3_b972_65bc43077a07 - :EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d - ) - ] ; + rdfs:subClassOf :EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf ; skos:altLabel "CausalObject"@en ; skos:example "A person life, an interval of a person life. The lifetime of two components, from the production in separate manufacturing lines, their being connected components in a device, including their eparation and decommissioning."@en ; skos:prefLabel "Item"@en ; @@ -923,6 +1150,7 @@ All physical objects, i.e. entities whose behaviour is explained by physics laws Members of a collection lack such direct causality connection, i.e. they do not constitute a physical object. Following graph theory concepts, the quantums of an item are all connected together within a network of causal relations, forming a connected causal graph. A collection is then a set of disconnected graphs."""@en ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The disjoint union of Particle and CausalStructure classes."@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: CausalParticle or CausalStructure" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals standing for quantum or causally self-connected world entities."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The concept of self-connectivity is applied using a 4D approach. Given that, the entity made of an electron and a proton that travel, interact, and then depart from each other is an item, since we don't focus only on the beginning or the end stage but to the overall 4D entity, being the interaction the connectivity bridge between the two particles." . @@ -945,12 +1173,40 @@ Following graph theory concepts, the quantums of an item are all connected toget # Individuals ################################################################# - ### https://w3id.org/emmo#EMMO_08cb807c_e626_447b_863f_e2835540e918 :EMMO_08cb807c_e626_447b_863f_e2835540e918 rdf:type owl:NamedIndividual , :EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac ; skos:prefLabel "universe"@en ; - :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "The universe is considered as a causally self-connected object, encompassing all other objects. For this reason is unique."@en . + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "The universe is considered as a causally self-connected object, encompassing all other objects. For this reason is unique."@en ; + :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "u ≡ σx⟨P(x, x)⟩" . + +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_08cb807c_e626_447b_863f_e2835540e918 ; + owl:annotatedProperty rdf:type ; + owl:annotatedTarget :EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """This axiom reflects the fact the the universe is causally self-connected. In fact, a non causally connected universe would have been the sum of causally independend sub-universes, without any knowledge of others. +This axiom may be seen as Ockam's razor applied to causality."""@en + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_08cb807c_e626_447b_863f_e2835540e918 ; + owl:annotatedProperty :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 ; + owl:annotatedTarget "u ≡ σx⟨P(x, x)⟩" ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "This definition reads: \"The universe is the sum of all entities that are part of themselves\". Since parthood (P) is reflexive by axiom, then the universe is the sum of all mereological entities."@en + ] . + + +################################################################# +# General axioms +################################################################# + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 + :EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 + :EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68 + :EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac + ) +] . ################################################################# @@ -963,17 +1219,17 @@ Following graph theory concepts, the quantums of an item are all connected toget rdf:type . -[ :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Transitivity for proper parthood."@en ; +[ rdfs:comment "Implementing Transitivity."@en ; rdf:type ; [ rdf:type ; rdf:first [ rdf:type ; - :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; + :EMMO_d01b3ee2_91a5_4ce2_95cd_f0d2c333c6d3 ; ; ] ; rdf:rest [ rdf:type ; rdf:first [ rdf:type ; - :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; + :EMMO_d01b3ee2_91a5_4ce2_95cd_f0d2c333c6d3 ; ; ] ; @@ -982,7 +1238,7 @@ Following graph theory concepts, the quantums of an item are all connected toget ] ; [ rdf:type ; rdf:first [ rdf:type ; - :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; + :EMMO_d01b3ee2_91a5_4ce2_95cd_f0d2c333c6d3 ; ; ] ; @@ -1120,7 +1376,7 @@ Following graph theory concepts, the quantums of an item are all connected toget ] ] . -[ :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Enforcing a strict one-way causality direction."@en ; +[ rdfs:comment "Implementig transitivity."@en ; rdf:type ; [ rdf:type ; rdf:first [ rdf:type ; @@ -1128,54 +1384,96 @@ Following graph theory concepts, the quantums of an item are all connected toget ; ] ; - rdf:rest rdf:nil + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + :EMMO_3733bd38_ca2b_4264_a92a_3075a1715598 ; + ; + + ] ; + rdf:rest rdf:nil + ] ] ; [ rdf:type ; rdf:first [ rdf:type ; - :EMMO_01e5766d_dac3_4574_8a78_310de92a5c9d ; - ; - + :EMMO_3733bd38_ca2b_4264_a92a_3075a1715598 ; + ; + ] ; rdf:rest rdf:nil ] ] . -[ rdfs:comment "Ensure that the hasNext relation expresses a strictly one-way causality arrow between two entities."^^rdfs:Literal ; +[ :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The equalsTo object property is equivalent to the OWL SameAs"@en ; rdf:type ; [ rdf:type ; rdf:first [ rdf:type ; - :EMMO_499e24a5_5072_4c83_8625_fe3f96ae4a8d ; + :EMMO_6835537c_d294_4005_a770_ec9621f29ed1 ; ; ] ; rdf:rest rdf:nil ] ; [ rdf:type ; - rdf:first [ rdf:type ; - :EMMO_01e5766d_dac3_4574_8a78_310de92a5c9d ; - ; - + rdf:first [ rdf:type ; + ; + ] ; rdf:rest rdf:nil ] ] . -[ rdf:type ; +[ :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Transitivity for proper parthood."@en ; + rdf:type ; [ rdf:type ; rdf:first [ rdf:type ; - :EMMO_6835537c_d294_4005_a770_ec9621f29ed1 ; + :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; ; ] ; - rdf:rest rdf:nil + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; + ; + + ] ; + rdf:rest rdf:nil + ] ] ; [ rdf:type ; - rdf:first [ rdf:type ; + rdf:first [ rdf:type ; + :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +[ rdfs:comment "Implementing transitivity."@en ; + rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + :EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6 ; ; ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + :EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6 ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + :EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6 ; + ; + + ] ; rdf:rest rdf:nil ] ] . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/multiperspective/catalog-v001.xml b/multiperspective/catalog-v001.xml deleted file mode 100644 index 3caabd07..00000000 --- a/multiperspective/catalog-v001.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/multiperspective/multiperspective.ttl b/multiperspective/multiperspective.ttl deleted file mode 100644 index f9eea56e..00000000 --- a/multiperspective/multiperspective.ttl +++ /dev/null @@ -1,20 +0,0 @@ -@prefix : . -@prefix owl: . -@prefix rdf: . -@prefix xml: . -@prefix xsd: . -@prefix rdfs: . -@prefix skos: . -@prefix dcterms: . -@base . - - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - , - , - , - , - . - -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/multiperspective/persholistic.ttl b/multiperspective/persholistic.ttl deleted file mode 100644 index 0b754715..00000000 --- a/multiperspective/persholistic.ttl +++ /dev/null @@ -1,471 +0,0 @@ -@prefix : . -@prefix owl: . -@prefix rdf: . -@prefix xml: . -@prefix xsd: . -@prefix rdfs: . -@prefix skos: . -@prefix dcterms: . -@base . - - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - ; - dcterms:abstract ""@en ; - dcterms:contributor , - , - , - ; - dcterms:creator ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher ; - dcterms:title "Persholistic"@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" . - -################################################################# -# Object Properties -################################################################# - -### https://w3id.org/emmo#EMMO_0b1502e2_d12f_4ff3_83b1_eeedf9382954 -:EMMO_0b1502e2_d12f_4ff3_83b1_eeedf9382954 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b ; - rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process and the entity that represents how things have turned out."@en ; - skos:prefLabel "hasOutcome"@en . - - -### https://w3id.org/emmo#EMMO_1440d010_e4c5_4597_8858_1d58cb1fb28f -:EMMO_1440d010_e4c5_4597_8858_1d58cb1fb28f rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_9ee42d6b_7242_4a8d_967e_79f8f1c7fe29 ; - rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; - rdfs:range :EMMO_d9589ed2_5304_48b3_9795_11bf44e64e9b ; - skos:prefLabel "hasStatus"@en . - - -### https://w3id.org/emmo#EMMO_1494c1a9_00e1_40c2_a9cc_9bbf302a1cac -:EMMO_1494c1a9_00e1_40c2_a9cc_9bbf302a1cac rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ; - owl:inverseOf :EMMO_36e69413_8c59_4799_946c_10b05d266e22 ; - rdfs:range :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; - skos:prefLabel "isInputOf"@en . - - -### https://w3id.org/emmo#EMMO_2bb50428_568d_46e8_b8bf_59a4c5656461 -:EMMO_2bb50428_568d_46e8_b8bf_59a4c5656461 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ; - owl:inverseOf :EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ; - rdfs:range :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; - skos:prefLabel "isOutputOf"@en . - - -### https://w3id.org/emmo#EMMO_2eb10b5b_900b_44d7_af85_4de9a3729474 -:EMMO_2eb10b5b_900b_44d7_af85_4de9a3729474 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_6786b336_e982_4759_8dee_1905a4106591 , - :EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ; - rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce , - :EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0 ; - rdfs:range :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process whole and a temporal part of the same type."@en ; - skos:prefLabel "hasInterval"@en . - - -### https://w3id.org/emmo#EMMO_2fe8b850_9f2d_4c13_8be9_6ae2487de393 -:EMMO_2fe8b850_9f2d_4c13_8be9_6ae2487de393 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ; - rdfs:domain :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; - rdfs:range :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; - skos:prefLabel "isRemovedFrom"@en . - - -### https://w3id.org/emmo#EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 -:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ; - rdfs:domain :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; - rdfs:range :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The relation between a process P and an object whole O that overcrosses it. The intersection between P and O is a participant of P."@en ; - skos:prefLabel "participatesTo"@en . - - -### https://w3id.org/emmo#EMMO_36e69413_8c59_4799_946c_10b05d266e22 -:EMMO_36e69413_8c59_4799_946c_10b05d266e22 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ; - rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The input of a process."@en ; - skos:prefLabel "hasInput"@en . - - -### https://w3id.org/emmo#EMMO_3c51ea74_43a4_42d5_953b_fcb43f359c73 -:EMMO_3c51ea74_43a4_42d5_953b_fcb43f359c73 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ; - rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; - rdfs:range :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; - skos:prefLabel "disappearsInto"@en . - - -### https://w3id.org/emmo#EMMO_3c7f239f_e833_4a2b_98a1_c88831770c1b -:EMMO_3c7f239f_e833_4a2b_98a1_c88831770c1b rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; - rdfs:domain :EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 ; - rdfs:range :EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ; - skos:prefLabel "hasComponent"@en . - - -### https://w3id.org/emmo#EMMO_449beacd_4fda_4d46_a723_d2118f4e2623 -:EMMO_449beacd_4fda_4d46_a723_d2118f4e2623 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ; - rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; - rdfs:range :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; - skos:prefLabel "affects"@en . - - -### https://w3id.org/emmo#EMMO_7329967c_3972_4c99_b478_84f66436620d -:EMMO_7329967c_3972_4c99_b478_84f66436620d rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_9ee42d6b_7242_4a8d_967e_79f8f1c7fe29 ; - rdfs:domain :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; - rdfs:range :EMMO_2553c342_fc28_47d8_8e19_7a98fa08f150 ; - skos:prefLabel "hasSubObject"@en . - - -### https://w3id.org/emmo#EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a -:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_5ceab41b_2aea_4041_9e9c_a243f7562cee ; - rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; - rdfs:range :EMMO_13191289_6c2b_4741_93e1_82d53bd0e703 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process and an object participating to it, i.e. that is relevant to the process itself."@en ; - rdfs:comment """Participation is a parthood relation: you must be part of the process to contribute to it. A participant whose 4D extension is totally contained within the process. - -Participation is not under direct parthood since a process is not strictly related to reductionism, but it's a way to categorize temporal regions by the interpreters."""@en ; - skos:prefLabel "hasParticipant"@en . - - -### https://w3id.org/emmo#EMMO_b1daa610_64c6_4935_94b8_a19db586a2f6 -:EMMO_b1daa610_64c6_4935_94b8_a19db586a2f6 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_6786b336_e982_4759_8dee_1905a4106591 ; - rdfs:domain :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 , - :EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0 ; - rdfs:range :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a object whole and its spatial part of the same type."@en ; - skos:example "A volume of 1 cc of milk within a 1 litre can be considered still milk as a whole. If you scale down to a cluster of molecules, than the milk cannot be considered a fluid no more (and then no more a milk)."@en ; - skos:prefLabel "hasPortion"@en . - - -### https://w3id.org/emmo#EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 -:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ; - rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The outcome of a process."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The partial overlapping is required since the creating process is distinct with the process in which the output is used or consumed."@en ; - skos:prefLabel "hasOutput"@en . - - -### https://w3id.org/emmo#EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a -:EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; - rdfs:range :EMMO_2480b72b_db8d_460f_9a5f_c2912f979046 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation within a process and an agengt participant."@en ; - skos:prefLabel "hasAgent"@en . - - -### https://w3id.org/emmo#EMMO_d43af210_f854_4432_a891_ce3022e3b558 -:EMMO_d43af210_f854_4432_a891_ce3022e3b558 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_5ceab41b_2aea_4041_9e9c_a243f7562cee ; - rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; - rdfs:range :EMMO_49804605_c0fe_4538_abda_f70ba1dc8a5d ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process and one of its process parts."@en ; - skos:prefLabel "hasSubProcess"@en . - - -### https://w3id.org/emmo#EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec -:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_5ceab41b_2aea_4041_9e9c_a243f7562cee ; - rdfs:domain :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; - rdfs:range :EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between an object and one of its holistic part that contributes to the object under some spatial-based criteria."@en ; - skos:prefLabel "hasConstituent"@en . - - -### https://w3id.org/emmo#EMMO_e3850f08_8e79_454b_9d83_c517cab42857 -:EMMO_e3850f08_8e79_454b_9d83_c517cab42857 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_5ceab41b_2aea_4041_9e9c_a243f7562cee ; - rdfs:domain :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; - rdfs:range :EMMO_f68858dd_64f4_4877_b7fb_70d04fbe5bab ; - skos:prefLabel "hasConstitutiveProcess"@en . - - -### https://w3id.org/emmo#EMMO_e9d65041_d87d_4b04_9fe9_1eed8f9c0370 -:EMMO_e9d65041_d87d_4b04_9fe9_1eed8f9c0370 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ; - rdfs:domain :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; - rdfs:range :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; - skos:prefLabel "partakesIn"@en . - - -### https://w3id.org/emmo#EMMO_ea7724fe_ba5d_4201_865e_761cb6fe9f99 -:EMMO_ea7724fe_ba5d_4201_865e_761cb6fe9f99 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ; - rdfs:domain :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; - rdfs:range :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; - skos:prefLabel "isAddedTo"@en . - - -### https://w3id.org/emmo#EMMO_ebc8c324_8e7a_4b09_bcb5_306e0c461d24 -:EMMO_ebc8c324_8e7a_4b09_bcb5_306e0c461d24 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_9ee42d6b_7242_4a8d_967e_79f8f1c7fe29 ; - rdfs:domain :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; - rdfs:range :EMMO_210e7e99_c1cf_44cc_87c7_310a10ff068b ; - skos:prefLabel "hasBehaviour"@en . - - -### https://w3id.org/emmo#EMMO_ee518694_9a11_41e5_ada2_8c68c62c2993 -:EMMO_ee518694_9a11_41e5_ada2_8c68c62c2993 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ; - rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; - rdfs:range :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; - skos:prefLabel "emergesFrom"@en . - - -### https://w3id.org/emmo#EMMO_f09e1d0a_07ce_4121_8c89_5bd67b7e8116 -:EMMO_f09e1d0a_07ce_4121_8c89_5bd67b7e8116 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ; - rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; - rdfs:range :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; - skos:prefLabel "contributesTo"@en . - - -### https://w3id.org/emmo#EMMO_f22abf74_4538_4f50_ab85_09908cdda707 -:EMMO_f22abf74_4538_4f50_ab85_09908cdda707 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_9ee42d6b_7242_4a8d_967e_79f8f1c7fe29 ; - rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; - rdfs:range :EMMO_a633c6f8_4269_4870_9b28_f5ca1783fd54 ; - skos:prefLabel "hasStage"@en . - - -################################################################# -# Classes -################################################################# - -### https://w3id.org/emmo#EMMO_13191289_6c2b_4741_93e1_82d53bd0e703 -:EMMO_13191289_6c2b_4741_93e1_82d53bd0e703 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 , - :EMMO_fcae603e_aa6e_4940_9fa1_9f0909cabf3b ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An object which is an holistic spatial part of a process."@en ; - skos:example "A student during an examination."@en ; - skos:prefLabel "Participant"@en . - - -### https://w3id.org/emmo#EMMO_135ab8ea_e028_439e_be64_3e0f9734ea2b -:EMMO_135ab8ea_e028_439e_be64_3e0f9734ea2b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process occurring by natural (non-intentional) laws."@en ; - skos:altLabel "NonIntentionalProcess"@en ; - skos:prefLabel "NaturalProcess"@en . - - -### https://w3id.org/emmo#EMMO_210e7e99_c1cf_44cc_87c7_310a10ff068b -:EMMO_210e7e99_c1cf_44cc_87c7_310a10ff068b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0e1f2009_bf12_49d1_99f3_1422e5287d82 , - :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process which is an holistic temporal part of an object."@en ; - skos:example "Accelerating is a behaviour of a car."@en ; - skos:prefLabel "Behaviour"@en . - - -### https://w3id.org/emmo#EMMO_2480b72b_db8d_460f_9a5f_c2912f979046 -:EMMO_2480b72b_db8d_460f_9a5f_c2912f979046 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_13191289_6c2b_4741_93e1_82d53bd0e703 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A participant that is the driver of the process."@en ; - skos:example "A catalyst. A bus driver. A substance that is initiating a reaction that would not occur without its presence."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """An agent is not necessarily human. -An agent plays an active role within the process. -An agent is a participant of a process that would not occur without it."""@en ; - skos:prefLabel "Agent"@en . - - -### https://w3id.org/emmo#EMMO_2553c342_fc28_47d8_8e19_7a98fa08f150 -:EMMO_2553c342_fc28_47d8_8e19_7a98fa08f150 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0e1f2009_bf12_49d1_99f3_1422e5287d82 , - :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An object which is an holistic temporal part of another object."@en ; - skos:example "If an inhabited house is considered as an house that is occupied by some people in its majority of time, then an interval of inhabited house in which occasionally nobody is in there is no more an inhabited house, but an unhinabited house, since this temporal part does not satisfy the criteria of the whole."@en ; - rdfs:comment "Here we consider a temporal interval that is lower than the characteristic time of the physical process that provides the causality connection between the object parts."@en ; - skos:prefLabel "SubObject"@en . - - -### https://w3id.org/emmo#EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 -:EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c ; - :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "The set of established forms or methods of an organized body for accomplishing a certain task or tasks (Wiktionary)."@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The process in which an agent works with some entities according to some existing formalised operative rules."@en ; - skos:example """The process in which a control unit of a CPU (the agent) orchestrates some cached binary data according to a list of instructions (e.g. a program). -The process in which a librarian order books alphabetically on a shelf. -The execution of an algorithm."""@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A procedure can be considered as an intentional process with a plan."@en ; - skos:altLabel "Elaboration"@en , - "Work"@en ; - skos:prefLabel "Procedure"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 ; - owl:annotatedProperty :EMMO_31252f35_c767_4b97_a877_1235076c3e13 ; - owl:annotatedTarget "The set of established forms or methods of an organized body for accomplishing a certain task or tasks (Wiktionary)."@en ; - rdfs:seeAlso "https://en.wiktionary.org/wiki/procedure"^^xsd:anyURI - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 ; - owl:annotatedProperty skos:prefLabel ; - owl:annotatedTarget "Procedure"@en ; - :EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin pro-cedere (“to go forward, to proceed”)."@en - ] . - - -### https://w3id.org/emmo#EMMO_49804605_c0fe_4538_abda_f70ba1dc8a5d -:EMMO_49804605_c0fe_4538_abda_f70ba1dc8a5d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce , - :EMMO_fcae603e_aa6e_4940_9fa1_9f0909cabf3b ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process which is an holistic spatial part of a process."@en ; - skos:example "Breathing is a subprocess of living for a human being."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """In the EMMO the relation of participation to a process falls under mereotopology. - -Since topological connection means causality, then the only way for a real world object to participate to a process is to be a part of it."""@en ; - skos:prefLabel "SubProcess"@en . - - -### https://w3id.org/emmo#EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 -:EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_3c7f239f_e833_4a2b_98a1_c88831770c1b ; - owl:someValuesFrom :EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An object that is made of a set of sub objects working together as parts of a mechanism or an interconnecting network (natural or artificial); a complex whole."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A system is conceived as an aggregate of things that 'work' (or interact) together. While a system extends in time through distinct temporal parts (like every other 4D object), this elucdation focuses on a timescale in which the obejct shows a persistence in time."@en ; - skos:prefLabel "HolisticSystem"@en . - - -### https://w3id.org/emmo#EMMO_a633c6f8_4269_4870_9b28_f5ca1783fd54 -:EMMO_a633c6f8_4269_4870_9b28_f5ca1783fd54 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0e1f2009_bf12_49d1_99f3_1422e5287d82 , - :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process which is an holistic temporal part of a process."@en ; - skos:example "Moving a leg is a stage of the process of running."@en ; - skos:prefLabel "Stage"@en . - - -### https://w3id.org/emmo#EMMO_b9522e56_1fac_4766_97e6_428605fabd3e -:EMMO_b9522e56_1fac_4766_97e6_428605fabd3e rdf:type owl:Class ; - rdfs:subClassOf :EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A system which is mainly characterised by the spatial configuration of its elements."@en ; - skos:prefLabel "HolisticArrangement"@en . - - -### https://w3id.org/emmo#EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c -:EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a ; - owl:someValuesFrom :EMMO_c130614a_2985_476d_a7ed_8a137847703c - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process occurring with the active participation of an agent that drives the process according to a specific objective (intention)."@en ; - skos:prefLabel "IntentionalProcess"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c ; - owl:annotatedProperty skos:prefLabel ; - owl:annotatedTarget "IntentionalProcess"@en ; - :EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin intentionem, derived from intendere (\"stretching out\")"@en - ] . - - -### https://w3id.org/emmo#EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0 -:EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0 skos:example """An object A which is classified as water-fluid possesses a proper part B which is water itself if the lenght scale of the B is larger than the water intermolecular distance keeping it in the continuum range. In this sense, A is redundant. - -If A is a water-fluid so small that its every proper part is no more a continuum object (i.e. no more a fluid), then A is fundamental."""@en . - - -### https://w3id.org/emmo#EMMO_c0f72631_d7c2_434c_9c26_5c44123df682 -:EMMO_c0f72631_d7c2_434c_9c26_5c44123df682 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An holistic system of people that has its own functions with responsibilities, authorities and relationships to achieve its objectives."@en ; - rdfs:seeAlso """ISO 55000:2014 -organization: person or group of people that has its own functions with responsibilities, authorities and relationships to achieve its objectives"""@en ; - skos:prefLabel "Organisation"@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_c0f72631_d7c2_434c_9c26_5c44123df682 ; - owl:annotatedProperty rdfs:seeAlso ; - owl:annotatedTarget """ISO 55000:2014 -organization: person or group of people that has its own functions with responsibilities, authorities and relationships to achieve its objectives"""@en ; - rdfs:isDefinedBy "https://www.iso.org/obp/ui/#iso:std:iso:55000:ed-1:v2:en:term:3.1.13"^^xsd:anyURI - ] . - - -### https://w3id.org/emmo#EMMO_c130614a_2985_476d_a7ed_8a137847703c -:EMMO_c130614a_2985_476d_a7ed_8a137847703c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2480b72b_db8d_460f_9a5f_c2912f979046 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An agent that is driven by the intention to reach a defined objective in driving a process."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Intentionality is not limited to human agents, but in general to all agents that have the capacity to decide to act in driving a process according to a motivation."@en ; - skos:prefLabel "IntentionalAgent"@en . - - -### https://w3id.org/emmo#EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 -:EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 , - :EMMO_fcae603e_aa6e_4940_9fa1_9f0909cabf3b ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An object which is an holistic spatial part of a object."@en ; - skos:example "A tire is a constituent of a car."@en ; - skos:altLabel "ObjectPart"@en ; - skos:prefLabel "Constituent"@en . - - -### https://w3id.org/emmo#EMMO_d9589ed2_5304_48b3_9795_11bf44e64e9b -:EMMO_d9589ed2_5304_48b3_9795_11bf44e64e9b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0e1f2009_bf12_49d1_99f3_1422e5287d82 , - :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An object which is an holistic temporal part of a process."@en ; - skos:example "A semi-naked man is a status in the process of a man's dressing."@en ; - skos:altLabel "State"@en ; - skos:prefLabel "Status"@en . - - -### https://w3id.org/emmo#EMMO_f68858dd_64f4_4877_b7fb_70d04fbe5bab -:EMMO_f68858dd_64f4_4877_b7fb_70d04fbe5bab rdf:type owl:Class ; - rdfs:subClassOf :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce , - :EMMO_fcae603e_aa6e_4940_9fa1_9f0909cabf3b ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process which is an holistic spatial part of an object."@en ; - skos:example "Blood circulation in a human body."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A constitutive process is a process that is holistically relevant for the definition of the whole."@en ; - skos:prefLabel "ConstitutiveProcess"@en . - - -### https://w3id.org/emmo#EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 -:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty [ owl:inverseOf :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec - ] ; - owl:someValuesFrom :EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 - ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A constituent of a system."@en ; - skos:prefLabel "Component"@en . - - -### https://w3id.org/emmo#EMMO_f93fe78b_9646_4a15_b88b_1c93686a764d -:EMMO_f93fe78b_9646_4a15_b88b_1c93686a764d rdf:type owl:Class ; - rdfs:subClassOf :EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A system whose is mainly characterised by the way in which elements are interconnected."@en ; - skos:prefLabel "Network"@en . - - -################################################################# -# Annotations -################################################################# - -:EMMO_1efe8b96_e006_4a33_bc9a_421406cbb9f0 rdfs:comment "A whole is categorized as fundamental (or maximal) or redundant (non-maximal)."@en . - - -:EMMO_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2 rdfs:seeAlso :EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0 . - - -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi diff --git a/multiperspective/workflow.ttl b/multiperspective/workflow.ttl deleted file mode 100644 index edfd7dc4..00000000 --- a/multiperspective/workflow.ttl +++ /dev/null @@ -1,187 +0,0 @@ -@prefix : . -@prefix owl: . -@prefix rdf: . -@prefix xml: . -@prefix xsd: . -@prefix rdfs: . -@prefix skos: . -@prefix dcterms: . -@base . - - 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 -################################################################# - -### https://w3id.org/emmo#EMMO_4ab7fb52_cec3_4c00_90c0_5648f01e3296 -:EMMO_4ab7fb52_cec3_4c00_90c0_5648f01e3296 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_70da982d_1810_4b01_9630_a28e216ecd9a ; - skos:prefLabel "hasBeginTask"@en . - - -### https://w3id.org/emmo#EMMO_70da982d_1810_4b01_9630_a28e216ecd9a -:EMMO_70da982d_1810_4b01_9630_a28e216ecd9a rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b ; - rdfs:domain :EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c ; - rdfs:range :EMMO_4299e344_a321_4ef2_a744_bacfcce80afc ; - skos:prefLabel "hasTask"@en . - - -### https://w3id.org/emmo#EMMO_92227f7f_22e9_4b19_a011_920eac3c7b75 -:EMMO_92227f7f_22e9_4b19_a011_920eac3c7b75 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_70da982d_1810_4b01_9630_a28e216ecd9a ; - skos:prefLabel "hasEndTask"@en . - - -### https://w3id.org/emmo#EMMO_dbe39465_6cf4_4592_b0c5_b7446789a37b -:EMMO_dbe39465_6cf4_4592_b0c5_b7446789a37b rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_54d0d0f4_d9fa_4179_a9b5_4110c49dafff ; - rdf:type owl:SymmetricProperty , - owl:IrreflexiveProperty ; - skos:prefLabel "hasCollaborationWith"@en . - - -################################################################# -# Classes -################################################################# - -### https://w3id.org/emmo#EMMO_2666a7e3_2ad4_49a0_899e_329607231f4b -: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 ; - :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 ; - 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 -:EMMO_4299e344_a321_4ef2_a744_bacfcce80afc rdf:type owl:Class ; - rdfs:subClassOf :EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 , - [ rdf:type owl:Restriction ; - owl:onProperty [ owl:inverseOf :EMMO_70da982d_1810_4b01_9630_a28e216ecd9a - ] ; - 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 . - - -### 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 ; - 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 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A workflow whose tasks are spatial tiles."@en . - - -### https://w3id.org/emmo#EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c -:EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b ; - owl:someValuesFrom :EMMO_4299e344_a321_4ef2_a744_bacfcce80afc - ] ; - owl:disjointUnionOf ( :EMMO_57ba1bf0_4314_432c_a9bb_6a6720c8dab5 - :EMMO_5848e476_2768_4988_98f9_9053c532307b - ) ; - 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 ; - skos:altLabel "EmbarassinglyParallelWorkflow"@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 . - - -### 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 ; - 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 ; - :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 -:EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_322ce14e_9ede_4841_ad70_302b4d6c5f28 - :EMMO_8a2a1cbc_dfc3_4e6c_b337_00ee56fd438a - :EMMO_b941e455_2cb1_4c11_93e3_17caa06086b4 - ) - ] ; - 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 . - - -### 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 . - - -### https://w3id.org/emmo#EMMO_ddecfff6_d3a1_4972_b9e9_3d0ca11a3a0b -:EMMO_ddecfff6_d3a1_4972_b9e9_3d0ca11a3a0b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_57ba1bf0_4314_432c_a9bb_6a6720c8dab5 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_70da982d_1810_4b01_9630_a28e216ecd9a ; - owl:someValuesFrom :EMMO_9ac10a20_63d0_4bbd_a5d3_f00a0ad4682c - ] ; - 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.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi diff --git a/perspectives/catalog-v001.xml b/perspectives/catalog-v001.xml index 67c58627..de29a0cf 100644 --- a/perspectives/catalog-v001.xml +++ b/perspectives/catalog-v001.xml @@ -2,22 +2,19 @@ - + - - + + - - - - - - - - - - - + + + + + + + + diff --git a/perspectives/contrast.ttl b/perspectives/contrast.ttl new file mode 100644 index 00000000..5a25dd41 --- /dev/null +++ b/perspectives/contrast.ttl @@ -0,0 +1,105 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@prefix skos: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports ; + dcterms:abstract ""@en ; + dcterms:contributor :FrancescaBleken , + :FrancescoZaccarini , + :GerhardGoldbeck , + "Michael Noeske, FRAUNHOFER IFAM, DE"@en ; + dcterms:creator :EmanueleGhedini , + :JesperFriis ; + dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; + dcterms:publisher ; + dcterms:title "Data"@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-rc3" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . + +################################################################# +# Classes +################################################################# + +### https://w3id.org/emmo#EMMO_1e877c70_3b01_45a8_a8f6_8ce4f6a24660 +:EMMO_1e877c70_3b01_45a8_a8f6_8ce4f6a24660 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_49267eba_5548_4163_8f36_518d65b583f9 ; + rdfs:seeAlso "Luciano Floridi, \"Information - A very Short Introduction\", Oxford University Press., (2010) ISBN 978-0199551378"@en ; + skos:altLabel "Dedomena"@en , + "Pattern"@en ; + skos:prefLabel "Contrast"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A perspective in which entities are represented according to the variation of their properties."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """A data is a causal object whose variations (non-uniformity) can be recognised and eventually interpreted. +A data can be of different physical types (e.g., matter, wave, atomic excited states). +How the variations are recognised and eventually decoded depends on the interpreting rules that characterise that type of data. +Variations are pure physical variations and do not necessarily possess semantic meaning."""@en , + "The covering axiom that defines the data class discriminates within all the possible causal objects between encoded or non encoded."@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_1e877c70_3b01_45a8_a8f6_8ce4f6a24660 ; + owl:annotatedProperty skos:altLabel ; + owl:annotatedTarget "Dedomena"@en ; + :EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Greek, nominative plural form of δεδομένο (dedoméno) (data, information)"@en + ] . + + +### https://w3id.org/emmo#EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 +:EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1e877c70_3b01_45a8_a8f6_8ce4f6a24660 ; + owl:disjointWith :EMMO_5a10e288_c6a5_409a_a16a_98a2fb8be4f3 ; + skos:altLabel "EncodedContrast"@en , + "EncodedData"@en ; + skos:example """A Radio Morse Code transmission can be addressed by combination of perspectives. +Physicalistic: the electromagnetic pulses can be defined as individual A (of type Field) and the strip of paper coming out a printer receiver can be defined as individual B (of type Matter). +Data: both A and B are also DiscreteData class individuals. In particular they may belong to a MorseData class, subclass of DiscreteData. +Perceptual: B is an individual belonging to the graphical entities expressing symbols. In particular is a formula under the MorseLanguage class, made of a combination of . and - symbols. +Semiotics: A and B can be signs if they refers to something else (e.g. a report about a fact, names)."""@en , + "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 would 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. +Data are always generated by an agent but not necessarily possess a semantic meaning, either because it's lost or unknown or because simply they possess none (e.g. a random generation of symbols). A data object may be used as the physical basis for a sign, under Semiotics perspective."""@en , + """We call \"decoding\" the act of recognise the variation according to a particular rule and generate another equivalent schema (e.g. in the agent's cognitive apparatus, as another form of data). +We call \"interpreting\" the act of providing semantic meaning to data, which is covered by the semiotic perspective."""@en ; + :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://no.wikipedia.org/wiki/Data"^^xsd:anyURI . + +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 ; + owl:annotatedProperty skos:prefLabel ; + owl:annotatedTarget "Data"@en ; + :EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin data, nominative plural of datum (“that is given”), neuter past participle of dō (“I give”)."@en + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 ; + owl:annotatedProperty :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ; + owl:annotatedTarget """We call \"decoding\" the act of recognise the variation according to a particular rule and generate another equivalent schema (e.g. in the agent's cognitive apparatus, as another form of data). +We call \"interpreting\" the act of providing semantic meaning to data, which is covered by the semiotic perspective."""@en ; + skos:example "The electronical state of the RAM of my laptop is decoded by it as ASCII characters and printed on the screen."@en + ] . + + +### https://w3id.org/emmo#EMMO_5a10e288_c6a5_409a_a16a_98a2fb8be4f3 +:EMMO_5a10e288_c6a5_409a_a16a_98a2fb8be4f3 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1e877c70_3b01_45a8_a8f6_8ce4f6a24660 ; + skos:altLabel "EnvironmentalData"@en ; + skos:example "A cloud in the sky. The radiative spectrum of a star."@en ; + skos:prefLabel "NonEncodedContrast"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Contrast that occurs naturally without an encoding agent producing it."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A non encoded contrast (e.g. a temperature variation) can be represented by data that describes (e.g. the string \"today it's warmer than yesterday\") or quantifies (e.g. Monday 28 °C, Tuesday 30 °C) it through a semiotic process."@en , + """This is a really broad class that gathers all physical phenomena in which a contrast occurs naturally, such as cloud patterns, tree rings, stains. +It doesn't mean that such contrasts cannot be used to deduce something: in fact they can be seen as indexes (in semiotic sense) of a causally connected phenomena. Simply, there is no agent behind that contrast with the intention to transmit data."""@en . + + +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/perspectives/data.ttl b/perspectives/data.ttl deleted file mode 100644 index 3d75e9e9..00000000 --- a/perspectives/data.ttl +++ /dev/null @@ -1,194 +0,0 @@ -@prefix : . -@prefix owl: . -@prefix rdf: . -@prefix xml: . -@prefix xsd: . -@prefix rdfs: . -@prefix skos: . -@prefix dcterms: . -@base . - - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; - dcterms:abstract ""@en ; - dcterms:contributor , - , - "Michael Noeske, FRAUNHOFER IFAM, DE"@en ; - dcterms:creator , - ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher ; - dcterms:title "Data"@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 -################################################################# - -### https://w3id.org/emmo#EMMO_b19aacfc_5f73_4c33_9456_469c1e89a53e -:EMMO_b19aacfc_5f73_4c33_9456_469c1e89a53e rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_55354438_7000_4284_b1b9_59d60c2261b9 ; - rdfs:domain :EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a ; - rdfs:range :EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a ; - skos:prefLabel "hasDatum"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a dataset to its datum."@en . - - -################################################################# -# Classes -################################################################# - -### https://w3id.org/emmo#EMMO_0d1c0018_42e2_4506_bc3d_f53c117c1ad3 -:EMMO_0d1c0018_42e2_4506_bc3d_f53c117c1ad3 rdf:type owl:Class ; - skos:example "A vynil contain continuous information about the recorded sound."@en ; - skos:prefLabel "AnalogData"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data that are decoded retaining its continuous variations characteristic."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The fact that there may be a finite granularity in the variations of the material basis (e.g. the smallest peak in a vynil that can be recognized by the piezo-electric transducer) does not prevent a data to be analog. It means only that the focus on such data encoding is on a scale that makes such variations negligible, making them practically a continuum."@en . - - -### https://w3id.org/emmo#EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a -:EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a rdf:type owl:Class ; - skos:prefLabel "DataSet"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Encoded data made of more than one datum."@en . - - -### https://w3id.org/emmo#EMMO_1e877c70_3b01_45a8_a8f6_8ce4f6a24660 -:EMMO_1e877c70_3b01_45a8_a8f6_8ce4f6a24660 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 - :EMMO_5a10e288_c6a5_409a_a16a_98a2fb8be4f3 - ) - ] ; - rdfs:subClassOf :EMMO_49267eba_5548_4163_8f36_518d65b583f9 ; - rdfs:seeAlso "Luciano Floridi, \"Information - A very Short Introduction\", Oxford University Press., (2010) ISBN 978-0199551378"@en ; - skos:altLabel "Dedomena"@en , - "Pattern"@en ; - skos:prefLabel "Contrast"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A perspective in which entities are represented according to the variation of their properties."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """A data is a causal object whose variations (non-uniformity) can be recognised and eventually interpreted. -A data can be of different physical types (e.g., matter, wave, atomic excited states). -How the variations are recognised and eventually decoded depends on the interpreting rules that characterise that type of data. -Variations are pure physical variations and do not necessarily possess semantic meaning."""@en , - "The covering axiom that defines the data class discriminates within all the possible causal objects between encoded or non encoded."@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_1e877c70_3b01_45a8_a8f6_8ce4f6a24660 ; - owl:annotatedProperty skos:altLabel ; - owl:annotatedTarget "Dedomena"@en ; - :EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Greek, nominative plural form of δεδομένο (dedoméno) (data, information)"@en - ] . - - -### https://w3id.org/emmo#EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 -:EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_0d1c0018_42e2_4506_bc3d_f53c117c1ad3 - :EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926 - ) - ] , - [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a - :EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a - ) - ] , - [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_6fa1feac_c388_44cc_a721_283499d5addc - :EMMO_ed257e78_8b59_44c3_9d61_06c261184f55 - ) - ] , - [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_888a5dea_3b7d_4dc0_93f2_d4e345a1f903 - :EMMO_ac1a05c5_0c17_4387_bac0_683f2a86f3ed - ) - ] ; - owl:disjointWith :EMMO_5a10e288_c6a5_409a_a16a_98a2fb8be4f3 ; - skos:altLabel "EncodedContrast"@en , - "EncodedData"@en ; - skos:example """A Radio Morse Code transmission can be addressed by combination of perspectives. -Physicalistic: the electromagnetic pulses can be defined as individual A (of type Field) and the strip of paper coming out a printer receiver can be defined as individual B (of type Matter). -Data: both A and B are also DiscreteData class individuals. In particular they may belong to a MorseData class, subclass of DiscreteData. -Perceptual: B is an individual belonging to the graphical entities expressing symbols. In particular is a formula under the MorseLanguage class, made of a combination of . and - symbols. -Semiotics: A and B can be signs if they refers to something else (e.g. a report about a fact, names)."""@en , - "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. -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. -Data are always generated by an agent but not necessarily possess a semantic meaninig, either because it's lost or unknown or because simply they possess none (e.g. a random generation of symbols). A data object may be used as the physical basis for a sign, under Semiotics perspective."""@en , - """We call \"decoding\" the act of recognise the variation according to a particular rule and generate another equivalent schema (e.g. in the agent's cognitive apparatus, as another form of data). -We call \"interpreting\" the act of providing semantic meaning to data, which is covered by the semiotic perspective."""@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://no.wikipedia.org/wiki/Data"^^xsd:anyURI . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 ; - owl:annotatedProperty skos:prefLabel ; - owl:annotatedTarget "Data"@en ; - :EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin data, nominative plural of datum (“that is given”), neuter past participle of dō (“I give”)."@en - ] . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 ; - owl:annotatedProperty :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ; - owl:annotatedTarget """We call \"decoding\" the act of recognise the variation according to a particular rule and generate another equivalent schema (e.g. in the agent's cognitive apparatus, as another form of data). -We call \"interpreting\" the act of providing semantic meaning to data, which is covered by the semiotic perspective."""@en ; - skos:example "The electronical state of the RAM of my laptop is decoded by it as ASCII characters and printed on the screen."@en - ] . - - -### https://w3id.org/emmo#EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a -:EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a rdf:type owl:Class ; - skos:example "A character, a bit, a song in a CD."@en ; - skos:prefLabel "Datum"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A self-consistent encoded data entity."@en . - - -### https://w3id.org/emmo#EMMO_5a10e288_c6a5_409a_a16a_98a2fb8be4f3 -:EMMO_5a10e288_c6a5_409a_a16a_98a2fb8be4f3 rdf:type owl:Class ; - skos:altLabel "EnvironmentalData"@en ; - skos:example "A cloud in the sky. The radiative spectrum of a star."@en ; - skos:prefLabel "NonEncodedContrast"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Contrast that occurs naturally without an encoding agent producing it."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A non encoded contrast (e.g. a temperature variation) can be represented by data that describes (e.g. the string \"today it's warmer than yesterday\") or quantifies (e.g. Monday 28 °C, Tuesday 30 °C) it through a semiotic process."@en , - """This is a really broad class that gathers all physical phenomena in which a contrast occurs naturally, such as cloud patterns, tree rings, stains. -It doesn't mean that such contrasts cannot be used to deduce something: in fact thaty can be seen as indexes (in semiotic sense) of a causally connected pehnomena. Simply, there is no agent behind that contrast with the intention to transmit data."""@en . - - -### https://w3id.org/emmo#EMMO_6fa1feac_c388_44cc_a721_283499d5addc -:EMMO_6fa1feac_c388_44cc_a721_283499d5addc rdf:type owl:Class ; - skos:prefLabel "QuantumData"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data that are expressed through quantum mechanical principles, and that can have several values ​​/ be in several states in the same place at the same time (quantum superposition), each of them with a certain probability."@en . - - -### https://w3id.org/emmo#EMMO_888a5dea_3b7d_4dc0_93f2_d4e345a1f903 -:EMMO_888a5dea_3b7d_4dc0_93f2_d4e345a1f903 rdf:type owl:Class ; - skos:prefLabel "NumericalData"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data that can be decoded under a quantitative schema and also associated with a graphical number symbols."@en . - - -### https://w3id.org/emmo#EMMO_ac1a05c5_0c17_4387_bac0_683f2a86f3ed -:EMMO_ac1a05c5_0c17_4387_bac0_683f2a86f3ed rdf:type owl:Class ; - skos:prefLabel "NonNumericalData"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data that are non-quantitatively interpreted (e.g., qualitative data, types)."@en . - - -### https://w3id.org/emmo#EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926 -:EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926 rdf:type owl:Class ; - skos:example "A text is a collection of discrete symbols. A compact disc is designed to host discrete states in the form of pits and lands."@en ; - skos:prefLabel "DiscreteData"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data whose variations are decoded according to a discrete schema."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """A discrete schema may be based on a continuum material basis that is filtered according to its variations. For example, a continuous voltage based signal can be considered 1 or 0 according to some threshold. -Discrete does not mean that the material basis is discrete, but that the data are encoded according to such step-based rules."""@en . - - -### https://w3id.org/emmo#EMMO_ed257e78_8b59_44c3_9d61_06c261184f55 -:EMMO_ed257e78_8b59_44c3_9d61_06c261184f55 rdf:type owl:Class ; - skos:prefLabel "ClassicalData"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data that are expressed through classical physics mechanisms, having one value and one state, and being in the same place at the same time."@en . - - -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi diff --git a/perspectives/holistic.ttl b/perspectives/holistic.ttl index 26489152..ab88b355 100644 --- a/perspectives/holistic.ttl +++ b/perspectives/holistic.ttl @@ -9,114 +9,79 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; - 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 , - , - , - ; - dcterms:creator ; + owl:versionIRI ; + owl:imports ; + dcterms:abstract """Defines the holistic perspective which includes process and the role of its participants. + +Processes are 4D objects that unfolds in time in a way that has a meaning to the ontologist with participants whose role is assigned by the ontologist."""@en ; + dcterms:contributor :AdhamHashibon , + :FrancescoZaccarini , + :GerhardGoldbeck , + :JesperFriis ; + dcterms:creator :EmanueleGhedini ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Holistic"@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" ; + owl:versionInfo "1.0.0-rc3" ; :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Object Properties ################################################################# -### https://w3id.org/emmo#EMMO_3b95deb3_9f2f_4ab0_8574_fb74f01b4bea -:EMMO_3b95deb3_9f2f_4ab0_8574_fb74f01b4bea rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_1328d112_e731_4e56_b9b9_6b6cdd495cd6 ; - rdfs:domain :EMMO_a374f1d4_55b1_4796_a8c6_88668f205cd2 ; - skos:prefLabel "hasQualifiedPart"@en . - - -### https://w3id.org/emmo#EMMO_53e5b1e1_6026_4ddc_8a4a_3aaaa5fdbdb7 -:EMMO_53e5b1e1_6026_4ddc_8a4a_3aaaa5fdbdb7 rdf:type owl:ObjectProperty ; - 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. -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. -In this sense, the man and the building process overcrosses. and the overlapping individual is represented differently in both holistic views."""@en ; - skos:prefLabel "holisticOverlaps"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation between two holistic wholes that properly overlap, sharing one of their holistic parts."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "This relation is about two wholes that overlap, and whose intersection is an holistic part of both."@en . - - -### https://w3id.org/emmo#EMMO_5ceab41b_2aea_4041_9e9c_a243f7562cee -:EMMO_5ceab41b_2aea_4041_9e9c_a243f7562cee rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b , - :EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 ; - rdfs:range :EMMO_fcae603e_aa6e_4940_9fa1_9f0909cabf3b ; - skos:prefLabel "hasHolisticSpatialPart"@en . - - -### https://w3id.org/emmo#EMMO_88470630_2a27_4f9e_866a_47ff7789e34b -:EMMO_88470630_2a27_4f9e_866a_47ff7789e34b rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ; - rdf:type owl:SymmetricProperty , - owl:IrreflexiveProperty ; - skos:prefLabel "distinctOverlaps"@en . - - ### https://w3id.org/emmo#EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b :EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_3b95deb3_9f2f_4ab0_8574_fb74f01b4bea ; + rdfs:subPropertyOf :EMMO_a9a9d824_5ba1_4dac_a407_e42bf63350ca ; rdfs:domain :EMMO_1efe8b96_e006_4a33_bc9a_421406cbb9f0 ; rdfs:range :EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3 ; + skos:altLabel "hasHolisticPart"@en ; skos:example "An holistic part of water fluid is a water molecule."@en ; - skos:prefLabel "hasHolisticPart"@en ; + skos:prefLabel "hasRole"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between the whole and a proper part of the whole that scale down to the point which it lose the characteristics of the whole and become something else."@en . -### https://w3id.org/emmo#EMMO_9ee42d6b_7242_4a8d_967e_79f8f1c7fe29 -:EMMO_9ee42d6b_7242_4a8d_967e_79f8f1c7fe29 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 , - :EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b ; - rdfs:range :EMMO_0e1f2009_bf12_49d1_99f3_1422e5287d82 ; - skos:prefLabel "hasHolisticTemporalPart"@en . - - -### https://w3id.org/emmo#EMMO_bcaddc91_a881_4c40_a102_562cbaf61c6c -:EMMO_bcaddc91_a881_4c40_a102_562cbaf61c6c rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_88470630_2a27_4f9e_866a_47ff7789e34b ; - skos:prefLabel "qualifiedOverlaps"@en . +### https://w3id.org/emmo#EMMO_a9a9d824_5ba1_4dac_a407_e42bf63350ca +:EMMO_a9a9d824_5ba1_4dac_a407_e42bf63350ca rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_1328d112_e731_4e56_b9b9_6b6cdd495cd6 , + :EMMO_814b6b76_e0ca_4953_a832_d1816fb695f1 ; + rdfs:range ; + skos:altLabel "hasQualifiedPart"@en ; + skos:prefLabel "hasQualifiedRole"@en . ################################################################# # Classes ################################################################# +### http://w3id.org/emmo#EMMO_946b5162_95b0_4801_81d4_efef43842a0d + rdf:type owl:Class ; + rdfs:subClassOf :EMMO_0277f24a_ea7f_4917_81b7_fb0406c8fc62 ; + skos:altLabel "QualifiedRole"@en ; + skos:prefLabel "QRole"@en . + + +### http://w3id.org/emmo#EMMO_eb50c9cb_9576_4a61_95ec_f81fb8218187 + rdf:type owl:Class ; + rdfs:subClassOf :EMMO_0277f24a_ea7f_4917_81b7_fb0406c8fc62 ; + skos:altLabel "QualifiedWhole"@en ; + skos:prefLabel "QWhole"@en . + + ### https://w3id.org/emmo#EMMO_0277f24a_ea7f_4917_81b7_fb0406c8fc62 :EMMO_0277f24a_ea7f_4917_81b7_fb0406c8fc62 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_56cf1cea_bb26_4093_b587_dd64e230bf9b - :EMMO_a374f1d4_55b1_4796_a8c6_88668f205cd2 - ) - ] ; rdfs:subClassOf :EMMO_49267eba_5548_4163_8f36_518d65b583f9 ; skos:altLabel "Wholistic"@en ; skos:example "A molecule of a body can have role in the body evolution, without caring if its part of a specific organ and without specifying the time interval in which this role occurred."@en , "A product is a role that can be fulfilled by many objects, but always requires a process to which the product participates and from which it is generated."@en ; skos:prefLabel "Holistic"@en ; - :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """An holistic perspective considers each part of the whole as equally important, without the need to position the parts within a hierarchy (in time or space). The interest is on the whole object and on its parts (how they contribute to the whole, i.e. their roles), without going further into specifying the spatial hierarchy or the temporal position of each part. - -This class allows the picking of parts without necessarily going trough a rigid hierarchy of spatial compositions (e.g. body -> organ -> cell -> molecule) or temporal composition. This is inline with the transitive nature of parthood, as it is usually defined in literature. - -The holistic perspective is not excluding the reductionistic perspective, on the contrary it can be considered its complement."""@en ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """An holistic perspective considers each part of the whole as equally important, without the need to position the parts within a hierarchy (in time or space). The interest is on the whole, on its parts (how they contribute to the whole, i.e. their roles), and their types, without going further into specifying the spatial hierarchy or the temporal position of each part. +This class allows the picking of parts without necessarily going trough a rigid hierarchy of spatial compositions (e.g. body -> organ -> cell -> molecule) or temporal composition. This is inline with the transitive nature of parthood, as it is usually defined in literature."""@en ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The union of classes whole and part."@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A perspective characterized by the belief that: - a whole is more than merely the sum of its parts (wholism) -- the parts of a whole are interconnected in a way that can be explained only by reference to the whole (rolism)."""@en . +- the parts of a whole are interconnected in a way that can be explained only by reference to the whole (rolism)."""@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The holistic perspective is not excluding the reductionistic perspective, on the contrary it can be considered its complement."@en . [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_0277f24a_ea7f_4917_81b7_fb0406c8fc62 ; @@ -135,6 +100,7 @@ The holistic perspective is not excluding the reductionistic perspective, on the ### https://w3id.org/emmo#EMMO_0e1f2009_bf12_49d1_99f3_1422e5287d82 :EMMO_0e1f2009_bf12_49d1_99f3_1422e5287d82 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_edcb3871_900f_407f_912e_89f96d3e28de ; skos:altLabel "HolisticTemporalPart"@en ; skos:prefLabel "TemporalRole"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An holistic temporal part of a whole."@en . @@ -142,7 +108,7 @@ The holistic perspective is not excluding the reductionistic perspective, on the ### https://w3id.org/emmo#EMMO_1efe8b96_e006_4a33_bc9a_421406cbb9f0 :EMMO_1efe8b96_e006_4a33_bc9a_421406cbb9f0 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a374f1d4_55b1_4796_a8c6_88668f205cd2 , + rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty :EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b ; owl:someValuesFrom :EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3 @@ -150,7 +116,8 @@ The holistic perspective is not excluding the reductionistic perspective, on the skos:prefLabel "Whole"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass of entities which are defined by requiring the existence of some parts (at least one) of specifically given types, where the specified types are different with respect to the type of the whole."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """A whole is always defined using a criterion expressed through the classical transitive parthood relation. -This class is expected to host the definition of world objects as they appear in its wholeness, dependently on some of their parts and independently on the surroundings."""@en . +This class is expected to host the definition of world objects as they appear in its wholeness, dependently on some of their parts and independently on the surroundings."""@en , + "A whole is categorized as fundamental (or maximal) or redundant (non-maximal)."@en . [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_1efe8b96_e006_4a33_bc9a_421406cbb9f0 ; @@ -162,12 +129,7 @@ This class is expected to host the definition of world objects as they appear in ### https://w3id.org/emmo#EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3 :EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_0e1f2009_bf12_49d1_99f3_1422e5287d82 - :EMMO_fcae603e_aa6e_4940_9fa1_9f0909cabf3b - ) - ] ; - rdfs:subClassOf :EMMO_56cf1cea_bb26_4093_b587_dd64e230bf9b , + rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty [ owl:inverseOf :EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b ] ; @@ -176,16 +138,18 @@ This class is expected to host the definition of world objects as they appear in skos:altLabel "HolisticPart"@en , "Part"@en ; skos:prefLabel "Role"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An entity that is categorized according to its relation with a whole through a parthood relation and that contributes to it according to an holistic criterion, where the type of the whole is not the type of the part."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """In this class the concept of role and part are superimposed (the term part is also used to define the role played by an actor). -Here entities are categorized according to their relation with the whole, i.e. how they contribute to make a specific whole, and not what they are as separate entities. -This class is expected to host the definition of world objects as they appear in its relation with the surrounding whole (being a part implies being surrounded by something bigger to which it contributes)."""@en . + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """A role entity is categorized according to its relation with the whole, i.e. how it contribute to make a specific whole, and not as standalone entity. +This class is expected to host the definition of world objects as they appear in its relation with the surrounding whole (being a part implies being surrounded by something bigger to which it contributes). +For example. a human being is a stand alone type, but an instance of a human being can also be an instance of the type student (intended as a role) if it plays a part into a school environment (i.e., a student entity can exist only if it is part of a surrounding whole: the school). +The role type requires that also the whole type depends on the existence of parts of a specific type (e.g., there is no school without students)."""@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An entity that is categorized according to its relation with a whole through a parthood relation and that contributes to it according to an holistic criterion, where the type of the whole is not the type of the part."@en . [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget "Part"@en ; - :EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin partire, partiri ‘divide, share’."@en + :EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin partire, partiri ‘divide, share’."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The term 'part' is here intended not only in mereological sense but also as role. For example. the term part is used to define the role played by an actor, specifying not only a mereological participation of the actor to an act, but also a specific role for that actor."@en ] . [ rdf:type owl:Axiom ; @@ -196,26 +160,16 @@ This class is expected to host the definition of world objects as they appear in ] . -### https://w3id.org/emmo#EMMO_56cf1cea_bb26_4093_b587_dd64e230bf9b -:EMMO_56cf1cea_bb26_4093_b587_dd64e230bf9b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0277f24a_ea7f_4917_81b7_fb0406c8fc62 ; - skos:prefLabel "QualifiedRole"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all classes whose entities are part of an entity of different type." ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """A qualified role is an entity of a type that requires to be part of a another specific and different type. For example, a participant is always required to be part of a process, or a student always requires to be part of a school. -This definition provides a clear and precise way to define what a role is.""" . - - -### https://w3id.org/emmo#EMMO_a374f1d4_55b1_4796_a8c6_88668f205cd2 -:EMMO_a374f1d4_55b1_4796_a8c6_88668f205cd2 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_0277f24a_ea7f_4917_81b7_fb0406c8fc62 ; - skos:prefLabel "QualifiedWhole"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all classes whose entities requires to have at least a part of different type." ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """A qualified whole is an entity of a type that requires to have parts of a another specific and different type. For example, a process always requires to have a participant, or a car always requires to have a powertrain. -This definition provides a clear and precise way to define what a whole is.""" . +### https://w3id.org/emmo#EMMO_edcb3871_900f_407f_912e_89f96d3e28de +:EMMO_edcb3871_900f_407f_912e_89f96d3e28de rdf:type owl:Class ; + rdfs:subClassOf :EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3 ; + skos:prefLabel "RoleBySpatiotemporal"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all classes that categorise roles according to that fact that they are temporal or non-temporal parts of the whole."@en . ### https://w3id.org/emmo#EMMO_fcae603e_aa6e_4940_9fa1_9f0909cabf3b :EMMO_fcae603e_aa6e_4940_9fa1_9f0909cabf3b rdf:type owl:Class ; + rdfs:subClassOf :EMMO_edcb3871_900f_407f_912e_89f96d3e28de ; skos:altLabel "HolisticSpatialPart"@en ; skos:prefLabel "NonTemporalRole"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An holistic spatial part of a whole."@en . @@ -225,8 +179,8 @@ This definition provides a clear and precise way to define what a whole is.""" . # Individuals ################################################################# -### https://orcid.org/0000-0003-3805-8761 - rdf:type :EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac . +### https://w3id.org/emmo#EmanueleGhedini +:EmanueleGhedini rdf:type :EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/perspectives/persistence.ttl b/perspectives/persistence.ttl index 7967caac..24849457 100644 --- a/perspectives/persistence.ttl +++ b/perspectives/persistence.ttl @@ -9,65 +9,426 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; + owl:versionIRI ; + owl:imports ; dcterms:abstract ""@en ; - dcterms:contributor , - , - , - ; - dcterms:creator ; + dcterms:contributor :GerhardGoldbeck , + :JesperFriis ; + dcterms:creator :EmanueleGhedini ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Persistence"@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" . + rdfs:comment :FrancescoZaccarini , + "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ; + owl:versionInfo "1.0.0-rc3" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . + +################################################################# +# Object Properties +################################################################# + +### https://w3id.org/emmo#EMMO_0154a22e_2fd3_460a_a245_408ddb414f09 +:EMMO_0154a22e_2fd3_460a_a245_408ddb414f09 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_2bb50428_568d_46e8_b8bf_59a4c5656461 , + :EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ; + skos:prefLabel "isObjectOutputOf"@en . + + +### https://w3id.org/emmo#EMMO_1440d010_e4c5_4597_8858_1d58cb1fb28f +:EMMO_1440d010_e4c5_4597_8858_1d58cb1fb28f rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ; + rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; + rdfs:range :EMMO_d9589ed2_5304_48b3_9795_11bf44e64e9b ; + skos:prefLabel "hasStatus"@en . + + +### https://w3id.org/emmo#EMMO_1494c1a9_00e1_40c2_a9cc_9bbf302a1cac +:EMMO_1494c1a9_00e1_40c2_a9cc_9bbf302a1cac rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ; + owl:inverseOf :EMMO_36e69413_8c59_4799_946c_10b05d266e22 ; + rdfs:range :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; + skos:prefLabel "isInputOf"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between an entity X that proper overlaps a process P, where the non overapping part of P is caused by X."@en . + + +### https://w3id.org/emmo#EMMO_27ceaab7_8293_408d_a22b_ad4bf4a7bc2d +:EMMO_27ceaab7_8293_408d_a22b_ad4bf4a7bc2d rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_1494c1a9_00e1_40c2_a9cc_9bbf302a1cac , + :EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ; + skos:prefLabel "isObjectInputOf"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between an object O that proper overlaps a process P, where the non overapping part of P is caused by O."@en . + + +### https://w3id.org/emmo#EMMO_2bb50428_568d_46e8_b8bf_59a4c5656461 +:EMMO_2bb50428_568d_46e8_b8bf_59a4c5656461 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ; + owl:inverseOf :EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ; + rdfs:range :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; + skos:prefLabel "isOutputOf"@en . + + +### https://w3id.org/emmo#EMMO_2fe8b850_9f2d_4c13_8be9_6ae2487de393 +:EMMO_2fe8b850_9f2d_4c13_8be9_6ae2487de393 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_e9d65041_d87d_4b04_9fe9_1eed8f9c0370 ; + rdfs:domain :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; + rdfs:range :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; + skos:prefLabel "isRemovedFrom"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between an object O1 and a object O2 that proper overlap, where the non overapping part of O2 is caused by O1."@en . + + +### https://w3id.org/emmo#EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 +:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ; + rdfs:domain :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; + rdfs:range :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; + skos:prefLabel "participatesTo"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process P and an object O that partially overlaps and the intersection between P and O is a participant of P."@en . + + +### https://w3id.org/emmo#EMMO_36e69413_8c59_4799_946c_10b05d266e22 +:EMMO_36e69413_8c59_4799_946c_10b05d266e22 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ; + rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; + skos:prefLabel "hasInput"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The input of a process."@en . + + +### https://w3id.org/emmo#EMMO_3c51ea74_43a4_42d5_953b_fcb43f359c73 +:EMMO_3c51ea74_43a4_42d5_953b_fcb43f359c73 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_449beacd_4fda_4d46_a723_d2118f4e2623 ; + rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; + rdfs:range :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; + skos:prefLabel "disappearsInto"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process P that proper overlaps an object O, where the non overlapping part of P is cause of O."@en . + + +### https://w3id.org/emmo#EMMO_449beacd_4fda_4d46_a723_d2118f4e2623 +:EMMO_449beacd_4fda_4d46_a723_d2118f4e2623 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ; + rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; + rdfs:range :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; + skos:prefLabel "affects"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process P that proper overlaps an object O."@en . + + +### https://w3id.org/emmo#EMMO_451ce6e1_9742_4e04_9bf8_acfcc81876f1 +:EMMO_451ce6e1_9742_4e04_9bf8_acfcc81876f1 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_2bb50428_568d_46e8_b8bf_59a4c5656461 , + :EMMO_f09e1d0a_07ce_4121_8c89_5bd67b7e8116 ; + skos:prefLabel "isProcessOutputOf"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process P1 that proper overlaps a process P2, where the non overlapping part of P1 is caused by P2."@en . + + +### https://w3id.org/emmo#EMMO_571a8adb_f38f_4122_8754_044ea2490cd0 +:EMMO_571a8adb_f38f_4122_8754_044ea2490cd0 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_3733bd38_ca2b_4264_a92a_3075a1715598 ; + skos:prefLabel "isProcessedTo"@en . + + +### https://w3id.org/emmo#EMMO_5d2a2443_5c1c_4239_b707_bae3cbf77fc2 +:EMMO_5d2a2443_5c1c_4239_b707_bae3cbf77fc2 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_1494c1a9_00e1_40c2_a9cc_9bbf302a1cac , + :EMMO_f09e1d0a_07ce_4121_8c89_5bd67b7e8116 ; + skos:prefLabel "isProcessInputOf"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process P1 that proper overlaps a process P2, where the non overlapping part of P1 is causing P2."@en . + + +### https://w3id.org/emmo#EMMO_7329967c_3972_4c99_b478_84f66436620d +:EMMO_7329967c_3972_4c99_b478_84f66436620d rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ; + rdfs:domain :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; + rdfs:range :EMMO_2553c342_fc28_47d8_8e19_7a98fa08f150 ; + skos:prefLabel "hasSubObject"@en . + + +### https://w3id.org/emmo#EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a +:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611 ; + rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; + rdfs:range :EMMO_13191289_6c2b_4741_93e1_82d53bd0e703 ; + rdfs:comment """Participation is a parthood relation: you must be part of the process to contribute to it. A participant whose 4D extension is totally contained within the process. + +Participation is not under direct parthood since a process is not strictly related to reductionism, but it's a way to categorise temporal regions by the interpreters."""@en ; + skos:prefLabel "hasParticipant"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process and an object participating to it, i.e. that is relevant to the process itself."@en . + + +### https://w3id.org/emmo#EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 +:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ; + rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; + skos:prefLabel "hasOutput"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The outcome of a process."@en . + + +### https://w3id.org/emmo#EMMO_d43af210_f854_4432_a891_ce3022e3b558 +:EMMO_d43af210_f854_4432_a891_ce3022e3b558 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611 ; + rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; + rdfs:range :EMMO_49804605_c0fe_4538_abda_f70ba1dc8a5d ; + skos:prefLabel "hasSubProcess"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process and one of its process parts."@en . + + +### https://w3id.org/emmo#EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec +:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611 ; + rdfs:domain :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; + rdfs:range :EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 ; + skos:prefLabel "hasConstituent"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between an object and one of its holistic part that contributes to the object under some spatial-based criteria."@en . + + +### https://w3id.org/emmo#EMMO_e3850f08_8e79_454b_9d83_c517cab42857 +:EMMO_e3850f08_8e79_454b_9d83_c517cab42857 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611 ; + rdfs:domain :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; + rdfs:range :EMMO_f68858dd_64f4_4877_b7fb_70d04fbe5bab ; + skos:prefLabel "hasConstitutiveProcess"@en . + + +### https://w3id.org/emmo#EMMO_e9d65041_d87d_4b04_9fe9_1eed8f9c0370 +:EMMO_e9d65041_d87d_4b04_9fe9_1eed8f9c0370 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ; + rdfs:domain :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; + rdfs:range :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; + skos:prefLabel "partakesIn"@en . + + +### https://w3id.org/emmo#EMMO_ea7724fe_ba5d_4201_865e_761cb6fe9f99 +:EMMO_ea7724fe_ba5d_4201_865e_761cb6fe9f99 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_e9d65041_d87d_4b04_9fe9_1eed8f9c0370 ; + rdfs:domain :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; + rdfs:range :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; + skos:prefLabel "isAddedTo"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between an object O1 and a object O2 that proper overlap, and the overlapping part of O1 is: a) next of the non overlapping part and b) a constituent of O2."@en . + + +### https://w3id.org/emmo#EMMO_ebc8c324_8e7a_4b09_bcb5_306e0c461d24 +:EMMO_ebc8c324_8e7a_4b09_bcb5_306e0c461d24 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ; + rdfs:domain :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; + rdfs:range :EMMO_210e7e99_c1cf_44cc_87c7_310a10ff068b ; + skos:prefLabel "hasBehaviour"@en . + + +### https://w3id.org/emmo#EMMO_ee518694_9a11_41e5_ada2_8c68c62c2993 +:EMMO_ee518694_9a11_41e5_ada2_8c68c62c2993 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_449beacd_4fda_4d46_a723_d2118f4e2623 ; + rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; + rdfs:range :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; + skos:prefLabel "emergesFrom"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process P that proper overlaps an object O , where the non overapping part of P is caused by O."@en . + + +### https://w3id.org/emmo#EMMO_f09e1d0a_07ce_4121_8c89_5bd67b7e8116 +:EMMO_f09e1d0a_07ce_4121_8c89_5bd67b7e8116 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ; + rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; + rdfs:range :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; + skos:prefLabel "contributesTo"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process P1 that proper overlaps a process P2."@en . + + +### https://w3id.org/emmo#EMMO_f22abf74_4538_4f50_ab85_09908cdda707 +:EMMO_f22abf74_4538_4f50_ab85_09908cdda707 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ; + rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; + rdfs:range :EMMO_a633c6f8_4269_4870_9b28_f5ca1783fd54 ; + skos:prefLabel "hasStage"@en . + ################################################################# # Classes ################################################################# +### https://w3id.org/emmo#EMMO_13191289_6c2b_4741_93e1_82d53bd0e703 +:EMMO_13191289_6c2b_4741_93e1_82d53bd0e703 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a + ] ; + owl:someValuesFrom :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce + ] ; + skos:example "A student during an examination."@en ; + skos:prefLabel "Participant"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An object which is an holistic spatial part of a process."@en . + + +### https://w3id.org/emmo#EMMO_210e7e99_c1cf_44cc_87c7_310a10ff068b +:EMMO_210e7e99_c1cf_44cc_87c7_310a10ff068b rdf:type owl:Class ; + rdfs:subClassOf :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_ebc8c324_8e7a_4b09_bcb5_306e0c461d24 + ] ; + owl:someValuesFrom :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 + ] ; + skos:example "Accelerating is a behaviour of a car."@en ; + skos:prefLabel "Behaviour"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process which is an holistic temporal part of an object."@en . + + +### https://w3id.org/emmo#EMMO_2553c342_fc28_47d8_8e19_7a98fa08f150 +:EMMO_2553c342_fc28_47d8_8e19_7a98fa08f150 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_7329967c_3972_4c99_b478_84f66436620d + ] ; + owl:someValuesFrom :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 + ] ; + skos:example "If an inhabited house is considered as an house that is occupied by some people in its majority of time, then an interval of inhabited house in which occasionally nobody is in there is no more an inhabited house, but an unhinabited house, since this temporal part does not satisfy the criteria of the whole."@en ; + skos:prefLabel "SubObject"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An object which is an holistic temporal part of another object."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Here we consider a temporal interval that is lower than the characteristic time of the physical process that provides the causality connection between the object parts."@en . + + ### https://w3id.org/emmo#EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce rdf:type owl:Class ; + rdfs:subClassOf :EMMO_e04884d9_eda6_487e_93d5_7722d7eda96b ; skos:altLabel "Occurrent"@en , "Perdurant"@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_8a137e9f_579c_4e28_baca_e8980eb0c3db "Equivalent To: Behaviour or ConstitutiveProcess or Stage or SubProcess" ; :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 . +### https://w3id.org/emmo#EMMO_49804605_c0fe_4538_abda_f70ba1dc8a5d +:EMMO_49804605_c0fe_4538_abda_f70ba1dc8a5d rdf:type owl:Class ; + rdfs:subClassOf :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_d43af210_f854_4432_a891_ce3022e3b558 + ] ; + owl:someValuesFrom :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce + ] ; + skos:example "Breathing is a subprocess of living for a human being."@en ; + skos:prefLabel "SubProcess"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process which is an holistic spatial part of a process."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """In the EMMO the relation of participation to a process falls under mereotopology. + +Since topological connection means causality, then the only way for a real world object to participate to a process is to be a part of it."""@en . + + ### https://w3id.org/emmo#EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_e04884d9_eda6_487e_93d5_7722d7eda96b ; skos:altLabel "Continuant"@en , "Endurant"@en ; 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 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_8a137e9f_579c_4e28_baca_e8980eb0c3db "Equivalent To: Constituent or Participant or Status or SubObject" ; :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. 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_a633c6f8_4269_4870_9b28_f5ca1783fd54 +:EMMO_a633c6f8_4269_4870_9b28_f5ca1783fd54 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_f22abf74_4538_4f50_ab85_09908cdda707 + ] ; + owl:someValuesFrom :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce + ] ; + skos:example "Moving a leg is a stage of the process of running."@en ; + skos:prefLabel "Stage"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process which is an holistic temporal part of a process."@en . + + +### https://w3id.org/emmo#EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 +:EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec + ] ; + owl:someValuesFrom :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 + ] ; + skos:altLabel "ObjectPart"@en ; + skos:example "A tire is a constituent of a car."@en ; + skos:prefLabel "Constituent"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An object which is an holistic spatial part of a object."@en . + + +### https://w3id.org/emmo#EMMO_d9589ed2_5304_48b3_9795_11bf44e64e9b +:EMMO_d9589ed2_5304_48b3_9795_11bf44e64e9b rdf:type owl:Class ; + rdfs:subClassOf :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_1440d010_e4c5_4597_8858_1d58cb1fb28f + ] ; + owl:someValuesFrom :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce + ] ; + skos:altLabel "State"@en ; + skos:example "A semi-naked man is a status in the process of a man's dressing."@en ; + skos:prefLabel "Status"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An object which is an holistic temporal part of a process."@en . + + ### https://w3id.org/emmo#EMMO_e04884d9_eda6_487e_93d5_7722d7eda96b :EMMO_e04884d9_eda6_487e_93d5_7722d7eda96b rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce - :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 - ) - ] ; rdfs:subClassOf :EMMO_49267eba_5548_4163_8f36_518d65b583f9 ; skos:prefLabel "Persistence"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Process or Object" ; :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 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 . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### https://w3id.org/emmo#EMMO_f68858dd_64f4_4877_b7fb_70d04fbe5bab +:EMMO_f68858dd_64f4_4877_b7fb_70d04fbe5bab rdf:type owl:Class ; + rdfs:subClassOf :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_e3850f08_8e79_454b_9d83_c517cab42857 + ] ; + owl:someValuesFrom :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 + ] ; + skos:example "Blood circulation in a human body."@en ; + skos:prefLabel "ConstitutiveProcess"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process which is an holistic spatial part of an object."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A constitutive process is a process that is holistically relevant for the definition of the whole."@en . + + +################################################################# +# Rules +################################################################# + + rdf:type . + + rdf:type . + + rdf:type . + +[ rdf:type ; + [ rdf:type ; + rdf:first [ rdf:type ; + :EMMO_1494c1a9_00e1_40c2_a9cc_9bbf302a1cac ; + ; + + ] ; + rdf:rest [ rdf:type ; + rdf:first [ rdf:type ; + :EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] ; + [ rdf:type ; + rdf:first [ rdf:type ; + :EMMO_571a8adb_f38f_4122_8754_044ea2490cd0 ; + ; + + ] ; + rdf:rest rdf:nil + ] + ] . + +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/perspectives/perspective.ttl b/perspectives/perspective.ttl index 4fdd273a..36bc6f14 100644 --- a/perspectives/perspective.ttl +++ b/perspectives/perspective.ttl @@ -9,21 +9,21 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; + owl:versionIRI ; + owl:imports ; 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 ; - dcterms:creator , - , - ; + dcterms:contributor :AnnedeBaas , + :FrancescoZaccarini , + :GerhardGoldbeck , + :JesperFriis ; + dcterms:creator :EmanueleGhedini ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Perspective"@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" . + owl:versionInfo "1.0.0-rc3" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Classes @@ -45,4 +45,4 @@ Between these two extremes, there are several subjective ways to categorize real ] . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/perspectives/perspectives.ttl b/perspectives/perspectives.ttl index 7df40ff6..67fa5029 100644 --- a/perspectives/perspectives.ttl +++ b/perspectives/perspectives.ttl @@ -9,17 +9,14 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - , - , - , - , - , - , - ; + owl:versionIRI ; + owl:imports , + , + , + , + , + ; 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 - contrast (data) - holistic @@ -27,16 +24,12 @@ The perspectives level ontologies act as roots for extending the EMMO towards sp - reductionistic - semiotic - structural"""@en ; - dcterms:creator , - , - , - , - ; + dcterms:contributor "https://w3id.org/emmo#JesperFriis" ; + dcterms:creator :EmanueleGhedini ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher ; dcterms:title "EMMO perspectives-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" . + owl:versionInfo "1.0.0-rc3" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . -### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/perspectives/reductionistic.ttl b/perspectives/reductionistic.ttl index f9f4a269..b88f6d71 100644 --- a/perspectives/reductionistic.ttl +++ b/perspectives/reductionistic.ttl @@ -9,21 +9,21 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; + owl:versionIRI ; + owl:imports ; 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 , - ; - dcterms:creator , - , - ; +In addition to direct parthood, the reductionistic module defines 'State' as a tessellation of spatial direct parts with no change of granularity or cardinality and 'Existent' as a tessellation of temporal direct parts."""@en ; + dcterms:contributor :AdhamHashibon , + :FrancescoZaccarini ; + dcterms:creator :EmanueleGhedini , + :GerhardGoldbeck , + :JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Reductionistic"@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" ; + owl:versionInfo "1.0.0-rc3" ; :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# @@ -53,15 +53,17 @@ In addition to direct parthood, the reductionistic module defines 'State' as a t ### https://w3id.org/emmo#EMMO_74a75cf1_3418_4244_b43c_b5db94635d42 :EMMO_74a75cf1_3418_4244_b43c_b5db94635d42 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; + rdfs:subPropertyOf :EMMO_814b6b76_e0ca_4953_a832_d1816fb695f1 ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty ; rdfs:domain :EMMO_ee0466e4_780d_4236_8281_ace7ad3fc5d2 ; rdfs:range :EMMO_9953c19f_ee33_4af8_be5e_dbf6d1e33581 ; - skos:prefLabel "hasDirectPart"@en ; - :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """Direct parthood is the non transitive version of parthood enabling the establishment of hierarchy of granularities, starting with an entity and providing several tesselation levels according to specific criteria. -The criteria are implemented in specialised versions of the direct parthood relation (e.g., metrological direct part, XML format direct part). -The direct parts (tiles) and the tessellated entity (tessellation) are causally self connected (i.e., items), coherently with the concept behind the definition of the reductionistic perspective.""" ; + skos:altLabel "hasDirectPart"@en ; + skos:prefLabel "hasTile"@en ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """Tiling parthood enables the establishment of hierarchy of granularities, starting with an entity and providing several tessellation levels according to specific criteria. +The criteria are implemented in specialised versions of the tiling parthood relation (e.g., metrological direct part, XML format direct part). +The tiles and the tessellated entity (tessellation) are causally self connected (i.e., items), coherently with the concept behind the definition of the reductionistic perspective. +The tiles of specific granularity level provide a covering for the whole and are mutually non-overlapping, as the label \"tile\" suggests."""@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation grouping all direct parthood relations used in the reductionistic perspective."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "This relation is not antitransitive, to enable partitioning of a causal structure with more than one tiling scheme (e.g. time and space partitioning)."@en , "This relation is a simple collector of all relations inverse functional direct parthoods that can be defined in specialised theories using reductionism." . @@ -96,6 +98,7 @@ The direct parts (tiles) and the tessellated entity (tessellation) are causally rdfs:subPropertyOf :EMMO_65a2c5b8_e4d8_4a51_b2f8_e55effc0547d ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty ; + rdfs:range :EMMO_edf72228_e040_4edc_8b46_78b2a47c72d7 ; skos:altLabel "hasTemporalLast"@en ; skos:prefLabel "hasEndTile"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between the whole and a temporal tile that has only ingoing temporal connections." . @@ -106,6 +109,7 @@ The direct parts (tiles) and the tessellated entity (tessellation) are causally rdfs:subPropertyOf :EMMO_65a2c5b8_e4d8_4a51_b2f8_e55effc0547d ; rdf:type owl:AsymmetricProperty , owl:IrreflexiveProperty ; + rdfs:range :EMMO_fa595892_070d_455e_9459_06c97179c080 ; skos:altLabel "hasTemporalFirst"@en ; skos:prefLabel "hasBeginTile"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between the whole and a temporal tile that has only outgoing temporal connections." . @@ -115,13 +119,22 @@ The direct parts (tiles) and the tessellated entity (tessellation) are causally # Classes ################################################################# +### https://w3id.org.org/emmo#EMMO_41c5f63b_f0e7_475e_bfac_a92027585979 + rdf:type owl:Class ; + rdfs:subClassOf :EMMO_2e46d966_9f14_4673_821e_7c7cf2957926 ; + skos:prefLabel "SpatioTemporalTileByConnection"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for tiles categorized accordingly to their topological role within a tessellation."@en . + + +### https://w3id.org.org/emmo#EMMO_5e38e44b_a0d1_4afc_a876_95095c0a589f + rdf:type owl:Class ; + rdfs:subClassOf :EMMO_2e46d966_9f14_4673_821e_7c7cf2957926 ; + skos:prefLabel "SpatioTemporalTileByPosition"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for tiles categorized accordingly to their location within a tessellation in terms of causal source, sink or intermediary."@en . + + ### https://w3id.org/emmo#EMMO_15db234d_ecaf_4715_9838_4b4ec424fb13 :EMMO_15db234d_ecaf_4715_9838_4b4ec424fb13 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_9953c19f_ee33_4af8_be5e_dbf6d1e33581 - :EMMO_ee0466e4_780d_4236_8281_ace7ad3fc5d2 - ) - ] ; rdfs:subClassOf :EMMO_49267eba_5548_4163_8f36_518d65b583f9 ; skos:prefLabel "Reductionistic"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A class devoted to categorize causal objects by specifying their granularity levels."@en ; @@ -135,133 +148,106 @@ The direct parts (tiles) and the tessellated entity (tessellation) are causally ### https://w3id.org/emmo#EMMO_1ce18268_dc63_42af_9113_6589331b5562 :EMMO_1ce18268_dc63_42af_9113_6589331b5562 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_f7f41d20_eabb_4bcb_9a16_0436851fcd5c ; + rdfs:subClassOf :EMMO_c7ee175d_4c25_45cb_b74e_71435b11b77d ; skos:prefLabel "Fork"@en ; - :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc1/doc/figs/Fork.png"^^xsd:anyURI ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A tessellation in wich a tile has next two or more non spatially connected tiles."@en . + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc3/doc/figs/Fork.png"^^xsd:anyURI ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A tessellation in which a tile has next two or more non spatially connected tiles."@en . ### https://w3id.org/emmo#EMMO_2b1fb71c_0eb0_445c_9be7_fb5d30ae79fd :EMMO_2b1fb71c_0eb0_445c_9be7_fb5d30ae79fd rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; + rdfs:subClassOf :EMMO_e12dcfa4_c9f1_4546_9a12_8457c052e6ba , + [ rdf:type owl:Restriction ; owl:onProperty :EMMO_74a75cf1_3418_4244_b43c_b5db94635d42 ; owl:someValuesFrom :EMMO_d4c95fa1_5bda_4063_a22d_62c81fcea284 ] ; skos:prefLabel "MixedTiling"@en ; - :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc1/doc/figs/MixedTiling.png"^^xsd:anyURI ; + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc3/doc/figs/MixedTiling.png"^^xsd:anyURI ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A well formed tessellation with at least a junction tile."@en . ### https://w3id.org/emmo#EMMO_2e46d966_9f14_4673_821e_7c7cf2957926 :EMMO_2e46d966_9f14_4673_821e_7c7cf2957926 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_4cf484af_082a_40f5_9f11_930bf4634482 - :EMMO_504ad89e_dd4a_4fa6_aeb6_15c8ce0cde9b - :EMMO_d4c95fa1_5bda_4063_a22d_62c81fcea284 - ) - ] , - [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_caa63d00_80b1_4408_ac1b_cd0d23b0ec50 - :EMMO_edf72228_e040_4edc_8b46_78b2a47c72d7 - :EMMO_fa595892_070d_455e_9459_06c97179c080 - ) - ] ; rdfs:subClassOf :EMMO_9953c19f_ee33_4af8_be5e_dbf6d1e33581 ; + rdfs:seeAlso :EMMO_22c91e99_61f8_4433_8853_432d44a2a46a ; skos:altLabel "WellFormedTile"@en ; skos:prefLabel "SpatioTemporalTile" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 :EMMO_22c91e99_61f8_4433_8853_432d44a2a46a . + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: SpatialTile or TemporalTile or JunctionTile" , + "EquivalentTo: ThroughTile or EndTile or BeginTile" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all tiles belonging to tessellations in which all tiles are connected through spatiotemporal relations hasNext or contacts."@en . ### https://w3id.org/emmo#EMMO_36c79456_e29c_400d_8bd3_0eedddb82652 :EMMO_36c79456_e29c_400d_8bd3_0eedddb82652 rdf:type owl:Class ; rdfs:subClassOf :EMMO_8944581c_64da_46a9_be29_7074f7cc8098 ; - rdfs:comment """The definition of an arrangement implies that its spatial direct parts are not gained or lost during its temporal extension (they exist from the left to the right side of the time interval), so that the cardinality of spatial direct parts in an arrangement is constant. -This does not mean that there cannot be a change in the internal structure of the arrangement direct parts. It means only that this change must not affect the existence of the direct part itself."""@en , - "The use of spatial direct parthood in state definition means that an arrangement cannot overlap in space another arrangement that is direct part of the same whole."@en ; skos:altLabel "MereologicalState"@en ; skos:example """e.g. the existent in my glass is declared at t = t_start as made of two direct parts: the ice and the water. It will continue to exists as state as long as the ice is completely melt at t = t_end. The new state will be completely made of water. Between t_start and t_end there is an exchange of molecules between the ice and the water, but this does not affect the existence of the two states. 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_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc1/doc/figs/Arrangement.png"^^xsd:anyURI ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causal object which is tessellated with only spatial direct parts."@en . + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc3/doc/figs/Arrangement.png"^^xsd:anyURI , + "https://w3id.org/emmo/raw/1.0.0-rc3/doc/figs/Arrangement-1D.png"^^xsd:anyURI , + "https://w3id.org/emmo/raw/1.0.0-rc3/doc/figs/Arrangement-2D.png"^^xsd:anyURI , + "https://w3id.org/emmo/raw/1.0.0-rc3/doc/figs/Arrangement-2Dhex.png"^^xsd:anyURI , + "https://w3id.org/emmo/raw/1.0.0-rc3/doc/figs/Arrangement-3D.png"^^xsd:anyURI ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causal object which is tessellated with only spatial direct parts."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The definition of an arrangement implies that its spatial direct parts are not gained or lost during its temporal extension (they exist from the left to the right side of the time interval), so that the cardinality of spatial direct parts in an arrangement is constant. +This does not mean that there cannot be a change in the internal structure of the arrangement direct parts. It means only that this change must not affect the existence of the direct part itself."""@en , + "The use of spatial direct parthood in state definition means that an arrangement cannot overlap in space another arrangement that is direct part of the same whole."@en . ### https://w3id.org/emmo#EMMO_4cf484af_082a_40f5_9f11_930bf4634482 :EMMO_4cf484af_082a_40f5_9f11_930bf4634482 rdf:type owl:Class ; + rdfs:subClassOf ; skos:prefLabel "SpatialTile"@en ; + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.0-rc3/doc/figs/SpatialTile.png"^^xsd:anyURI ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A direct part that is obtained by partitioning a whole purely in spatial parts."@en . ### https://w3id.org/emmo#EMMO_504ad89e_dd4a_4fa6_aeb6_15c8ce0cde9b :EMMO_504ad89e_dd4a_4fa6_aeb6_15c8ce0cde9b rdf:type owl:Class ; + rdfs:subClassOf ; skos:prefLabel "TemporalTile"@en ; + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.0-rc3/doc/figs/TemporalTile.png"^^xsd:anyURI ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A direct part that is obtained by partitioning a whole purely in temporal parts."@en . -### https://w3id.org/emmo#EMMO_52211e5e_d767_4812_845e_eb6b402c476a -:EMMO_52211e5e_d767_4812_845e_eb6b402c476a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_92829beb_6ed4_4c88_bbd5_3bc7403e2895 , - [ rdf:type owl:Restriction ; - 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). - -'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. - -This class provides a first granularity hierarchy in time, and a way to axiomatize tessellation principles for a specific whole with a non-transitivity relation (direct parthood) that helps to retain the granularity levels. - -e.g. a car, a supersaturated gas with nucleating nanoparticles, an atom that becomes ionized and then recombines with an electron."""@en , - """An 'Existent' individual stands for a real world object for which the ontologist wants to provide univocal tessellation in time. - -By definition, the tiles are represented by 'State'-s individual. - -Tiles are related to the 'Existent' through temporal direct parthood, enforcing non-transitivity and inverse-functionality."""@en , - """Being hasTemporalDirectPart a proper parthood relation, there cannot be 'Existent' made of a single 'State'. - -Moreover, due to inverse functionality, a 'State' can be part of only one 'Existent', preventing overlapping between 'Existent'-s."""@en ; - owl:deprecated "true"^^xsd:boolean ; - skos:prefLabel "Existent"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'Physical' which is a tessellation of 'State' temporal direct parts."@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_52211e5e_d767_4812_845e_eb6b402c476a ; - owl:annotatedProperty skos:prefLabel ; - owl:annotatedTarget "Existent"@en ; - :EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "ex-sistere (latin): to stay (to persist through time) outside others of the same type (to be distinct from the rest)."@en - ] . - - ### 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 ; - :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc1/doc/figs/MixedTiling.png"^^xsd:anyURI ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A mixed tiling in wich a tile has next spatially connected tiles."@en . + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc3/doc/figs/MixedTiling.png"^^xsd:anyURI ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A mixed tiling in which a tile has next spatially connected tiles."@en . ### https://w3id.org/emmo#EMMO_8944581c_64da_46a9_be29_7074f7cc8098 :EMMO_8944581c_64da_46a9_be29_7074f7cc8098 rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; + rdfs:subClassOf :EMMO_e12dcfa4_c9f1_4546_9a12_8457c052e6ba , + [ rdf:type owl:Restriction ; owl:onProperty :EMMO_7efab93d_c8fe_49c7_ba8e_d21d13b38c85 ; owl:allValuesFrom :EMMO_4cf484af_082a_40f5_9f11_930bf4634482 ] ; skos:prefLabel "SpatialTiling"@en ; + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.0-rc3/doc/figs/Arrangement-1D.png"^^xsd:anyURI , + "https://w3id.org/emmo/raw/1.0.0-rc3/doc/figs/Arrangement-2D.png"^^xsd:anyURI , + "https://w3id.org/emmo/raw/1.0.0-rc3/doc/figs/Arrangement-2Dhex.png"^^xsd:anyURI , + "https://w3id.org/emmo/raw/1.0.0-rc3/doc/figs/Arrangement-3D.png"^^xsd:anyURI ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A well formed tessellation with tiles that all spatial."@en . ### https://w3id.org/emmo#EMMO_92829beb_6ed4_4c88_bbd5_3bc7403e2895 :EMMO_92829beb_6ed4_4c88_bbd5_3bc7403e2895 rdf:type owl:Class ; rdfs:subClassOf :EMMO_f7f41d20_eabb_4bcb_9a16_0436851fcd5c ; - skos:prefLabel "Sequence"@en ; - :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc1/doc/figs/Sequence.png"^^xsd:anyURI ; + skos:altLabel "Sequence"@en ; + skos:prefLabel "TemporalSequence"@en ; + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc3/doc/figs/Sequence.png"^^xsd:anyURI ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A tessellation of temporal slices."@en . ### https://w3id.org/emmo#EMMO_9953c19f_ee33_4af8_be5e_dbf6d1e33581 :EMMO_9953c19f_ee33_4af8_be5e_dbf6d1e33581 rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; + rdfs:subClassOf :EMMO_15db234d_ecaf_4715_9838_4b4ec424fb13 , + [ rdf:type owl:Restriction ; owl:onProperty [ owl:inverseOf :EMMO_74a75cf1_3418_4244_b43c_b5db94635d42 ] ; owl:someValuesFrom :EMMO_ee0466e4_780d_4236_8281_ace7ad3fc5d2 @@ -274,70 +260,80 @@ Moreover, due to inverse functionality, a 'State' can be part of only one 'Exist :EMMO_b1862e72_219f_4fc0_b58c_b26339f6dc88 rdf:type owl:Class ; rdfs:subClassOf :EMMO_2b1fb71c_0eb0_445c_9be7_fb5d30ae79fd ; skos:prefLabel "Gathering"@en ; - :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc1/doc/figs/MixedTiling.png"^^xsd:anyURI ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A mixed tiling in wich a tile is the next of spatially connected tiles."@en . + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc3/doc/figs/MixedTiling.png"^^xsd:anyURI ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A mixed tiling in which a tile is the next of spatially connected tiles."@en . + + +### https://w3id.org/emmo#EMMO_bcc1e604_874d_42e3_9885_8be3dac03327 +:EMMO_bcc1e604_874d_42e3_9885_8be3dac03327 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_36c79456_e29c_400d_8bd3_0eedddb82652 ; + skos:altLabel "Sequence"@en ; + skos:prefLabel "SpatialSequence"@en ; + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc3/doc/figs/SpatialSequence.png"^^xsd:anyURI ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A monodimensional arrangement of 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_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc1/doc/figs/Join.png"^^xsd:anyURI ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A tessellation in wich a tile is next for two or more non spatially connected tiles."@en . + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-rc3/doc/figs/Join.png"^^xsd:anyURI ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A tessellation in which a tile is next for two or more non spatially connected tiles."@en . ### https://w3id.org/emmo#EMMO_caa63d00_80b1_4408_ac1b_cd0d23b0ec50 :EMMO_caa63d00_80b1_4408_ac1b_cd0d23b0ec50 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2e46d966_9f14_4673_821e_7c7cf2957926 ; - skos:prefLabel "ThroughTile"@en ; + rdfs:subClassOf ; + skos:prefLabel "IntermidiateTile"@en ; + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.0-rc3/doc/figs/ThroughTile.png"^^xsd:anyURI ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A tile that has next and is next of other tiles within the same tessellation."@en . ### https://w3id.org/emmo#EMMO_d4c95fa1_5bda_4063_a22d_62c81fcea284 :EMMO_d4c95fa1_5bda_4063_a22d_62c81fcea284 rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; owl:onProperty [ owl:inverseOf :EMMO_663859e5_add3_4c9e_96fb_c99399de278d ] ; owl:someValuesFrom :EMMO_2b1fb71c_0eb0_445c_9be7_fb5d30ae79fd ] ; skos:prefLabel "JunctionTile"@en ; + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.0-rc3/doc/figs/JunctionTile.png"^^xsd:anyURI ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A direct part that is obtained by partitioning a whole hybridly in spatial, temporal and spatiotemporal parts."@en . ### https://w3id.org/emmo#EMMO_e12dcfa4_c9f1_4546_9a12_8457c052e6ba :EMMO_e12dcfa4_c9f1_4546_9a12_8457c052e6ba rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_2b1fb71c_0eb0_445c_9be7_fb5d30ae79fd - :EMMO_8944581c_64da_46a9_be29_7074f7cc8098 - :EMMO_f7f41d20_eabb_4bcb_9a16_0436851fcd5c - ) - ] ; - rdfs:subClassOf [ rdf:type owl:Restriction ; + rdfs:subClassOf :EMMO_ee0466e4_780d_4236_8281_ace7ad3fc5d2 , + [ rdf:type owl:Restriction ; owl:onProperty :EMMO_7efab93d_c8fe_49c7_ba8e_d21d13b38c85 ; owl:someValuesFrom :EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ] ; skos:altLabel "WellFormedTessellation"@en ; skos:prefLabel "SpatioTemporalTessellation" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A tessellation in which all tiles are connected through spatiotemporal relations hasNext or contacts."@en . + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: MixedTiling or SpatialTiling or TemporalTiling" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all tessellations in which all tiles are connected through spatiotemporal relations hasNext or contacts."@en . ### https://w3id.org/emmo#EMMO_edf72228_e040_4edc_8b46_78b2a47c72d7 :EMMO_edf72228_e040_4edc_8b46_78b2a47c72d7 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2e46d966_9f14_4673_821e_7c7cf2957926 ; + rdfs:subClassOf ; skos:prefLabel "EndTile"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 :EMMO_c0f48dc6_4a32_4d9a_a956_d68415954a8e . + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.0-rc3/doc/figs/EndTile.png"^^xsd:anyURI ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A direct part that only is the target, but not the source of temporal relations."@en . ### https://w3id.org/emmo#EMMO_ee0466e4_780d_4236_8281_ace7ad3fc5d2 :EMMO_ee0466e4_780d_4236_8281_ace7ad3fc5d2 rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; + rdfs:subClassOf :EMMO_15db234d_ecaf_4715_9838_4b4ec424fb13 , + [ rdf:type owl:Restriction ; owl:onProperty :EMMO_74a75cf1_3418_4244_b43c_b5db94635d42 ; owl:someValuesFrom :EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ] ; skos:altLabel "Tiling"@en ; skos:prefLabel "Tessellation"@en ; :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "A tessellation (or tiling) is the covering of a surface, often a plane, using one or more geometric shapes, called tiles, with no overlaps and no gaps."@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causal object that is tessellated in direct parts."@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causal structure that is tessellated in direct parts."@en . [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_ee0466e4_780d_4236_8281_ace7ad3fc5d2 ; @@ -349,19 +345,22 @@ Moreover, due to inverse functionality, a 'State' can be part of only one 'Exist ### https://w3id.org/emmo#EMMO_f7f41d20_eabb_4bcb_9a16_0436851fcd5c :EMMO_f7f41d20_eabb_4bcb_9a16_0436851fcd5c rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; + rdfs:subClassOf :EMMO_e12dcfa4_c9f1_4546_9a12_8457c052e6ba , + [ rdf:type owl:Restriction ; owl:onProperty :EMMO_7efab93d_c8fe_49c7_ba8e_d21d13b38c85 ; owl:allValuesFrom :EMMO_504ad89e_dd4a_4fa6_aeb6_15c8ce0cde9b ] ; skos:prefLabel "TemporalTiling"@en ; + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.0-rc3/doc/figs/TemporalTile.png"^^xsd:anyURI ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A well formed tessellation with tiles that are all temporal."@en . ### https://w3id.org/emmo#EMMO_fa595892_070d_455e_9459_06c97179c080 :EMMO_fa595892_070d_455e_9459_06c97179c080 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_2e46d966_9f14_4673_821e_7c7cf2957926 ; + rdfs:subClassOf ; skos:prefLabel "BeginTile"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 :EMMO_fe63194f_7c04_4dbd_a244_524b38b6699b . + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.0-rc3/doc/figs/BeginTile.png"^^xsd:anyURI ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A direct part that only is the source, but not the target of temporal relations."@en . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/perspectives/semiotics.ttl b/perspectives/semiotics.ttl index 2e53382b..a4a62f80 100644 --- a/perspectives/semiotics.ttl +++ b/perspectives/semiotics.ttl @@ -9,31 +9,39 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; - 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'. - + owl:versionIRI ; + owl:imports ; + dcterms:abstract """The semiotics module is inspired by 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 , - , - ; - dcterms:creator , - , - ; + dcterms:contributor :AdhamHashibon , + :AnnedeBaas , + :FrancescoZaccarini , + :OtelloRoscioni ; + dcterms:creator :EmanueleGhedini , + :GerhardGoldbeck , + :JesperFriis ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Semiotics"@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" ; + owl:versionInfo "1.0.0-rc3" ; :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Object Properties ################################################################# +### https://w3id.org/emmo#EMMO_005fb227_d68a_4c41_bbee_e20bdd69a0bc +:EMMO_005fb227_d68a_4c41_bbee_e20bdd69a0bc rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_0ed18c6b_8289_44fd_a7d7_c15a8786cdc0 ; + owl:inverseOf :EMMO_0d829933_29e3_4e61_b3d3_88e6b9d0d0ce ; + skos:prefLabel "isDeclaredBy"@en . + + ### https://w3id.org/emmo#EMMO_057d0573_6ac0_4c27_9e3f_3c29205fd104 :EMMO_057d0573_6ac0_4c27_9e3f_3c29205fd104 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d ; + owl:inverseOf :EMMO_db49de28_6993_459c_8562_ef861cc0a815 ; rdfs:domain :EMMO_0cd58641_824c_4851_907f_f4c3be76630c ; rdfs:range :EMMO_36a4c1ca_5085_49ca_9e13_4c70d00c50a5 ; skos:prefLabel "hasDeducer"@en ; @@ -48,6 +56,13 @@ The role of abstract objects are in EMMO fulfilled by semiotic objects, i.e. rea :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation connecting a declaring interpreter to the \"declared\" semiotic object in a declaration process."@en . +### https://w3id.org/emmo#EMMO_0ed18c6b_8289_44fd_a7d7_c15a8786cdc0 +:EMMO_0ed18c6b_8289_44fd_a7d7_c15a8786cdc0 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 ; + owl:inverseOf :EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a ; + skos:prefLabel "isInterpretationAccordingTo"@en . + + ### https://w3id.org/emmo#EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 :EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_ec2472ae_cf4a_46a5_8555_1556f5a6c3c5 ; @@ -55,17 +70,28 @@ The role of abstract objects are in EMMO fulfilled by semiotic objects, i.e. rea :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The generic EMMO semiotical relation."@en . +### https://w3id.org/emmo#EMMO_27e8e2dd_78a5_433a_b522_a1f61a08aab4 +:EMMO_27e8e2dd_78a5_433a_b522_a1f61a08aab4 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 ; + owl:inverseOf :EMMO_c01bea11_1937_4cc0_b40d_4b192fdba311 ; + rdfs:domain :EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b ; + rdfs:range :EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b ; + skos:prefLabel "refersTo"@en . + + ### https://w3id.org/emmo#EMMO_297999d6_c9e4_4262_9536_bd524d1c6e21 :EMMO_297999d6_c9e4_4262_9536_bd524d1c6e21 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_60577dea_9019_4537_ac41_80b0fb563d41 ; + owl:inverseOf :EMMO_c4017688_965b_4201_acb2_2f1caf2be760 ; rdfs:range :EMMO_0cd58641_824c_4851_907f_f4c3be76630c ; skos:prefLabel "hasIndex"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation that connects a deduced semiotic object to an indexin a deduction process."@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation that connects a deduced semiotic object to an index in a deduction process."@en . ### https://w3id.org/emmo#EMMO_39c3815d_8cae_4c8f_b2ff_eeba24bec455 :EMMO_39c3815d_8cae_4c8f_b2ff_eeba24bec455 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_60577dea_9019_4537_ac41_80b0fb563d41 ; + owl:inverseOf :EMMO_ef2d83f4_1f8a_4c11_aa62_1ea7a0cbd837 ; rdfs:range :EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 ; skos:prefLabel "hasIcon"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation that connects a recognised semiotic object to an icon in a cognition process."@en . @@ -74,62 +100,194 @@ The role of abstract objects are in EMMO fulfilled by semiotic objects, i.e. rea ### https://w3id.org/emmo#EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d :EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 ; + owl:inverseOf :EMMO_cd9a3a58_dabc_4c46_9ea4_03ca000b2022 ; rdfs:domain :EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d ; rdfs:range :EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee ; - skos:prefLabel "hasInterpreter"@en ; + skos:prefLabel "isInterpretedBy"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation connecting a sign to the interpreter in a semiotic process."@en . +### https://w3id.org/emmo#EMMO_4e8771a0_78fc_4db9_aec7_915fb4c7c55d +:EMMO_4e8771a0_78fc_4db9_aec7_915fb4c7c55d rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_e1f718c7_27b6_49fa_af01_9ece7c79b654 ; + owl:inverseOf :EMMO_9e3ad976_b179_4315_b51e_7e874df583dc ; + skos:prefLabel "isSignFor"@en . + + ### https://w3id.org/emmo#EMMO_51e72e5c_ab21_4d0e_ad9f_b168eca89cf4 :EMMO_51e72e5c_ab21_4d0e_ad9f_b168eca89cf4 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a ; + owl:inverseOf :EMMO_7ee1c29c_c453_4ad8_96d4_5103229fa60d ; rdfs:domain :EMMO_19608340_178c_4bfd_bd4d_0d3b935c6fec ; skos:prefLabel "hasCognised"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation connecting a recognising interpreter to the \"cognised\" semiotic object in a cognition process."@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation connecting a recogniting interpreter to the \"cognised\" semiotic object in a cognition process."@en . ### https://w3id.org/emmo#EMMO_5369d256_5866_4729_adc2_1498ee9a4959 :EMMO_5369d256_5866_4729_adc2_1498ee9a4959 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d ; + owl:inverseOf :EMMO_9950720f_a0b4_40f5_92db_071a3e4bbf4b ; rdfs:domain :EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 ; rdfs:range :EMMO_19608340_178c_4bfd_bd4d_0d3b935c6fec ; skos:prefLabel "hasCogniser"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation connecting an icon to a interpreter (cogniser) in a cognision process."@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation connecting an icon to a interpreter (cogniser) in a cognition process."@en . + + +### https://w3id.org/emmo#EMMO_55375713_8f92_473b_a688_b7fcc14f7797 +:EMMO_55375713_8f92_473b_a688_b7fcc14f7797 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_82a96de2_41aa_4bf7_b7ac_de1373d50160 ; + owl:inverseOf :EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b ; + skos:prefLabel "isConventionFor"@en . ### https://w3id.org/emmo#EMMO_60577dea_9019_4537_ac41_80b0fb563d41 :EMMO_60577dea_9019_4537_ac41_80b0fb563d41 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 ; + owl:inverseOf :EMMO_82a96de2_41aa_4bf7_b7ac_de1373d50160 ; rdfs:domain :EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b ; rdfs:range :EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d ; - skos:prefLabel "hasSign"@en ; + skos:prefLabel "isRepresentedBy"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation that connects the semiotic object to the sign in a semiotic process."@en . +### https://w3id.org/emmo#EMMO_79fa18f3_6da9_42b9_8cc3_08d9e5c9da87 +:EMMO_79fa18f3_6da9_42b9_8cc3_08d9e5c9da87 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_e1f718c7_27b6_49fa_af01_9ece7c79b654 ; + owl:inverseOf :EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ; + skos:prefLabel "isInterpreterFor"@en . + + +### https://w3id.org/emmo#EMMO_7ee1c29c_c453_4ad8_96d4_5103229fa60d +:EMMO_7ee1c29c_c453_4ad8_96d4_5103229fa60d rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_0ed18c6b_8289_44fd_a7d7_c15a8786cdc0 ; + skos:prefLabel "isCognisedBy"@en . + + ### https://w3id.org/emmo#EMMO_7fb7fe7e_bdf9_4eeb_adad_e384dd5285c6 :EMMO_7fb7fe7e_bdf9_4eeb_adad_e384dd5285c6 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :EMMO_60577dea_9019_4537_ac41_80b0fb563d41 ; + rdfs:subPropertyOf :EMMO_f275e4e9_062b_4ca4_a679_4f26ec0a48ae ; + owl:inverseOf :EMMO_8910edc0_6f56_49d2_9f8f_6b0ff908f2e6 ; + rdfs:domain :EMMO_008fd3b2_4013_451f_8827_52bceab11841 ; rdfs:range :EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b ; skos:prefLabel "hasInterpretant"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation that connects a semiotic object to the interpretant in a semiotic process."@en . +### https://w3id.org/emmo#EMMO_82a96de2_41aa_4bf7_b7ac_de1373d50160 +:EMMO_82a96de2_41aa_4bf7_b7ac_de1373d50160 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 ; + skos:prefLabel "standsFor"@en . + + +### https://w3id.org/emmo#EMMO_8910edc0_6f56_49d2_9f8f_6b0ff908f2e6 +:EMMO_8910edc0_6f56_49d2_9f8f_6b0ff908f2e6 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_e1f718c7_27b6_49fa_af01_9ece7c79b654 ; + skos:prefLabel "isInterpretantFor"@en . + + +### https://w3id.org/emmo#EMMO_8fb6d667_f2af_482d_97a9_ec97cd81274d +:EMMO_8fb6d667_f2af_482d_97a9_ec97cd81274d rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_f275e4e9_062b_4ca4_a679_4f26ec0a48ae ; + owl:inverseOf :EMMO_ee73c4f1_1405_44af_abf5_d06f2e71ed03 ; + rdfs:domain :EMMO_008fd3b2_4013_451f_8827_52bceab11841 ; + rdfs:range :EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b ; + skos:prefLabel "hasReferent"@en . + + +### https://w3id.org/emmo#EMMO_9950720f_a0b4_40f5_92db_071a3e4bbf4b +:EMMO_9950720f_a0b4_40f5_92db_071a3e4bbf4b rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_cd9a3a58_dabc_4c46_9ea4_03ca000b2022 ; + skos:prefLabel "isCogniserFor"@en . + + +### https://w3id.org/emmo#EMMO_9e3ad976_b179_4315_b51e_7e874df583dc +:EMMO_9e3ad976_b179_4315_b51e_7e874df583dc rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_f275e4e9_062b_4ca4_a679_4f26ec0a48ae ; + rdfs:domain :EMMO_008fd3b2_4013_451f_8827_52bceab11841 ; + rdfs:range :EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d ; + skos:prefLabel "hasSign"@en . + + ### https://w3id.org/emmo#EMMO_a0a2ded8_54e8_408d_a6b0_7fd1b4d7d16d :EMMO_a0a2ded8_54e8_408d_a6b0_7fd1b4d7d16d rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a ; + owl:inverseOf :EMMO_c0fc29e4_0b93_4d78_83a5_220877d6301f ; rdfs:domain :EMMO_36a4c1ca_5085_49ca_9e13_4c70d00c50a5 ; skos:prefLabel "hasDeduced"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation connecting a decucing interpreter to the \"deduced\" semiotic object in a deduction process."@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation connecting a deducing interpreter to the \"deduced\" semiotic object in a deduction process."@en . + + +### https://w3id.org/emmo#EMMO_a1b66ab5_0b29_4b9d_823e_5aec9768517e +:EMMO_a1b66ab5_0b29_4b9d_823e_5aec9768517e rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_cd9a3a58_dabc_4c46_9ea4_03ca000b2022 ; + owl:inverseOf :EMMO_cc823237_398d_4c9a_b8fa_aa157ee3e3a5 ; + skos:prefLabel "isDeclarerFor"@en . + + +### https://w3id.org/emmo#EMMO_abf30c80_6a0e_496e_b6dd_0439f0050fde +:EMMO_abf30c80_6a0e_496e_b6dd_0439f0050fde rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_e1f718c7_27b6_49fa_af01_9ece7c79b654 ; + owl:inverseOf :EMMO_da27d905_beb6_44ea_a330_a2dd9c17b263 ; + skos:prefLabel "isInternalRepresentationBy"@en . + + +### https://w3id.org/emmo#EMMO_b3ddad94_ef7e_4b97_8329_9e7c788dd94d +:EMMO_b3ddad94_ef7e_4b97_8329_9e7c788dd94d rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_55375713_8f92_473b_a688_b7fcc14f7797 ; + owl:inverseOf :EMMO_e1097637_70d2_4895_973f_2396f04fa204 ; + skos:prefLabel "isPropertyFor"@en . + + +### https://w3id.org/emmo#EMMO_b8d05d29_9eea_47db_a20b_0b83ceb6de93 +:EMMO_b8d05d29_9eea_47db_a20b_0b83ceb6de93 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 ; + owl:inverseOf :EMMO_c792cf6b_097b_4a9a_9fc8_cb693cd5fdf3 ; + rdfs:domain :EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d ; + rdfs:range :EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b ; + skos:prefLabel "isSignificationFor"@en . + + +### https://w3id.org/emmo#EMMO_c01bea11_1937_4cc0_b40d_4b192fdba311 +:EMMO_c01bea11_1937_4cc0_b40d_4b192fdba311 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 ; + skos:prefLabel "isReferredBy"@en . + + +### https://w3id.org/emmo#EMMO_c0fc29e4_0b93_4d78_83a5_220877d6301f +:EMMO_c0fc29e4_0b93_4d78_83a5_220877d6301f rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_0ed18c6b_8289_44fd_a7d7_c15a8786cdc0 ; + skos:prefLabel "isDeducedBy"@en . + + +### https://w3id.org/emmo#EMMO_c4017688_965b_4201_acb2_2f1caf2be760 +:EMMO_c4017688_965b_4201_acb2_2f1caf2be760 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_82a96de2_41aa_4bf7_b7ac_de1373d50160 ; + skos:prefLabel "IsIndexFor"@en . ### https://w3id.org/emmo#EMMO_c58c799e_cc6c_4310_a3f1_78da70705b2a :EMMO_c58c799e_cc6c_4310_a3f1_78da70705b2a rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b ; + owl:inverseOf :EMMO_f702bad4_fc77_41f0_a26d_79f6444fd4f3 ; rdfs:range :EMMO_35d4c439_fcb6_4399_a855_a89a207b41e9 ; skos:prefLabel "hasDescription"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation that connects a declared semiotic object to a description in a declaration process."@en . +### https://w3id.org/emmo#EMMO_c792cf6b_097b_4a9a_9fc8_cb693cd5fdf3 +:EMMO_c792cf6b_097b_4a9a_9fc8_cb693cd5fdf3 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 ; + skos:prefLabel "isSignifiedBy"@en . + + +### https://w3id.org/emmo#EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 +:EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_f275e4e9_062b_4ca4_a679_4f26ec0a48ae ; + rdfs:domain :EMMO_008fd3b2_4013_451f_8827_52bceab11841 ; + rdfs:range :EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee ; + skos:prefLabel "hasInterpreter"@en . + + ### https://w3id.org/emmo#EMMO_cc823237_398d_4c9a_b8fa_aa157ee3e3a5 :EMMO_cc823237_398d_4c9a_b8fa_aa157ee3e3a5 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d ; @@ -139,6 +297,27 @@ The role of abstract objects are in EMMO fulfilled by semiotic objects, i.e. rea :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation connecting a conventional sign to the interpreter (declarer) in a declaration process."@en . +### https://w3id.org/emmo#EMMO_cd9a3a58_dabc_4c46_9ea4_03ca000b2022 +:EMMO_cd9a3a58_dabc_4c46_9ea4_03ca000b2022 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 ; + skos:prefLabel "interprets"@en . + + +### https://w3id.org/emmo#EMMO_da27d905_beb6_44ea_a330_a2dd9c17b263 +:EMMO_da27d905_beb6_44ea_a330_a2dd9c17b263 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_f275e4e9_062b_4ca4_a679_4f26ec0a48ae ; + rdfs:domain :EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee ; + rdfs:range :EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b ; + skos:prefLabel "hasInternalRepresentation"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between the interpreter and the interpretant, being its internal representation."@en . + + +### https://w3id.org/emmo#EMMO_db49de28_6993_459c_8562_ef861cc0a815 +:EMMO_db49de28_6993_459c_8562_ef861cc0a815 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_cd9a3a58_dabc_4c46_9ea4_03ca000b2022 ; + skos:prefLabel "isDeducerFor"@en . + + ### https://w3id.org/emmo#EMMO_e1097637_70d2_4895_973f_2396f04fa204 :EMMO_e1097637_70d2_4895_973f_2396f04fa204 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b ; @@ -148,6 +327,13 @@ The role of abstract objects are in EMMO fulfilled by semiotic objects, i.e. rea :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation that connects a semiotic object to a property in a declaration process."@en . +### https://w3id.org/emmo#EMMO_e1f718c7_27b6_49fa_af01_9ece7c79b654 +:EMMO_e1f718c7_27b6_49fa_af01_9ece7c79b654 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_e4f66254_7312_4de5_a86a_6e0808baaaab ; + owl:inverseOf :EMMO_f275e4e9_062b_4ca4_a679_4f26ec0a48ae ; + skos:prefLabel "semioticOvercrossedBy"@en . + + ### https://w3id.org/emmo#EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b :EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_60577dea_9019_4537_ac41_80b0fb563d41 ; @@ -156,31 +342,77 @@ The role of abstract objects are in EMMO fulfilled by semiotic objects, i.e. rea :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation that connects a declared semiotic object to a conventional sign in a declaration process."@en . +### https://w3id.org/emmo#EMMO_ee73c4f1_1405_44af_abf5_d06f2e71ed03 +:EMMO_ee73c4f1_1405_44af_abf5_d06f2e71ed03 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_e1f718c7_27b6_49fa_af01_9ece7c79b654 ; + skos:prefLabel "isReferentFor"@en . + + +### https://w3id.org/emmo#EMMO_ef2d83f4_1f8a_4c11_aa62_1ea7a0cbd837 +:EMMO_ef2d83f4_1f8a_4c11_aa62_1ea7a0cbd837 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_82a96de2_41aa_4bf7_b7ac_de1373d50160 ; + skos:prefLabel "isIconFor"@en . + + +### https://w3id.org/emmo#EMMO_f275e4e9_062b_4ca4_a679_4f26ec0a48ae +:EMMO_f275e4e9_062b_4ca4_a679_4f26ec0a48ae rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_9cb984ca_48ad_4864_b09e_50d3fff19420 ; + skos:prefLabel "semioticOvercrosses"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superproperties for overcrossing relations between semiotic entities."@en . + + ### https://w3id.org/emmo#EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a :EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 ; rdfs:domain :EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee ; rdfs:range :EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b ; - skos:altLabel "hasSemioticObject"@en ; - skos:prefLabel "hasReferent"@en ; + skos:prefLabel "providesInterpretation"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation that connects the interpreter to the semiotic object in a semiotic process."@en . +### https://w3id.org/emmo#EMMO_f702bad4_fc77_41f0_a26d_79f6444fd4f3 +:EMMO_f702bad4_fc77_41f0_a26d_79f6444fd4f3 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_55375713_8f92_473b_a688_b7fcc14f7797 ; + rdfs:domain :EMMO_35d4c439_fcb6_4399_a855_a89a207b41e9 ; + skos:prefLabel "isDescriptionFor"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation that connects a description to a declared semiotic objec in a declaration process."@en . + + ################################################################# # Classes ################################################################# +### https://w3id.org.org/emmo#EMMO_38f31ba5_348f_4ac2_9a67_a62b5dd7aadd + rdf:type owl:Class ; + rdfs:subClassOf :EMMO_7286b164_df4c_4c14_a4b5_d41ad9c121f3 ; + skos:prefLabel "CodedByStructure"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coded classified by its structure."@en . + + +### https://w3id.org.org/emmo#EMMO_3d03a403_facd_48c6_b75e_7ab8b9299218 + rdf:type owl:Class ; + rdfs:subClassOf :EMMO_7286b164_df4c_4c14_a4b5_d41ad9c121f3 ; + skos:prefLabel "CodedByObservation"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coded classified by observation."@en . + + +### https://w3id.org.org/emmo#EMMO_4292fdcd_bbba_4d99_95c6_daa533d952ef + rdf:type owl:Class ; + rdfs:subClassOf :EMMO_7286b164_df4c_4c14_a4b5_d41ad9c121f3 ; + skos:prefLabel "CodedBySubjectivity"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coded classified by whether it is determined subjectively or objectively."@en . + + ### https://w3id.org/emmo#EMMO_008fd3b2_4013_451f_8827_52bceab11841 :EMMO_008fd3b2_4013_451f_8827_52bceab11841 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_39a4e2a4_d835_426d_b497_182d06e1caff - :EMMO_47bf3513_4ae6_4858_9c45_76e23230d68d - :EMMO_7cdc375d_d371_4d78_acd5_d51732f52126 - ) - ] ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; + rdfs:subClassOf :EMMO_8bb6b688_812a_4cb9_b76c_d5a058928719 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_7fb7fe7e_bdf9_4eeb_adad_e384dd5285c6 ; owl:someValuesFrom :EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ; + owl:someValuesFrom :EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee ] ; skos:example """Me looking a cat and saying loud: \"Cat!\" -> the semiosis process @@ -189,29 +421,29 @@ cat -> object (in Peirce semiotics) the cat perceived by my mind -> interpretant \"Cat!\" -> sign, the produced sign"""@en ; skos:prefLabel "Semiosis"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Deduction or Declaration or Cognition" , + "EquivalentTo: FullSemiosis or PartialSemiosis" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'Process', that has participant an 'Interpreter', that is aimed to produce a 'Sign' representing another participant, the 'Object'."@en . ### https://w3id.org/emmo#EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee :EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_19608340_178c_4bfd_bd4d_0d3b935c6fec - :EMMO_2d72e38c_d587_437f_98f6_f2718fb130eb - :EMMO_36a4c1ca_5085_49ca_9e13_4c70d00c50a5 - ) - ] ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; - owl:someValuesFrom :EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b + rdfs:subClassOf :EMMO_b803f122_4acb_4064_9d71_c1e5fd091fc9 , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d + ] ; + owl:someValuesFrom :EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d ] , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ; + owl:onProperty [ owl:inverseOf :EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 + ] ; owl:someValuesFrom :EMMO_008fd3b2_4013_451f_8827_52bceab11841 ] ; skos:example """For example, the ontologist may be interest in cataloguing in the EMMO how the same object (e.g. a cat) is addressed using different signs (e.g. cat, gatto, chat) by different interpreters (e.g. english, italian or french people). The same applies for the results of measurements: the ontologist may be interest to represent in the EMMO how different measurement processes (i.e. semiosis) lead to different quantitative results (i.e. signs) according to different measurement devices (i.e. interpreters)."""@en ; skos:prefLabel "Interpreter"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo. Cogniser or Declarer or Deducer" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The entity (or agent, or observer, or cognitive entity) who connects 'Sign', 'Interpretant' and 'Object'."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The interpreter is not the ontologist, being the ontologist acting outside the ontology at the meta-ontology level. @@ -220,15 +452,31 @@ On the contrary, the interpreter is an agent recognized by the ontologist. The s ### https://w3id.org/emmo#EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b :EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b rdf:type owl:Class ; - rdfs:subClassOf :EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d ; + rdfs:subClassOf :EMMO_b803f122_4acb_4064_9d71_c1e5fd091fc9 , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_7fb7fe7e_bdf9_4eeb_adad_e384dd5285c6 + ] ; + owl:someValuesFrom :EMMO_008fd3b2_4013_451f_8827_52bceab11841 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_da27d905_beb6_44ea_a330_a2dd9c17b263 + ] ; + owl:someValuesFrom :EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee + ] ; + skos:example """A film is the interpretant for a camera, which is the interpreter. The object captured by the camera is the referent. The film is the internal representation of the object, i.e. how the camera understand the object according to its capacity. The film (interpretant) refers to the object (referent) according to the camera (interpreter). +When the film is removed from the camera, developed and printed on photographic paper (or for digital camera the image is downloaded as jpeg and displayed on a laptop) then we create a sign other than the interpretant. +However, in case of analogic film we can always look at the negatve that will suggest the intended referent. This is because both sign and interpretant are related to the referent in a similar way. +(What we call sign and interpretant in EMMO are both intended as \"signs\" in Peirce semiotics, the first being external signal for the interpreter and the second the internal sign)"""@en ; skos:prefLabel "Interpretant"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The interpreter's internal representation of the object in a semiosis process."@en . ### https://w3id.org/emmo#EMMO_0cd58641_824c_4851_907f_f4c3be76630c :EMMO_0cd58641_824c_4851_907f_f4c3be76630c rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ; + rdfs:subClassOf :EMMO_4a2bf359_c47b_4aa3_9811_b59c3e1dac1e , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_9e3ad976_b179_4315_b51e_7e874df583dc + ] ; owl:someValuesFrom :EMMO_39a4e2a4_d835_426d_b497_182d06e1caff ] ; skos:example """Smoke stands for a combustion process (a fire). @@ -246,29 +494,35 @@ My facial expression stands for my emotional status."""@en ; ### https://w3id.org/emmo#EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069 :EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_1c0b22a2_be82_4fa8_9e2b_a569a625d442 - :EMMO_3b19eab4_79be_4b02_bdaf_ecf1f0067a68 - ) - ] ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; - owl:someValuesFrom :EMMO_1b52ee70_121e_4d8d_8419_3f97cd0bd89c - ] , + rdfs:subClassOf :EMMO_47bf3513_4ae6_4858_9c45_76e23230d68d , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; + owl:onProperty :EMMO_9e3ad976_b179_4315_b51e_7e874df583dc ; owl:someValuesFrom :EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ; + owl:someValuesFrom :EMMO_1b52ee70_121e_4d8d_8419_3f97cd0bd89c ] ; skos:altLabel "Characterisation"@en ; skos:example "Assigning the word \"red\" as sign for an object provides an information to all other interpreters about the outcome of a specific observation procedure according to the determiner."@en ; skos:prefLabel "Determination"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Estimation or Observation" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'Semiosis' that involves an 'Observer' that perceives another 'Physical' (the 'Object') through a specific perception mechanism and produces a 'Property' (the 'Sign') that stands for the result of that particular perception according to a well defined conventional procedure."@en . +### https://w3id.org/emmo#EMMO_1783139f_575f_4e41_a409_1e70aceced27 +:EMMO_1783139f_575f_4e41_a409_1e70aceced27 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_3fe33e1c_2b62_4669_af92_8066cf53761d ; + skos:prefLabel "PartialSemiosis"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiosis where the triangle of relation is not completely developed."@en . + + ### https://w3id.org/emmo#EMMO_19608340_178c_4bfd_bd4d_0d3b935c6fec :EMMO_19608340_178c_4bfd_bd4d_0d3b935c6fec rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ; + rdfs:subClassOf :EMMO_33dc57d7_68bd_460c_a440_26a78d57ea0d , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 + ] ; owl:someValuesFrom :EMMO_7cdc375d_d371_4d78_acd5_d51732f52126 ] ; skos:example "The scientist that connects an equation to a physical phenomenon." ; @@ -285,21 +539,20 @@ My facial expression stands for my emotional status."""@en ; ### https://w3id.org/emmo#EMMO_1b52ee70_121e_4d8d_8419_3f97cd0bd89c :EMMO_1b52ee70_121e_4d8d_8419_3f97cd0bd89c rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_4a1c73f1_b6f5_4d10_a3a6_5de90bac7cd0 - :EMMO_ea67caa5_2609_4e91_98ae_81103f2d5c25 - ) - ] ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ; + rdfs:subClassOf :EMMO_2d72e38c_d587_437f_98f6_f2718fb130eb , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 + ] ; owl:someValuesFrom :EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069 ] ; skos:prefLabel "Determiner"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Estimator or Observer" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An 'interpreter' that perceives another 'entity' (the 'object') through a specific perception mechanism and produces a 'property' (the 'sign') that stands for the result of that particular perception."@en . ### https://w3id.org/emmo#EMMO_1b6a95fb_3df7_44c9_ad3d_419c9c5fe7cb :EMMO_1b6a95fb_3df7_44c9_ad3d_419c9c5fe7cb rdf:type owl:Class ; + rdfs:subClassOf ; skos:example "The biography of a person met by the author."@en ; skos:prefLabel "Observed"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coded that has been observed by an interpreter."@en . @@ -307,8 +560,9 @@ My facial expression stands for my emotional status."""@en ; ### https://w3id.org/emmo#EMMO_1c0b22a2_be82_4fa8_9e2b_a569a625d442 :EMMO_1c0b22a2_be82_4fa8_9e2b_a569a625d442 rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ; + rdfs:subClassOf :EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ; owl:someValuesFrom :EMMO_4a1c73f1_b6f5_4d10_a3a6_5de90bac7cd0 ] ; skos:prefLabel "Estimation"@en ; @@ -322,8 +576,16 @@ My facial expression stands for my emotional status."""@en ; ] . +### https://w3id.org/emmo#EMMO_21abaf92_62dd_488d_9ec3_8e5e8586b8ec +:EMMO_21abaf92_62dd_488d_9ec3_8e5e8586b8ec rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1783139f_575f_4e41_a409_1e70aceced27 ; + skos:prefLabel "Understanding"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiosis where the interpreter perceives a sign, that generates the interpretant as interpreter's internal representation, leading to potential interpretations."@en . + + ### https://w3id.org/emmo#EMMO_251cfb4f_5c75_4778_91ed_6c8395212fd8 :EMMO_251cfb4f_5c75_4778_91ed_6c8395212fd8 rdf:type owl:Class ; + rdfs:subClassOf ; rdfs:comment """The word subjective applies to property intrisically subjective or non-well defined. In general, when an black-box-like procedure is used for the definition of the property. This happens due to e.g. the complexity of the object, the lack of a underlying model for the representation of the object, the non-well specified meaning of the property symbols. @@ -339,6 +601,7 @@ The style of your clothing."""@en ; ### https://w3id.org/emmo#EMMO_2a888cdf_ec4a_4ec5_af1c_0343372fc978 :EMMO_2a888cdf_ec4a_4ec5_af1c_0343372fc978 rdf:type owl:Class ; + rdfs:subClassOf ; rdfs:comment """The word objective does not mean that each observation will provide the same results. It means that the observation followed a well defined procedure. This class refers to what is commonly known as physical property, i.e. a measurable property of physical system, whether is quantifiable or not."""@en ; @@ -346,41 +609,52 @@ This class refers to what is commonly known as physical property, i.e. a measura :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coded conventional that is determined by each interpeter following a well defined determination procedure through a specific perception channel."@en . +### https://w3id.org/emmo#EMMO_2b44fb2a_ada8_46af_a961_6e534a61416d +:EMMO_2b44fb2a_ada8_46af_a961_6e534a61416d rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1783139f_575f_4e41_a409_1e70aceced27 ; + skos:prefLabel "Verifying"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiosis where an interpretant, already present in the internal representational space of the interpreter, is resolved by the interpreter by identifying the referent, i.e. the entity for which the sign stands for according to the interpreter understanding."@en . + + ### https://w3id.org/emmo#EMMO_2d72e38c_d587_437f_98f6_f2718fb130eb :EMMO_2d72e38c_d587_437f_98f6_f2718fb130eb rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_1b52ee70_121e_4d8d_8419_3f97cd0bd89c - :EMMO_421167c0_1ea5_405f_970f_a41e9cb308f9 - ) - ] ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ; + rdfs:subClassOf :EMMO_33dc57d7_68bd_460c_a440_26a78d57ea0d , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 + ] ; owl:someValuesFrom :EMMO_47bf3513_4ae6_4858_9c45_76e23230d68d ] ; skos:example "A scientist that assigns a quantity to a physical objects without actually measuring it but taking it for granted due to its previous experience (e.g. considering an electron charge as 1.6027663e-19 C, assigning a molecular mass to a gas only by the fact of a name on the bottle)." , "Someone who assigns a name to an object." ; skos:prefLabel "Declarer"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Determiner or Namer" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An interpreter who establish the connection between an conventional sign and an object according to a specific convention."@en . +### https://w3id.org/emmo#EMMO_33dc57d7_68bd_460c_a440_26a78d57ea0d +:EMMO_33dc57d7_68bd_460c_a440_26a78d57ea0d rdf:type owl:Class ; + rdfs:subClassOf :EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee ; + skos:prefLabel "InterpreterByReferent"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Interpreter classified by how the sign stands for its reference object."@en . + + ### https://w3id.org/emmo#EMMO_35d2e130_6e01_41ed_94f7_00b333d46cf9 :EMMO_35d2e130_6e01_41ed_94f7_00b333d46cf9 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_6e78433a_dbb9_409a_a7c0_4037f79d4ed8 - :EMMO_7286b164_df4c_4c14_a4b5_d41ad9c121f3 - ) - ] ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ; + rdfs:subClassOf :EMMO_4a2bf359_c47b_4aa3_9811_b59c3e1dac1e , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_9e3ad976_b179_4315_b51e_7e874df583dc + ] ; owl:someValuesFrom :EMMO_47bf3513_4ae6_4858_9c45_76e23230d68d ] ; - rdfs:comment "In Peirce semiotics this kind of sign category is called symbol. However, since symbol is also used in formal languages, the name is changed in conventional."@en ; skos:prefLabel "Conventional"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'Sign' that stands for an 'Object' through convention, norm or habit, without any resemblance to it."@en . + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Uncoded or Coded" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'Sign' that stands for an 'Object' through convention, norm or habit, without any resemblance to it."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "In Peirce semiotics this kind of sign category is called symbol. However, since symbol is also used in formal languages, the name is changed in conventional."@en . ### https://w3id.org/emmo#EMMO_35d4c439_fcb6_4399_a855_a89a207b41e9 :EMMO_35d4c439_fcb6_4399_a855_a89a207b41e9 rdf:type owl:Class ; + rdfs:subClassOf ; skos:example "A biography."@en , "A sentence about some object, depticting its properties."@en ; skos:prefLabel "Description"@en ; @@ -390,8 +664,10 @@ This class refers to what is commonly known as physical property, i.e. a measura ### https://w3id.org/emmo#EMMO_36a4c1ca_5085_49ca_9e13_4c70d00c50a5 :EMMO_36a4c1ca_5085_49ca_9e13_4c70d00c50a5 rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ; + rdfs:subClassOf :EMMO_33dc57d7_68bd_460c_a440_26a78d57ea0d , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 + ] ; owl:someValuesFrom :EMMO_39a4e2a4_d835_426d_b497_182d06e1caff ] ; skos:example "Someone who deduces an emotional status of a persona according to facial expression." , @@ -402,12 +678,13 @@ This class refers to what is commonly known as physical property, i.e. a measura ### https://w3id.org/emmo#EMMO_39a4e2a4_d835_426d_b497_182d06e1caff :EMMO_39a4e2a4_d835_426d_b497_182d06e1caff rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; + rdfs:subClassOf :EMMO_4d5621e8_af7f_4aef_abd5_f905a34f62af , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_9e3ad976_b179_4315_b51e_7e874df583dc ; owl:someValuesFrom :EMMO_0cd58641_824c_4851_907f_f4c3be76630c ] , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; + owl:onProperty :EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ; owl:someValuesFrom :EMMO_36a4c1ca_5085_49ca_9e13_4c70d00c50a5 ] ; skos:altLabel "IndexSemiosis"@en ; @@ -418,8 +695,9 @@ This class refers to what is commonly known as physical property, i.e. a measura ### https://w3id.org/emmo#EMMO_3b19eab4_79be_4b02_bdaf_ecf1f0067a68 :EMMO_3b19eab4_79be_4b02_bdaf_ecf1f0067a68 rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ; + rdfs:subClassOf :EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ; owl:someValuesFrom :EMMO_ea67caa5_2609_4e91_98ae_81103f2d5c25 ] ; skos:prefLabel "Observation"@en ; @@ -433,6 +711,13 @@ This class refers to what is commonly known as physical property, i.e. a measura ] . +### https://w3id.org/emmo#EMMO_3fe33e1c_2b62_4669_af92_8066cf53761d +:EMMO_3fe33e1c_2b62_4669_af92_8066cf53761d rdf:type owl:Class ; + rdfs:subClassOf :EMMO_008fd3b2_4013_451f_8827_52bceab11841 ; + skos:prefLabel "SemiosisByStructure"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Semiosis classified as complete or partial representation of the semiotic triangle (interpretant, sign, referent)."@en . + + ### https://w3id.org/emmo#EMMO_421167c0_1ea5_405f_970f_a41e9cb308f9 :EMMO_421167c0_1ea5_405f_970f_a41e9cb308f9 rdf:type owl:Class ; rdfs:subClassOf :EMMO_2d72e38c_d587_437f_98f6_f2718fb130eb ; @@ -442,32 +727,59 @@ This class refers to what is commonly known as physical property, i.e. a measura ### https://w3id.org/emmo#EMMO_47bf3513_4ae6_4858_9c45_76e23230d68d :EMMO_47bf3513_4ae6_4858_9c45_76e23230d68d rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069 - :EMMO_e999f9e0_7d63_4564_9028_07246580a267 - ) - ] ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; - owl:someValuesFrom :EMMO_2d72e38c_d587_437f_98f6_f2718fb130eb - ] , + rdfs:subClassOf :EMMO_4d5621e8_af7f_4aef_abd5_f905a34f62af , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; + owl:onProperty :EMMO_9e3ad976_b179_4315_b51e_7e874df583dc ; owl:someValuesFrom :EMMO_35d2e130_6e01_41ed_94f7_00b333d46cf9 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ; + owl:someValuesFrom :EMMO_2d72e38c_d587_437f_98f6_f2718fb130eb ] ; skos:altLabel "ConventionalSemiosis"@en ; skos:prefLabel "Declaration"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Determination or Naming" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic process that assigns a sign based on conventions."@en . +### https://w3id.org/emmo#EMMO_48eb64b4_2ca6_41ff_9d8c_cf2b1cb724e6 +:EMMO_48eb64b4_2ca6_41ff_9d8c_cf2b1cb724e6 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_ea5a4079_dbca_4ae7_80f4_415643f95257 ; + skos:example "Someone says: \"Ketchup.\" (sign). I (interpreter) hear that, elaborate internally the perception by creating an internal representation (interpretant), and then reach for the ketchup bottle (referent)."@en ; + skos:prefLabel "Resolving"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiosis where the interpreter perceives a sign, that generates the interpretant as interpreter's internal representation. Than the interpretant is resolved by the interpreter by identifying the referent, i.e. the entity for which the sign stands for according to the interpreter understanding."@en . + + ### https://w3id.org/emmo#EMMO_4a1c73f1_b6f5_4d10_a3a6_5de90bac7cd0 :EMMO_4a1c73f1_b6f5_4d10_a3a6_5de90bac7cd0 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1b52ee70_121e_4d8d_8419_3f97cd0bd89c , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 + ] ; + owl:someValuesFrom :EMMO_1c0b22a2_be82_4fa8_9e2b_a569a625d442 + ] ; skos:prefLabel "Estimator"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A characteriser that declares a property for an object without actually interact with it with the specific interaction required by the property definition (i.e. infer a property from other properties)."@en . +### https://w3id.org/emmo#EMMO_4a2bf359_c47b_4aa3_9811_b59c3e1dac1e +:EMMO_4a2bf359_c47b_4aa3_9811_b59c3e1dac1e rdf:type owl:Class ; + rdfs:subClassOf :EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d ; + skos:prefLabel "SignByReferent"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Sign classified by how the sign stands for its reference object."@en . + + +### https://w3id.org/emmo#EMMO_4d5621e8_af7f_4aef_abd5_f905a34f62af +:EMMO_4d5621e8_af7f_4aef_abd5_f905a34f62af rdf:type owl:Class ; + rdfs:subClassOf :EMMO_008fd3b2_4013_451f_8827_52bceab11841 ; + rdfs:seeAlso "https://plato.stanford.edu/entries/peirce-semiotics/"^^xsd:anyURI ; + skos:prefLabel "SemiosisByReferent"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Semiosis classified by how the sign stands for its reference object."@en . + + ### https://w3id.org/emmo#EMMO_4f2d1fcc_e20c_4479_9ad7_7a0480dd3e44 :EMMO_4f2d1fcc_e20c_4479_9ad7_7a0480dd3e44 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 ; skos:example "A physics equation is replicating the mechanisms internal to the object."@en , "Electrical diagram is diagrammatic and resemblance"@en , "MODA and CHADA are diagrammatic representation of a simulation or a characterisation workflow."@en ; @@ -486,8 +798,10 @@ This class refers to what is commonly known as physical property, i.e. a measura ### https://w3id.org/emmo#EMMO_6e78433a_dbb9_409a_a7c0_4037f79d4ed8 :EMMO_6e78433a_dbb9_409a_a7c0_4037f79d4ed8 rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ; + rdfs:subClassOf :EMMO_35d2e130_6e01_41ed_94f7_00b333d46cf9 , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_9e3ad976_b179_4315_b51e_7e874df583dc + ] ; owl:someValuesFrom :EMMO_e999f9e0_7d63_4564_9028_07246580a267 ] ; skos:example "A random generated id for a product."@en ; @@ -497,62 +811,70 @@ This class refers to what is commonly known as physical property, i.e. a measura ### https://w3id.org/emmo#EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b :EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b rdf:type owl:Class ; - rdfs:comment """Here is assumed that the concept of 'object' is always relative to a 'semiotic' process. An 'object' does not exists per se, but it's always part of an interpretation. + rdfs:subClassOf :EMMO_b803f122_4acb_4064_9d71_c1e5fd091fc9 , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_27e8e2dd_78a5_433a_b522_a1f61a08aab4 + ] ; + owl:someValuesFrom :EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b + ] , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_8fb6d667_f2af_482d_97a9_ec97cd81274d + ] ; + owl:someValuesFrom :EMMO_008fd3b2_4013_451f_8827_52bceab11841 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a + ] ; + owl:someValuesFrom :EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee + ] ; + skos:altLabel "Object"@en , + "SemioticObject"@en ; + skos:prefLabel "Referent"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The object, in Peirce semiotics, as participant to a semiotic process."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Here is assumed that the concept of 'object' is always relative to a 'semiotic' process. An 'object' does not exists per se, but it's always part of an interpretation. The EMMO relies on strong reductionism, i.e. everything real is a formless collection of elementary particles: we give a meaning to real world entities only by giving them boundaries and defining them using 'sign'-s. -In this way the 'sign'-ed entity becomes an 'object', and the 'object' is the basic entity needed in order to apply a logical formalism to the real world entities (i.e. we can speak of it through its sign, and use logics on it through its sign)."""@en ; - skos:altLabel "Object"@en ; - skos:prefLabel "SemioticObject"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The object, in Peirce semiotics, as participant to a semiotic process."@en . +In this way the 'sign'-ed entity becomes an 'object', and the 'object' is the basic entity needed in order to apply a logical formalism to the real world entities (i.e. we can speak of it through its sign, and use logics on it through its sign)."""@en . ### https://w3id.org/emmo#EMMO_7286b164_df4c_4c14_a4b5_d41ad9c121f3 :EMMO_7286b164_df4c_4c14_a4b5_d41ad9c121f3 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_1b6a95fb_3df7_44c9_ad3d_419c9c5fe7cb - :EMMO_9b87d718_9dcc_4f7d_ad20_12c2aa4c76be - ) - ] , - [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_251cfb4f_5c75_4778_91ed_6c8395212fd8 - :EMMO_2a888cdf_ec4a_4ec5_af1c_0343372fc978 - ) - ] , - [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_35d4c439_fcb6_4399_a855_a89a207b41e9 - :EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba - ) - ] ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ; + rdfs:subClassOf :EMMO_35d2e130_6e01_41ed_94f7_00b333d46cf9 , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_9e3ad976_b179_4315_b51e_7e874df583dc + ] ; owl:someValuesFrom :EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069 ] ; - rdfs:comment """A conventional referring to an object according to a specific code that reflects the results of a specific interaction mechanism and is shared between other interpreters. + skos:example "A biography that makes use of a code that is provided by the meaning of the element of the language used by the author."@en , + "The name \"red\" that stands for the color of an object."@en ; + skos:prefLabel "Coded"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Description or Property" , + "EquivalentTo: Observed or Estimated" , + "EquivalentTo: Subjective or Objective" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A conventional that stands for an object according to a code of interpretation to which the interpreter refers."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """A conventional referring to an object according to a specific code that reflects the results of a specific interaction mechanism and is shared between other interpreters. A coded is always a partial representation of an object since it reflects the object capability to be part of a specific determination. A coded is a sort of name or label that we put upon objects that interact with an determiner in the same specific way. For example, \"hot\" objects are objects that interact with an observer through a perception mechanism aimed to perceive an heat source. The code is made of terms such as \"hot\", \"warm\", \"cold\", that commonly refer to the perception of heat."""@en , - """Let's define the class Colour as the subclass of the coded signs that involve photon emission and electromagnetic radiation sensible observers. + """Let's define the class Colour as the subclass of the coded signs that involve photon emission and electromagnetic radiation sensible observers. An individual C of this class Colour can be defined be declaring the process individual (e.g. daylight illumination) and the observer (e.g. my eyes) Stating that an entity E hasCoded C, we mean that it can be observed by such setup of process + observer (i.e. observed by my eyes under daylight). This definition can be specialised for human eye perception, so that the observer can be a generic human, or to camera perception so that the observer can be a device. -This can be used in material characterization, to define exactly the type of measurement done, including the instrument type."""@en ; - skos:example "A biography that makes use of a code that is provided by the meaning of the element of the language used by the author."@en , - "The name \"red\" that stands for the color of an object."@en ; - skos:prefLabel "Coded"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A conventional that stands for an object according to a code of interpretation to which the interpreter refers."@en . +This can be used in material characterization, to define exactly the type of measurement done, including the instrument type."""@en . ### https://w3id.org/emmo#EMMO_7cdc375d_d371_4d78_acd5_d51732f52126 :EMMO_7cdc375d_d371_4d78_acd5_d51732f52126 rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; - owl:someValuesFrom :EMMO_19608340_178c_4bfd_bd4d_0d3b935c6fec - ] , + rdfs:subClassOf :EMMO_4d5621e8_af7f_4aef_abd5_f905a34f62af , [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; + owl:onProperty :EMMO_9e3ad976_b179_4315_b51e_7e874df583dc ; owl:someValuesFrom :EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ; + owl:someValuesFrom :EMMO_19608340_178c_4bfd_bd4d_0d3b935c6fec ] ; skos:altLabel "IconSemiosis"@en ; skos:prefLabel "Cognition"@en ; @@ -561,22 +883,19 @@ This can be used in material characterization, to define exactly the type of mea ### https://w3id.org/emmo#EMMO_8bb6b688_812a_4cb9_b76c_d5a058928719 :EMMO_8bb6b688_812a_4cb9_b76c_d5a058928719 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_008fd3b2_4013_451f_8827_52bceab11841 - :EMMO_b803f122_4acb_4064_9d71_c1e5fd091fc9 - ) - ] ; rdfs:subClassOf :EMMO_49267eba_5548_4163_8f36_518d65b583f9 ; - skos:prefLabel "Semiotics"@en . + skos:prefLabel "Semiotics"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Semiosis or SemioticEntity" . ### https://w3id.org/emmo#EMMO_8c537c06_8e1d_4a3b_a251_1c89bb2c4790 :EMMO_8c537c06_8e1d_4a3b_a251_1c89bb2c4790 rdf:type owl:Class ; - rdfs:comment "The subclass of icon inspired by Peirceian category a) the image, which depends on a simple quality (e.g. picture)."@en ; + rdfs:subClassOf :EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 ; skos:example "A geographical map that imitates the shape of the landscape and its properties at a specific historical time."@en ; skos:prefLabel "ResemblanceIcon"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An icon that mimics the spatial or temporal shape of the object."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "An icon that focus on WHERE/WHEN the object is, in the sense of spatial or temporal shape."@en . + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "An icon that focus on WHERE/WHEN the object is, in the sense of spatial or temporal shape."@en , + "The subclass of icon inspired by Peirceian category a) the image, which depends on a simple quality (e.g. picture)."@en . [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_8c537c06_8e1d_4a3b_a251_1c89bb2c4790 ; @@ -586,30 +905,45 @@ This can be used in material characterization, to define exactly the type of mea ] . +### https://w3id.org/emmo#EMMO_8ced4dcc_ba95_4e5f_a54d_68b928c367a0 +:EMMO_8ced4dcc_ba95_4e5f_a54d_68b928c367a0 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_ea5a4079_dbca_4ae7_80f4_415643f95257 ; + skos:example "I (interpreter) see an entity (referent) whose perception stimulates in me an internal representation (interpretant). Then I say: \"Ketchup.\" (sign) with the intention of communicate externally something about that entity."@en ; + skos:prefLabel "Communicating"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiosis where the interpreter perceives a referent, that generates the interpretant as interpreter's internal representation. Than the interpretant is communicated by the interpreter by the production of a sign, i.e. the entity that stands for the referent according to the interpreter."@en . + + ### https://w3id.org/emmo#EMMO_9b87d718_9dcc_4f7d_ad20_12c2aa4c76be :EMMO_9b87d718_9dcc_4f7d_ad20_12c2aa4c76be rdf:type owl:Class ; + rdfs:subClassOf ; skos:example "The biography of a person that the author have not met."@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 -:EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_0cd58641_824c_4851_907f_f4c3be76630c - :EMMO_35d2e130_6e01_41ed_94f7_00b333d46cf9 - :EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 - ) - ] ; - rdfs:comment """A 'Sign' can have temporal-direct-parts which are 'Sign' themselves. +### https://w3id.org/emmo#EMMO_9f4f4fab_80bc_44e9_81a2_b7ef07ba4011 +:EMMO_9f4f4fab_80bc_44e9_81a2_b7ef07ba4011 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1783139f_575f_4e41_a409_1e70aceced27 ; + skos:prefLabel "Learning"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiosis where the interpreter perceives a referent, that generates the interpretant as interpreter's internal representation.The interpretant is not commmunicated to the external world, but kept in the internal representational space of the interpreter."@en . -A 'Sign' usually havs 'sign' spatial direct parts only up to a certain elementary semiotic level, in which the part is only a 'Physical' and no more a 'Sign' (i.e. it stands for nothing). This elementary semiotic level is peculiar to each particular system of signs (e.g. text, painting). -Just like an 'Elementary' in the 'Physical' branch, each 'Sign' branch should have an a-tomistic mereological part."""@en , - """According to Peirce, 'Sign' includes three subcategories: -- symbols: that stand for an object through convention -- indeces: that stand for an object due to causal continguity -- icons: that stand for an object due to similitudes e.g. in shape or composition"""@en ; +### https://w3id.org/emmo#EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d +:EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d rdf:type owl:Class ; + rdfs:subClassOf :EMMO_b803f122_4acb_4064_9d71_c1e5fd091fc9 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d ; + owl:someValuesFrom :EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b8d05d29_9eea_47db_a20b_0b83ceb6de93 ; + owl:someValuesFrom :EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b + ] , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_9e3ad976_b179_4315_b51e_7e874df583dc + ] ; + owl:someValuesFrom :EMMO_008fd3b2_4013_451f_8827_52bceab11841 + ] ; skos:example """A novel is made of chapters, paragraphs, sentences, words and characters (in a direct parthood mereological hierarchy). Each of them are 'sign'-s. @@ -620,15 +954,22 @@ The horizontal segment in the character \"A\" is direct part of \"A\" but it is For plain text we can propose the ASCII symbols, for math the fundamental math symbols."""@en ; skos:prefLabel "Sign"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An 'Physical' that is used as sign (\"semeion\" in greek) that stands for another 'Physical' through an semiotic process."@en . + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Index or Conventional or Icon" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An 'Physical' that is used as sign (\"semeion\" in greek) that stands for another 'Physical' through an semiotic process."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """A 'Sign' can have temporal-direct-parts which are 'Sign' themselves. + +A 'Sign' usually havs 'sign' spatial direct parts only up to a certain elementary semiotic level, in which the part is only a 'Physical' and no more a 'Sign' (i.e. it stands for nothing). This elementary semiotic level is peculiar to each particular system of signs (e.g. text, painting). + +Just like an 'Elementary' in the 'Physical' branch, each 'Sign' branch should have an a-tomistic mereological part."""@en , + """According to Peirce, 'Sign' includes three subcategories: +- symbols: that stand for an object through convention +- indeces: that stand for an object due to causal continguity +- icons: that stand for an object due to similitudes e.g. in shape or composition"""@en . ### https://w3id.org/emmo#EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba :EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ; - owl:someValuesFrom :EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069 - ] ; + rdfs:subClassOf ; skos:example """Hardness is a subclass of properties. Vickers hardness is a subclass of hardness that involves the procedures and instruments defined by the standard hardness test."""@en , "The name \"red\" which is atomic in the code made of the list of colors."@en ; @@ -646,17 +987,11 @@ Vickers hardness is a subclass of hardness that involves the procedures and inst ### https://w3id.org/emmo#EMMO_b803f122_4acb_4064_9d71_c1e5fd091fc9 :EMMO_b803f122_4acb_4064_9d71_c1e5fd091fc9 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee - :EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b - :EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d - ) - ] ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ; - owl:someValuesFrom :EMMO_008fd3b2_4013_451f_8827_52bceab11841 - ] ; - rdfs:comment """Semiotic subclasse are defined using Peirce's semiotic theory. + rdfs:subClassOf :EMMO_8bb6b688_812a_4cb9_b76c_d5a058928719 ; + skos:prefLabel "SemioticEntity"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Interpreter or SemioticObject or Sign" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals that stands for semiotic objects, i.e. objects that take part on a semiotic process."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Semiotic subclasse are defined using Peirce's semiotic theory. \"Namely, a sign is something, A, which brings something, B, its interpretant sign determined or created by it, into the same sort of correspondence with something, C, its object, as that in which itself stands to C.\" (Peirce 1902, NEM 4, 20–21). @@ -665,18 +1000,17 @@ The triadic elements: - 'interpretant': the sign B as the effects of the sign A on the interpreter (e.g. the mental concept of what a name means) - 'object': the object C (e.g. the entity to which the sign A and B refer to) -This class includes also the 'interpeter' i.e. the entity that connects the 'sign' to the 'object'"""@en ; - skos:prefLabel "SemioticEntity"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals that stands for semiotic objects, i.e. objects that take part on a semiotic process."@en . +This class includes also the 'interpeter' i.e. the entity that connects the 'sign' to the 'object'"""@en . ### https://w3id.org/emmo#EMMO_c7013b53_3071_410b_a5e4_a8d266dcdfb5 :EMMO_c7013b53_3071_410b_a5e4_a8d266dcdfb5 rdf:type owl:Class ; - rdfs:comment "This subclass of icon inspired by Peirceian category (c) the metaphor, which represents the representative character of a sign by representing a parallelism in something else."@en ; + rdfs:subClassOf :EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 ; skos:example "A data based model is only a functional icon, since it provide the same relations between the properties of the object (e.g., it can predict some properties as function of others) but is not considering the internal mechanisms (i.e., it can ignore the physics)."@en ; skos:prefLabel "FunctionalIcon"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An icon that imitates one representative character of the object. It share external similarities with the object, but not necessarily the same internal logical structure."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "An icon that focusing WHAT the object does."@en . + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "An icon that focusing WHAT the object does."@en , + "This subclass of icon inspired by Peirceian category (c) the metaphor, which represents the representative character of a sign by representing a parallelism in something else."@en . [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_c7013b53_3071_410b_a5e4_a8d266dcdfb5 ; @@ -688,40 +1022,26 @@ This class includes also the 'interpeter' i.e. the entity that connects the 'sig ### https://w3id.org/emmo#EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 :EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_4f2d1fcc_e20c_4479_9ad7_7a0480dd3e44 - :EMMO_8c537c06_8e1d_4a3b_a251_1c89bb2c4790 - :EMMO_c7013b53_3071_410b_a5e4_a8d266dcdfb5 - ) - ] ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ; + rdfs:subClassOf :EMMO_4a2bf359_c47b_4aa3_9811_b59c3e1dac1e , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_9e3ad976_b179_4315_b51e_7e874df583dc + ] ; owl:someValuesFrom :EMMO_7cdc375d_d371_4d78_acd5_d51732f52126 ] ; - rdfs:comment """If object and sign belongs to the same class, then the sign is fuctional, diagrammatic and resemblance. -For example, when a Boeing 747 is used as a sign for another Boeing 747."""@en , - """In Peirce semiotics three subtypes of icon are possible: -(a) the image, which depends on a simple quality (e.g. picture) -(b) the diagram, whose internal relations, mainly dyadic or so taken, represent by analogy the relations in something (e.g. math formula, geometric flowchart) -(c) the metaphor, which represents the representative character of a sign by representing a parallelism in something else -[Wikipedia]"""@en ; skos:altLabel "Model"@en , "Simulacrum"@en ; skos:example "A picture that reproduces the aspect of a person."@en , "An equation that reproduces the logical connection of the properties of a physical entity."@en ; skos:prefLabel "Icon"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A sign that stands for an object by resembling or imitating it, in shape, function or by sharing a similar logical structure."@en . - -[ rdf:type owl:Axiom ; - owl:annotatedSource :EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 ; - owl:annotatedProperty rdfs:comment ; - owl:annotatedTarget """In Peirce semiotics three subtypes of icon are possible: + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: AnalogicalIcon or ResemblanceIcon or FunctionalIcon" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A sign that stands for an object by resembling or imitating it, in shape, function or by sharing a similar logical structure."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """If object and sign belongs to the same class, then the sign is fuctional, diagrammatic and resemblance. +For example, when a Boeing 747 is used as a sign for another Boeing 747."""@en , + """In Peirce semiotics three subtypes of icon are possible: (a) the image, which depends on a simple quality (e.g. picture) (b) the diagram, whose internal relations, mainly dyadic or so taken, represent by analogy the relations in something (e.g. math formula, geometric flowchart) (c) the metaphor, which represents the representative character of a sign by representing a parallelism in something else -[Wikipedia]"""@en ; - rdfs:seeAlso "https://en.wikipedia.org/wiki/Semiotic_theory_of_Charles_Sanders_Peirce#II._Icon,_index,_symbol"^^xsd:anyURI - ] . +[Wikipedia]"""@en . [ rdf:type owl:Axiom ; owl:annotatedSource :EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 ; @@ -744,30 +1064,66 @@ For example, when a Boeing 747 is used as a sign for another Boeing 747."""@en , :EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Ancient Greek εἰκών (eikṓn, “likeness, image, portrait”)."@en ] . +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 ; + owl:annotatedProperty :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ; + owl:annotatedTarget """In Peirce semiotics three subtypes of icon are possible: +(a) the image, which depends on a simple quality (e.g. picture) +(b) the diagram, whose internal relations, mainly dyadic or so taken, represent by analogy the relations in something (e.g. math formula, geometric flowchart) +(c) the metaphor, which represents the representative character of a sign by representing a parallelism in something else +[Wikipedia]"""@en ; + rdfs:seeAlso "https://en.wikipedia.org/wiki/Semiotic_theory_of_Charles_Sanders_Peirce#II._Icon,_index,_symbol"^^xsd:anyURI + ] . + ### https://w3id.org/emmo#EMMO_e999f9e0_7d63_4564_9028_07246580a267 :EMMO_e999f9e0_7d63_4564_9028_07246580a267 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_47bf3513_4ae6_4858_9c45_76e23230d68d , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ; + owl:someValuesFrom :EMMO_421167c0_1ea5_405f_970f_a41e9cb308f9 + ] ; skos:example "A unique id attached to an entity."@en ; skos:prefLabel "Naming"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A declaration that provides a sign for an object that is independent from any assignment rule."@en . +### https://w3id.org/emmo#EMMO_ea5a4079_dbca_4ae7_80f4_415643f95257 +:EMMO_ea5a4079_dbca_4ae7_80f4_415643f95257 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_3fe33e1c_2b62_4669_af92_8066cf53761d ; + skos:prefLabel "FullSemiosis"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiosis where the triangle of relations is completely developed."@en . + + ### https://w3id.org/emmo#EMMO_ea67caa5_2609_4e91_98ae_81103f2d5c25 :EMMO_ea67caa5_2609_4e91_98ae_81103f2d5c25 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1b52ee70_121e_4d8d_8419_3f97cd0bd89c , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 + ] ; + owl:someValuesFrom :EMMO_3b19eab4_79be_4b02_bdaf_ecf1f0067a68 + ] ; skos:prefLabel "Observer"@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 . +### https://w3id.org/emmo#EMMO_fd1b5969_4b86_4423_910b_41260edf8e97 +:EMMO_fd1b5969_4b86_4423_910b_41260edf8e97 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1783139f_575f_4e41_a409_1e70aceced27 ; + skos:prefLabel "Expressing"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiosis where the interpreter wants to express an interpretant (e.g., an idea, a reasoning, a distant entity) to the rest of the world by the production of a sign. In the intention of the interpreter, the sign should impress another agent with an intended interpretation that should match his one."@en . + + [ :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The rule for the subproperty chain: - inverse (hasReferent) o inverse (hasInterpreter)=>hasSign"""@en + 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 + 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 +inverse (hasSign) o inverse (hasReferent) ⇒ hasInterpreter"""@en ] . ################################################################# @@ -858,4 +1214,4 @@ inverse (hasSign) o inverse (hasReferent) => hasInterpreter"""@en ] ] . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/perspectives/structural.ttl b/perspectives/structural.ttl index c64b82e1..32cd06f4 100644 --- a/perspectives/structural.ttl +++ b/perspectives/structural.ttl @@ -9,18 +9,18 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; + owl:versionIRI ; + owl:imports ; dcterms:abstract "Defines the structural perspective which defines an entity according to its type and the types of other entities mereological relations with it."@en ; - dcterms:contributor , - , - ; - dcterms:creator ; + dcterms:contributor :FrancescoZaccarini , + :GerhardGoldbeck , + :JesperFriis ; + dcterms:creator :EmanueleGhedini ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Structural"@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" ; + owl:versionInfo "1.0.0-rc3" ; :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# @@ -35,41 +35,40 @@ # Classes ################################################################# -### https://w3id.org/emmo#EMMO_2469e4c6_ac2e_4c8f_b49f_7b2d2e277215 -:EMMO_2469e4c6_ac2e_4c8f_b49f_7b2d2e277215 rdf:type owl:Class ; - skos:prefLabel "SpatiallyRedundant"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A whole with spatial parts of its same type."@en . +### https://w3id.org/emmo#EMMO_0914449c_ef24_4372_b669_9cdd13b59fed +:EMMO_0914449c_ef24_4372_b669_9cdd13b59fed rdf:type owl:Class ; + rdfs:subClassOf :EMMO_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2 ; + skos:prefLabel "Minimal"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all classes of entities that have no proper parts of the same type of the whole is proper part of an entity of that type."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A minimal class M (subclass of Minimal) is defined by choosing a reference type φ so that M is subclass of φ, all parts of x are needed to keep φ(x) and x is proper part of a larger φ entity."@en . + + +### https://w3id.org/emmo#EMMO_2dddfc30_d4e1_4e3e_a0ca_755c4d9d2cf4 +:EMMO_2dddfc30_d4e1_4e3e_a0ca_755c4d9d2cf4 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0 ; + skos:prefLabel "Heap"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all classes of entities that have at least two non overlapping proper parts of the same type of the whole."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A heap class H (subclass of Heap) is defined by choosing a reference type φ, with H subclass of φ, so that each H entity has non overlapping φ parts."@en . ### https://w3id.org/emmo#EMMO_32e701c0_a925_49df_9829_0931b8554807 :EMMO_32e701c0_a925_49df_9829_0931b8554807 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2 - :EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0 - ) - ] ; rdfs:subClassOf :EMMO_49267eba_5548_4163_8f36_518d65b583f9 ; - skos:prefLabel "Structural"@en . + skos:prefLabel "Structural"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A perspective that categorises causal structures according to the merelogical relations between the whole and the parts, taking into account their types."@en . -### https://w3id.org/emmo#EMMO_4b32fc1e_5293_4247_9e8d_1175df9f1c0b -:EMMO_4b32fc1e_5293_4247_9e8d_1175df9f1c0b rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( :EMMO_aaad78a9_abaf_4f97_9c1a_d763a94c4ba3 - :EMMO_f055e217_0b1b_4e7e_b8be_7340211b0c5e - ) ; - rdf:type owl:Class - ] ; - skos:prefLabel "StrictlyFundamental"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals that satisfy a whole defining criteria (i.e. belongs to a subclass of whole) and have no proper parts that satisfy that same criteria (no parts that are of the same type of the whole)."@en . +### https://w3id.org/emmo#EMMO_40ff176a_e74d_46cc_88c5_6d02fd6813a7 +:EMMO_40ff176a_e74d_46cc_88c5_6d02fd6813a7 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_e95b9f89_3ffd_4ea5_b682_97c4cc191a8d ; + skos:prefLabel "NonNuclear"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all classes of entities that have a proper parts of the same type φ of the whole, but have no φ proper part that is part of other φ proper parts."@en . ### https://w3id.org/emmo#EMMO_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2 :EMMO_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_aaad78a9_abaf_4f97_9c1a_d763a94c4ba3 - :EMMO_f055e217_0b1b_4e7e_b8be_7340211b0c5e - ) - ] ; + rdfs:subClassOf :EMMO_32e701c0_a925_49df_9829_0931b8554807 ; + rdfs:seeAlso :EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0 ; 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. @@ -101,28 +100,44 @@ Following the two examples, a marathon individual is a maximal that can be decom ] . -### https://w3id.org/emmo#EMMO_808566db_b810_448d_8a54_48e7f6d30f36 -:EMMO_808566db_b810_448d_8a54_48e7f6d30f36 rdf:type owl:Class ; - skos:prefLabel "TemporallyRedundant"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A whole with temporal parts of its same type."@en . +### https://w3id.org/emmo#EMMO_7f92ac53_3a89_41a4_af5c_a8ad320a7936 +:EMMO_7f92ac53_3a89_41a4_af5c_a8ad320a7936 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_8f449738_cedb_436c_bdec_1c8e78bdb644 ; + skos:prefLabel "NonConvergent"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all classes of entities that have a proper parts of the same type φ of the whole, and so that for every two distinct φ proper parts one is not part of the other."@en . + + +### https://w3id.org/emmo#EMMO_8f449738_cedb_436c_bdec_1c8e78bdb644 +:EMMO_8f449738_cedb_436c_bdec_1c8e78bdb644 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_e95b9f89_3ffd_4ea5_b682_97c4cc191a8d ; + skos:prefLabel "Nuclear"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all classes of entities that have a proper parts of the same type of the whole that is part of all the other proper parts of the same type."@en . -### https://w3id.org/emmo#EMMO_aaad78a9_abaf_4f97_9c1a_d763a94c4ba3 -:EMMO_aaad78a9_abaf_4f97_9c1a_d763a94c4ba3 rdf:type owl:Class ; - skos:prefLabel "TemporallyFundamental"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals that satisfy a whole defining criteria (i.e. belongs to a subclass of whole) and have no temporal parts that satisfy that same criteria (no parts that are of the same type of the whole)."@en . +### https://w3id.org/emmo#EMMO_b4494d69_6393_4eb4_8346_7fedd4df0bc5 +:EMMO_b4494d69_6393_4eb4_8346_7fedd4df0bc5 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2 ; + skos:prefLabel "Maximal"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all classes of entities that have no proper parts of the same type of the whole are not proper part of an entity of that type."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A maximal class M (subclass of Maximal) is defined by choosing a reference type φ so that M is subclass of φ, all parts of x are needed to keep φ(x) and if you add something to x, then x is no more a φ."@en . + + +### https://w3id.org/emmo#EMMO_b501a8ed_ae15_4288_9d92_1026463e95cb +:EMMO_b501a8ed_ae15_4288_9d92_1026463e95cb rdf:type owl:Class ; + rdfs:subClassOf :EMMO_8f449738_cedb_436c_bdec_1c8e78bdb644 ; + skos:prefLabel "Convergent"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all classes of entities that have a proper parts of the same type φ of the whole, and so that for every two distinct φ proper parts one is part of the other."@en . ### https://w3id.org/emmo#EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0 :EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_2469e4c6_ac2e_4c8f_b49f_7b2d2e277215 - :EMMO_808566db_b810_448d_8a54_48e7f6d30f36 - ) - ] ; + rdfs:subClassOf :EMMO_32e701c0_a925_49df_9829_0931b8554807 ; rdfs:seeAlso :EMMO_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2 ; skos:altLabel "NonMaximal"@en ; - skos:example "A sufficently large volume of liquid water has parts of the same type."@en ; + skos:example "A sufficently large volume of liquid water has parts of the same type."@en , + """An object A which is classified as water-fluid possesses a proper part B which is water itself if the lenght scale of the B is larger than the water intermolecular distance keeping it in the continuum range. In this sense, A is redundant. + +If A is a water-fluid so small that its every proper part is no more a continuum object (i.e. no more a fluid), then A is fundamental."""@en ; skos:prefLabel "Redundant"@en ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Redundant(x) ≡ ∃φ[φ(x) ∧ ∃yRP⟨φ⟩(y, x)]"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all classes of entities that have parts of the same type of the whole."@en . @@ -135,10 +150,11 @@ Following the two examples, a marathon individual is a maximal that can be decom ] . -### https://w3id.org/emmo#EMMO_f055e217_0b1b_4e7e_b8be_7340211b0c5e -:EMMO_f055e217_0b1b_4e7e_b8be_7340211b0c5e rdf:type owl:Class ; - skos:prefLabel "SpatiallyFundamental"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals that satisfy a whole defining criteria (i.e. belongs to a subclass of whole) and have no spatial parts that satisfy that same criteria (no parts that are of the same type of the whole)."@en . +### https://w3id.org/emmo#EMMO_e95b9f89_3ffd_4ea5_b682_97c4cc191a8d +:EMMO_e95b9f89_3ffd_4ea5_b682_97c4cc191a8d rdf:type owl:Class ; + rdfs:subClassOf :EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0 ; + skos:prefLabel "Multiplex"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all classes of entities that have a proper parts of the same type of the whole that overlaps all the oter proper parts of the same type."@en . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/reference/agency.ttl b/reference/agency.ttl new file mode 100644 index 00000000..e1303ab1 --- /dev/null +++ b/reference/agency.ttl @@ -0,0 +1,240 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@prefix skos: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports , + ; + dcterms:abstract """This EMMO module deals with the representation of 'agency', meaning the manifestation of the capacity of an entity to act, the so called 'agent'. Moreover, based on philosophical motivations, the module provide a distinction between intentional and unintentional acts. +The represeantion is part of the EMMO framework and makes use of mereocausality to represent the agency act."""@en ; + dcterms:contributor :FrancescoZaccarini , + :GerhardGoldbeck , + :JesperFriis ; + dcterms:creator :EmanueleGhedini ; + dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; + dcterms:publisher ; + dcterms:title "Agency"@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-rc3" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . + +################################################################# +# Object Properties +################################################################# + +### https://w3id.org/emmo#EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a +:EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b , + :EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ; + rdfs:domain :EMMO_a49c2441_1e54_43f0_a1cf_2f553a23ac34 ; + rdfs:range :EMMO_2480b72b_db8d_460f_9a5f_c2912f979046 ; + skos:prefLabel "hasAgent"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation within a process and an agengt participant."@en . + + +################################################################# +# Classes +################################################################# + +### https://w3id.org/emmo#EMMO_1823c7ec_e097_4cfb_ad1a_ddbe42cb904b +:EMMO_1823c7ec_e097_4cfb_ad1a_ddbe42cb904b rdf:type owl:Class ; + rdfs:subClassOf :EMMO_8af3b008_0e32_4684_85ab_a52a8e7b6877 ; + rdfs:isDefinedBy ; + skos:prefLabel "SharedAgency"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Shared agency occurs when two or more individuals do something together."@en . + + +### https://w3id.org/emmo#EMMO_2480b72b_db8d_460f_9a5f_c2912f979046 +:EMMO_2480b72b_db8d_460f_9a5f_c2912f979046 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3 , + :EMMO_cede9297_c60d_4487_9207_62ac963202b5 , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a + ] ; + owl:someValuesFrom :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce + ] ; + owl:priorVersion """The agent concept identifies the parts of a process that are also its drivers. An agent part has an active role with respect to any other generic part, meaning that is involved in the causal chain that characterize the process. An agent is a participant, meaning that is qualifiable as an object. +As for all holistic relations, there is a level of subjectivity in drawing whole-role relations, so that the identification of an agent within a process is not fully axiomatizable. +What is axiomatically expressible is that an agent requires to be part of a process (i.e., an agent exists only within a process) but a process may not require an agent to exist (qualified role). Agentless processes may have a distributed causality chain so that the agency is exerted collectively and there is no motivation to draw an holistic connection between the whole and some parts. For example, the breaking of a nail can be caused by an agent such as an hammer, or by the rusting process which is not a participant as required by the agent definition. +This concept covers both intentional and non intentional agency."""@en ; + skos:example "A catalyst. A bus driver. A substance that is initiating a reaction that would not occur without its presence."@en ; + skos:prefLabel "Agent"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A participant that is the driver of a process."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "An agent is not necessarily human. In fact, the concept of agent has been generalised to encompass both intentional and unintentional acts primarily to take into account usage of the term in chemistry (e.g., chemical agent that intiitate a reaction), inline also with the most recent development in the philosophical debate."@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_2480b72b_db8d_460f_9a5f_c2912f979046 ; + owl:annotatedProperty owl:priorVersion ; + owl:annotatedTarget """The agent concept identifies the parts of a process that are also its drivers. An agent part has an active role with respect to any other generic part, meaning that is involved in the causal chain that characterize the process. An agent is a participant, meaning that is qualifiable as an object. +As for all holistic relations, there is a level of subjectivity in drawing whole-role relations, so that the identification of an agent within a process is not fully axiomatizable. +What is axiomatically expressible is that an agent requires to be part of a process (i.e., an agent exists only within a process) but a process may not require an agent to exist (qualified role). Agentless processes may have a distributed causality chain so that the agency is exerted collectively and there is no motivation to draw an holistic connection between the whole and some parts. For example, the breaking of a nail can be caused by an agent such as an hammer, or by the rusting process which is not a participant as required by the agent definition. +This concept covers both intentional and non intentional agency."""@en ; + rdfs:seeAlso + ] . + + +### https://w3id.org/emmo#EMMO_3674bfb6_6636_4e9d_aae1_07023ad96d61 +:EMMO_3674bfb6_6636_4e9d_aae1_07023ad96d61 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_7a317af2_d2f7_4e8a_8fbd_aaebfb7d21cc ; + rdfs:isDefinedBy ; + skos:prefLabel "MentalAgent"@en . + + +### https://w3id.org/emmo#EMMO_7a317af2_d2f7_4e8a_8fbd_aaebfb7d21cc +:EMMO_7a317af2_d2f7_4e8a_8fbd_aaebfb7d21cc rdf:type owl:Class ; + rdfs:subClassOf :EMMO_c130614a_2985_476d_a7ed_8a137847703c ; + skos:prefLabel "IntentionalAgentByKind"@en . + + +### https://w3id.org/emmo#EMMO_7c2c9869_f6b4_4e5d_8195_4578b17add3e +:EMMO_7c2c9869_f6b4_4e5d_8195_4578b17add3e rdf:type owl:Class ; + rdfs:subClassOf :EMMO_f53f45f2_c354_417c_a904_a2606ad584d7 ; + skos:altLabel "NaturalProcess"@en ; + skos:prefLabel "SpontaneousProcess"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process that has no identifiable agent driving its occurence."@en . + + +### https://w3id.org/emmo#EMMO_7cb03f8e_6062_4106_9ffb_38cbe8eaa5f6 +:EMMO_7cb03f8e_6062_4106_9ffb_38cbe8eaa5f6 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_7a317af2_d2f7_4e8a_8fbd_aaebfb7d21cc ; + rdfs:isDefinedBy ; + skos:altLabel "ArtificialAgent"@en ; + skos:prefLabel "ArtificialIntelligence"@en . + + +### https://w3id.org/emmo#EMMO_7e963f56_624a_4091_86ec_3b2c609e76bb +:EMMO_7e963f56_624a_4091_86ec_3b2c609e76bb rdf:type owl:Class ; + rdfs:subClassOf :EMMO_8af3b008_0e32_4684_85ab_a52a8e7b6877 ; + rdfs:isDefinedBy ; + skos:prefLabel "MentalAgency"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An intentional agency caused by the agent’s mental states and events."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Mental states are strictly connected to the definition of mind, which is traditionally connected to high cognitive skills, such as the one provided by human beings brains."@en . + + +### https://w3id.org/emmo#EMMO_8aba9715_d542_4a79_a778_6115d2b4febd +:EMMO_8aba9715_d542_4a79_a778_6115d2b4febd rdf:type owl:Class ; + rdfs:subClassOf :EMMO_8af3b008_0e32_4684_85ab_a52a8e7b6877 ; + rdfs:isDefinedBy ; + skos:prefLabel "CollectiveAgency"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Collective agency occurs when two or more individuals act as a group, in accordance with certain principles or procedures that constitute and organize the group."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The group acting collectively is intended to be represented as an item, meaning that all members of the group should have had at least one causal interaction with another member. The collective action in fact is taken in accordance with certain principles or procedures that constitute and organize the group itself that requires implicitly a causal interaction between members."@en . + + +### https://w3id.org/emmo#EMMO_8af3b008_0e32_4684_85ab_a52a8e7b6877 +:EMMO_8af3b008_0e32_4684_85ab_a52a8e7b6877 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c ; + skos:prefLabel "IntentionalAgencyByKind"@en . + + +### https://w3id.org/emmo#EMMO_94c663c8_1d99_45aa_a172_93d19ea95856 +:EMMO_94c663c8_1d99_45aa_a172_93d19ea95856 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_7a317af2_d2f7_4e8a_8fbd_aaebfb7d21cc ; + rdfs:isDefinedBy ; + skos:prefLabel "CollectiveAgent"@en . + + +### https://w3id.org/emmo#EMMO_9b52133b_8f6c_47fb_93f1_419071db3f4b +:EMMO_9b52133b_8f6c_47fb_93f1_419071db3f4b rdf:type owl:Class ; + rdfs:subClassOf :EMMO_7a317af2_d2f7_4e8a_8fbd_aaebfb7d21cc ; + rdfs:isDefinedBy ; + skos:prefLabel "SharedAgent"@en . + + +### https://w3id.org/emmo#EMMO_a49c2441_1e54_43f0_a1cf_2f553a23ac34 +:EMMO_a49c2441_1e54_43f0_a1cf_2f553a23ac34 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1efe8b96_e006_4a33_bc9a_421406cbb9f0 , + :EMMO_f53f45f2_c354_417c_a904_a2606ad584d7 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a ; + owl:someValuesFrom :EMMO_2480b72b_db8d_460f_9a5f_c2912f979046 + ] ; + skos:altLabel "AgentDrivenProcess"@en ; + skos:prefLabel "Agency"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process that occurs because of the exercise of the capacity to act of an agent."@en . + + +### https://w3id.org/emmo#EMMO_b91749cd_0dec_43d1_8f77_e266c762bccd +:EMMO_b91749cd_0dec_43d1_8f77_e266c762bccd rdf:type owl:Class ; + rdfs:subClassOf :EMMO_a49c2441_1e54_43f0_a1cf_2f553a23ac34 ; + skos:prefLabel "UnintentionalAgency"@en . + + +### https://w3id.org/emmo#EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c +:EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c rdf:type owl:Class ; + rdfs:subClassOf :EMMO_a49c2441_1e54_43f0_a1cf_2f553a23ac34 ; + skos:altLabel "IntentionalProcess"@en ; + skos:prefLabel "IntentionalAgency"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "SubClassOf: hasAgent some IntentionalAgent" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process occurring with the active participation of an intentional agent that drives the process according to a specific objective (intention)."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The concept is not restricted to agencies where the agent accomplish its intention. For example, breaking a vase while reaching for a book is an intentional agency, because the action causing the vase to fall and break follows a volition (i.e., an act of willing). +Intentional agency may be further categorised acccording to the fact that the some of the resulting processes may or may not be coherent with the volition."""@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c ; + owl:annotatedProperty skos:altLabel ; + owl:annotatedTarget "IntentionalProcess"@en ; + :EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin intentionem, derived from intendere (\"stretching out\")"@en + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c ; + owl:annotatedProperty skos:prefLabel ; + owl:annotatedTarget "IntentionalAgency"@en ; + :EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin agēns (present participle of agere (“to act”))"@en + ] . + + +### https://w3id.org/emmo#EMMO_c130614a_2985_476d_a7ed_8a137847703c +:EMMO_c130614a_2985_476d_a7ed_8a137847703c rdf:type owl:Class ; + rdfs:subClassOf :EMMO_2480b72b_db8d_460f_9a5f_c2912f979046 , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a + ] ; + owl:someValuesFrom :EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c + ] ; + rdfs:seeAlso ; + skos:prefLabel "IntentionalAgent"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An agent that is driven by the intention to reach a defined objective in driving a process."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Intentionality is not limited to human agents, but in general to all agents that have the capacity to decide to act in driving a process according to a motivation."@en . + + +### https://w3id.org/emmo#EMMO_cede9297_c60d_4487_9207_62ac963202b5 +:EMMO_cede9297_c60d_4487_9207_62ac963202b5 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_13191289_6c2b_4741_93e1_82d53bd0e703 ; + skos:prefLabel "ParticipantByAgency"@en . + + +### https://w3id.org/emmo#EMMO_f1027c92_b145_48c7_aa42_3d831a6f2039 +:EMMO_f1027c92_b145_48c7_aa42_3d831a6f2039 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_cede9297_c60d_4487_9207_62ac963202b5 ; + skos:prefLabel "NonAgent"@en . + + +### https://w3id.org/emmo#EMMO_f53f45f2_c354_417c_a904_a2606ad584d7 +:EMMO_f53f45f2_c354_417c_a904_a2606ad584d7 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; + skos:prefLabel "ProcessByAgency"@en . + + +### https://w3id.org/emmo#EMMO_fe1b173e_b3ce_403d_9d90_230a334eebf9 +:EMMO_fe1b173e_b3ce_403d_9d90_230a334eebf9 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_2480b72b_db8d_460f_9a5f_c2912f979046 ; + skos:prefLabel "UnintentionalAgent"@en . + + +### https://w3id.org/emmo#EMMO_fe527062_5869_46af_a351_f81d0ca18fad +:EMMO_fe527062_5869_46af_a351_f81d0ca18fad rdf:type owl:Class ; + rdfs:subClassOf :EMMO_8af3b008_0e32_4684_85ab_a52a8e7b6877 ; + rdfs:isDefinedBy ; + skos:prefLabel "ArtificialAgency"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An intentional agency exercised by artificial systems that have internal states that enables adaptive regulation of the agent’s coupling with the environment and metabolic self-maintenance." . + + +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/reference/catalog-v001.xml b/reference/catalog-v001.xml new file mode 100644 index 00000000..135f581a --- /dev/null +++ b/reference/catalog-v001.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/reference/data.ttl b/reference/data.ttl new file mode 100644 index 00000000..bc1db798 --- /dev/null +++ b/reference/data.ttl @@ -0,0 +1,131 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@prefix skos: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports ; + dcterms:abstract ""@en ; + dcterms:contributor :FrancescaBleken , + :FrancescoZaccarini , + :GerhardGoldbeck , + "Michael Noeske, FRAUNHOFER IFAM, DE"@en ; + dcterms:creator :EmanueleGhedini , + :JesperFriis ; + dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; + dcterms:publisher ; + dcterms:title "Data"@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-rc3" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . + +################################################################# +# Object Properties +################################################################# + +### https://w3id.org/emmo#EMMO_b19aacfc_5f73_4c33_9456_469c1e89a53e +:EMMO_b19aacfc_5f73_4c33_9456_469c1e89a53e rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_55354438_7000_4284_b1b9_59d60c2261b9 ; + rdfs:domain :EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a ; + rdfs:range :EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a ; + skos:prefLabel "hasDatum"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a dataset to its datum."@en . + + +################################################################# +# Classes +################################################################# + +### https://w3id.org.org/emmo#EMMO_1a40459e_10d8_49b3_bb8c_c3595fb1d0bb + rdf:type owl:Class ; + rdfs:subClassOf :EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 ; + skos:prefLabel "DataByStructure"@en . + + +### https://w3id.org.org/emmo#EMMO_1e1cfc11_aa1a_44d4_a8d0_31e26deb2d19 + rdf:type owl:Class ; + rdfs:subClassOf :EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 ; + skos:prefLabel "DataByNature"@en . + + +### https://w3id.org.org/emmo#EMMO_c66ad523_3937_485e_91bb_ad488ddb373f + rdf:type owl:Class ; + rdfs:subClassOf :EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 ; + skos:prefLabel "DataByDiscretness"@en . + + +### https://w3id.org.org/emmo#EMMO_f0fec2df_41f0_4412_b28a_592858c065f0 + rdf:type owl:Class ; + rdfs:subClassOf :EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 ; + skos:prefLabel "DataByNumerical"@en . + + +### https://w3id.org/emmo#EMMO_0d1c0018_42e2_4506_bc3d_f53c117c1ad3 +:EMMO_0d1c0018_42e2_4506_bc3d_f53c117c1ad3 rdf:type owl:Class ; + rdfs:subClassOf ; + skos:example "A vynil contain continuous information about the recorded sound."@en ; + skos:prefLabel "AnalogData"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data that are decoded retaining its continuous variations characteristic."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The fact that there may be a finite granularity in the variations of the material basis (e.g. the smallest peak in a vynil that can be recognized by the piezo-electric transducer) does not prevent a data to be analog. It means only that the focus on such data encoding is on a scale that makes such variations negligible, making them practically a continuum."@en . + + +### https://w3id.org/emmo#EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a +:EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a rdf:type owl:Class ; + rdfs:subClassOf ; + skos:prefLabel "DataSet"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Encoded data made of more than one datum."@en . + + +### https://w3id.org/emmo#EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a +:EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a rdf:type owl:Class ; + rdfs:subClassOf ; + skos:example "A character, a bit, a song in a CD."@en ; + skos:prefLabel "Datum"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A self-consistent encoded data entity."@en . + + +### https://w3id.org/emmo#EMMO_6fa1feac_c388_44cc_a721_283499d5addc +:EMMO_6fa1feac_c388_44cc_a721_283499d5addc rdf:type owl:Class ; + rdfs:subClassOf ; + skos:prefLabel "QuantumData"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data that are expressed through quantum mechanical principles, and that can have several values ​​/ be in several states in the same place at the same time (quantum superposition), each of them with a certain probability."@en . + + +### https://w3id.org/emmo#EMMO_888a5dea_3b7d_4dc0_93f2_d4e345a1f903 +:EMMO_888a5dea_3b7d_4dc0_93f2_d4e345a1f903 rdf:type owl:Class ; + rdfs:subClassOf ; + skos:prefLabel "NumericalData"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data that can be decoded under a quantitative schema and also associated with a graphical number symbols."@en . + + +### https://w3id.org/emmo#EMMO_ac1a05c5_0c17_4387_bac0_683f2a86f3ed +:EMMO_ac1a05c5_0c17_4387_bac0_683f2a86f3ed rdf:type owl:Class ; + rdfs:subClassOf ; + skos:prefLabel "NonNumericalData"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data that are non-quantitatively interpreted (e.g., qualitative data, types)."@en . + + +### https://w3id.org/emmo#EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926 +:EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926 rdf:type owl:Class ; + rdfs:subClassOf ; + skos:example "A text is a collection of discrete symbols. A compact disc is designed to host discrete states in the form of pits and lands."@en ; + skos:prefLabel "DiscreteData"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data whose variations are decoded according to a discrete schema."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """A discrete schema may be based on a continuum material basis that is filtered according to its variations. For example, a continuous voltage based signal can be considered 1 or 0 according to some threshold. +Discrete does not mean that the material basis is discrete, but that the data are encoded according to such step-based rules."""@en . + + +### https://w3id.org/emmo#EMMO_ed257e78_8b59_44c3_9d61_06c261184f55 +:EMMO_ed257e78_8b59_44c3_9d61_06c261184f55 rdf:type owl:Class ; + rdfs:subClassOf ; + skos:prefLabel "ClassicalData"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data that are expressed through classical physics mechanisms, having one value and one state, and being in the same place at the same time."@en . + + +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/multiperspective/information.ttl b/reference/information.ttl similarity index 52% rename from multiperspective/information.ttl rename to reference/information.ttl index 0ffb0bb9..d24b31a5 100644 --- a/multiperspective/information.ttl +++ b/reference/information.ttl @@ -8,22 +8,23 @@ @prefix dcterms: . @base . - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - ; + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports , + ; dcterms:abstract ""@en ; - dcterms:contributor , - , - , + dcterms:contributor :FrancescaBleken , + :FrancescoZaccarini , + :GerhardGoldbeck , + :JesperFriis , "Michael Noeske, FRAUNHOFER IFAM, DE"@en ; - dcterms:creator ; + dcterms:creator :EmanueleGhedini ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Information"@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" . + owl:versionInfo "1.0.0-rc3" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Classes @@ -36,8 +37,28 @@ ) ; rdf:type owl:Class ] ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Information is encoded data with a meaning (semiotic sign)."@en ; - skos:prefLabel "Information"@en . + skos:prefLabel "Information"@en ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """The General Definition of Information (GDI) can be used to define the concept of information. +(GDI) a is an instance of information, understood as semantic content, if and only if: + GDI.l) a consists of n data, for n > 1; + GDI.2) the data are well formed; + GDI.3) the well-formed data are meaningful. +In the EMMO conceptualisation, well-formed data are data with a specific syntactic structure (symbolic and reductionistic modules), while meaningful data are data that are part of a semiotic interpretation process that declares what the data are about (semiotic module)."""@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Information is data with a meaning (semiotic sign)."@en . -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36 ; + owl:annotatedProperty :EMMO_31252f35_c767_4b97_a877_1235076c3e13 ; + owl:annotatedTarget """The General Definition of Information (GDI) can be used to define the concept of information. +(GDI) a is an instance of information, understood as semantic content, if and only if: + GDI.l) a consists of n data, for n > 1; + GDI.2) the data are well formed; + GDI.3) the well-formed data are meaningful. + +In the EMMO conceptualisation, well-formed data are data with a specific syntactic structure (symbolic and reductionistic modules), while meaningful data are data that are part of a semiotic interpretation process that declares what the data are about (semiotic module)."""@en ; + rdfs:isDefinedBy "Luciano Floridi, \"Information - A Very Short Introduction\", Oxford University Press (2010) ISBN: 9780199551378"@en + ] . + + +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/reference/persholistic.ttl b/reference/persholistic.ttl new file mode 100644 index 00000000..6b53c1d0 --- /dev/null +++ b/reference/persholistic.ttl @@ -0,0 +1,125 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@prefix skos: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports , + , + , + , + ; + dcterms:abstract ""@en ; + dcterms:contributor :FrancescoZaccarini , + :GerhardGoldbeck , + :JesperFriis ; + dcterms:creator :EmanueleGhedini ; + dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; + dcterms:publisher ; + dcterms:title "Persholistic"@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-rc3" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . + +################################################################# +# Object Properties +################################################################# + +### https://w3id.org/emmo#EMMO_2eb10b5b_900b_44d7_af85_4de9a3729474 +:EMMO_2eb10b5b_900b_44d7_af85_4de9a3729474 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_6786b336_e982_4759_8dee_1905a4106591 , + :EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ; + rdfs:domain :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce , + :EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0 ; + rdfs:range :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; + skos:prefLabel "hasInterval"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process whole and a temporal part of the same type."@en . + + +### https://w3id.org/emmo#EMMO_3c7f239f_e833_4a2b_98a1_c88831770c1b +:EMMO_3c7f239f_e833_4a2b_98a1_c88831770c1b rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ; + rdfs:domain :EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 ; + rdfs:range :EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ; + skos:prefLabel "hasComponent"@en . + + +### https://w3id.org/emmo#EMMO_b1daa610_64c6_4935_94b8_a19db586a2f6 +:EMMO_b1daa610_64c6_4935_94b8_a19db586a2f6 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_6786b336_e982_4759_8dee_1905a4106591 ; + rdfs:domain :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 , + :EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0 ; + rdfs:range :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; + skos:example "A volume of 1 cc of milk within a 1 litre can be considered still milk as a whole. If you scale down to a cluster of molecules, than the milk cannot be considered a fluid no more (and then no more a milk)."@en ; + skos:prefLabel "hasPortion"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a object whole and its spatial part of the same type."@en . + + +################################################################# +# Classes +################################################################# + +### https://w3id.org/emmo#EMMO_135ab8ea_e028_439e_be64_3e0f9734ea2b +:EMMO_135ab8ea_e028_439e_be64_3e0f9734ea2b rdf:type owl:Class ; + rdfs:subClassOf :EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ; + skos:altLabel "NonIntentionalProcess"@en ; + skos:prefLabel "NaturalProcess"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process occurring by natural (non-intentional) laws."@en . + + +### https://w3id.org/emmo#EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 +:EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1efe8b96_e006_4a33_bc9a_421406cbb9f0 , + :EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ; + skos:prefLabel "HolisticSystem"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "SubClassOf: hasComponent some Component" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An object that is made of a set of sub objects working together as parts of a mechanism or an interconnecting network (natural or artificial); a complex whole."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A system is conceived as an aggregate of things that 'work' (or interact) together. While a system extends in time through distinct temporal parts (like every other 4D object), this elucdation focuses on a timescale in which the obejct shows a persistence in time."@en . + + +### https://w3id.org/emmo#EMMO_b9522e56_1fac_4766_97e6_428605fabd3e +:EMMO_b9522e56_1fac_4766_97e6_428605fabd3e rdf:type owl:Class ; + rdfs:subClassOf :EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 ; + skos:prefLabel "HolisticArrangement"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A system which is mainly characterised by the spatial configuration of its elements."@en . + + +### https://w3id.org/emmo#EMMO_c0f72631_d7c2_434c_9c26_5c44123df682 +:EMMO_c0f72631_d7c2_434c_9c26_5c44123df682 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 ; + rdfs:seeAlso """ISO 55000:2014 +organization: person or group of people that has its own functions with responsibilities, authorities and relationships to achieve its objectives"""@en ; + skos:prefLabel "Organisation"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An holistic system of people that has its own functions with responsibilities, authorities and relationships to achieve its objectives."@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_c0f72631_d7c2_434c_9c26_5c44123df682 ; + owl:annotatedProperty rdfs:seeAlso ; + owl:annotatedTarget """ISO 55000:2014 +organization: person or group of people that has its own functions with responsibilities, authorities and relationships to achieve its objectives"""@en ; + rdfs:isDefinedBy "https://www.iso.org/obp/ui/#iso:std:iso:55000:ed-1:v2:en:term:3.1.13"^^xsd:anyURI + ] . + + +### https://w3id.org/emmo#EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 +:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 ; + skos:prefLabel "Component"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "SubClassOf: inverse (hasConstituent) some HolisticSystem" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A constituent of a system."@en . + + +### https://w3id.org/emmo#EMMO_f93fe78b_9646_4a15_b88b_1c93686a764d +:EMMO_f93fe78b_9646_4a15_b88b_1c93686a764d rdf:type owl:Class ; + rdfs:subClassOf :EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 ; + skos:prefLabel "Network"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A system whose is mainly characterised by the way in which elements are interconnected."@en . + + +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/perspectives/physicalistic.ttl b/reference/physicalistic.ttl similarity index 79% rename from perspectives/physicalistic.ttl rename to reference/physicalistic.ttl index a2254a5c..2409a6d7 100644 --- a/perspectives/physicalistic.ttl +++ b/reference/physicalistic.ttl @@ -8,21 +8,22 @@ @prefix dcterms: . @base . - rdf:type owl:Ontology ; - 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 , - , - , - ; - dcterms:creator ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher ; - dcterms:title "Physicalistic"@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" . + rdf:type owl:Ontology ; + 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 :AdhamHashibon , + :FrancescoZaccarini , + :GeorgSchmitz , + :GerhardGoldbeck , + :JesperFriis ; + dcterms:creator :EmanueleGhedini ; + dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; + dcterms:publisher ; + dcterms:title "Physicalistic"@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-rc3" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Annotation properties @@ -36,14 +37,43 @@ owl:qualifiedCardinality rdf:type owl:AnnotationProperty . # Classes ################################################################# +### https://w3id.org.org/emmo#EMMO_0f3e0646_4f06_4588_9779_6a4f05c5a8d6 + rdf:type owl:Class ; + rdfs:subClassOf :EMMO_38b579de_4331_40e0_803d_09efa298e726 ; + skos:prefLabel "PhysicalObjectByBond"@en . + + +### https://w3id.org.org/emmo#EMMO_2c07a731_84f9_4883_9e58_2bc073abda29 + rdf:type owl:Class ; + rdfs:subClassOf :EMMO_a15cea10_9946_4d2b_95c5_cfc333fd2abb ; + skos:prefLabel "PhysicalParticleBySpin"@en . + + +### https://w3id.org.org/emmo#EMMO_41cecfc2_bb6b_45f3_b6cc_e7740d931afe + rdf:type owl:Class ; + rdfs:subClassOf :EMMO_5b2222df_4da6_442f_8244_96e9e45887d1 ; + skos:prefLabel "MatterByStructure"@en . + + +### https://w3id.org.org/emmo#EMMO_43d0bb2c_bb0e_4312_a0de_084c29ff7f9e + rdf:type owl:Class ; + rdfs:subClassOf :EMMO_5b2222df_4da6_442f_8244_96e9e45887d1 ; + skos:prefLabel "MatterByType"@en . + + +### https://w3id.org.org/emmo#EMMO_b32fe85d_2f7b_4972_9dd7_7cf20d4bba59 + rdf:type owl:Class ; + rdfs:subClassOf :EMMO_a15cea10_9946_4d2b_95c5_cfc333fd2abb ; + skos:prefLabel "PhysicalParticleByBond"@en . + + ### https://w3id.org/emmo#EMMO_09f0ac34_c349_46b5_acf0_0edeae52cca1 -:EMMO_09f0ac34_c349_46b5_acf0_0edeae52cca1 owl:disjointUnionOf ( :EMMO_38b579de_4331_40e0_803d_09efa298e726 - :EMMO_5cc4e111_3eb1_44a3_9369_5af3846cf605 - ) . +:EMMO_09f0ac34_c349_46b5_acf0_0edeae52cca1 :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: PhysicalObject, PhysicalPhenomenon" . ### https://w3id.org/emmo#EMMO_12aae025_a226_4762_9d51_81200a8ce54c :EMMO_12aae025_a226_4762_9d51_81200a8ce54c rdf:type owl:Class ; + rdfs:subClassOf :EMMO_be0a7278_b4e6_4bca_88ba_de3f67a478e2 ; skos:prefLabel "PseudoscalarMeson"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A meson with spin zero and odd parity."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Pseudoscalar_meson"@en . @@ -51,13 +81,15 @@ owl:qualifiedCardinality rdf:type owl:AnnotationProperty . ### https://w3id.org/emmo#EMMO_1b32a555_978b_4e56_933f_e158e165023e :EMMO_1b32a555_978b_4e56_933f_e158e165023e rdf:type owl:Class ; + rdfs:subClassOf :EMMO_be0a7278_b4e6_4bca_88ba_de3f67a478e2 ; skos:prefLabel "VectorMeson"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A meson with total spin 1 and odd parit."@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A meson with total spin 1 and odd parity."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Vector_meson" . ### https://w3id.org/emmo#EMMO_1c16bb7f_5400_4498_8ef2_54392908da4e :EMMO_1c16bb7f_5400_4498_8ef2_54392908da4e rdf:type owl:Class ; + rdfs:subClassOf ; skos:prefLabel "HybridMatter"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Matter composed of both matter and antimatter fundamental particles."@en . @@ -69,6 +101,8 @@ owl:qualifiedCardinality rdf:type owl:AnnotationProperty . ) ; rdf:type owl:Class ] ; + owl:disjointWith :EMMO_29108c7c_9087_4992_ab1c_02561665df21 , + :EMMO_cafd0f10_ce85_48b9_9a36_2b0af141ce21 ; skos:example """Examples of composite particles with integer spin: spin 0: H1 and He4 in ground state, pion spin 1: H1 and He4 in first excited state, meson @@ -79,8 +113,7 @@ spin 2: O15 in ground state."""@en ; ### https://w3id.org/emmo#EMMO_21205421_5783_4d3e_81e5_10c5d894a88a :EMMO_21205421_5783_4d3e_81e5_10c5d894a88a rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5b2222df_4da6_442f_8244_96e9e45887d1 , - :EMMO_8b1367d6_0133_4b56_acc1_fa8b058169e3 ; + rdfs:subClassOf :EMMO_32f55395_8b94_40de_a103_bffa5c121d98 ; rdfs:isDefinedBy "https://goldbook.iupac.org/terms/view/M03986"@en ; skos:altLabel "ChemicalEntity"@en ; skos:example "Hydrogen molecule is an adequate definition of a certain molecular entity for some purposes, whereas for others it is necessary to distinguish the electronic state and/or vibrational state and/or nuclear spin, etc. of the hydrogen molecule."@en , @@ -95,6 +128,7 @@ Note that the name of a compound may refer to the respective molecular entity or ### https://w3id.org/emmo#EMMO_24dda193_ada8_433b_bb74_6ca4a0b89a20 :EMMO_24dda193_ada8_433b_bb74_6ca4a0b89a20 rdf:type owl:Class ; rdfs:subClassOf :EMMO_29108c7c_9087_4992_ab1c_02561665df21 , + :EMMO_7b42954f_0b91_4b3a_a65e_2470202cf548 , [ rdf:type owl:Restriction ; owl:onProperty :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; owl:someValuesFrom :EMMO_99a8eece_40bf_4f26_832c_f290ca664767 @@ -111,6 +145,7 @@ Note that the name of a compound may refer to the respective molecular entity or ) ; rdf:type owl:Class ] ; + owl:disjointWith :EMMO_820619ca_b23e_4c7a_8543_18a17722abc0 ; 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 ; @@ -120,6 +155,7 @@ spin 3/2: He5 in ground state, Delta baryons (excitations of the proton and neut ### https://w3id.org/emmo#EMMO_3275b6e9_05f1_4912_954f_7d64ac12b2d2 :EMMO_3275b6e9_05f1_4912_954f_7d64ac12b2d2 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_be0a7278_b4e6_4bca_88ba_de3f67a478e2 ; skos:prefLabel "ScalarMeson"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A meson with spin zero and even parity."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Scalar_meson"@en . @@ -132,6 +168,8 @@ spin 3/2: He5 in ground state, Delta baryons (excitations of the proton and neut ) ; rdf:type owl:Class ] ; + rdfs:subClassOf , + :EMMO_8b1367d6_0133_4b56_acc1_fa8b058169e3 ; skos:prefLabel "ParticulateMatter"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Bounded matter."@en . @@ -147,15 +185,13 @@ spin 3/2: He5 in ground state, Delta baryons (excitations of the proton and neut owl:onProperty :EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 ; owl:someValuesFrom :EMMO_f835f4d4_c665_403d_ab25_dca5cc74be52 ] ; - owl:disjointUnionOf ( :EMMO_50967f46_51f9_462a_b1e4_e63365b4a184 - :EMMO_e024544d_e374_45b7_9340_1982040bc6b7 - ) ; skos:altLabel "ChemicalSubstance"@en ; skos:example "H₂0, C₆H₁₂O₆, CH₄"@en ; skos:prefLabel "Molecule"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: Heteronuclear, Homonuclear" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An atom_based state defined by an exact number of e-bonded atomic species and an electron cloud made of the shared electrons."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """An entity is called essential if removing one direct part will lead to a change in entity class. -An entity is called redundand if removing one direct part will not lead to a change in entity class."""@en , +An entity is called redundant if removing one direct part will not lead to a change in entity class."""@en , """This definition states that this object is a non-periodic set of atoms or a set with a finite periodicity. Removing an atom from the state will result in another type of atom_based state. e.g. you cannot remove H from H₂0 without changing the molecule type (essential). However, you can remove a C from a nanotube (redundant). C60 fullerene is a molecule, since it has a finite periodicity and is made of a well defined number of atoms (essential). A C nanotube is not a molecule, since it has an infinite periodicity (redundant)."""@en . @@ -163,13 +199,13 @@ e.g. you cannot remove H from H₂0 without changing the molecule type (essentia ### https://w3id.org/emmo#EMMO_38b579de_4331_40e0_803d_09efa298e726 :EMMO_38b579de_4331_40e0_803d_09efa298e726 rdf:type owl:Class ; - owl:disjointUnionOf ( :EMMO_57d977ab_0036_4779_b59a_e47620afdb9c - :EMMO_801395f8_948e_4637_ac3b_5fcd587d72ca - ) ; + rdfs:subClassOf :EMMO_09f0ac34_c349_46b5_acf0_0edeae52cca1 ; + owl:disjointWith :EMMO_5cc4e111_3eb1_44a3_9369_5af3846cf605 ; skos:prefLabel "PhysicalObject"@en ; :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """It is natural to define entities made or more than one smaller parts as object according to some unity criteria. One of the most general one applicable to causal interacting systems is to ask that all the quantum parts of the system are part of elementaries whose paths start and end within the entitiy. We call this causal convexity. In other words, causal convexity excludes all quantums that leave the system (no more interacting), or that are not yet part of it (not yet interacting). So, a photon leaving a body is not part of a convex system, while a real photon that is the carrier of clasical electromagnetic interaction between two molecular parts of the body, is part of the convex body. A physical phenomenon is defined as a causally non-convex interacting system, complement of causally convex interacting system."""@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: CompositePhysicalObject, BondedObject" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals standing for causally convex interacting systems."@en . [ rdf:type owl:Axiom ; @@ -182,20 +218,17 @@ A physical phenomenon is defined as a causally non-convex interacting system, co ### https://w3id.org/emmo#EMMO_38d00e5f_d759_4dcc_8551_ab95865cf799 :EMMO_38d00e5f_d759_4dcc_8551_ab95865cf799 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_be0a7278_b4e6_4bca_88ba_de3f67a478e2 ; skos:prefLabel "PseudovectorMeson"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A meson with total spin 1 and even parit."@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A meson with total spin 1 and even parity."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Pseudovector_meson" . ### https://w3id.org/emmo#EMMO_50781fd9_a9e4_46ad_b7be_4500371d188d :EMMO_50781fd9_a9e4_46ad_b7be_4500371d188d rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_8f87e700_99a8_4427_8ffb_e493de05c217 - :EMMO_df808271_df91_4f27_ba59_fa423c51896c - ) - ] ; rdfs:subClassOf :EMMO_24dda193_ada8_433b_bb74_6ca4a0b89a20 ; skos:prefLabel "Nucleon"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: Proton, Neutron" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Either a proton or a neutron."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Nucleon" . @@ -203,6 +236,7 @@ A physical phenomenon is defined as a causally non-convex interacting system, co ### https://w3id.org/emmo#EMMO_50967f46_51f9_462a_b1e4_e63365b4a184 :EMMO_50967f46_51f9_462a_b1e4_e63365b4a184 rdf:type owl:Class ; rdfs:subClassOf :EMMO_3397f270_dfc1_4500_8f6f_4d0d85ac5f71 ; + owl:disjointWith :EMMO_e024544d_e374_45b7_9340_1982040bc6b7 ; skos:example "Nitric oxide (NO) or carbon dioxide (CO₂)."@en ; skos:prefLabel "Heteronuclear"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A molecule composed of more than one element type."@en . @@ -210,10 +244,8 @@ A physical phenomenon is defined as a causally non-convex interacting system, co ### https://w3id.org/emmo#EMMO_53dced52_34f6_4cf0_8a99_ddf451861543 :EMMO_53dced52_34f6_4cf0_8a99_ddf451861543 rdf:type owl:Class ; + rdfs:subClassOf ; owl:disjointWith :EMMO_b5a5494c_83bf_44aa_a9a6_49b948e68939 ; - owl:disjointUnionOf ( :EMMO_29108c7c_9087_4992_ab1c_02561665df21 - :EMMO_820619ca_b23e_4c7a_8543_18a17722abc0 - ) ; skos:prefLabel "Fermion"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A physical particle with half odd integer spin (1/2, 3/2, etc...) that follows Fermi-Dirac statistics."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Fermion" . @@ -221,6 +253,8 @@ A physical phenomenon is defined as a causally non-convex interacting system, co ### https://w3id.org/emmo#EMMO_57d977ab_0036_4779_b59a_e47620afdb9c :EMMO_57d977ab_0036_4779_b59a_e47620afdb9c rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith :EMMO_801395f8_948e_4637_ac3b_5fcd587d72ca ; skos:prefLabel "CompositePhysicalObject"@en ; :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "A composite physical object is made of bonded objects (i.e. characterised by their quantum states using a Schrodinger equation approach) that are connected together by elementary particles travelling between them. These elemenentary particles are real particles, describing the existance of a classical field (e.g. Coulomb potential between charged particles)."@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of physical objects possessing a structure that is larger than a single composite particle, for which its bosonic or fermionic nature is undetermined." . @@ -229,16 +263,13 @@ A physical phenomenon is defined as a causally non-convex interacting system, co ### https://w3id.org/emmo#EMMO_5b2222df_4da6_442f_8244_96e9e45887d1 :EMMO_5b2222df_4da6_442f_8244_96e9e45887d1 rdf:type owl:Class ; rdfs:subClassOf :EMMO_38b579de_4331_40e0_803d_09efa298e726 ; - owl:disjointUnionOf ( :EMMO_1c16bb7f_5400_4498_8ef2_54392908da4e - :EMMO_6e9cb807_fc68_4bcf_b3ba_5fccc887c644 - :EMMO_f13672a3_59cc_40ed_8def_65009a8f74e6 - ) ; skos:altLabel "PhysicalSubstance"@en ; skos:prefLabel "Matter"@en ; :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """The interpretation of the term \"matter\" is not univocal. Several concepts are labelled with this term, depending on the field of science. The concept mass is sometimes related to the term \"matter\", even if the former refers to a physical quantity (precisely defined by modern physics) while the latter is a type that qualifies a physical entity. It is possible to identify more than one concept that can be reasonably labelled with the term \"matter\". For example, it is possible to label as matter only the entities that are made up of atoms. Or more generally, we can be more fine-grained and call \"matter\" the entities that are made up of protons, neutrons or electrons, so that we can call matter also a neutron radiation or a cathode ray. A more fundamental approach, that we embrace for the EMMO, considers matter as entities that are made of fermions (i.e. quarks and leptons) requiring their presence, without excluding particles like the W and Z bosons that possess some mass, but are not fermions. Antimatter is a subclass of matter."""@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: HybridMatter, OrdinaryMatter, AntiMatter" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of physical objects that have some fermionic quantum parts."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A matter entity requires the presence of fermions without excluding the presence of real or virtual fundamental bosons parts that are responsible for the interactions between the (real) fundamental fermions."@en , "Matter includes ordinary- and anti-matter. It is possible to have entities that are made of particle and anti-particles (e.g. mesons made of a quark and an anti-quark pair) so that it is possible to have entities that are somewhat heterogeneous with regards to this distinction."@en . @@ -253,51 +284,62 @@ Antimatter is a subclass of matter."""@en ; ### https://w3id.org/emmo#EMMO_5cc4e111_3eb1_44a3_9369_5af3846cf605 :EMMO_5cc4e111_3eb1_44a3_9369_5af3846cf605 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_09f0ac34_c349_46b5_acf0_0edeae52cca1 ; rdfs:seeAlso :EMMO_38b579de_4331_40e0_803d_09efa298e726 ; + skos:example "A molecule, including a photon emitted (or captured) as result of a de-excitation (or excitation) process."@en , + "The formation of an hydrogen atom from a proton and electron."@en ; skos:prefLabel "PhysicalPhenomenon"@en ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "A physical phenomenon is intended as a physical process that starts or ends with an unbonded state, or that includes incoming or aoutgoing particles."@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals standing for causally non-convex interacting systems."@en . ### https://w3id.org/emmo#EMMO_6e9cb807_fc68_4bcf_b3ba_5fccc887c644 :EMMO_6e9cb807_fc68_4bcf_b3ba_5fccc887c644 rdf:type owl:Class ; + rdfs:subClassOf ; skos:prefLabel "OrdinaryMatter"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Matter composed of only matter particles, excluding anti-matter particles."@en . ### https://w3id.org/emmo#EMMO_7b42954f_0b91_4b3a_a65e_2470202cf548 :EMMO_7b42954f_0b91_4b3a_a65e_2470202cf548 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_24dda193_ada8_433b_bb74_6ca4a0b89a20 - :EMMO_be0a7278_b4e6_4bca_88ba_de3f67a478e2 - ) - ] ; - rdfs:subClassOf :EMMO_5b2222df_4da6_442f_8244_96e9e45887d1 , - :EMMO_8b1367d6_0133_4b56_acc1_fa8b058169e3 ; + rdfs:subClassOf :EMMO_32f55395_8b94_40de_a103_bffa5c121d98 ; skos:prefLabel "Hadron"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Baryon or Meson" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Particles composed of two or more quarks."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Hadron" . +### https://w3id.org/emmo#EMMO_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869e +:EMMO_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869e rdfs:subClassOf ; + owl:disjointWith :EMMO_8b1367d6_0133_4b56_acc1_fa8b058169e3 . + + ### https://w3id.org/emmo#EMMO_801395f8_948e_4637_ac3b_5fcd587d72ca :EMMO_801395f8_948e_4637_ac3b_5fcd587d72ca rdf:type owl:Class ; + rdfs:subClassOf ; skos:prefLabel "BondedObject"@en ; :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "A bonded object is a sequence of fundamental interactions that can be described approximatively by Schrodinger formulation. A bonded object is typically characterised by having quantum states (e.g. electron states in an atom, energy levels of a molecule). Furthermore, a bonded object is made of elementary particles that travels from the beginning to the end of the entity (i.e. a bonded object doesn't change its components)."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """\"... in the 'classical' picture ordinary matter is made of atoms, in which electrons are held in orbit around a nucleus of protons and neutrons by the electrical attraction of opposite charges. We can now give this model a more sophisticated formulation by attributing the binding force to the exchange of photons between the electrons and the protons in the nucleus. However, for the purposes of atomic physics this is overkill, for in this context quantization of the electromagnetic field produces only minute effects (notably the Lamb shift and the anomalous magnetic moment of the electron). To excellent approximation we can pretend that the forces are given by Coulomb's law (together with various magnetic dipole couplings). The point is that in a bound state enormous numbers of photons are continually streaming back and forth, so that the \"lumpiness\" of the field is effectively smoothed out, and classical electrodynamics is a suitable approximation to the truth. But in most elementary particle processes, such as the photoelectric effect or Compton scattering, individual photons are involved, and quantization can no longer be ignored.\" D. Griffiths, \"Introduction to elementary Particles\", Wiley-VCH, 2004, pp.16-17"""@en . +### https://w3id.org/emmo#EMMO_820619ca_b23e_4c7a_8543_18a17722abc0 +:EMMO_820619ca_b23e_4c7a_8543_18a17722abc0 rdfs:subClassOf :EMMO_53dced52_34f6_4cf0_8a99_ddf451861543 . + + ### https://w3id.org/emmo#EMMO_8b1367d6_0133_4b56_acc1_fa8b058169e3 :EMMO_8b1367d6_0133_4b56_acc1_fa8b058169e3 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_801395f8_948e_4637_ac3b_5fcd587d72ca ; - owl:disjointUnionOf ( :EMMO_1f19b65b_35bf_4662_a318_7f1c147cb3b6 - :EMMO_29108c7c_9087_4992_ab1c_02561665df21 - ) ; + rdfs:subClassOf , + :EMMO_801395f8_948e_4637_ac3b_5fcd587d72ca ; skos:prefLabel "BondedParticle"@en ; - :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "A composite particle is a bonded particle for which it is possible to clearly define its bosonic or fermionic behaviour. The term particle is then reserved for entities whose fermionic or bosonic nature is clearly defined."@en . + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "A composite particle is a bonded particle for which it is possible to clearly define its bosonic or fermionic behaviour. The term particle is then reserved for entities whose fermionic or bosonic nature is clearly defined."@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: CompositeBoson, CompositeFermion" . ### https://w3id.org/emmo#EMMO_8f87e700_99a8_4427_8ffb_e493de05c217 :EMMO_8f87e700_99a8_4427_8ffb_e493de05c217 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_50781fd9_a9e4_46ad_b7be_4500371d188d ; + owl:disjointWith :EMMO_df808271_df91_4f27_ba59_fa423c51896c ; skos:prefLabel "Proton"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A positive charged subatomic particle found in the atomic nucleus."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Proton" . @@ -305,9 +347,7 @@ D. Griffiths, \"Introduction to elementary Particles\", Wiley-VCH, 2004, pp.16-1 ### https://w3id.org/emmo#EMMO_a15cea10_9946_4d2b_95c5_cfc333fd2abb :EMMO_a15cea10_9946_4d2b_95c5_cfc333fd2abb rdf:type owl:Class ; - owl:disjointUnionOf ( :EMMO_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869e - :EMMO_8b1367d6_0133_4b56_acc1_fa8b058169e3 - ) ; + rdfs:subClassOf :EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d ; skos:altLabel "Particle"@en ; skos:prefLabel "PhysicalParticle"@en ; :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The union of hadron and lepton, or fermion and bosons."@en ; @@ -324,9 +364,7 @@ D. Griffiths, \"Introduction to elementary Particles\", Wiley-VCH, 2004, pp.16-1 ### https://w3id.org/emmo#EMMO_b5a5494c_83bf_44aa_a9a6_49b948e68939 :EMMO_b5a5494c_83bf_44aa_a9a6_49b948e68939 rdf:type owl:Class ; - owl:disjointUnionOf ( :EMMO_1f19b65b_35bf_4662_a318_7f1c147cb3b6 - :EMMO_cafd0f10_ce85_48b9_9a36_2b0af141ce21 - ) ; + rdfs:subClassOf ; skos:prefLabel "Boson"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A physical particle with integer spin that follows Bose–Einstein statistics."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Boson" . @@ -341,36 +379,35 @@ D. Griffiths, \"Introduction to elementary Particles\", Wiley-VCH, 2004, pp.16-1 ### https://w3id.org/emmo#EMMO_bc37743c_37c4_4ec7_9d58_d1aae5567352 :EMMO_bc37743c_37c4_4ec7_9d58_d1aae5567352 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_57d977ab_0036_4779_b59a_e47620afdb9c , - :EMMO_5b2222df_4da6_442f_8244_96e9e45887d1 ; + rdfs:subClassOf , + :EMMO_57d977ab_0036_4779_b59a_e47620afdb9c ; skos:prefLabel "Substance"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A composite physical object made of fermions (i.e. having mass and occupying space)." . ### https://w3id.org/emmo#EMMO_be0a7278_b4e6_4bca_88ba_de3f67a478e2 :EMMO_be0a7278_b4e6_4bca_88ba_de3f67a478e2 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_12aae025_a226_4762_9d51_81200a8ce54c - :EMMO_1b32a555_978b_4e56_933f_e158e165023e - :EMMO_3275b6e9_05f1_4912_954f_7d64ac12b2d2 - :EMMO_38d00e5f_d759_4dcc_8551_ab95865cf799 - :EMMO_f895cb83_2280_42e9_9f4c_047273e70d3c - ) - ] ; rdfs:subClassOf :EMMO_1c16bb7f_5400_4498_8ef2_54392908da4e , :EMMO_1f19b65b_35bf_4662_a318_7f1c147cb3b6 , + :EMMO_7b42954f_0b91_4b3a_a65e_2470202cf548 , [ rdf:type owl:Restriction ; owl:onProperty :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; owl:someValuesFrom :EMMO_99a8eece_40bf_4f26_832c_f290ca664767 ] ; skos:prefLabel "Meson"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: PseudoscalarMeson or VectorMeson or ScalarMeson or PseudovectorMeson or TensorMeson" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Hadronic subatomic particles composed of an equal number of quarks and antiquarks bound together by strong interactions."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Most mesons are composed of one quark and one antiquark."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Meson" . +### https://w3id.org/emmo#EMMO_cafd0f10_ce85_48b9_9a36_2b0af141ce21 +:EMMO_cafd0f10_ce85_48b9_9a36_2b0af141ce21 rdfs:subClassOf :EMMO_b5a5494c_83bf_44aa_a9a6_49b948e68939 . + + ### https://w3id.org/emmo#EMMO_df808271_df91_4f27_ba59_fa423c51896c :EMMO_df808271_df91_4f27_ba59_fa423c51896c rdf:type owl:Class ; + rdfs:subClassOf :EMMO_50781fd9_a9e4_46ad_b7be_4500371d188d ; skos:prefLabel "Neutron"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An uncharged subatomic particle found in the atomic nucleus."@en ; :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Neutron" . @@ -410,6 +447,7 @@ We cannot say that H₂ molecule has direct part two H atoms, but has direct par ### https://w3id.org/emmo#EMMO_f13672a3_59cc_40ed_8def_65009a8f74e6 :EMMO_f13672a3_59cc_40ed_8def_65009a8f74e6 rdf:type owl:Class ; + rdfs:subClassOf ; skos:prefLabel "AntiMatter"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Antimatter is matter that is composed only of the antiparticles of those that constitute ordinary matter."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "This branch is not expanded due to the limited use of such entities."@en . @@ -417,8 +455,7 @@ We cannot say that H₂ molecule has direct part two H atoms, but has direct par ### https://w3id.org/emmo#EMMO_f835f4d4_c665_403d_ab25_dca5cc74be52 :EMMO_f835f4d4_c665_403d_ab25_dca5cc74be52 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5b2222df_4da6_442f_8244_96e9e45887d1 , - :EMMO_8b1367d6_0133_4b56_acc1_fa8b058169e3 , + rdfs:subClassOf :EMMO_32f55395_8b94_40de_a103_bffa5c121d98 , [ rdf:type owl:Restriction ; owl:onProperty :EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ; owl:someValuesFrom :EMMO_50781fd9_a9e4_46ad_b7be_4500371d188d @@ -442,6 +479,7 @@ We cannot say that H₂ molecule has direct part two H atoms, but has direct par ### https://w3id.org/emmo#EMMO_f895cb83_2280_42e9_9f4c_047273e70d3c :EMMO_f895cb83_2280_42e9_9f4c_047273e70d3c rdf:type owl:Class ; + rdfs:subClassOf :EMMO_be0a7278_b4e6_4bca_88ba_de3f67a478e2 ; skos:prefLabel "TensorMeson"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A meson with spin two."@en . @@ -458,4 +496,16 @@ We cannot say that H₂ molecule has direct part two H atoms, but has direct par [ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +################################################################# +# General axioms +################################################################# + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :EMMO_1c16bb7f_5400_4498_8ef2_54392908da4e + :EMMO_6e9cb807_fc68_4bcf_b3ba_5fccc887c644 + :EMMO_f13672a3_59cc_40ed_8def_65009a8f74e6 + ) + ] . + + +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/reference/reference.ttl b/reference/reference.ttl new file mode 100644 index 00000000..fcae216d --- /dev/null +++ b/reference/reference.ttl @@ -0,0 +1,28 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@prefix skos: . +@prefix dcterms: . +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports , + , + , + , + , + ; + dcterms:abstract "A collection of all the EMMO reference level ontology modules"@en ; + dcterms:creator :EmanueleGhedini ; + dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; + dcterms:publisher ; + dcterms:title "Reference"@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-rc3" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . + +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/perspectives/standardmodel-full.ttl b/reference/standardmodel-full.ttl similarity index 99% rename from perspectives/standardmodel-full.ttl rename to reference/standardmodel-full.ttl index 4df3a842..af3fb751 100644 --- a/perspectives/standardmodel-full.ttl +++ b/reference/standardmodel-full.ttl @@ -8,21 +8,21 @@ @prefix dcterms: . @base . - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports ; + rdf:type owl:Ontology ; + 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 , + dcterms:contributor :AdhamHashibon , , - , - ; - dcterms:creator ; + :GerhardGoldbeck , + :JesperFriis ; + dcterms:creator :EmanueleGhedini ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:publisher ; dcterms:title "Full standard model"@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" . + owl:versionInfo "1.0.0-rc3" . ################################################################# # Classes diff --git a/perspectives/standardmodel.ttl b/reference/standardmodel.ttl similarity index 70% rename from perspectives/standardmodel.ttl rename to reference/standardmodel.ttl index ee47435c..482ebd39 100644 --- a/perspectives/standardmodel.ttl +++ b/reference/standardmodel.ttl @@ -8,21 +8,22 @@ @prefix dcterms: . @base . - rdf:type owl:Ontology ; - 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 , - , - , - ; - dcterms:creator ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - dcterms:publisher ; - dcterms:title "Standard model"@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" . + rdf:type owl:Ontology ; + 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 :AdhamHashibon , + :FrancescoZaccarini , + :GeorgSchmitz , + :GerhardGoldbeck , + :JesperFriis ; + dcterms:creator :EmanueleGhedini ; + dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; + dcterms:publisher ; + dcterms:title "Standard model"@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-rc3" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Classes @@ -30,12 +31,15 @@ ### https://w3id.org/emmo#EMMO_09f0ac34_c349_46b5_acf0_0edeae52cca1 :EMMO_09f0ac34_c349_46b5_acf0_0edeae52cca1 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_b295158f_fda4_4124_ab58_d9ea4ccfca5a ; + owl:disjointWith :EMMO_0f19d84e_05b4_47c9_a5de_bb2a913d211b ; skos:prefLabel "InteractingSystem"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causally bonded system is a system in which there are at least thwo causal paths that are interacting."@en . + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causally bonded system is a system in which there are at least two causal paths that are interacting."@en . ### https://w3id.org/emmo#EMMO_0f19d84e_05b4_47c9_a5de_bb2a913d211b :EMMO_0f19d84e_05b4_47c9_a5de_bb2a913d211b rdf:type owl:Class ; + rdfs:subClassOf :EMMO_b295158f_fda4_4124_ab58_d9ea4ccfca5a ; skos:altLabel "NonInteractingSystem"@en ; skos:prefLabel "ParticlesSystem"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causal multipath system is a system made of causal paths that are not interacting between each others, or possibly merge and fork."@en ; @@ -43,13 +47,12 @@ ### https://w3id.org/emmo#EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 -:EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 owl:disjointUnionOf ( :EMMO_5e00b1db_48fc_445b_82e8_ab0e2255bf52 - :EMMO_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869e - ) . +:EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: MultiParticlePath, ElementaryParticle" . ### https://w3id.org/emmo#EMMO_1f2bfb9f_ecc6_46a0_9e41_2d6fcbf59e4b :EMMO_1f2bfb9f_ecc6_46a0_9e41_2d6fcbf59e4b rdf:type owl:Class ; + rdfs:subClassOf :EMMO_43a4e80d_6ae9_45ed_8cfb_fd0a5339bf87 ; skos:prefLabel "Collapse"@en ; :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "A collapse is a fundamental interaction between m colliding particles that results in a single outgoing particle (inverse decay) that is expressed as a complete bipartite directed graph K(m,1) with m>1."@en . @@ -57,26 +60,27 @@ ### https://w3id.org/emmo#EMMO_43a4e80d_6ae9_45ed_8cfb_fd0a5339bf87 :EMMO_43a4e80d_6ae9_45ed_8cfb_fd0a5339bf87 rdf:type owl:Class ; rdfs:subClassOf :EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac ; - owl:disjointUnionOf ( :EMMO_1f2bfb9f_ecc6_46a0_9e41_2d6fcbf59e4b - :EMMO_50afa1a9_2c4e_40fd_aa93_0e33511f1f27 - :EMMO_a9891fff_fa7a_4806_b7bd_786de7358e8d - ) ; + owl:disjointWith :EMMO_b295158f_fda4_4124_ab58_d9ea4ccfca5a ; skos:prefLabel "FundamentalPhysicalSystem"@en ; :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """A fundamental physical process is made of one or more standard particles as input, and one or more standard particles as output, where each input is direct cause of each output. Each fundamental physical phenomena refers to a Feynman diagram, hence is made at least of three standard model particles. This requirement implies that a physical phenomena is either a decay, annihilation, interaction, collapse or creation phenomena (fundamental) or a composition of them (non-fundamental)."""@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: Collapse, Interaction, Decay" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causal system that is the representation of a Feynman diagram, where quantum represents the real particles entering and exiting the system."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A fundamental system is expressed as a complete bipartite directed graph K(m,n) of quantums, m being the number of originating quantums, and n being the receiving quantums."@en . ### https://w3id.org/emmo#EMMO_50afa1a9_2c4e_40fd_aa93_0e33511f1f27 :EMMO_50afa1a9_2c4e_40fd_aa93_0e33511f1f27 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_43a4e80d_6ae9_45ed_8cfb_fd0a5339bf87 ; skos:prefLabel "Interaction"@en ; - :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "A causal interaction is a fundamental causal system that is expressed as a complete bupartite directed graph K(m,n), when m,n>1"@en . + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "A causal interaction is a fundamental causal system that can be represented as a complete bipartite directed graph K(m,n), when m,n>1"@en . ### https://w3id.org/emmo#EMMO_5e00b1db_48fc_445b_82e8_ab0e2255bf52 :EMMO_5e00b1db_48fc_445b_82e8_ab0e2255bf52 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 ; + owl:disjointWith :EMMO_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869e ; skos:prefLabel "MultiParticlePath"@en ; :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """An multi-particle path is a causal path of quantum entities of different type, following the causal connection between an initial quantum up to the final one, regardless on the fact that causality is passing through elementary particles of different types. For example, a path starting from an elementary photon, then through the electron with which it scatter, and then trough a positron with which the electron collides."""@en ; @@ -92,12 +96,11 @@ For example, a path starting from an elementary photon, then through the electr ### https://w3id.org/emmo#EMMO_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869e :EMMO_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869e rdf:type owl:Class ; - owl:disjointUnionOf ( :EMMO_820619ca_b23e_4c7a_8543_18a17722abc0 - :EMMO_cafd0f10_ce85_48b9_9a36_2b0af141ce21 - ) ; + rdfs:subClassOf :EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 ; skos:altLabel "SingleParticleChain"@en ; skos:prefLabel "ElementaryParticle"@en ; :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "An elementary particle is a causal chain of quantum entities of the same type. For example, an elementary electron is a sequence of fundamental electrons only."@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: ElementaryFermion, ElementaryBoson" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A chausal chain whose quantum parts are of the same standard model fundamental type."@en . [ rdf:type owl:Axiom ; @@ -110,6 +113,8 @@ 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 ; + rdfs:subClassOf :EMMO_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869e ; + owl:disjointWith :EMMO_cafd0f10_ce85_48b9_9a36_2b0af141ce21 ; skos:prefLabel "ElementaryFermion"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An elementary particle of a fundamental fermionic type."@en . @@ -123,16 +128,16 @@ For example, a path starting from an elementary photon, then through the electr ### https://w3id.org/emmo#EMMO_a9891fff_fa7a_4806_b7bd_786de7358e8d :EMMO_a9891fff_fa7a_4806_b7bd_786de7358e8d rdf:type owl:Class ; + rdfs:subClassOf :EMMO_43a4e80d_6ae9_45ed_8cfb_fd0a5339bf87 ; skos:prefLabel "Decay"@en ; :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "A collapse is a fundamental process occurring to one particle that is expressed as a complete bipartite directed graph K(1,n) with n>1, being n the number of outgoing particles."@en . ### https://w3id.org/emmo#EMMO_b295158f_fda4_4124_ab58_d9ea4ccfca5a :EMMO_b295158f_fda4_4124_ab58_d9ea4ccfca5a rdf:type owl:Class ; - owl:disjointUnionOf ( :EMMO_09f0ac34_c349_46b5_acf0_0edeae52cca1 - :EMMO_0f19d84e_05b4_47c9_a5de_bb2a913d211b - ) ; + rdfs:subClassOf :EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac ; skos:prefLabel "GenericPhysicalSystem"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: InteractingSystem, ParticlesSystem" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causal system posessing bonding that can not be representated by a simple Feynman diagram."@en . @@ -145,14 +150,25 @@ For example, a path starting from an elementary photon, then through the electr ### https://w3id.org/emmo#EMMO_cafd0f10_ce85_48b9_9a36_2b0af141ce21 :EMMO_cafd0f10_ce85_48b9_9a36_2b0af141ce21 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869e ; skos:prefLabel "ElementaryBoson"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An elementary particle of a fundamental bosonic type."@en . ### https://w3id.org/emmo#EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac -:EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac owl:disjointUnionOf ( :EMMO_43a4e80d_6ae9_45ed_8cfb_fd0a5339bf87 - :EMMO_b295158f_fda4_4124_ab58_d9ea4ccfca5a - ) . +:EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: FundamentalPhysicalSystem, GenericPhysicalSystem" . + + +################################################################# +# General axioms +################################################################# + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :EMMO_1f2bfb9f_ecc6_46a0_9e41_2d6fcbf59e4b + :EMMO_50afa1a9_2c4e_40fd_aa93_0e33511f1f27 + :EMMO_a9891fff_fa7a_4806_b7bd_786de7358e8d + ) +] . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/multiperspective/symbolic.ttl b/reference/symbolic.ttl similarity index 62% rename from multiperspective/symbolic.ttl rename to reference/symbolic.ttl index 80a2124a..f87477c7 100644 --- a/multiperspective/symbolic.ttl +++ b/reference/symbolic.ttl @@ -8,26 +8,26 @@ @prefix dcterms: . @base . - rdf:type owl:Ontology ; - owl:versionIRI ; - owl:imports , - ; - dcterms:abstract """The symbolic multi-perspective combines the contrast and reductionistic perspectives to describe symbolic entities. + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports ; + dcterms:abstract """The symbolic multi-perspective combines the contrast and reductionistic perspectives to describe symbolic entities. 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 , - , - ; - dcterms:creator , - ; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; - 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 ; - owl:versionInfo "1.0.0-rc1" ; - :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . + dcterms:contributor :AdhamHashibon , + :FrancescoZaccarini , + :GeorgSchmitz , + :GerhardGoldbeck ; + dcterms:creator :EmanueleGhedini , + :JesperFriis ; + dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; + 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 ; + owl:versionInfo "1.0.0-rc3" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . ################################################################# # Datatypes @@ -37,19 +37,6 @@ 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 ################################################################# @@ -90,13 +77,14 @@ rdf:JSON rdf:type rdfs:Datatype . # Classes ################################################################# +### https://w3id.org.org/emmo#EMMO_1141d225_fe90_4230_82c6_31cab6a4e3fe + rdf:type owl:Class ; + rdfs:subClassOf :EMMO_057e7d57_aff0_49de_911a_8861d85cef40 ; + skos:prefLabel "SymbolicByStructure"@en . + + ### https://w3id.org/emmo#EMMO_057e7d57_aff0_49de_911a_8861d85cef40 :EMMO_057e7d57_aff0_49de_911a_8861d85cef40 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Class ; - owl:unionOf ( :EMMO_89a0c87c_0804_4013_937a_6fe234d9499c - :EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 - ) - ] ; rdfs:subClassOf :EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926 ; skos:example """fe780 emmo @@ -104,18 +92,12 @@ emmo cat 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 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Symbol representing a spacing."@en . - - ### https://w3id.org/emmo#EMMO_443198a5_934c_44fa_b89e_28eca13b25b2 :EMMO_443198a5_934c_44fa_b89e_28eca13b25b2 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - owl:someValuesFrom xsd:short - ] ; + rdfs:subClassOf :EMMO_aa972cc9_5d9e_47a2_abc5_00243d6b3917 ; rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#short"^^xsd:anyURI ; skos:prefLabel "ShortData"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:short" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing 16-bit integer number."@en . @@ -261,109 +213,85 @@ In this example the 'symbolic' entity \"cat\" is not related to the real cat, bu If an 'interpreter' skilled in english language is involved in a 'semiotic' process with this word, that \"cat\" became also a 'sign' i.e. it became for the 'interpreter' a representation for a real cat."""@en ; skos:prefLabel "String"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A physical made of more than one symbol sequentially arranged."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A string is made of concatenated symbols whose arrangement is one-dimensional. Each symbol can have only one previous and one next neighborhood (bidirectional list)."@en , + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A string is made of concatenated symbols whos arrangement is one-dimensional. Each symbol can have only one previous and one next neighborhood (bidirectional list)."@en , "A string is not requested to respect any syntactic rule: it's simply directly made of symbols."@en . ### https://w3id.org/emmo#EMMO_51f93d8c_57fa_4314_a68d_8d69c2609c97 :EMMO_51f93d8c_57fa_4314_a68d_8d69c2609c97 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - owl:someValuesFrom xsd:long - ] ; + rdfs:subClassOf :EMMO_f8bd64d5_5d3e_4ad4_a46e_c30714fecb7f ; rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#long"^^xsd:anyURI ; skos:prefLabel "LongData"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:long" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing 64-bit integer number."@en . ### https://w3id.org/emmo#EMMO_52fa9c76_fc42_4eca_a5c1_6095a1c9caab :EMMO_52fa9c76_fc42_4eca_a5c1_6095a1c9caab rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - 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_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:double" ; :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 :EMMO_54dc83cb_06e1_4739_9e45_bc09cead7f48 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - owl:someValuesFrom xsd:boolean - ] ; + rdfs:subClassOf :EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172 ; 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 . + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:boolean" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing a boolean number."@en . ### https://w3id.org/emmo#EMMO_58f76a09_205c_44f2_b237_88de54e8e001 :EMMO_58f76a09_205c_44f2_b237_88de54e8e001 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - owl:someValuesFrom xsd:positiveInteger - ] ; + rdfs:subClassOf :EMMO_42eee73b_e4d2_4a0f_b468_3d2ce0475af6 ; rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#positiveInteger"^^xsd:anyURI ; skos:prefLabel "PositiveIntegerData"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:positiveInteger" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing an integer number > 0."@en . ### https://w3id.org/emmo#EMMO_5f334606_f67d_4f0e_acb9_eeb21cb10c66 :EMMO_5f334606_f67d_4f0e_acb9_eeb21cb10c66 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - owl:someValuesFrom xsd:string - ] ; + rdfs:subClassOf :EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172 ; rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#string"^^xsd:anyURI ; skos:prefLabel "StringData"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:string" ; :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 :EMMO_648c17b7_a012_4060_a096_c76bd407804b rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - owl:someValuesFrom xsd:negativeInteger - ] ; + rdfs:subClassOf :EMMO_cf0f8f57_8a9e_410c_8fe4_a436673fa3d3 ; rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#negativeInteger"^^xsd:anyURI ; skos:prefLabel "NegativeIntegerData"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:negativeInteger" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing an integer number < 0."@en . ### https://w3id.org/emmo#EMMO_69ebb235_9c5e_443d_9a3b_7042b1005f1f :EMMO_69ebb235_9c5e_443d_9a3b_7042b1005f1f rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - owl:someValuesFrom owl:rational - ] ; + rdfs:subClassOf :EMMO_18d180e4_5e3e_42f7_820c_e08951223486 ; skos:prefLabel "RationalData"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some owl:rational" ; :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" ; skos:prefLabel "SymbolicData"@en ; - :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "A symbolic data is a a data that is rooted on some symbolic based encoding, such as floating point numbers, strings, integer. They are not to be intended as mathematical entities (even if they may be interpreted as such) but as syntactic structures (datastructures or datatypes) based on concatenated tokens (or symbols, letters) that can deliver data."@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class for entities which stands for data expressed using a symbolic encoding."@en . - - -### 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 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Symbol representing a letter in a digit."@en . + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "A symbolic data is a data that is rooted on some specified symbolic based encoding, such as floating point numbers, strings, integer. When a symbolic data is used for expressing numerical data (e.g., integer), it is not to be intended as a mathematical entity (even if it may be interpreted as such) but as a syntactic structure (datastructures or datatypes) based on concatenated tokens (or symbols, letters) that can deliver data."@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: ArrayData, ScalarData" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class for entities which stands for a specific data format expressed using a symbolic encoding."@en . ### https://w3id.org/emmo#EMMO_88a34881_b8d0_474b_9a08_40dbd414d834 @@ -375,14 +303,11 @@ If an 'interpreter' skilled in english language is involved in a 'semiotic' proc ### https://w3id.org/emmo#EMMO_89a0c87c_0804_4013_937a_6fe234d9499c :EMMO_89a0c87c_0804_4013_937a_6fe234d9499c rdf:type owl:Class ; - rdfs:subClassOf :EMMO_057e7d57_aff0_49de_911a_8861d85cef40 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ; - owl:someValuesFrom :EMMO_057e7d57_aff0_49de_911a_8861d85cef40 - ] ; + rdfs:subClassOf ; skos:prefLabel "SymbolicConstruct"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "SubClassOf: hasProperPart some Symbolic" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbolic entity made of other symbolic entities according to a specific spatial configuration."@en ; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "This class collects individuals that represents arrangements of strings, or other symbolic compositions, without any particular predifined arrangement schema."@en . + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "This class collects individuals that represents arrangements of strings, or other symbolic compositions, without any particular predefined arrangement schema."@en . ### https://w3id.org/emmo#EMMO_8b305b63_6fa3_44dd_9679_17eb8403a07a @@ -394,25 +319,16 @@ If an 'interpreter' skilled in english language is involved in a 'semiotic' proc ### https://w3id.org/emmo#EMMO_9e49caad_b29e_4cf1_9be4_80419fd1e45c :EMMO_9e49caad_b29e_4cf1_9be4_80419fd1e45c rdf:type owl:Class ; - 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 - ] ; + rdfs:subClassOf :EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172 ; 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_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 multidimensional."@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "SubClassOf: hasScalarData some ScalarData" , + "SubClassOf: hasSpatialTile some SymbolicData" ; :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] (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 . @@ -426,9 +342,10 @@ The tiles of an n-dimensional array are (n-1) dimensional arrays. The tiles of a ### https://w3id.org/emmo#EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 :EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 rdf:type owl:Class ; - rdfs:subClassOf :EMMO_057e7d57_aff0_49de_911a_8861d85cef40 ; + rdfs:subClassOf ; skos:altLabel "AlphabeticEntity"@en ; - skos:example "The class of letter \"A\" is the symbol as idea and the letter A that you see on the screen is the mark that can be represented by an individual belonging to \"A\"."@en ; + skos:example "A letter, a number, a punctuation sign, a space, an UTF-8 character."@en , + "The class of letter \"A\" is the symbol as idea and the letter A that you see on the screen is the mark that can be represented by an individual belonging to \"A\"."@en ; skos:prefLabel "Symbol"@en ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals that stand for an elementary mark of a specific symbolic code (alphabet)."@en ; :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Subclasses of 'Symbol' are alphabets, in formal languages terminology. A 'Symbol' is atomic for that alphabet, i.e. it has no parts that are symbols for the same alphabet. @@ -442,63 +359,40 @@ Symbols of a formal language must be capable of being specified without any refe "The class is the idea of the symbol, while the individual of that class stands for a specific mark (or token) of that idea."@en . -### 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 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Symbol representing a punctuation character."@en . - - ### https://w3id.org/emmo#EMMO_aa972cc9_5d9e_47a2_abc5_00243d6b3917 :EMMO_aa972cc9_5d9e_47a2_abc5_00243d6b3917 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - owl:someValuesFrom xsd:int - ] ; + rdfs:subClassOf :EMMO_51f93d8c_57fa_4314_a68d_8d69c2609c97 ; rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#int"^^xsd:anyURI ; skos:prefLabel "IntData"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:int" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing 32-bit integer number."@en . ### https://w3id.org/emmo#EMMO_ac9e518d_b403_4d8b_97e2_06f9d40bac01 :EMMO_ac9e518d_b403_4d8b_97e2_06f9d40bac01 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - 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_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:float" ; :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 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Symbol representing a letter in an alphabet."@en . - - ### https://w3id.org/emmo#EMMO_cf0f8f57_8a9e_410c_8fe4_a436673fa3d3 :EMMO_cf0f8f57_8a9e_410c_8fe4_a436673fa3d3 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - owl:someValuesFrom xsd:nonPositiveInteger - ] ; + rdfs:subClassOf :EMMO_f8bd64d5_5d3e_4ad4_a46e_c30714fecb7f ; rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#nonPositiveInteger"^^xsd:anyURI ; skos:prefLabel "NonPositiveIntegerData"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:nonPositiveInteger" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing an integer number <= 0."@en . ### https://w3id.org/emmo#EMMO_d43546df_7fd7_44d5_9d7c_0f2bf56cefe3 :EMMO_d43546df_7fd7_44d5_9d7c_0f2bf56cefe3 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - owl:someValuesFrom xsd:decimal - ] ; + rdfs:subClassOf :EMMO_69ebb235_9c5e_443d_9a3b_7042b1005f1f ; 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 . + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:decimal" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing an arbitrary precision decimal number."@en . ### https://w3id.org/emmo#EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8 @@ -517,71 +411,228 @@ 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 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ; - owl:someValuesFrom :EMMO_dd8301d8_affa_4b1d_8db8_7b9d0a1f2ee7 - ] ; + rdfs:subClassOf :EMMO_9e49caad_b29e_4cf1_9be4_80419fd1e45c ; skos:prefLabel "VectorData"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "SubClassOf: hasSpatialTile some ScalarData" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The datatype for monodimensional arrays."@en . ### https://w3id.org/emmo#EMMO_dc6e40f6_5b6c_473b_a715_d36622ada5ad :EMMO_dc6e40f6_5b6c_473b_a715_d36622ada5ad rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - owl:someValuesFrom xsd:unsignedShort - ] ; + rdfs:subClassOf :EMMO_3a53b946_4dfd_4a38_bb5b_aa78d7b0db9c , + :EMMO_aa972cc9_5d9e_47a2_abc5_00243d6b3917 ; rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#unsignedShort"^^xsd:anyURI ; skos:prefLabel "UnsignedShortData"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:unsignedShort" ; :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 ; + rdfs:subClassOf :EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172 ; 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 ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unicode character encoded with UTF-8."@en . - - ### https://w3id.org/emmo#EMMO_e99aec47_9ae6_4a1d_bddd_b87bb456c52a :EMMO_e99aec47_9ae6_4a1d_bddd_b87bb456c52a rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - owl:someValuesFrom xsd:unsignedByte - ] ; + rdfs:subClassOf :EMMO_443198a5_934c_44fa_b89e_28eca13b25b2 , + :EMMO_dc6e40f6_5b6c_473b_a715_d36622ada5ad ; rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#unsignedByte"^^xsd:anyURI ; skos:prefLabel "UnsignedByteData"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:unsignedByte" ; :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 :EMMO_f1ee5c02_5cc0_45ba_a09a_2e6319f75fc8 rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - owl:someValuesFrom xsd:unsignedLong - ] ; + rdfs:subClassOf :EMMO_42eee73b_e4d2_4a0f_b468_3d2ce0475af6 ; rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#unsignedLong"^^xsd:anyURI ; skos:prefLabel "UnsignedLongData"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:unsignedLong" ; :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 :EMMO_f8bd64d5_5d3e_4ad4_a46e_c30714fecb7f rdf:type owl:Class ; - owl:equivalentClass [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; - owl:someValuesFrom xsd:integer - ] ; + rdfs:subClassOf :EMMO_d43546df_7fd7_44d5_9d7c_0f2bf56cefe3 ; rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#integer"^^xsd:anyURI ; skos:prefLabel "IntegerData"@en ; + :EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:integer" ; :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing an arbritrary sized integer number."@en . -### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi +################################################################# +# General axioms +################################################################# + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:base64Binary ; + rdfs:subClassOf :EMMO_220218b0_bbe2_489e_a68a_232e3610718e +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:boolean ; + rdfs:subClassOf :EMMO_54dc83cb_06e1_4739_9e45_bc09cead7f48 +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:byte ; + rdfs:subClassOf :EMMO_3c87fd89_b0f0_477a_86b6_d949c2b982ee +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:dateTime ; + rdfs:subClassOf :EMMO_0e03a375_8af8_46db_88ae_a45fe2d2940f +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:dateTimeStamp ; + rdfs:subClassOf :EMMO_10bbe9e9_46b6_4b5d_8b51_ed759fc21f21 +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:decimal ; + rdfs:subClassOf :EMMO_d43546df_7fd7_44d5_9d7c_0f2bf56cefe3 +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:double ; + rdfs:subClassOf :EMMO_52fa9c76_fc42_4eca_a5c1_6095a1c9caab +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:float ; + rdfs:subClassOf :EMMO_ac9e518d_b403_4d8b_97e2_06f9d40bac01 +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:hexBinary ; + rdfs:subClassOf :EMMO_1f96db65_51df_4e8d_afd2_9c6b8bd40058 +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:int ; + rdfs:subClassOf :EMMO_aa972cc9_5d9e_47a2_abc5_00243d6b3917 +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:integer ; + rdfs:subClassOf :EMMO_f8bd64d5_5d3e_4ad4_a46e_c30714fecb7f +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:long ; + rdfs:subClassOf :EMMO_51f93d8c_57fa_4314_a68d_8d69c2609c97 +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:negativeInteger ; + rdfs:subClassOf :EMMO_648c17b7_a012_4060_a096_c76bd407804b +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:nonNegativeInteger ; + rdfs:subClassOf :EMMO_42eee73b_e4d2_4a0f_b468_3d2ce0475af6 +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:nonPositiveInteger ; + rdfs:subClassOf :EMMO_cf0f8f57_8a9e_410c_8fe4_a436673fa3d3 +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:positiveInteger ; + rdfs:subClassOf :EMMO_58f76a09_205c_44f2_b237_88de54e8e001 +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:short ; + rdfs:subClassOf :EMMO_443198a5_934c_44fa_b89e_28eca13b25b2 +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:string ; + rdfs:subClassOf :EMMO_5f334606_f67d_4f0e_acb9_eeb21cb10c66 +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:unsignedByte ; + rdfs:subClassOf :EMMO_e99aec47_9ae6_4a1d_bddd_b87bb456c52a +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:unsignedInt ; + rdfs:subClassOf :EMMO_3a53b946_4dfd_4a38_bb5b_aa78d7b0db9c +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:unsignedLong ; + rdfs:subClassOf :EMMO_f1ee5c02_5cc0_45ba_a09a_2e6319f75fc8 +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom xsd:unsignedShort ; + rdfs:subClassOf :EMMO_dc6e40f6_5b6c_473b_a715_d36622ada5ad +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom owl:rational ; + rdfs:subClassOf :EMMO_69ebb235_9c5e_443d_9a3b_7042b1005f1f +] . + + +[ rdf:type owl:Restriction ; + owl:onProperty :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ; + owl:someValuesFrom owl:real ; + rdfs:subClassOf :EMMO_18d180e4_5e3e_42f7_820c_e08951223486 +] . + + +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/reference/workflow.ttl b/reference/workflow.ttl new file mode 100644 index 00000000..9f022160 --- /dev/null +++ b/reference/workflow.ttl @@ -0,0 +1,266 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@prefix skos: . +@prefix dcterms: . +@base . + + 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:contributor :FrancescoZaccarini ; + dcterms:creator :EmanueleGhedini , + :GerhardGoldbeck , + :JesperFriis ; + 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-rc3" ; + :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" . + +################################################################# +# Object Properties +################################################################# + +### https://w3id.org/emmo#EMMO_4ab7fb52_cec3_4c00_90c0_5648f01e3296 +:EMMO_4ab7fb52_cec3_4c00_90c0_5648f01e3296 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_9558cd58_9847_4a0b_936d_32ca83a827a1 ; + rdfs:range :EMMO_fa595892_070d_455e_9459_06c97179c080 ; + skos:prefLabel "hasBeginTask"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation identifying the tasks of a workflow that are not causally temporally dependent by other parts of the workflow."@en . + + +### https://w3id.org/emmo#EMMO_62a1601d_0d97_4103_b972_3bbc30839f91 +:EMMO_62a1601d_0d97_4103_b972_3bbc30839f91 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_70da982d_1810_4b01_9630_a28e216ecd9a ; + rdfs:domain :EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c ; + rdfs:range :EMMO_9ac10a20_63d0_4bbd_a5d3_f00a0ad4682c , + :EMMO_ddecfff6_d3a1_4972_b9e9_3d0ca11a3a0b ; + skos:prefLabel "hasIterativeTask"@en . + + +### https://w3id.org/emmo#EMMO_62a76e62_9e17_4f2f_a42c_fc3d0df08cd9 +:EMMO_62a76e62_9e17_4f2f_a42c_fc3d0df08cd9 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_70da982d_1810_4b01_9630_a28e216ecd9a ; + rdfs:domain :EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c ; + rdfs:range :EMMO_2666a7e3_2ad4_49a0_899e_329607231f4b ; + skos:prefLabel "hasSerialTask"@en . + + +### https://w3id.org/emmo#EMMO_70da982d_1810_4b01_9630_a28e216ecd9a +:EMMO_70da982d_1810_4b01_9630_a28e216ecd9a rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b ; + rdfs:domain :EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c ; + rdfs:range :EMMO_4299e344_a321_4ef2_a744_bacfcce80afc ; + skos:prefLabel "hasTask"@en ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "The holistic relation connecting a workflow with one of its tasks."@en . + + +### https://w3id.org/emmo#EMMO_92227f7f_22e9_4b19_a011_920eac3c7b75 +:EMMO_92227f7f_22e9_4b19_a011_920eac3c7b75 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_9558cd58_9847_4a0b_936d_32ca83a827a1 ; + rdfs:range :EMMO_8a2a1cbc_dfc3_4e6c_b337_00ee56fd438a ; + skos:prefLabel "hasEndTask"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation identifying the tasks of a workflow that are not a temporal cause of other parts of the workflow."@en . + + +### https://w3id.org/emmo#EMMO_9558cd58_9847_4a0b_936d_32ca83a827a1 +:EMMO_9558cd58_9847_4a0b_936d_32ca83a827a1 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :EMMO_70da982d_1810_4b01_9630_a28e216ecd9a , + :EMMO_74a75cf1_3418_4244_b43c_b5db94635d42 ; + rdfs:range :EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3 ; + skos:prefLabel "hasTaskTile"@en . + + +################################################################# +# Classes +################################################################# + +### https://w3id.org.org/emmo#EMMO_180bd73b_0c5d_4b1f_ba12_4309c5a50d49 + rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3 ; + skos:prefLabel "TaskByPosition"@en ; + :EMMO_157fdf31_6387_42be_8e72_10530519214a "A task in a workflow, categorised by its position in the workflow."@en . + + +### https://w3id.org.org/emmo#EMMO_1a6ddb13_49ff_4305_97a1_d1458d51c066 + rdf:type owl:Class ; + rdfs:subClassOf :EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3 ; + skos:prefLabel "TaskByFlow"@en ; + :EMMO_157fdf31_6387_42be_8e72_10530519214a "A task in a workflow, categorised by how it is connected to other tasks."@en . + + +### https://w3id.org/emmo#EMMO_2666a7e3_2ad4_49a0_899e_329607231f4b +:EMMO_2666a7e3_2ad4_49a0_899e_329607231f4b rdf:type owl:Class ; + rdfs:subClassOf , + :EMMO_504ad89e_dd4a_4fa6_aeb6_15c8ce0cde9b ; + skos:prefLabel "SerialTask"@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A task that is a temporal tile of a workflow when there are no other activities taking place concurrently (i.e., no parallelism)."@en . + + +### https://w3id.org/emmo#EMMO_322ce14e_9ede_4841_ad70_302b4d6c5f28 +:EMMO_322ce14e_9ede_4841_ad70_302b4d6c5f28 rdf:type owl:Class ; + rdfs:subClassOf , + :EMMO_caa63d00_80b1_4408_ac1b_cd0d23b0ec50 ; + skos:prefLabel "InternalTask"@en ; + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.0-rc3/doc/figs/ThroughTile.png"^^xsd:anyURI ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A generic task in a workflow, that is not the begin or the end."@en . + + +### https://w3id.org/emmo#EMMO_4299e344_a321_4ef2_a744_bacfcce80afc +:EMMO_4299e344_a321_4ef2_a744_bacfcce80afc rdf:type owl:Class ; + rdfs:subClassOf :EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 , + :EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3 , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_70da982d_1810_4b01_9630_a28e216ecd9a + ] ; + owl:someValuesFrom :EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c + ] ; + skos:altLabel "Job"@en ; + skos:prefLabel "Task"@en ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """The concept of task is developed in strict connection with the concept of workflow: a task is always part of a workflow and a workflow always possess some tasks. This makes the relation between task and workflow an holistic relation, with task as role and workflow as whole. +A task is also holistically connected to an intentional agent, since a task is defined as a procedure. For this reason a task is both a role, with respect to a workflow, and a whole, with respect to an intentional agent."""@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 . + + +### https://w3id.org/emmo#EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 +:EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_60577dea_9019_4537_ac41_80b0fb563d41 ; + owl:someValuesFrom :EMMO_eaf4640d_651d_4cbe_a315_3d2dc5df3b35 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty [ owl:inverseOf :EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a + ] ; + owl:someValuesFrom :EMMO_c130614a_2985_476d_a7ed_8a137847703c + ] ; + skos:altLabel "Elaboration"@en , + "Work"@en ; + skos:example """The process in which a control unit of a CPU (the agent) orchestrates some cached binary data according to a list of instructions (e.g. a program). +The process in which a librarian order books alphabetically on a shelf. +The execution of an algorithm."""@en ; + skos:prefLabel "Procedure"@en ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "The set of established forms or methods of an organized body for accomplishing a certain task or tasks (Wiktionary)."@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An intentional process in which an agent works with some entities according to some existing formalised operative rules."@en ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A procedure can be considered as an intentional process with a plan."@en . + +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 ; + owl:annotatedProperty skos:prefLabel ; + owl:annotatedTarget "Procedure"@en ; + :EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin pro-cedere (“to go forward, to proceed”)."@en + ] . + +[ rdf:type owl:Axiom ; + owl:annotatedSource :EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 ; + owl:annotatedProperty :EMMO_31252f35_c767_4b97_a877_1235076c3e13 ; + owl:annotatedTarget "The set of established forms or methods of an organized body for accomplishing a certain task or tasks (Wiktionary)."@en ; + rdfs:seeAlso "https://en.wiktionary.org/wiki/procedure"^^xsd:anyURI + ] . + + +### 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 ; + owl:disjointWith :EMMO_5848e476_2768_4988_98f9_9053c532307b ; + skos:prefLabel "SerialWorkflow"@en ; + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.0-rc3/doc/figs/SerialWorkflow.png"^^xsd:anyURI ; + :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 ; + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.0-rc3/doc/figs/ParallelWorkflow.png"^^xsd:anyURI ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 """A workflow can be seen as a direct acyclic graph, whose nodes are tasks and edges are asymmetric causal relations. A parallel graph occurs when the topological order of such graph if not unique, meaning that there is at least one portion of the workflow in which at least two tasks are running concurrently. +Concurrent tasks may or may not communicate. Communication is represented as a symmetric causality relation, superimposing the direct acyclic graph structure of the workflow."""@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A workflow with some tasks running concurrently."@en . + + +### https://w3id.org/emmo#EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c +:EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c rdf:type owl:Class ; + rdfs:subClassOf :EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b ; + owl:someValuesFrom :EMMO_4299e344_a321_4ef2_a744_bacfcce80afc + ] ; + 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_8a2a1cbc_dfc3_4e6c_b337_00ee56fd438a +:EMMO_8a2a1cbc_dfc3_4e6c_b337_00ee56fd438a rdf:type owl:Class ; + rdfs:subClassOf , + :EMMO_edf72228_e040_4edc_8b46_78b2a47c72d7 ; + skos:prefLabel "EndTask"@en ; + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.0-rc3/doc/figs/EndTile.png"^^xsd:anyURI ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The final task 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 . + + +### https://w3id.org/emmo#EMMO_8cf62c94_ae5f_4f80_8669_d5f91178db6d +:EMMO_8cf62c94_ae5f_4f80_8669_d5f91178db6d rdf:type owl:Class ; + rdfs:subClassOf :EMMO_c130614a_2985_476d_a7ed_8a137847703c ; + skos:prefLabel "ProceduralAgent"@en . + + +### https://w3id.org/emmo#EMMO_9ac10a20_63d0_4bbd_a5d3_f00a0ad4682c +:EMMO_9ac10a20_63d0_4bbd_a5d3_f00a0ad4682c rdf:type owl:Class ; + rdfs:subClassOf , + :EMMO_ddecfff6_d3a1_4972_b9e9_3d0ca11a3a0b ; + skos:example "A Jacobi method, involving the iterative multiplication between a matrix A and a vector x, which is part of larger workflow for the solution of a partial differential equation using finite differences."@en ; + skos:prefLabel "IterativeTask"@en ; + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.0-rc3/doc/figs/IterativeWorkflow.png"^^xsd:anyURI ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An iterative workflow which is a task of a larger workflow."@en . + + +### https://w3id.org/emmo#EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3 +:EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_4299e344_a321_4ef2_a744_bacfcce80afc , + :EMMO_9953c19f_ee33_4af8_be5e_dbf6d1e33581 ; + skos:altLabel "Step"@en ; + skos:prefLabel "TaskTile"@en ; + :EMMO_31252f35_c767_4b97_a877_1235076c3e13 "While a task is only an holistic part of a workflow, a task tile provide a more precise context about the placement of a task in the topological structure of a workflow by using a reductionistic categorization. A workflow is now seen as a tiling and the task is on of its tiles."@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 task tile 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_fa595892_070d_455e_9459_06c97179c080 ; + skos:prefLabel "BeginTask"@en ; + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.0-rc3/doc/figs/BeginTile.png"^^xsd:anyURI ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An initial task of a workflow."@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 +:EMMO_ddecfff6_d3a1_4972_b9e9_3d0ca11a3a0b rdf:type owl:Class ; + rdfs:subClassOf :EMMO_57ba1bf0_4314_432c_a9bb_6a6720c8dab5 ; + skos:prefLabel "IterativeWorkflow"@en ; + :EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.0-rc3/doc/figs/IterativeWorkflow.png"^^xsd:anyURI ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A workflow whose steps are the repetition of the same task type."@en . + + +### https://w3id.org/emmo#EMMO_eaf4640d_651d_4cbe_a315_3d2dc5df3b35 +:EMMO_eaf4640d_651d_4cbe_a315_3d2dc5df3b35 rdf:type owl:Class ; + rdfs:subClassOf :EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 ; + skos:prefLabel "ProceduralData"@en . + + +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi