@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix emmo: <https://w3id.org/emmo#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix swrl: <http://www.w3.org/2003/11/swrl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dcterms:abstract a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> .

dcterms:alternative a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/emmo#> .

dcterms:bibliographicCitation a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/emmo#> .

dcterms:contributor a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> .

dcterms:created a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/emmo#> .

dcterms:creator a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> .

dcterms:hasFormat a owl:ObjectProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/emmo#> .

dcterms:issued a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/emmo#> .

dcterms:license a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> .

dcterms:modified a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/emmo#> .

dcterms:publisher a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> .

dcterms:source a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/emmo#> .

dcterms:title a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> .

bibo:doi a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/emmo#> .

bibo:status a owl:ObjectProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/emmo#> .

vann:preferredNamespacePrefix a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/emmo#> .

vann:preferredNamespaceUri a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/emmo#> .

rdf:HTML a rdfs:Datatype .

owl:minQualifiedCardinality a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> .

owl:qualifiedCardinality a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> .

skos:example a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> .

skos:hiddenLabel a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf rdfs:label .

locn:fullAddress a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> .

foaf:homepage a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/emmo#> .

foaf:logo a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/emmo#> .

foaf:mbox a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/emmo#> .

foaf:name a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> .

foaf:workplaceHomepage a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> .

<https://orcid.org/0000-0001-9189-2400> a owl:NamedIndividual,
        foaf:Person ;
    rdfs:label "SebastianoMoruzzi"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/contributors#> ;
    skos:prefLabel "SebastianoMoruzzi"^^xsd:string ;
    foaf:name "Sebastiano Moruzzi"^^xsd:string ;
    foaf:workplaceHomepage <https://www.unibo.it/en> .

<https://orcid.org/0000-0002-5417-6808> a owl:NamedIndividual,
        foaf:Person ;
    rdfs:label "MichaelNoeske"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/contributors#> ;
    skos:prefLabel "MichaelNoeske"^^xsd:string ;
    foaf:name "Paul-Ludwig Michael Noeske"^^xsd:string ;
    foaf:workplaceHomepage <https://www.ifam.fraunhofer.de/en> .

<https://orcid.org/0009-0007-5850-6628> a owl:NamedIndividual,
        foaf:Person ;
    rdfs:label "AnnedeBaas"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/contributors#> ;
    skos:prefLabel "AnnedeBaas"^^xsd:string ;
    foaf:name "Anne de Baas"^^xsd:string ;
    foaf:workplaceHomepage <https://materialsmodelling.com> .

schema:unitCode a owl:AnnotationProperty ;
    rdfs:comment "The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL."@en ;
    rdfs:domain emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:range xsd:string ;
    rdfs:seeAlso "https://schema.org/unitCode"^^xsd:string,
        "The normative list of all codes is available at http://www.unece.org/fileadmin/DAM/cefact/recommendations/rec20/rec20_Rev9e_2014.xls"@en ;
    rdfs:subPropertyOf emmo:EMMO_58e7c821_4af0_4394_89f7_a9649735f4d2 ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon."@en,
        "The UN/CEFACT Recommendation 20 provides three character alphabetic and alphanumeric codes for representing units of measurement for length, area, volume/capacity, mass (weight), time, and other quantities used in international trade. The codes are intended for use in manual and/or automated systems for the exchange of information between participants in international trade."@en .

<https://w3id.org/emmo> a owl:Ontology ;
    dcterms:abstract """EMMO Maximal (EMAX) - the full version of the Elementary Multiperspective Material Ontology (EMMO), including additional mereocausal concepts, the full standard model and non-SI and prefixed units.

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: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"^^xsd:string ;
    dcterms:contributor <https://orcid.org/0000-0001-7815-6636>,
        <https://orcid.org/0000-0001-8869-3718>,
        <https://orcid.org/0000-0002-8758-6109>,
        <https://orcid.org/0000-0003-0514-9229>,
        <https://orcid.org/0000-0003-4065-9742>,
        <https://orcid.org/0009-0008-8009-5009> ;
    dcterms:created "2025-02-20"^^xsd:string ;
    dcterms:creator <https://orcid.org/0000-0002-1560-809X>,
        <https://orcid.org/0000-0002-4181-2852>,
        <https://orcid.org/0000-0003-3805-8761> ;
    dcterms:hasFormat <https://www.w3.org/TR/turtle> ;
    dcterms:issued "2018-05-03"^^xsd:string ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/legalcode> ;
    dcterms:modified "2025-03-27"^^xsd:string ;
    dcterms:publisher emmo:EMMC_ASBL ;
    dcterms:source "CWA 17815, Materials characterisation - Terminology, metadata and classification. Led by EMMC. 2017. https://www.cencenelec.eu/media/CEN-CENELEC/CWAs/ICT/cwa17815.pdf"^^xsd:string,
        "European Commission, Directorate-General for Research and Innovation, Baas, A., What makes a material function? - Let me compute the ways - Modelling in H2020 LEIT-NMBP programme materials and nanotechnology projects -Sixth version - Short version, Baas, A.(editor), Publications Office of the European Union, 2017, https://data.europa.eu/doi/10.2777/404734"@en ;
    dcterms:title "EMMO Maximal (EMAX)"@en ;
    bibo:doi "10.5281/zenodo.5730500"^^xsd:string ;
    bibo:status <http://purl.org/ontology/bibo/status/published> ;
    vann:preferredNamespacePrefix "emmo"^^xsd:string ;
    vann:preferredNamespaceUri "https://w3id.org/emmo"^^xsd:string ;
    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.2"^^xsd:string ;
    owl:versionIRI <https://w3id.org/emmo/1.0.3> ;
    owl:versionInfo "1.0.3"^^xsd:string ;
    foaf:homepage <https://github.com/emmo-repo/EMMO> ;
    foaf:logo "https://github.com/emmo-repo/EMMO/raw/master/doc/emmo-logo.png"^^xsd:string ;
    foaf:mbox <mailto:emmo@emmc.eu> ;
    emmo:EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu"^^xsd:string .

emmo:0558e802_46a4_45de_af85_47aff4dc427e a owl:ObjectProperty ;
    rdfs:label "hasFractionalMember"@en ;
    rdfs:comment "The relation between a collection and a non maximal self-connect part of one of its member."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:subPropertyOf emmo:3bd4339b_e01f_43e5_a011_74a4ef3ffa90,
        emmo:EMMO_339d8e1a_f52a_42cd_8df5_57b5328b939e,
        emmo:EMMO_c37d451b_e245_439f_bd94_9050e04ec9f7 ;
    skos:prefLabel "hasFractionalMember"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a collection and a non maximal self-connect part of one of its member."@en .

emmo:Abampere a owl:Class ;
    rdfs:label "Abampere"@en ;
    rdfs:comment """The Abampere (aA), also called the biot after Jean-Baptiste Biot, is the basic electromagnetic unit of electric current in the emu-cgs system of units (electromagnetic cgs). One abampere is equal to ten amperes in the SI system of units. An abampere is the constant current that produces, when maintained in two parallel conductors of negligible circular section and of infinite length placed 1 centimetre apart, a force of 2 dynes per centimetre between the two conductors.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-13?rskey=i2kRRz"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 ;
    skos:prefLabel "Abampere"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A_Ab"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Bi"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "abA"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The Abampere (aA), also called the biot after Jean-Baptiste Biot, is the basic electromagnetic unit of electric current in the emu-cgs system of units (electromagnetic cgs). One abampere is equal to ten amperes in the SI system of units. An abampere is the constant current that produces, when maintained in two parallel conductors of negligible circular section and of infinite length placed 1 centimetre apart, a force of 2 dynes per centimetre between the two conductors.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Abampere?oldid=489318583"^^xsd:string .

emmo:AbamperePerSquareCentiMetre a owl:Class ;
    rdfs:label "AbamperePerSquareCentiMetre"^^xsd:string ;
    rdfs:comment """Abampere Per Square Centimeter (aA/cm²) is a unit in the category of Electric current density. It is also known as abamperes per square centimeter, abampere/square centimeter, abampere/square centimetre, abamperes per square centimetre, abampere per square centimetre. This unit is commonly used in the cgs unit system. Abampere Per Square Centimeter (aA/cm²) has a dimension of L⁻²I where L is length, and I is electric current. It can be converted to the corresponding standard SI unit A/m² by multiplying its value by a factor of 100000.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.efunda.com/glossary/units/units--electric_current_density--abampere_per_square_centimeter.cfm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Abampere per Square Centimetre"@en ;
    skos:prefLabel "AbamperePerSquareCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A_Ab-PER-CentiM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Bi.cm-2"^^xsd:string,
        "Bi/cm2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "abA/cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Abampere Per Square Centimeter (aA/cm²) is a unit in the category of Electric current density. It is also known as abamperes per square centimeter, abampere/square centimeter, abampere/square centimetre, abamperes per square centimetre, abampere per square centimetre. This unit is commonly used in the cgs unit system. Abampere Per Square Centimeter (aA/cm²) has a dimension of L⁻²I where L is length, and I is electric current. It can be converted to the corresponding standard SI unit A/m² by multiplying its value by a factor of 100000.

-- QUDT"""@en .

emmo:AbampereSquareCentiMetre a owl:Class ;
    rdfs:label "AbampereSquareCentiMetre"^^xsd:string ;
    rdfs:comment """"Abampere Square centimeter" is the unit of magnetic moment in the electromagnetic centimeter-gram-second system.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://wordinfo.info/unit/4266"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Abampere Square centimetre"@en ;
    skos:prefLabel "AbampereSquareCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A_Ab-CentiM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Bi.cm2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "abA⋅cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Abampere Square centimeter" is the unit of magnetic moment in the electromagnetic centimeter-gram-second system.

-- QUDT"""@en .

emmo:Abcoulomb a owl:Class ;
    rdfs:label "Abcoulomb"@en ;
    rdfs:comment """"abcoulomb" (abC or aC) or electromagnetic unit of charge (emu of charge) is the basic physical unit of electric charge in the cgs-emu system of units. One abcoulomb is equal to ten coulombs (1 abC = 10 C).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-9?rskey=KHjyOu"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Abcoulomb"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C_Ab"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "10.C"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "abC"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"abcoulomb" (abC or aC) or electromagnetic unit of charge (emu of charge) is the basic physical unit of electric charge in the cgs-emu system of units. One abcoulomb is equal to ten coulombs (1 abC = 10 C).

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Abcoulomb?oldid=477198635"^^xsd:string .

emmo:AbcoulombPerSquareCentiMetre a owl:Class ;
    rdfs:label "AbcoulombPerSquareCentiMetre"^^xsd:string ;
    rdfs:comment """Abcoulomb Per Square Centimeter is a unit in the category of Electric charge surface density. It is also known as abcoulombs per square centimeter, abcoulomb per square centimetre, abcoulombs per square centimetre, abcoulomb/square centimeter,abcoulomb/square centimetre. This unit is commonly used in the cgs unit system.
Abcoulomb Per Square Centimeter (abcoulomb/cm2) has a dimension of L₂TI.  where L is length, T is time, and I is electric current. It can be converted to the corresponding standard SI unit C/m² by multiplying its value by a factor of 100,000.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.efunda.com/glossary/units/units--electric_charge_surface_density--abcoulomb_per_square_centimeter.cfm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Abcoulomb per Square Centimetre"@en ;
    skos:prefLabel "AbcoulombPerSquareCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C_Ab-PER-CentiM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "10.C.cm-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "abC/cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Abcoulomb Per Square Centimeter is a unit in the category of Electric charge surface density. It is also known as abcoulombs per square centimeter, abcoulomb per square centimetre, abcoulombs per square centimetre, abcoulomb/square centimeter,abcoulomb/square centimetre. This unit is commonly used in the cgs unit system.
Abcoulomb Per Square Centimeter (abcoulomb/cm2) has a dimension of L₂TI.  where L is length, T is time, and I is electric current. It can be converted to the corresponding standard SI unit C/m² by multiplying its value by a factor of 100,000.

-- QUDT"""@en .

emmo:Abfarad a owl:Class ;
    rdfs:label "Abfarad"@en ;
    rdfs:comment """An abfarad is an obsolete electromagnetic (CGS) unit of capacitance equal to 10⁹ farads (1,000,000,000 F or 1 GF). The absolute farad of the e.m.u. system, for a steady current identically abC/abV, and identically reciprocal abdaraf. 1 abF = 1 GF.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-13"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_b14d9be5_f81e_469b_abca_379c2e83feab ;
    skos:prefLabel "Abfarad"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FARAD_Ab"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GF"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "abF"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An abfarad is an obsolete electromagnetic (CGS) unit of capacitance equal to 10⁹ farads (1,000,000,000 F or 1 GF). The absolute farad of the e.m.u. system, for a steady current identically abC/abV, and identically reciprocal abdaraf. 1 abF = 1 GF.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Abfarad?oldid=407124018"^^xsd:string .

emmo:AbfaradPerCentiMetre a owl:Class ;
    rdfs:label "AbfaradPerCentiMetre"^^xsd:string ;
    rdfs:comment """The absolute dielectric constant of free space is defined as the ratio of displacement to the electric field intensity. The unit of measure is the abfarad per centimeter, a derived CGS unit.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+11 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Abfarad per Centimetre"@en ;
    skos:prefLabel "AbfaradPerCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FARAD_Ab-PER-CentiM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GF.cm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "abf/cm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The absolute dielectric constant of free space is defined as the ratio of displacement to the electric field intensity. The unit of measure is the abfarad per centimeter, a derived CGS unit.

-- QUDT"""@en .

emmo:Abhenry a owl:Class ;
    rdfs:label "Abhenry"@en ;
    rdfs:comment """Abhenry is the centimeter-gram-second electromagnetic unit of inductance, equal to one billionth of a henry.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Abhenry"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/H_Ab"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nH"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "abH"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Abhenry is the centimeter-gram-second electromagnetic unit of inductance, equal to one billionth of a henry.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Abhenry?oldid=477198643"^^xsd:string .

emmo:Abohm a owl:Class ;
    rdfs:label "Abohm"@en ;
    rdfs:comment """`abohm` is the basic unit of electrical resistance in the emu-cgs system of units. One abohm is equal to 10⁻⁹ ohms in the SI system of units; one abohm is a nano ohm.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_7610efb8_c7c6_4684_abc1_774783c62472,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Abohm"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OHM_Ab"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nOhm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "abΩ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`abohm` is the basic unit of electrical resistance in the emu-cgs system of units. One abohm is equal to 10⁻⁹ ohms in the SI system of units; one abohm is a nano ohm.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Abohm?oldid=480725336"^^xsd:string .

emmo:Absiemens a owl:Class ;
    rdfs:label "Absiemens"@en ;
    rdfs:comment """The CGS electromagnetic unit of conductance; one absiemen is the conductance at which a potential of one abvolt forces a current of one abampere; equal to 10⁹ siemens. One siemen is the conductance at which a potential of one volt forces a current of one ampere and named for Karl Wilhem Siemens.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://wordinfo.info/unit/4266"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Absiemens"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/S_Ab"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GS"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "aS"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The CGS electromagnetic unit of conductance; one absiemen is the conductance at which a potential of one abvolt forces a current of one abampere; equal to 10⁹ siemens. One siemen is the conductance at which a potential of one volt forces a current of one ampere and named for Karl Wilhem Siemens.

-- QUDT"""@en .

emmo:Abtesla a owl:Class ;
    rdfs:label "Abtesla"@en ;
    rdfs:comment """The unit of magnetic induction in the cgs system, 10⁻⁴ tesla. Also known as the gauss.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.diracdelta.co.uk/science/source/g/a/gauss/source.html"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5 ;
    skos:prefLabel "Abtesla"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/T_Ab"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "abT"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The unit of magnetic induction in the cgs system, 10⁻⁴ tesla. Also known as the gauss.

-- QUDT"""@en .

emmo:Abvolt a owl:Class ;
    rdfs:label "Abvolt"@en ;
    rdfs:comment """A unit of electrical potential equal to one hundred millionth of a volt (10⁻⁸ volts), used in the centimeter-gram-second (CGS) system of units. One abV is the potential difference that exists between two points when the work done to transfer one abcoulomb of charge between them equals: 1 erg· 1 abV = 10 nV.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-27"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Abvolt"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V_Ab"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "10.nV"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "abV"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of electrical potential equal to one hundred millionth of a volt (10⁻⁸ volts), used in the centimeter-gram-second (CGS) system of units. One abV is the potential difference that exists between two points when the work done to transfer one abcoulomb of charge between them equals: 1 erg· 1 abV = 10 nV.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Abvolt?oldid=477198646"^^xsd:string .

emmo:AbvoltPerCentiMetre a owl:Class ;
    rdfs:label "AbvoltPerCentiMetre"^^xsd:string ;
    rdfs:comment """In the electromagnetic centimeter-gram-second system of units, 'abvolt per centimeter' is the unit of electric field strength.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.endmemo.com/convert/electric%20field%20strength.php"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 ;
    skos:altLabel "Abvolt per centimetre"@en ;
    skos:prefLabel "AbvoltPerCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V_Ab-PER-CentiM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "10.nV.cm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "abV/cm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In the electromagnetic centimeter-gram-second system of units, 'abvolt per centimeter' is the unit of electric field strength.

-- QUDT"""@en .

emmo:AbvoltSecond a owl:Class ;
    rdfs:label "AbvoltSecond"@en ;
    rdfs:comment """The magnetic flux whose expenditure in 1 second produces 1 abvolt per turn of a linked circuit. Technically defined in a three-dimensional system, it corresponds in the four-dimensional electromagnetic sector of the SI system to 10 nWb, and is an impractically small unit. In use for some years, the name was agreed by the International Electrotechnical Committee in 1930, along with a corresponding practical unit, the pramaxwell (or pro-maxwell) = 10⁸ maxwell.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-820"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Abvolt Second"@en ;
    skos:prefLabel "AbvoltSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V_Ab-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "10.nV.s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "abv⋅s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The magnetic flux whose expenditure in 1 second produces 1 abvolt per turn of a linked circuit. Technically defined in a three-dimensional system, it corresponds in the four-dimensional electromagnetic sector of the SI system to 10 nWb, and is an impractically small unit. In use for some years, the name was agreed by the International Electrotechnical Committee in 1930, along with a corresponding practical unit, the pramaxwell (or pro-maxwell) = 10⁸ maxwell.

-- QUDT"""@en .

emmo:Acidity a owl:Class ;
    rdfs:label "pH"@en ;
    rdfs:comment """The negative decadic logarithmus of the concentration of free protons (or hydronium ions) expressed in 1 mol/l.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Acidity"@en ;
    skos:prefLabel "pH"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PH"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pH]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pH"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The negative decadic logarithmus of the concentration of free protons (or hydronium ions) expressed in 1 mol/l.

-- QUDT"""@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Standard state: c0 is 1 mol/L. c of H+ of pure water is determined by the amount of dissociated water. The dissociation constant of water is 10^-14 and since there are qeal amounts of H+ and OH- we get 10^-7 mol H+ /L. -log(10^-7) = 7. The gamma is the activity coefficient which is assumed to be 1 when we say pH = -log[H+]."@en,
        """The proper definition of pH is

    pH = -log(a)

where `a` is the activity of H+ ions in an aqueus solution."""@en .

emmo:Acre a owl:Class ;
    rdfs:label "Acre"@en ;
    rdfs:comment """The acre is a unit of area in a number of different systems, including the imperial and U.S. customary systems. Its international symbol is ac. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.046856e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:prefLabel "Acre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/AC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[acr_br]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "acre"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The acre is a unit of area in a number of different systems, including the imperial and U.S. customary systems. Its international symbol is ac. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Acre?oldid=495387342"^^xsd:string .

emmo:AcreFoot a owl:Class ;
    rdfs:label "AcreFoot"@en ;
    rdfs:comment """An acre-foot is a unit of volume commonly used in the United States in reference to large-scale water resources, such as reservoirs, aqueducts, canals, sewer flow capacity, and river flows. It is defined by the volume of one acre of surface area to a depth of one foot. Since the acre is defined as a chain by a furlong (66 ft × 660 ft) the acre-foot is exactly 43,560 cubic feet. For irrigation water, the volume of 1 ft × 1 ac = 43,560 ft³ (1,233.482 m³, 325,851 US gal).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-35"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.233482e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 ;
    skos:altLabel "Acre Foot"@en ;
    skos:prefLabel "AcreFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/AC-FT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[acr_br].[ft_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ac⋅ft"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An acre-foot is a unit of volume commonly used in the United States in reference to large-scale water resources, such as reservoirs, aqueducts, canals, sewer flow capacity, and river flows. It is defined by the volume of one acre of surface area to a depth of one foot. Since the acre is defined as a chain by a furlong (66 ft × 660 ft) the acre-foot is exactly 43,560 cubic feet. For irrigation water, the volume of 1 ft × 1 ac = 43,560 ft³ (1,233.482 m³, 325,851 US gal).

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Acre-foot"^^xsd:string .

emmo:AmpereHourPerKilogram a owl:Class ;
    rdfs:label "AmpereHourPerKilogram"@en ;
    rdfs:comment "unit of electric charge relative to mass"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.6e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:prefLabel "AmpereHourPerKilogram"@en ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A⋅h/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "unit of electric charge relative to mass"@en .

emmo:AmpereHourPerLitre a owl:Class ;
    rdfs:label "AmpereHourPerLitre"@en ;
    rdfs:comment "a unit of electric charge per volume"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.6e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8f36559a_a494_4b00_abc5_60bbc1475009,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:prefLabel "AmpereHourPerLitre"@en ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A⋅h/L"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a unit of electric charge per volume"@en .

emmo:AmperePerCentiMetre a owl:Class ;
    rdfs:label "AmperePerCentiMetre"@en ;
    rdfs:comment """SI base unit ampere divided by the 0.01-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 ;
    skos:altLabel "Ampere Per Centimetre"@en ;
    skos:prefLabel "AmperePerCentiMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-CentiM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.cm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/cm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit ampere divided by the 0.01-fold of the SI base unit metre

-- QUDT"""@en .

emmo:AmperePerDegreeCelsius a owl:Class ;
    rdfs:label "AmperePerDegreeCelsius"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://web.mit.edu/course/21/21.guide/use-tab.htm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.729578e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_ed7dd267_e2ee_4565_8117_e5c1eafa3e66 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.Cel-1"^^xsd:string,
        "A/Cel"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/°C"^^xsd:string ;
    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 .

emmo:AmperePerGram a owl:Class ;
    rdfs:label "AmperePerGram"@en ;
    rdfs:comment """`Ampere per gram` is a practical unit to describe an (applied) current relative to the involved amount of material. This unit is often found in electrochemistry to standardize test conditions and compare various scales of investigated materials.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Ampere per Gram"@en ;
    skos:prefLabel "AmperePerGram"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-GM"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A⋅/g"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Ampere per gram` is a practical unit to describe an (applied) current relative to the involved amount of material. This unit is often found in electrochemistry to standardize test conditions and compare various scales of investigated materials.

-- QUDT"""@en .

emmo:AmperePerJoule a owl:Class ;
    rdfs:label "AmperePerJoule"@en ;
    rdfs:comment """The inverse measure of joule-per-ampere or weber. The measure for the reciprical of magnetic flux.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_1aaaceb6_c5eb_4cf3_a494_f82d43fda10a ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.J-1"^^xsd:string,
        "A/J"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/J"^^xsd:string ;
    emmo: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 .

emmo:AmperePerRadian a owl:Class ;
    rdfs:label "AmperePerRadian"@en ;
    rdfs:comment """`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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.rad-1"^^xsd:string,
        "A/rad"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/rad"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:AmperePerSquareCentiMetre a owl:Class ;
    rdfs:label "AmperePerSquareCentiMetre"@en ;
    rdfs:comment """SI base unit ampere divided by the 0.0001-fold  of the power of the SI base unit metre by exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "Ampere Per Square Centimetre"@en ;
    skos:prefLabel "AmperePerSquareCentiMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-CentiM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.cm-2"^^xsd:string,
        "A/cm2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit ampere divided by the 0.0001-fold  of the power of the SI base unit metre by exponent 2

-- QUDT"""@en .

emmo:AmperePerSquareMetreSquareKelvin a owl:Class ;
    rdfs:label "AmperePerSquareMetreSquareKelvin"@en ;
    rdfs:comment "Ampere per square metre and square Kelvin."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_754c3a5d_8ae8_41ff_b5f2_acbadb53c735 ;
    skos:prefLabel "AmperePerSquareMetreSquareKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-M2-K2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.m-2.K-2"^^xsd:string,
        "A/(m2.K2)"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/m²⋅k²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ampere per square metre and square Kelvin."@en .

emmo:AmperePerSquareMilliMetre a owl:Class ;
    rdfs:label "AmperePerSquareMilliMetre"@en ;
    rdfs:comment """SI base unit ampere divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "Ampere Per Square Millimetre"@en ;
    skos:prefLabel "AmperePerSquareMilliMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-MilliM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.mm-2"^^xsd:string,
        "A/mm2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/mm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit ampere divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2

-- QUDT"""@en .

emmo:AmpereSecond a owl:Class ;
    rdfs:label "AmpereSecond"@en ;
    rdfs:comment """product out of the SI base unit ampere and the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a ;
    skos:altLabel "Ampere Second"@en ;
    skos:prefLabel "AmpereSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A⋅s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product out of the SI base unit ampere and the SI base unit second

-- QUDT"""@en .

emmo:AmpereSquareMetre a owl:Class ;
    rdfs:label "AmpereSquareMetre"@en ;
    rdfs:comment """The SI unit of electromagnetic moment.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://encyclopedia2.thefreedictionary.com/ampere+meter+squared"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e ;
    skos:altLabel "Ampere Square Metre"@en ;
    skos:prefLabel "AmpereSquareMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.m2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A⋅m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of electromagnetic moment.

-- QUDT"""@en .

emmo:AmpereSquareMetrePerJouleSecond a owl:Class ;
    rdfs:label "AmpereSquareMetrePerJouleSecond"@en ;
    rdfs:comment """The SI unit of gyromagnetic ratio.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://encyclopedia2.thefreedictionary.com/ampere+square+meter+per+joule+second"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.m2.J-1.s-1"^^xsd:string,
        "A.m2/(J.s)"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A⋅m²/(J⋅s)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of gyromagnetic ratio.

-- QUDT"""@en .

emmo:AmpereTurn a owl:Class ;
    rdfs:label "AmpereTurn"@en ;
    rdfs:comment """The `ampere-turn` was the MKS unit of magnetomotive force (MMF), represented by a direct current of one ampere flowing in a single-turn loop in a vacuum. "Turns" refers to the winding number of an electrical conductor comprising an inductor. The ampere-turn was replaced by the SI unit, ampere.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 ;
    skos:altLabel "Ampere Turn"@en ;
    skos:prefLabel "AmpereTurn"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/AT"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "AT"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The `ampere-turn` was the MKS unit of magnetomotive force (MMF), represented by a direct current of one ampere flowing in a single-turn loop in a vacuum. "Turns" refers to the winding number of an electrical conductor comprising an inductor. The ampere-turn was replaced by the SI unit, ampere.

-- QUDT"""@en .

emmo:AmpereTurnPerInch a owl:Class ;
    rdfs:label "AmpereTurnPerInch"@en ;
    rdfs:comment """The `Ampere Turn per Inch` is a measure of magnetic field intensity and is eual to 12.5664 Oersted.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 3.937008e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 ;
    skos:altLabel "Ampere Turn per Inch"@en ;
    skos:prefLabel "AmpereTurnPerInch"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/AT-PER-IN"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "At/in"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The `Ampere Turn per Inch` is a measure of magnetic field intensity and is eual to 12.5664 Oersted.

-- QUDT"""@en .

emmo:AmpereTurnPerMetre a owl:Class ;
    rdfs:label "AmpereTurnPerMetre"@en ;
    rdfs:comment """The  `Ampere Turn per Metre` 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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 ;
    skos:altLabel "Ampere Turn per Metre"@en ;
    skos:prefLabel "AmpereTurnPerMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/AT-PER-M"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "At/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The  `Ampere Turn per Metre` 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 .

emmo:Angstrom a owl:Class ;
    rdfs:label "Ångström"@en ;
    rdfs:comment "Measure of length defined as 1e-10 metres."@en,
        """The Angstr`o`m is an internationally recognized unit of length equal to 0.1  nanometre or 1 × 10⁻¹⁰ metres.  Although accepted for use, it is not formally defined within the International System of Units(SI). The angstrom is often used in the natural sciences to express the sizes of atoms, lengths of chemical bonds and the wavelengths of electromagnetic radiation, and in technology for the dimensions of parts of integrated circuits. It is also commonly used in structural biology.

-- QUDT"""@en,
        """Ångström is not mentioned in the SI system and deprecated by the International Bureau of Weights and Measures (BIPM).

Dispite of that, it is often used in the natural sciences and technology."""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue "Å"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:altLabel "Angstrom"@en ;
    skos:prefLabel "Ångström"@en ;
    schema:unitCode "A11"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ANGSTROM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Ao"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/%C3%85ngstr%C3%B6m"^^xsd:string ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Measure of length defined as 1e-10 metres."@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The Angstr`o`m is an internationally recognized unit of length equal to 0.1  nanometre or 1 × 10⁻¹⁰ metres.  Although accepted for use, it is not formally defined within the International System of Units(SI). The angstrom is often used in the natural sciences to express the sizes of atoms, lengths of chemical bonds and the wavelengths of electromagnetic radiation, and in technology for the dimensions of parts of integrated circuits. It is also commonly used in structural biology.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Angstrom"^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.N00350"^^xsd:string .

emmo:Arcminute a owl:Class ;
    rdfs:label "Arcminute"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedspecialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "′"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 2.908882e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 ;
    skos:altLabel "ArcMinute"@en,
        "MinuteOfArc"@en ;
    skos:prefLabel "Arcminute"@en ;
    schema:unitCode "D61"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ARCMIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "'"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "'"^^xsd:string ;
    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:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Minute_of_arc"^^xsd:string .

emmo:Are a owl:Class ;
    rdfs:label "Are"@en ;
    rdfs:comment """An 'are' is a unit of area equal to 0.02471 acre and 100 centare.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.anidatech.com/units.html"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "are"@en ;
    skos:prefLabel "Are"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ARE"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ar"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "a"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An 'are' is a unit of area equal to 0.02471 acre and 100 centare.

-- QUDT"""@en .

emmo:AssayTon a owl:Class ;
    rdfs:label "AssayTon"@en ;
    rdfs:comment """In the United States, a unit of mass, approximately 29.167  grams. The number of milligrams of precious metal in one assay ton of the ore being tested is equal to the number of troy ounces of pure precious metal in one 2000-pound ton of the ore. i.e. a bead is obtained that weights 3 milligrams, thus the precious metals in the bead would equal three troy ounces to each ton of ore with the understanding that this varies considerably in the real world as the amount of precious values in each ton of ore varies considerably.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.assaying.org/assayton.htm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.916667e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Assay Ton"@en ;
    skos:prefLabel "AssayTon"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TON_Assay"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "AT"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In the United States, a unit of mass, approximately 29.167  grams. The number of milligrams of precious metal in one assay ton of the ore being tested is equal to the number of troy ounces of pure precious metal in one 2000-pound ton of the ore. i.e. a bead is obtained that weights 3 milligrams, thus the precious metals in the bead would equal three troy ounces to each ton of ore with the understanding that this varies considerably in the real world as the amount of precious values in each ton of ore varies considerably.

-- QUDT"""@en .

emmo:AstronomicalUnit a owl:Class ;
    rdfs:label "AstronomicalUnit"@en ;
    rdfs:comment """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,
        "One astronomical unit is defined as exactly 149597870700 m, which is roughly the distance from earth to sun."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedspecialunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.495979e+11 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue "au"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:altLabel "astronomical-unit"@en ;
    skos:prefLabel "AstronomicalUnit"@en ;
    schema:unitCode "A12"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/unit/AU"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "AU"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Astronomical_unit"^^xsd:string ;
    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"^^xsd:string,
        "au"^^xsd:string ;
    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:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Astronomical_unit"^^xsd:anyURI .

emmo:AtmosphereCubicMeterPerMole a owl:Class ;
    rdfs:label "AtmosphereCubicMeterPerMole"@en ;
    rdfs:comment """A unit that consists of the power of the SI base unit metre with the exponent 3 multiplied by the unit atmosphere divided by the SI base unit mol.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.01325e+05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Atmosphere Cubic Meter per Mole"@en ;
    skos:prefLabel "AtmosphereCubicMeterPerMole"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ATM-M3-PER-MOL"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "atm⋅m³/mol"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit that consists of the power of the SI base unit metre with the exponent 3 multiplied by the unit atmosphere divided by the SI base unit mol.

-- QUDT"""@en .

emmo:AtomFraction a owl:Class ;
    rdfs:label "MoleFraction"@en ;
    rdfs:comment "Number of one type of species divided by the number of all species."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_f76f5a24_d703_4e8c_b368_f9a7777cb73a ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.mol-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "atom-fraction"^^xsd:string,
        "atom_fraction"^^xsd:string,
        "mol/mol"^^xsd:string,
        "mole-fraction"^^xsd:string,
        "mole_fraction"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of one type of species divided by the number of all species."@en .

emmo:AttoCoulomb a owl:Class ;
    rdfs:label "AttoCoulomb"^^xsd:string ;
    rdfs:comment """An AttoColomb is 10⁻¹⁸ C.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Coulomb ],
        [ a owl:Restriction ;
            owl:hasValue 1e-18 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_42955b2d_b465_4666_86cc_ea3c2d685753,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "AttoCoulomb"@en ;
    skos:prefLabel "AttoCoulomb"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/AttoC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "aC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "aC"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An AttoColomb is 10⁻¹⁸ C.

-- QUDT"""@en .

emmo:AttoFarad a owl:Class ;
    rdfs:label "AttoFarad"^^xsd:string ;
    rdfs:comment """0,000 000 000 000 000 001-fold of the SI derived unit farad

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Farad ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-18 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_42955b2d_b465_4666_86cc_ea3c2d685753,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b14d9be5_f81e_469b_abca_379c2e83feab,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "AttoFarad"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/AttoFARAD"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "aF"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "aF"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,000 000 000 000 000 001-fold of the SI derived unit farad

-- QUDT"""@en .

emmo:AttoJoule a owl:Class ;
    rdfs:label "AttoJoule"^^xsd:string ;
    rdfs:comment """0,000 000 000 000 000 001-fold of the derived SI unit joule

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Joule ],
        [ a owl:Restriction ;
            owl:hasValue 1e-18 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_42955b2d_b465_4666_86cc_ea3c2d685753,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:prefLabel "AttoJoule"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/AttoJ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "aJ"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "aJ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,000 000 000 000 000 001-fold of the derived SI unit joule

-- QUDT"""@en .

emmo:AttoJouleSecond a owl:Class ;
    rdfs:label "AttoJouleSecond"^^xsd:string ;
    rdfs:comment """unit of the Planck's constant as product of the SI derived unit joule and the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:JouleSecond ],
        [ a owl:Restriction ;
            owl:hasValue 1e-18 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_42955b2d_b465_4666_86cc_ea3c2d685753,
        emmo:EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Attojoule Second"@en ;
    skos:prefLabel "AttoJouleSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/AttoJ-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "aJ.s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "aJ⋅s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the Planck's constant as product of the SI derived unit joule and the SI base unit second

-- QUDT"""@en .

emmo:Ban a owl:Class ;
    rdfs:label "Ban"@en ;
    rdfs:comment """A ban is a logarithmic unit which measures information or entropy, based on base 10 logarithms and powers of 10, rather than the powers of 2 and base 2 logarithms which define the bit. One ban is approximately 3.32 (log₂ 10) bits.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.302585e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue "Ban"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_972e01b0_b017_4903_8c05_b7edda958723 ;
    skos:prefLabel "Ban"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BAN"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ban"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A ban is a logarithmic unit which measures information or entropy, based on base 10 logarithms and powers of 10, rather than the powers of 2 and base 2 logarithms which define the bit. One ban is approximately 3.32 (log₂ 10) bits.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Ban?oldid=472969907"^^xsd:string .

emmo:Barad a owl:Class ;
    rdfs:label "Barad"@en ;
    rdfs:comment """A barad is a dyne per square centimetre (dyn · cm⁻²), and is equal to 0.1 Pa  (1   micro   bar, 0.000014504   p.s.i.). Note that this is precisely the microbar, the confusable bar being related in size to the normal atmospheric pressure, at 100 dyn · cm⁻². Accordingly barad was not abbreviated, so occurs prefixed as in cbarad = centibarad. Despite being the coherent unit for pressure in c.g.s., barad was probably much less common than the non-coherent bar. Barad is sometimes called barye, a name also used for bar.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Barad"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BARAD"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Ba"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A barad is a dyne per square centimetre (dyn · cm⁻²), and is equal to 0.1 Pa  (1   micro   bar, 0.000014504   p.s.i.). Note that this is precisely the microbar, the confusable bar being related in size to the normal atmospheric pressure, at 100 dyn · cm⁻². Accordingly barad was not abbreviated, so occurs prefixed as in cbarad = centibarad. Despite being the coherent unit for pressure in c.g.s., barad was probably much less common than the non-coherent bar. Barad is sometimes called barye, a name also used for bar.

-- QUDT"""@en .

emmo:Barn a owl:Class ;
    rdfs:label "Barn"@en ;
    rdfs:comment """A barn (symbol b) is a unit of area. Originally used in nuclear physics for expressing the cross sectional area of nuclei and nuclear reactions, today it is used in all fields of high energy physics to express the cross sections of any scattering process, and is best understood as a measure of the probability of interaction between small particles. A barn is defined as 10⁻²⁸ m² (100 fm²) and is approximately the cross sectional area of a uranium nucleus. The barn is also the unit of area used in nuclear quadrupole resonance and nuclear magnetic resonance to quantify the interaction of a nucleus with an electric field gradient. While the barn is not an SI unit, it is accepted for use with the SI due to its continued use in particle physics.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-28 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Barn"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BARN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "b"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "b"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A barn (symbol b) is a unit of area. Originally used in nuclear physics for expressing the cross sectional area of nuclei and nuclear reactions, today it is used in all fields of high energy physics to express the cross sections of any scattering process, and is best understood as a measure of the probability of interaction between small particles. A barn is defined as 10⁻²⁸ m² (100 fm²) and is approximately the cross sectional area of a uranium nucleus. The barn is also the unit of area used in nuclear quadrupole resonance and nuclear magnetic resonance to quantify the interaction of a nucleus with an electric field gradient. While the barn is not an SI unit, it is accepted for use with the SI due to its continued use in particle physics.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Barn_(unit)"^^xsd:string .

emmo:Barrel a owl:Class ;
    rdfs:label "Barrel"@en ;
    rdfs:comment """A barrel is one of several units of volume, with dry barrels, fluid barrels (UK beer barrel, U.S. beer barrel), oil barrel, etc. The volume of some barrel units is double others, with various volumes in the range of about 100-200 litres (22-44 imp gal; 26-53 US gal).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Barrel"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BBL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[bbl_us]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bbl"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A barrel is one of several units of volume, with dry barrels, fluid barrels (UK beer barrel, U.S. beer barrel), oil barrel, etc. The volume of some barrel units is double others, with various volumes in the range of about 100-200 litres (22-44 imp gal; 26-53 US gal).

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Barrel?oldid=494614619"^^xsd:string .

emmo:Barye a owl:Class ;
    rdfs:label "Barye"@en ;
    rdfs:comment """The barye, or sometimes barad, barrie, bary, baryd, baryed, or barie, is the centimetre-gram-second (CGS) unit of pressure. It is equal to 1 dyne per square centimetre.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Barye"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BARYE"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Ba"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The barye, or sometimes barad, barrie, bary, baryd, baryed, or barie, is the centimetre-gram-second (CGS) unit of pressure. It is equal to 1 dyne per square centimetre.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Barye?oldid=478631158"^^xsd:string .

emmo:Bbl_Uk_Pet a owl:Class ;
    rdfs:label "Bbl_Uk_Pet"@en ;
    rdfs:comment """unit of the volume for crude oil according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.591132e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Barrel (UK Petroleum)"@en ;
    skos:prefLabel "Bbl_Uk_Pet"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BBL_UK_PET"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bbl{UK petroleum}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume for crude oil according to the Imperial system of units

-- QUDT"""@en .

emmo:Bbl_Uk_Pet_Per_Day a owl:Class ;
    rdfs:label "Bbl_Uk_Pet_Per_Day"@en ;
    rdfs:comment """unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.841587e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Barrel (UK Petroleum) Per Day"@en ;
    skos:prefLabel "Bbl_Uk_Pet_Per_Day"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BBL_UK_PET-PER-DAY"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bbl{UK petroleum}/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit day

-- QUDT"""@en .

emmo:Bbl_Uk_Pet_Per_Hr a owl:Class ;
    rdfs:label "Bbl_Uk_Pet_Per_Hr"@en ;
    rdfs:comment """unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.41981e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Barrel (UK Petroleum) Per Hour"@en ;
    skos:prefLabel "Bbl_Uk_Pet_Per_Hr"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BBL_UK_PET-PER-HR"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bbl{UK petroleum}/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit hour

-- QUDT"""@en .

emmo:Bbl_Uk_Pet_Per_Min a owl:Class ;
    rdfs:label "Bbl_Uk_Pet_Per_Min"@en ;
    rdfs:comment """unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.651886e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Barrel (UK Petroleum) Per Minute"@en ;
    skos:prefLabel "Bbl_Uk_Pet_Per_Min"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BBL_UK_PET-PER-MIN"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bbl{UK petroleum}/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit minute

-- QUDT"""@en .

emmo:Bbl_Uk_Pet_Per_Sec a owl:Class ;
    rdfs:label "Bbl_Uk_Pet_Per_Sec"@en ;
    rdfs:comment """unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.591132e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Barrel (UK Petroleum) Per Second"@en ;
    skos:prefLabel "Bbl_Uk_Pet_Per_Sec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BBL_UK_PET-PER-SEC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bbl{UK petroleum}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the SI base unit second

-- QUDT"""@en .

emmo:Bbl_Us a owl:Class ;
    rdfs:label "Bbl_Us"@en ;
    rdfs:comment """unit of the volume for crude oil according to the Anglo-American system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.589873e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Barrel (US)"@en ;
    skos:prefLabel "Bbl_Us"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BBL_US"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[bbl_us]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bbl{US petroleum}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume for crude oil according to the Anglo-American system of units

-- QUDT"""@en .

emmo:Bbl_Us_Dry a owl:Class ;
    rdfs:label "Bbl_Us_Dry"@en ;
    rdfs:comment """non SI-conform unit of the volume in the USA which applies to a resolution from 1912: 1 dry barrel (US) equals approximately to 115,63 litre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.156282e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Dry Barrel (US)"@en ;
    skos:prefLabel "Bbl_Us_Dry"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BBL_US_DRY"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bbl{US dry}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """non SI-conform unit of the volume in the USA which applies to a resolution from 1912: 1 dry barrel (US) equals approximately to 115,63 litre

-- QUDT"""@en .

emmo:Bbl_Us_Per_Day a owl:Class ;
    rdfs:label "Bbl_Us_Per_Day"@en ;
    rdfs:comment """unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.84e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Barrel (US) Per Day"@en ;
    skos:prefLabel "Bbl_Us_Per_Day"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BBL_US-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[bbl_us].d-1"^^xsd:string,
        "[bbl_us]/d"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bsh{US petroleum}/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit day

-- QUDT"""@en .

emmo:Bbl_Us_Per_Min a owl:Class ;
    rdfs:label "Bbl_Us_Per_Min"@en ;
    rdfs:comment """unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.6498e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Barrel (US) Per Minute"@en ;
    skos:prefLabel "Bbl_Us_Per_Min"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BBL_US-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[bbl_us].min-1"^^xsd:string,
        "[bbl_us]/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bbl{US petroleum}/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit minute

-- QUDT"""@en .

emmo:Bbl_Us_Pet_Per_Hr a owl:Class ;
    rdfs:label "Bbl_Us_Pet_Per_Hr"@en ;
    rdfs:comment """unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.4163e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Barrel (US Petroleum) Per Hour"@en ;
    skos:prefLabel "Bbl_Us_Pet_Per_Hr"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BBL_US_PET-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[bbl_us].h-1"^^xsd:string,
        "[bbl_us]/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bbl{UK petroleum}/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit hour

-- QUDT"""@en .

emmo:Bbl_Us_Pet_Per_Sec a owl:Class ;
    rdfs:label "Bbl_Us_Pet_Per_Sec"@en ;
    rdfs:comment """unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.589873e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Barrel (US Petroleum) Per Second"@en ;
    skos:prefLabel "Bbl_Us_Pet_Per_Sec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BBL_US_PET-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[bbl_us].s-1"^^xsd:string,
        "[bbl_us]/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bbl{UK petroleum}/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the SI base unit second

-- QUDT"""@en .

emmo:Beaufort a owl:Class ;
    rdfs:label "Beaufort"@en ;
    rdfs:comment """unit for classification of winds according to their speed, developed by Sir Francis Beaufort as measure for the over-all behaviour of a ship's sail at different wind speeds

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Beaufort"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BFT"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Beufort"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit for classification of winds according to their speed, developed by Sir Francis Beaufort as measure for the over-all behaviour of a ship's sail at different wind speeds

-- QUDT"""@en .

emmo:BecquerelPerCubicMetre a owl:Class ;
    rdfs:label "BecquerelPerCubicMetre"@en ;
    rdfs:comment """The SI derived unit of unit in the category of Radioactivity concentration.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.efunda.com/glossary/units/units--radioactivity_concentration--becquerel_per_cubic_meter.cfm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Bq.m-3"^^xsd:string,
        "Bq/m3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Bq/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI derived unit of unit in the category of Radioactivity concentration.

-- QUDT"""@en .

emmo:BecquerelPerSquareMetre a owl:Class ;
    rdfs:label "BecquerelPerSquareMetre"@en ;
    rdfs:comment "Becquerel per square metre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 ;
    skos:prefLabel "BecquerelPerSquareMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BQ-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Bq.m-2"^^xsd:string,
        "Bq/m2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Bq/m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Becquerel per square metre."@en .

emmo:BecquerelSecondPerCubicMetre a owl:Class ;
    rdfs:label "BecquerelSecondPerCubicMetre"^^xsd:string ;
    rdfs:comment "Becquerels second per cubic metre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e ;
    skos:prefLabel "BecquerelSecondPerCubicMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BQ-SEC-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Bq.s.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Bq⋅s/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Becquerels second per cubic metre."@en .

emmo:Biot a owl:Class ;
    rdfs:label "Biot"@en ;
    rdfs:comment """"Biot" is another name for the abampere (aA), which is the basic electromagnetic unit of electric current in the emu-cgs (centimeter-gram-second) system of units. It is called after a French physicist, astronomer, and mathematician Jean-Baptiste Biot. One abampere is equal to ten amperes in the SI system of units. One abampere is the current, which produces a force of 2 dyne/cm between two infinitively long parallel wires that are 1 cm apart.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.translatorscafe.com/cafe/EN/units-converter/current/10-4/"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 ;
    skos:prefLabel "Biot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BIOT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Bi"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Bi"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Biot" is another name for the abampere (aA), which is the basic electromagnetic unit of electric current in the emu-cgs (centimeter-gram-second) system of units. It is called after a French physicist, astronomer, and mathematician Jean-Baptiste Biot. One abampere is equal to ten amperes in the SI system of units. One abampere is the current, which produces a force of 2 dyne/cm between two infinitively long parallel wires that are 1 cm apart.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Biot?oldid=443318821"^^xsd:string .

emmo:Bit a owl:Class ;
    rdfs:label "Bit"@en ;
    rdfs:comment """A bit (binary digit) is the smallest unit of data that a computer can process and store. A bit is always in one of two physical states, similar to an on/off light switch. The state is represented by a single binary value, usually a 0 or 1.

-- Wikipedia"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:prefLabel "Bit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BIT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "bit"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "b"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A bit (binary digit) is the smallest unit of data that a computer can process and store. A bit is always in one of two physical states, similar to an on/off light switch. The state is represented by a single binary value, usually a 0 or 1.

-- Wikipedia"""@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """In information theory, a bit is the amount of information that, on average, can be stored in a discrete bit. It is thus the amount of information carried by a choice between two equally likely outcomes. One bit corresponds to about 0.693 nats (ln(2)), or 0.301 hartleys (log10(2)).

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Bit?oldid=495288173"^^xsd:string .

emmo:BoardFoot a owl:Class ;
    rdfs:label "BoardFoot"@en ;
    rdfs:comment """The board-foot is a specialized unit of measure for the volume of lumber in the United States and Canada. It is the volume of a one-foot length of a board one foot wide and one inch thick. Board-foot can be abbreviated FBM (for 'foot, board measure'), BDFT, or BF. Thousand board-feet can be abbreviated as MFBM, MBFT or MBF.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.36e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Board Foot"@en ;
    skos:prefLabel "BoardFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FBM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[bf_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "BDFT"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The board-foot is a specialized unit of measure for the volume of lumber in the United States and Canada. It is the volume of a one-foot length of a board one foot wide and one inch thick. Board-foot can be abbreviated FBM (for 'foot, board measure'), BDFT, or BF. Thousand board-feet can be abbreviated as MFBM, MBFT or MBF.

-- QUDT"""@en .

emmo:BoilerHorsepower a owl:Class ;
    rdfs:label "BoilerHorsepower"@en ;
    rdfs:comment """"Boiler Horsepower" is a unit for  'Power' expressed as hp_boiler.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 9.8095e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Boiler Horsepower"@en ;
    skos:prefLabel "BoilerHorsepower"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HP_Boiler"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "HP{boiler}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Boiler Horsepower" is a unit for  'Power' expressed as hp_boiler.

-- QUDT"""@en .

emmo:BreathPerMinute a owl:Class ;
    rdfs:label "BreathPerMinute"@en ;
    rdfs:comment """A unit of respiratory rate.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Breath per Minute"@en ;
    skos:prefLabel "BreathPerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BREATH-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/min{breath}"^^xsd:string,
        "min-1{breath}"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "breath/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of respiratory rate.

-- QUDT"""@en .

emmo:BtuFoot a owl:Class ;
    rdfs:label "BtuFoot"@en ;
    rdfs:comment """BTU Foot is an Imperial unit for `Thermal Energy Length` expressed as Btu-ft.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.21581e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_cb77e107_43ed_4a97_bf39_03b3587404d3 ;
    skos:altLabel "BTU Foot"@en ;
    skos:prefLabel "BtuFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-FT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].[ft_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu⋅ft"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """BTU Foot is an Imperial unit for `Thermal Energy Length` expressed as Btu-ft.

-- QUDT"""@en .

emmo:BtuInch a owl:Class ;
    rdfs:label "BtuInch"@en ;
    rdfs:comment """BTU Inch is an Imperial unit for 'Thermal Energy Length' expressed as Btu-in.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 2.679842e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_cb77e107_43ed_4a97_bf39_03b3587404d3 ;
    skos:altLabel "BTU Inch"@en ;
    skos:prefLabel "BtuInch"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-IN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].[in_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu⋅in"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """BTU Inch is an Imperial unit for 'Thermal Energy Length' expressed as Btu-in.

-- QUDT"""@en .

emmo:BtuPerDegreeRankine a owl:Class ;
    rdfs:label "BtuPerDegreeRankine"@en ;
    rdfs:comment """'BTU per Degree Rankine' is an Imperial unit for 'Heat Capacity' expressed as Btu/degR.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.899101e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b ;
    skos:altLabel "BTU per Degree Rankine"@en ;
    skos:prefLabel "BtuPerDegreeRankine"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-PER-DEG_R"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].[degR]-1"^^xsd:string,
        "[Btu_IT]/[degR]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}/°R"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """'BTU per Degree Rankine' is an Imperial unit for 'Heat Capacity' expressed as Btu/degR.

-- QUDT"""@en .

emmo:BtuPerHour a owl:Class ;
    rdfs:label "BtuPerHour"@en ;
    rdfs:comment """The British thermal unit (BTU or Btu) is a traditional unit of energy equal to about 1 055.05585 joules. It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from 39°F (3.9°C) to 40°F (4.4°C). The unit is most often used in the power, steam generation, heating and air conditioning industries. In scientific contexts the BTU has largely been replaced by the SI unit of energy, the joule, though it may be used as a measure of agricultural energy production (BTU/kg).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.simetric.co.uk/sibtu.htm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 2.930711e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "BTU per Hour"@en ;
    skos:prefLabel "BtuPerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].h-1"^^xsd:string,
        "[Btu_IT]/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The British thermal unit (BTU or Btu) is a traditional unit of energy equal to about 1 055.05585 joules. It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from 39°F (3.9°C) to 40°F (4.4°C). The unit is most often used in the power, steam generation, heating and air conditioning industries. In scientific contexts the BTU has largely been replaced by the SI unit of energy, the joule, though it may be used as a measure of agricultural energy production (BTU/kg).

-- QUDT"""@en .

emmo:BtuPerHourSquareFoot a owl:Class ;
    rdfs:label "BtuPerHourSquareFoot"@en ;
    rdfs:comment """`BTU per Hour Square Foot` is an Imperial unit for  'Power Per Area' expressed as Btu/(hr-ft²).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.154591e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 ;
    skos:altLabel "BTU per Hour Square Foot"@en ;
    skos:prefLabel "BtuPerHourSquareFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-PER-HR-FT2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].h-1.[ft_i]-2"^^xsd:string,
        "[Btu_IT]/(h.[ft_i]2)"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}/(hr⋅ft²)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`BTU per Hour Square Foot` is an Imperial unit for  'Power Per Area' expressed as Btu/(hr-ft²).

-- QUDT"""@en .

emmo:BtuPerPoundDegreeFahrenheit a owl:Class ;
    rdfs:label "BtuPerPoundDegreeFahrenheit"@en ;
    rdfs:comment """British Thermal Unit (therm.) Per Pound Per Fahrenheit Degree (Btu (therm.)/lb- degF) is a unit in the category of Specific heat. This unit is commonly used in the UK unit system. British Thermal Unit (therm.) Per Pound Per Fahrenheit Degree (Btu (therm.)/lb-degF) has a dimension of L2T⁻²Q⁻¹ where L is length, T is time, and Q is temperature. It can be converted to the corresponding standard SI unit J/kg-K by multiplying its value by a factor of 4183.99895.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73 ;
    skos:altLabel "BTU per Pound Degree Fahrenheit"@en ;
    skos:prefLabel "BtuPerPoundDegreeFahrenheit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-PER-LB-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].[lb_av]-1.[degF]-1"^^xsd:string,
        "[Btu_IT]/([lb_av].[degF])"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}/(lb⋅°F)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """British Thermal Unit (therm.) Per Pound Per Fahrenheit Degree (Btu (therm.)/lb- degF) is a unit in the category of Specific heat. This unit is commonly used in the UK unit system. British Thermal Unit (therm.) Per Pound Per Fahrenheit Degree (Btu (therm.)/lb-degF) has a dimension of L2T⁻²Q⁻¹ where L is length, T is time, and Q is temperature. It can be converted to the corresponding standard SI unit J/kg-K by multiplying its value by a factor of 4183.99895.

-- QUDT"""@en .

emmo:BtuPerPoundDegreeRankine a owl:Class ;
    rdfs:label "BtuPerPoundDegreeRankine"@en ;
    rdfs:comment """'BTU per Pound Degree Rankine' is a unit for 'Specific Heat Capacity' expressed as Btu/(lb-degR).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73 ;
    skos:altLabel "BTU per Pound Degree Rankine"@en ;
    skos:prefLabel "BtuPerPoundDegreeRankine"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-PER-LB-DEG_R"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].[lb_av]-1.[degR]-1"^^xsd:string,
        "[Btu_IT]/([lb_av].[degR])"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}/(lb⋅°R)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """'BTU per Pound Degree Rankine' is a unit for 'Specific Heat Capacity' expressed as Btu/(lb-degR).

-- QUDT"""@en .

emmo:BtuPerPoundMole a owl:Class ;
    rdfs:label "BtuPerPoundMole"@en ;
    rdfs:comment """'BTU   per   Pound  Mole' is an Imperial unit for 'Energy And Work Per Mass Amount Of Substance' expressed as Btu/(lb-mol).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 ;
    skos:altLabel "BTU per Pound Mole"@en ;
    skos:prefLabel "BtuPerPoundMole"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-PER-LB-MOL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].[lb_av]-1.mol-1"^^xsd:string,
        "[Btu_IT]/([lb_av].mol)"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}/(lb⋅mol)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """'BTU   per   Pound  Mole' is an Imperial unit for 'Energy And Work Per Mass Amount Of Substance' expressed as Btu/(lb-mol).

-- QUDT"""@en .

emmo:BtuPerPoundMoleDegreeFahrenheit a owl:Class ;
    rdfs:label "BtuPerPoundMoleDegreeFahrenheit"@en ;
    rdfs:comment """'BTU per Pound Mole Degree Fahrenheit' is an Imperial unit for 'Molar Heat Capacity' expressed as Btu/(lb-mol-degF).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_3cb55500_dc5b_4586_bbf3_1d4158afac35 ;
    skos:altLabel "BTU per Pound Mole Degree Fahrenheit"@en ;
    skos:prefLabel "BtuPerPoundMoleDegreeFahrenheit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-PER-MOL-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].mol-1.[degF]-1"^^xsd:string,
        "[Btu_IT]/(mol.[degF])"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}/(lb⋅mol⋅°F)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """'BTU per Pound Mole Degree Fahrenheit' is an Imperial unit for 'Molar Heat Capacity' expressed as Btu/(lb-mol-degF).

-- QUDT"""@en .

emmo:BtuPerSecond a owl:Class ;
    rdfs:label "BtuPerSecond"@en ;
    rdfs:comment """'BTU   per   Second' is an Imperial unit for 'Heat Flow Rate' expressed as Btu/s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.simetric.co.uk/sibtu.htm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.055056e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "BTU per Second"@en ;
    skos:prefLabel "BtuPerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].s-1"^^xsd:string,
        "[Btu_IT]/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """'BTU   per   Second' is an Imperial unit for 'Heat Flow Rate' expressed as Btu/s.

-- QUDT"""@en .

emmo:BtuPerSecondSquareFoot a owl:Class ;
    rdfs:label "BtuPerSecondSquareFoot"@en ;
    rdfs:comment """`BTU per Second Square Foot` is an Imperial unit for  'Power Per Area' expressed as Btu/(s· ft²).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.135653e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 ;
    skos:altLabel "BTU per Second Square Foot"@en ;
    skos:prefLabel "BtuPerSecondSquareFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].s-1.[ft_i]-2"^^xsd:string,
        "[Btu_IT]/(s.[ft_i]2)"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}/(s⋅ft²)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`BTU per Second Square Foot` is an Imperial unit for  'Power Per Area' expressed as Btu/(s· ft²).

-- QUDT"""@en .

emmo:BtuPerSquareFoot a owl:Class ;
    rdfs:label "BtuPerSquareFoot"@en ;
    rdfs:comment """`BTU per Square Foot` is an Imperial unit for  'Energy Per Area' expressed as Btu/ft².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.135653e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ;
    skos:altLabel "BTU per Square Foot"@en ;
    skos:prefLabel "BtuPerSquareFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-PER-FT2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].[ft_i]-2"^^xsd:string,
        "[Btu_IT]/[ft_i]2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}/ft²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`BTU per Square Foot` is an Imperial unit for  'Energy Per Area' expressed as Btu/ft².

-- QUDT"""@en .

emmo:BtuPerSquareFootHourDegreeFahrenheit a owl:Class ;
    rdfs:label "BtuPerSquareFootHourDegreeFahrenheit"@en ;
    rdfs:comment """'BTU per Square Foot Hour Degree Fahrenheit' is an Imperial unit for 'Coefficient Of Heat Transfer' expressed as Btu/(hr-ft²-degF).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4b2c223f_89fb_4407_b1b6_24774b7fe770 ;
    skos:altLabel "BTU per Square Foot Hour Degree Fahrenheit"@en ;
    skos:prefLabel "BtuPerSquareFootHourDegreeFahrenheit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-PER-FT2-HR-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].[ft_i]-2.h-1.[degF]-1"^^xsd:string,
        "[Btu_IT]/([ft_i]2.h.[degF])"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}/(hr⋅ft²⋅°F)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """'BTU per Square Foot Hour Degree Fahrenheit' is an Imperial unit for 'Coefficient Of Heat Transfer' expressed as Btu/(hr-ft²-degF).

-- QUDT"""@en .

emmo:BtuPerSquareFootSecondDegreeFahrenheit a owl:Class ;
    rdfs:label "BtuPerSquareFootSecondDegreeFahrenheit"@en ;
    rdfs:comment """'BTU per Square Foot Second Degree Fahrenheit' is an Imperial unit for 'Coefficient Of Heat Transfer' expressed as Btu/(ft²-s-degF).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4b2c223f_89fb_4407_b1b6_24774b7fe770 ;
    skos:altLabel "BTU per Square Foot Second Degree Fahrenheit"@en ;
    skos:prefLabel "BtuPerSquareFootSecondDegreeFahrenheit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-PER-FT2-SEC-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].[ft_i]-2.s-1.[degF]-1"^^xsd:string,
        "[Btu_IT]/([ft_i]2.s.[degF])"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}/(ft²⋅s⋅°F)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """'BTU per Square Foot Second Degree Fahrenheit' is an Imperial unit for 'Coefficient Of Heat Transfer' expressed as Btu/(ft²-s-degF).

-- QUDT"""@en .

emmo:Btu_It_Ft_Per_Ft2_Hr_Deg_F a owl:Class ;
    rdfs:label "Btu_It_Ft_Per_Ft2_Hr_Deg_F"@en ;
    rdfs:comment """British thermal unit (international table) foot per hour Square foot degree Fahrenheit is the unit of the thermal conductivity according to the Imperial system of units.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.730735e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 ;
    skos:altLabel "BTU (IT) Foot per Square Foot Hour Degree Fahrenheit"@en ;
    skos:prefLabel "Btu_It_Ft_Per_Ft2_Hr_Deg_F"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-FT-PER-FT2-HR-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].[ft_i].[ft_i]-2.h-1.[degF]-1"^^xsd:string,
        "[Btu_IT].[ft_i]/([ft_i]2.h.[degF])"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}⋅ft/(ft²⋅hr⋅°F)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """British thermal unit (international table) foot per hour Square foot degree Fahrenheit is the unit of the thermal conductivity according to the Imperial system of units.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:string .

emmo:Btu_It_In_Per_Ft2_Hr_Deg_F a owl:Class ;
    rdfs:label "Btu_It_In_Per_Ft2_Hr_Deg_F"@en ;
    rdfs:comment """BTU (th) Inch per Square Foot Hour Degree Fahrenheit is an Imperial unit for 'Thermal Conductivity', an International British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.442279e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 ;
    skos:altLabel "British Thermal Unit (international Table) Inch Per Hour Square Foot Degree Fahrenheit"@en ;
    skos:prefLabel "Btu_It_In_Per_Ft2_Hr_Deg_F"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-IN-PER-FT2-HR-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].[in_i].[ft_i]-2.h-1.[degF]-1"^^xsd:string,
        "[Btu_IT].[in_i]/([ft_i]2.h.[degF])"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}⋅in/(ft²⋅hr⋅°F)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """BTU (th) Inch per Square Foot Hour Degree Fahrenheit is an Imperial unit for 'Thermal Conductivity', an International British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units.

-- QUDT"""@en .

emmo:Btu_It_In_Per_Ft2_Sec_Deg_F a owl:Class ;
    rdfs:label "Btu_It_In_Per_Ft2_Sec_Deg_F"@en ;
    rdfs:comment """British thermal unit (international table) inch per second Square foot degree Fahrenheit is the unit of the thermal conductivity according to the Imperial system of units.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.192204e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 ;
    skos:altLabel "BTU (IT) Inch per Square Foot Second Degree Fahrenheit"@en ;
    skos:prefLabel "Btu_It_In_Per_Ft2_Sec_Deg_F"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-IN-PER-FT2-SEC-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].[in_i].[ft_i]-2.s-1.[degF]-1"^^xsd:string,
        "[Btu_IT].[in_i]/([ft_i]2.s.[degF])"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}⋅in/(ft²⋅s⋅°F)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """British thermal unit (international table) inch per second Square foot degree Fahrenheit is the unit of the thermal conductivity according to the Imperial system of units.

-- QUDT"""@en .

emmo:Btu_It_In_Per_Hr_Ft2_Deg_F a owl:Class ;
    rdfs:label "Btu_It_In_Per_Hr_Ft2_Deg_F"@en ;
    rdfs:comment """unit of the thermal conductivity according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.442279e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "British Thermal Unit (international Table) Inch Per Hour Square Foot degree Fahrenheit"@en ;
    skos:prefLabel "Btu_It_In_Per_Hr_Ft2_Deg_F"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-IN-PER-HR-FT2-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].[in_i].h-1.[ft_i]-2.[degF]-1"^^xsd:string,
        "[Btu_IT].[in_i]/(h.[ft_i]2.[degF])"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}⋅in/(hr⋅ft²⋅°F)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the thermal conductivity according to the Imperial system of units

-- QUDT"""@en .

emmo:Btu_It_In_Per_Sec_Ft2_Deg_F a owl:Class ;
    rdfs:label "Btu_It_In_Per_Sec_Ft2_Deg_F"@en ;
    rdfs:comment """unit of the thermal conductivity according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.192204e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "British Thermal Unit (international Table) Inch Per Second Square Foot degree Fahrenheit"@en ;
    skos:prefLabel "Btu_It_In_Per_Sec_Ft2_Deg_F"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-IN-PER-SEC-FT2-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].[in_i].s-1.[ft_i]-2.[degF]-1"^^xsd:string,
        "[Btu_IT].[in_i]/(s.[ft_i]2.[degF])"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}⋅in/(s⋅ft²⋅°F)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the thermal conductivity according to the Imperial system of units

-- QUDT"""@en .

emmo:Btu_It_Per_Deg_F a owl:Class ;
    rdfs:label "Btu_It_Per_Deg_F"@en ;
    rdfs:comment """British Thermal Unit (IT) Per Fahrenheit Degree (Btu (IT)/°F) is a measure of heat capacity. It can be converted to the corresponding standard SI unit J/K by multiplying its value by a factor of 1899.10534.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.899101e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b ;
    skos:altLabel "BTU (IT) per Degree Fahrenheit"@en ;
    skos:prefLabel "Btu_It_Per_Deg_F"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-PER-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].[degF]-1"^^xsd:string,
        "[Btu_IT]/[degF]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}/°F"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """British Thermal Unit (IT) Per Fahrenheit Degree (Btu (IT)/°F) is a measure of heat capacity. It can be converted to the corresponding standard SI unit J/K by multiplying its value by a factor of 1899.10534.

-- QUDT"""@en .

emmo:Btu_It_Per_Ft3 a owl:Class ;
    rdfs:label "Btu_It_Per_Ft3"@en ;
    rdfs:comment """`British Thermal Unit (IT) Per Cubic Foot` (Btu (IT)/ft³) is a unit in the category of Energy density. It is also known as Btu per cubic foot, Btu/cubic foot. This unit is commonly used in the UK, US unit systems. It has a dimension of ML⁻¹T⁻² where M is mass, L is length, and T is time. It can be converted to the corresponding standard SI unit J/m³ by multiplying its value by a factor of 37258.94579.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.translatorscafe.com/cafe/EN/units-converter/fuel-efficiency--volume/c/"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.725895e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "British Thermal Unit (IT) Per Cubic Foot"@en ;
    skos:prefLabel "Btu_It_Per_Ft3"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-PER-FT3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].[ft_i]-3"^^xsd:string,
        "[Btu_IT]/[ft_i]3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}/ft³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`British Thermal Unit (IT) Per Cubic Foot` (Btu (IT)/ft³) is a unit in the category of Energy density. It is also known as Btu per cubic foot, Btu/cubic foot. This unit is commonly used in the UK, US unit systems. It has a dimension of ML⁻¹T⁻² where M is mass, L is length, and T is time. It can be converted to the corresponding standard SI unit J/m³ by multiplying its value by a factor of 37258.94579.

-- QUDT"""@en .

emmo:Btu_It_Per_Hr_Ft2_Deg_R a owl:Class ;
    rdfs:label "Btu_It_Per_Hr_Ft2_Deg_R"@en ;
    rdfs:comment """unit of the heat transfer coefficient according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.55556e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4b2c223f_89fb_4407_b1b6_24774b7fe770,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "British Thermal Unit (international Table) Per Hour Square Foot degree Rankine"@en ;
    skos:prefLabel "Btu_It_Per_Hr_Ft2_Deg_R"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-PER-HR-FT2-DEG_R"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].h-1.[ft_i]-2.[degR]-1"^^xsd:string,
        "[Btu_IT]/(h.[ft_i]2.[degR])"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}/(hr⋅ft²⋅°R)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the heat transfer coefficient according to the Imperial system of units

-- QUDT"""@en .

emmo:Btu_It_Per_Lb a owl:Class ;
    rdfs:label "Btu_It_Per_Lb"@en ;
    rdfs:comment """The amount of energy generated by a pound of substance is measured in British thermal units (IT) per pound of mass. 1 Btu_{IT}/lb is equivalent to 2.326 × 10³ joule per kilogram (J/kg).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.efunda.com/glossary/units/units--energy_density--british_thermal_unit_it_per_cubic_foot.cfm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.326e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 ;
    skos:altLabel "BTU-IT-PER-lb"@en ;
    skos:prefLabel "Btu_It_Per_Lb"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-PER-LB"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].[lb_av]-1"^^xsd:string,
        "[Btu_IT]/[lb_av]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}/lb"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The amount of energy generated by a pound of substance is measured in British thermal units (IT) per pound of mass. 1 Btu_{IT}/lb is equivalent to 2.326 × 10³ joule per kilogram (J/kg).

-- QUDT"""@en .

emmo:Btu_It_Per_Lb_F a owl:Class ;
    rdfs:label "Btu_It_Per_Lb_F"@en ;
    rdfs:comment """unit of the heat energy according to the Imperial system of units divided by the unit avoirdupois pound of force according to the avoirdupois system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.37186e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:altLabel "British Thermal Unit (international Table) Per Pound of Force"@en ;
    skos:prefLabel "Btu_It_Per_Lb_F"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-PER-LB_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].[lbf_av]-1"^^xsd:string,
        "[Btu_IT]/[lbf_av]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}/lbf"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the heat energy according to the Imperial system of units divided by the unit avoirdupois pound of force according to the avoirdupois system of units

-- QUDT"""@en .

emmo:Btu_It_Per_Lb_F_Deg_F a owl:Class ;
    rdfs:label "Btu_It_Per_Lb_F_Deg_F"@en ;
    rdfs:comment """unit of the heat energy according to the Imperial system of units divided by the product of the units avoirdupois pound according to the avoirdupois system of units and degree Fahrenheit

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.1868e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "British Thermal Unit (international Table) Per Pound Degree Fahrenheit"@en ;
    skos:prefLabel "Btu_It_Per_Lb_F_Deg_F"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-PER-LB_F-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].[lbf_av]-1.[degF]-1"^^xsd:string,
        "[Btu_IT]/([lbf_av].[degF])"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}/(lbf⋅°F)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the heat energy according to the Imperial system of units divided by the product of the units avoirdupois pound according to the avoirdupois system of units and degree Fahrenheit

-- QUDT"""@en .

emmo:Btu_It_Per_Lb_F_Deg_R a owl:Class ;
    rdfs:label "Btu_It_Per_Lb_F_Deg_R"@en ;
    rdfs:comment """unit of the heat capacity as British thermal unit according to the international table related to degree Rankine according to the Imperial system of units divided by the unit avoirdupois pound according to the avoirdupois system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.269e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "British Thermal Unit (international Table) Per Pound Degree Rankine"@en ;
    skos:prefLabel "Btu_It_Per_Lb_F_Deg_R"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-PER-LB_F-DEG_R"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].[lbf_av]-1.[degR]-1"^^xsd:string,
        "[Btu_IT]/([lbf_av].[degR])"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}/(lbf⋅°R)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the heat capacity as British thermal unit according to the international table related to degree Rankine according to the Imperial system of units divided by the unit avoirdupois pound according to the avoirdupois system of units

-- QUDT"""@en .

emmo:Btu_It_Per_Min a owl:Class ;
    rdfs:label "Btu_It_Per_Min"@en ;
    rdfs:comment """unit of the heat energy according to the Imperial system of units divided by the unit minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.758e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "British Thermal Unit (international Table) Per Minute"@en ;
    skos:prefLabel "Btu_It_Per_Min"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].min-1"^^xsd:string,
        "[Btu_IT]/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the heat energy according to the Imperial system of units divided by the unit minute

-- QUDT"""@en .

emmo:Btu_It_Per_Sec_Ft2_Deg_R a owl:Class ;
    rdfs:label "Btu_It_Per_Sec_Ft2_Deg_R"@en ;
    rdfs:comment """unit of the heat transfer coefficient according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.489e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4b2c223f_89fb_4407_b1b6_24774b7fe770,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "British Thermal Unit (international Table) Per Second Square Foot degree Rankine"@en ;
    skos:prefLabel "Btu_It_Per_Sec_Ft2_Deg_R"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT2-DEG_R"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].s-1.[ft_i]-2.[degR]-1"^^xsd:string,
        "[Btu_IT]/(s.[ft_i]2.[degR])"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}/(s⋅ft²⋅°R)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the heat transfer coefficient according to the Imperial system of units

-- QUDT"""@en .

emmo:Btu_It_Per_Sec_Ft_Deg_R a owl:Class ;
    rdfs:label "Btu_It_Per_Sec_Ft_Deg_R"@en ;
    rdfs:comment """unit of the thermal conductivity according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.7866e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "British Thermal Unit (international Table) Per Second Foot Degree Rankine"@en ;
    skos:prefLabel "Btu_It_Per_Sec_Ft_Deg_R"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT-DEG_R"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].s-1.[ft_i]-1.[degR]-1"^^xsd:string,
        "[Btu_IT]/(s.[ft_i].[degR])"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}/(s⋅ft⋅°R)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the thermal conductivity according to the Imperial system of units

-- QUDT"""@en .

emmo:Btu_Mean a owl:Class ;
    rdfs:label "Btu_Mean"@en ;
    rdfs:comment """unit of the heat energy according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.055056e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "British Thermal Unit (mean)"@en ;
    skos:prefLabel "Btu_Mean"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_MEAN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_m]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "BTU{mean}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the heat energy according to the Imperial system of units

-- QUDT"""@en .

emmo:Btu_Th_Ft_Per_Ft2_Hr_Deg_F a owl:Class ;
    rdfs:label "Btu_Th_Ft_Per_Ft2_Hr_Deg_F"@en ;
    rdfs:comment """'BTU_TH Foot  per Square Foot Hour Degree Fahrenheit' is an Imperial unit for 'Thermal Conductivity' expressed as Btu_{th} · ft/(hr · ft² · degF).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.729577e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 ;
    skos:altLabel "BTU (TH) Foot per Square Foot Hour Degree Fahrenheit"@en ;
    skos:prefLabel "Btu_Th_Ft_Per_Ft2_Hr_Deg_F"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_TH-FT-PER-FT2-HR-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT].[ft_i]-2.h-1.[degF]-1"^^xsd:string,
        "[Btu_IT]/([ft_i]2.h.[degF])"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{th}⋅ft/(ft²⋅hr⋅°F)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """'BTU_TH Foot  per Square Foot Hour Degree Fahrenheit' is an Imperial unit for 'Thermal Conductivity' expressed as Btu_{th} · ft/(hr · ft² · degF).

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:string .

emmo:Btu_Th_Ft_Per_Hr_Ft2_Deg_F a owl:Class ;
    rdfs:label "Btu_Th_Ft_Per_Hr_Ft2_Deg_F"@en ;
    rdfs:comment """unit of the thermal conductivity according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.73e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "British Thermal Unit (thermochemical) Foot Per Hour Square Foot degree Fahrenheit"@en ;
    skos:prefLabel "Btu_Th_Ft_Per_Hr_Ft2_Deg_F"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_TH-FT-PER-HR-FT2-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_th].[ft_i].h-1.[ft_i]-2.[degF]-1"^^xsd:string,
        "[Btu_th].[ft_i]/(h.[ft_i]2.[degF])"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{th}⋅ft/(hr⋅ft²⋅°F)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the thermal conductivity according to the Imperial system of units

-- QUDT"""@en .

emmo:Btu_Th_In_Per_Ft2_Hr_Deg_F a owl:Class ;
    rdfs:label "Btu_Th_In_Per_Ft2_Hr_Deg_F"@en ;
    rdfs:comment """Unit of thermal conductivity according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.441314e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 ;
    skos:altLabel "BTU (TH) Inch per Square Foot Hour Degree Fahrenheit"@en ;
    skos:prefLabel "Btu_Th_In_Per_Ft2_Hr_Deg_F"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_TH-IN-PER-FT2-HR-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_th].[in_i].[ft_i]-2.h-1.[degF]-1"^^xsd:string,
        "[Btu_th].[in_i]/([ft_i]2.h.[degF])"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{th}⋅in/(ft²⋅hr⋅°F)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unit of thermal conductivity according to the Imperial system of units

-- QUDT"""@en .

emmo:Btu_Th_In_Per_Ft2_Sec_Deg_F a owl:Class ;
    rdfs:label "Btu_Th_In_Per_Ft2_Sec_Deg_F"@en ;
    rdfs:comment """Unit of thermal conductivity according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.188732e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 ;
    skos:altLabel "BTU (TH) Inch per Square Foot Second Degree Fahrenheit"@en ;
    skos:prefLabel "Btu_Th_In_Per_Ft2_Sec_Deg_F"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_TH-IN-PER-FT2-SEC-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_th].[in_i].[ft_i]-2.s-1.[degF]-1"^^xsd:string,
        "[Btu_th].[in_i]/([ft_i]2.s.[degF])"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{th}⋅in/(ft²⋅s⋅°F)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unit of thermal conductivity according to the Imperial system of units

-- QUDT"""@en .

emmo:Btu_Th_Per_Ft3 a owl:Class ;
    rdfs:label "Btu_Th_Per_Ft3"@en ;
    rdfs:comment """British Thermal Unit (TH) Per Cubic Foot (Btu (TH)/ft³) is a unit in the category of Energy density. It is also known as Btu per cubic foot, Btu/cubic foot. This unit is commonly used in the UK, US unit systems. It has a dimension of ML⁻¹T⁻² where M is mass, L is length, and T is time. It can be converted to the corresponding standard SI unit J/m³ by multiplying its value by a factor of 37234.03.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.translatorscafe.com/cafe/EN/units-converter/fuel-efficiency--volume/c/"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.723403e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "British Thermal Unit (TH) Per Cubic Foot"@en ;
    skos:prefLabel "Btu_Th_Per_Ft3"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_TH-PER-FT3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_th].[ft_i]-3"^^xsd:string,
        "[Btu_th]/[ft_i]3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{th}/ft³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """British Thermal Unit (TH) Per Cubic Foot (Btu (TH)/ft³) is a unit in the category of Energy density. It is also known as Btu per cubic foot, Btu/cubic foot. This unit is commonly used in the UK, US unit systems. It has a dimension of ML⁻¹T⁻² where M is mass, L is length, and T is time. It can be converted to the corresponding standard SI unit J/m³ by multiplying its value by a factor of 37234.03.

-- QUDT"""@en .

emmo:Btu_Th_Per_Lb a owl:Class ;
    rdfs:label "Btu_Th_Per_Lb"@en ;
    rdfs:comment """'Btu_th / lbm', British Thermal Unit (therm.) Per Pound Mass, is a unit in the category of Thermal heat capacity. It is also known as Btu per pound, Btu/pound, Btu/lb. This unit is commonly used in the UK unit system. British Thermal Unit (therm.) Per Pound Mass (Btu (therm.)/lbm) has a dimension of L²T⁻² where L is length, and T is time. It can be converted to the corresponding standard SI unit J/kg by multiplying its value by a factor of 2324.443861.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 2.324444e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "British Thermal Unit (TH) Per Pound"@en ;
    skos:prefLabel "Btu_Th_Per_Lb"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_TH-PER-LB"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_th].[lb_av]-1"^^xsd:string,
        "[Btu_th]/[lb_av]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "btu{th}/lb"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """'Btu_th / lbm', British Thermal Unit (therm.) Per Pound Mass, is a unit in the category of Thermal heat capacity. It is also known as Btu per pound, Btu/pound, Btu/lb. This unit is commonly used in the UK unit system. British Thermal Unit (therm.) Per Pound Mass (Btu (therm.)/lbm) has a dimension of L²T⁻² where L is length, and T is time. It can be converted to the corresponding standard SI unit J/kg by multiplying its value by a factor of 2324.443861.

-- QUDT"""@en .

emmo:Btu_Th_Per_Lb_Deg_F a owl:Class ;
    rdfs:label "Btu_Th_Per_Lb_Deg_F"@en ;
    rdfs:comment """unit of the thermal conductivity according to the Imperial system of units divided by the units pound and degree Fahrenheit

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.26654e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "British Thermal Unit (thermochemical) Per Pound Degree Fahrenheit"@en ;
    skos:prefLabel "Btu_Th_Per_Lb_Deg_F"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_TH-PER-LB-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_th].[lb_av]-1.[degF]-1"^^xsd:string,
        "[Btu_th]/([lb_av].[degF])"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{th}/(lb⋅°F)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the thermal conductivity according to the Imperial system of units divided by the units pound and degree Fahrenheit

-- QUDT"""@en .

emmo:Btu_Th_Per_Min a owl:Class ;
    rdfs:label "Btu_Th_Per_Min"@en ;
    rdfs:comment """unit of the heat energy according to the Imperial system of units divided by the unit minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.7573e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "British Thermal Unit (thermochemical) Per Minute"@en ;
    skos:prefLabel "Btu_Th_Per_Min"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_TH-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_th].min-1"^^xsd:string,
        "[Btu_th]/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{th}/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the heat energy according to the Imperial system of units divided by the unit minute

-- QUDT"""@en .

emmo:Btu_Th_Per_Sec a owl:Class ;
    rdfs:label "Btu_Th_Per_Sec"@en ;
    rdfs:comment """unit of the heat energy according to the Imperial system of units divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.05435e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "British Thermal Unit (thermochemical) Per Second"@en ;
    skos:prefLabel "Btu_Th_Per_Sec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_TH-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_th].s-1"^^xsd:string,
        "[Btu_th]/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{th}/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the heat energy according to the Imperial system of units divided by the SI base unit second

-- QUDT"""@en .

emmo:Bu_Uk a owl:Class ;
    rdfs:label "Bu_Uk"@en ;
    rdfs:comment """A bushel is an imperial unit of dry volume, equivalent in each of these systems to 4 pecks or 8 gallons. It is used for volumes of dry commodities (not liquids), most often in agriculture. It is abbreviated as bsh. or bu. In modern usage, the dry volume is usually only nominal, with bushels referring to standard weights instead.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.636872e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "bushel (UK)"@en ;
    skos:prefLabel "Bu_Uk"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BU_UK"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[bu_br]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bsh{UK}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A bushel is an imperial unit of dry volume, equivalent in each of these systems to 4 pecks or 8 gallons. It is used for volumes of dry commodities (not liquids), most often in agriculture. It is abbreviated as bsh. or bu. In modern usage, the dry volume is usually only nominal, with bushels referring to standard weights instead.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Bushel?oldid=476704875"^^xsd:string .

emmo:Bu_Uk_Per_Day a owl:Class ;
    rdfs:label "Bu_Uk_Per_Day"@en ;
    rdfs:comment """unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 4.209343e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Bushel (UK) Per Day"@en ;
    skos:prefLabel "Bu_Uk_Per_Day"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BU_UK-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[bu_br].d-1"^^xsd:string,
        "[bu_br]/d"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bsh{UK}/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day

-- QUDT"""@en .

emmo:Bu_Uk_Per_Hr a owl:Class ;
    rdfs:label "Bu_Uk_Per_Hr"@en ;
    rdfs:comment """unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.010242e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Bushel (UK) Per Hour"@en ;
    skos:prefLabel "Bu_Uk_Per_Hr"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BU_UK-PER-HR"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bsh{UK}/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour

-- QUDT"""@en .

emmo:Bu_Uk_Per_Min a owl:Class ;
    rdfs:label "Bu_Uk_Per_Min"@en ;
    rdfs:comment """unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.061453e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Bushel (UK) Per Minute"@en ;
    skos:prefLabel "Bu_Uk_Per_Min"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BU_UK-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[bu_br].min-1"^^xsd:string,
        "[bu_br]/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bsh{UK}/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute

-- QUDT"""@en .

emmo:Bu_Uk_Per_Sec a owl:Class ;
    rdfs:label "Bu_Uk_Per_Sec"@en ;
    rdfs:comment """unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.636872e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Bushel (UK) Per Second"@en ;
    skos:prefLabel "Bu_Uk_Per_Sec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BU_UK-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[bu_br].s-1"^^xsd:string,
        "[bu_br]/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bsh{UK}/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second

-- QUDT"""@en .

emmo:Bu_Us a owl:Class ;
    rdfs:label "Bu_Us"@en ;
    rdfs:comment """A bushel is an imperial and U.S. customary unit of dry volume, equivalent in each of these systems to 4 pecks or 8 gallons. It is used for volumes of dry commodities (not liquids), most often in agriculture. It is abbreviated as bsh. or bu. In modern usage, the dry volume is usually only nominal, with bushels referring to standard weights instead.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.523907e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "bushel (US)"@en ;
    skos:prefLabel "Bu_Us"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BU_US"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[bu_us]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bsh{US}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A bushel is an imperial and U.S. customary unit of dry volume, equivalent in each of these systems to 4 pecks or 8 gallons. It is used for volumes of dry commodities (not liquids), most often in agriculture. It is abbreviated as bsh. or bu. In modern usage, the dry volume is usually only nominal, with bushels referring to standard weights instead.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Bushel?oldid=476704875"^^xsd:string .

emmo:Bu_Us_Dry_Per_Day a owl:Class ;
    rdfs:label "Bu_Us_Dry_Per_Day"@en ;
    rdfs:comment """unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.0786e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Bushel (US Dry) Per Day"@en ;
    skos:prefLabel "Bu_Us_Dry_Per_Day"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BU_US_DRY-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[bu_us].d-1"^^xsd:string,
        "[bu_us]/d"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bsh{US}/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time day

-- QUDT"""@en .

emmo:Bu_Us_Dry_Per_Hr a owl:Class ;
    rdfs:label "Bu_Us_Dry_Per_Hr"@en ;
    rdfs:comment """unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.789e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Bushel (US Dry) Per Hour"@en ;
    skos:prefLabel "Bu_Us_Dry_Per_Hr"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BU_US_DRY-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[bu_us].h-1"^^xsd:string,
        "[bu_us]/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bsh{US}/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time hour

-- QUDT"""@en .

emmo:Bu_Us_Dry_Per_Min a owl:Class ;
    rdfs:label "Bu_Us_Dry_Per_Min"@en ;
    rdfs:comment """unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 5.8732e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Bushel (US Dry) Per Minute"@en ;
    skos:prefLabel "Bu_Us_Dry_Per_Min"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BU_US_DRY-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[bu_us].min-1"^^xsd:string,
        "[bu_us]/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bsh{US}/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time minute

-- QUDT"""@en .

emmo:Bu_Us_Dry_Per_Sec a owl:Class ;
    rdfs:label "Bu_Us_Dry_Per_Sec"@en ;
    rdfs:comment """unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.523907e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Bushel (US Dry) Per Second"@en ;
    skos:prefLabel "Bu_Us_Dry_Per_Sec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BU_US_DRY-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[bu_us].s-1"^^xsd:string,
        "[bu_us]/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bsh{US}/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the SI base unit second

-- QUDT"""@en .

emmo:Cal_15_Deg_C a owl:Class ;
    rdfs:label "Cal_15_Deg_C"@en ;
    rdfs:comment """unit for the quantity of heat which is required to warm up 1 g  of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 4.1855e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Calorie (15 Degrees C)"@en ;
    skos:prefLabel "Cal_15_Deg_C"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CAL_15_DEG_C"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cal_[15]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cal{15 °C}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit for the quantity of heat which is required to warm up 1 g  of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius

-- QUDT"""@en .

emmo:Cal_It_Per_Gm a owl:Class ;
    rdfs:label "Cal_It_Per_Gm"@en ;
    rdfs:comment """unit calorie according to the international steam table divided by the 0.001-fold of the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.1868e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Calorie (international Table) Per Gram"@en ;
    skos:prefLabel "Cal_It_Per_Gm"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CAL_IT-PER-GM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cal_IT.g-1"^^xsd:string,
        "cal_IT/g"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cal{IT}/g"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit calorie according to the international steam table divided by the 0.001-fold of the SI base unit kilogram

-- QUDT"""@en .

emmo:Cal_It_Per_Gm_Deg_C a owl:Class ;
    rdfs:label "Cal_It_Per_Gm_Deg_C"@en ;
    rdfs:comment """unit calorieIT divided by the products of the units gram and degree Celsius

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.1868e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Calorie (international Table) Per Gram Degree Celsius"@en ;
    skos:prefLabel "Cal_It_Per_Gm_Deg_C"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CAL_IT-PER-GM-DEG_C"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cal_IT.g-1.Cel-1"^^xsd:string,
        "cal_IT/(g.Cel)"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cal{IT}/(g⋅°C)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit calorieIT divided by the products of the units gram and degree Celsius

-- QUDT"""@en .

emmo:Cal_It_Per_Gm_K a owl:Class ;
    rdfs:label "Cal_It_Per_Gm_K"@en ;
    rdfs:comment """unit calorieIT divided by the product of the SI base unit gram and Kelvin

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.1868e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Calorie (international Table) Per Gram Kelvin"@en ;
    skos:prefLabel "Cal_It_Per_Gm_K"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CAL_IT-PER-GM-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cal_IT.g-1.K-1"^^xsd:string,
        "cal_IT/(g.K)"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cal{IT}/(g⋅K)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit calorieIT divided by the product of the SI base unit gram and Kelvin

-- QUDT"""@en .

emmo:Cal_It_Per_Sec_CentiM2_K a owl:Class ;
    rdfs:label "Cal_It_Per_Sec_CentiM2_K"^^xsd:string ;
    rdfs:comment """unit of the heat transfer coefficient according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.1868e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4b2c223f_89fb_4407_b1b6_24774b7fe770,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Calorie (international Table) Per Second Square Centimetre kelvin"@en ;
    skos:prefLabel "Cal_It_Per_Sec_CentiM2_K"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CAL_IT-PER-SEC-CentiM2-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cal_IT.s-1.cm-2.K-1"^^xsd:string,
        "cal_IT/(s.cm2.K)"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cal{IT}/(s⋅cm²⋅K)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the heat transfer coefficient according to the Imperial system of units

-- QUDT"""@en .

emmo:Cal_It_Per_Sec_CentiM_K a owl:Class ;
    rdfs:label "Cal_It_Per_Sec_CentiM_K"^^xsd:string ;
    rdfs:comment """unit of the thermal conductivity according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.1868e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Calorie (international Table) Per Second Centimetre Kelvin"@en ;
    skos:prefLabel "Cal_It_Per_Sec_CentiM_K"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CAL_IT-PER-SEC-CentiM-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cal_IT.s-1.cm-1.K-1"^^xsd:string,
        "cal_IT/(s.cm.K)"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cal{IT}/(s⋅cm⋅K)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the thermal conductivity according to the Imperial system of units

-- QUDT"""@en .

emmo:Cal_Th_Per_CentiM_Sec_Deg_C a owl:Class ;
    rdfs:label "Cal_Th_Per_CentiM_Sec_Deg_C"^^xsd:string ;
    rdfs:comment """unit of the thermal conductivity according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.184e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Calorie (thermochemical) Per Centimetre Second Degree Celsius"@en ;
    skos:prefLabel "Cal_Th_Per_CentiM_Sec_Deg_C"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CAL_TH-PER-CentiM-SEC-DEG_C"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cal_th.cm-1.s-1.Cel-1"^^xsd:string,
        "cal_th/(cm.s.Cel)"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cal{th}/(cm⋅s⋅°C)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the thermal conductivity according to the Imperial system of units

-- QUDT"""@en .

emmo:Cal_Th_Per_Gm a owl:Class ;
    rdfs:label "Cal_Th_Per_Gm"@en ;
    rdfs:comment """unit thermochemical calorie divided by the 0.001-fold of the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.184e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Calorie (thermochemical) Per Gram"@en ;
    skos:prefLabel "Cal_Th_Per_Gm"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CAL_TH-PER-GM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cal_th.g-1"^^xsd:string,
        "cal_th/g"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cal{th}/g"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit thermochemical calorie divided by the 0.001-fold of the SI base unit kilogram

-- QUDT"""@en .

emmo:Cal_Th_Per_Gm_Deg_C a owl:Class ;
    rdfs:label "Cal_Th_Per_Gm_Deg_C"@en ;
    rdfs:comment """unit calorie (thermochemical) divided by the product of the unit gram and degree Celsius

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.184e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Calorie (thermochemical) Per Gram Degree Celsius"@en ;
    skos:prefLabel "Cal_Th_Per_Gm_Deg_C"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CAL_TH-PER-GM-DEG_C"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cal_th.g-1.Cel-1"^^xsd:string,
        "cal_th/(g.Cel)"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cal{th}/(g⋅°C)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit calorie (thermochemical) divided by the product of the unit gram and degree Celsius

-- QUDT"""@en .

emmo:Cal_Th_Per_Gm_K a owl:Class ;
    rdfs:label "Cal_Th_Per_Gm_K"@en ;
    rdfs:comment """unit calorie (thermochemical) divided by the product of the SI derived unit gram and the SI base unit Kelvin

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.184e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Calorie (thermochemical) Per Gram Kelvin"@en ;
    skos:prefLabel "Cal_Th_Per_Gm_K"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CAL_TH-PER-GM-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cal_th.g-1.K-1"^^xsd:string,
        "cal_th/(g.K)"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cal{th}/(g⋅K)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit calorie (thermochemical) divided by the product of the SI derived unit gram and the SI base unit Kelvin

-- QUDT"""@en .

emmo:Cal_Th_Per_Sec_CentiM2_K a owl:Class ;
    rdfs:label "Cal_Th_Per_Sec_CentiM2_K"^^xsd:string ;
    rdfs:comment """unit of the heat transfer coefficient according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.184e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4b2c223f_89fb_4407_b1b6_24774b7fe770,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Calorie (thermochemical) Per Second Square Centimetre kelvin"@en ;
    skos:prefLabel "Cal_Th_Per_Sec_CentiM2_K"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CAL_TH-PER-SEC-CentiM2-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cal_th.s-1.cm-2.K-1"^^xsd:string,
        "cal_th/(s.cm2.K)"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cal{th}/(s⋅cm²⋅K)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the heat transfer coefficient according to the Imperial system of units

-- QUDT"""@en .

emmo:Cal_Th_Per_Sec_CentiM_K a owl:Class ;
    rdfs:label "Cal_Th_Per_Sec_CentiM_K"^^xsd:string ;
    rdfs:comment """unit of the thermal conductivity according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.184e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Calorie (thermochemical) Per Second Centimetre Kelvin"@en ;
    skos:prefLabel "Cal_Th_Per_Sec_CentiM_K"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CAL_TH-PER-SEC-CentiM-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cal_th.s-1.cm-1.K-1"^^xsd:string,
        "cal_th/(s.cm.K)"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cal{th}/(s⋅cm⋅K)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the thermal conductivity according to the Imperial system of units

-- QUDT"""@en .

emmo:CaloriePerGramDegreeCelsius a owl:Class ;
    rdfs:label "CaloriePerGramDegreeCelsius"@en ;
    rdfs:comment """`Calorie per Gram Degree Celsius` is a unit for 'Specific Heat Capacity' expressed as kcal/(gm-degC).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Calorie per Gram Degree Celsius"@en ;
    skos:prefLabel "CaloriePerGramDegreeCelsius"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-GM-DEG_C"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cal.g-1.Cel-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/(g⋅°C)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Calorie per Gram Degree Celsius` is a unit for 'Specific Heat Capacity' expressed as kcal/(gm-degC).

-- QUDT"""@en .

emmo:CandelaPerLumen a owl:Class ;
    rdfs:label "CandelaPerLumen"@en ;
    rdfs:comment "Candela per Lumen."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ;
    skos:prefLabel "CandelaPerLumen"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CD-PER-LM"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cd/lm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Candela per Lumen."@en .

emmo:CandelaPerSquareInch a owl:Class ;
    rdfs:label "CandelaPerSquareInch"@en ;
    rdfs:comment """"Candela per Square Inch" is a unit for  'Luminance' expressed as cd/in².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.550003e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Candela per Square Inch"@en ;
    skos:prefLabel "CandelaPerSquareInch"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CD-PER-IN2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cd.[in_i]-2"^^xsd:string,
        "cd/[in_i]2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cd/in²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Candela per Square Inch" is a unit for  'Luminance' expressed as cd/in².

-- QUDT"""@en .

emmo:CandelaPerSquareMetre a owl:Class ;
    rdfs:label "CandelaPerSquareMetre"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cd.m-2"^^xsd:string,
        "cd/m2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cd/m²"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:Candlepower a owl:Class ;
    rdfs:label "Candlepower"@en ;
    rdfs:comment """"Candlepower" (abbreviated as cp) is a now-obsolete unit which was used to express levels of light intensity in terms of the light emitted by a candle of specific size and constituents. In modern usage Candlepower equates directly to the unit known as the candela.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_14ff4393_0f28_4fb4_abc7_c2cc00bc761d,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Candlepower"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CP"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cp"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Candlepower" (abbreviated as cp) is a now-obsolete unit which was used to express levels of light intensity in terms of the light emitted by a candle of specific size and constituents. In modern usage Candlepower equates directly to the unit known as the candela.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Candlepower"^^xsd:string .

emmo:Carat a owl:Class ;
    rdfs:label "Carat"@en ;
    rdfs:comment """The carat is a unit of mass equal to 200 mg and is used for measuring gemstones and pearls. The current definition, sometimes known as the metric carat, was adopted in 1907 at the Fourth General Conference on Weights and Measures, and soon afterward in many countries around the world. The carat is divisible into one hundred points of two milligrams each. Other subdivisions, and slightly different mass values, have been used in the past in different locations. In terms of diamonds, a paragon is a flawless stone of at least 100 carats (20 g). The ANSI X.12 EDI standard abbreviation for the carat is CD.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Carat"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CARAT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[car_m]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ct"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The carat is a unit of mass equal to 200 mg and is used for measuring gemstones and pearls. The current definition, sometimes known as the metric carat, was adopted in 1907 at the Fourth General Conference on Weights and Measures, and soon afterward in many countries around the world. The carat is divisible into one hundred points of two milligrams each. Other subdivisions, and slightly different mass values, have been used in the past in different locations. In terms of diamonds, a paragon is a flawless stone of at least 100 carats (20 g). The ANSI X.12 EDI standard abbreviation for the carat is CD.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Carat?oldid=477129057"^^xsd:string .

emmo:CasesPer1000IndividualsPerYear a owl:Class ;
    rdfs:label "CasesPer1000IndividualsPerYear"@en ;
    rdfs:comment """The typical expression of morbidity rate, expressed as cases per 1000 individuals, per year.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Cases per 1000 individuals per year"@en ;
    skos:prefLabel "CasesPer1000IndividualsPerYear"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CASES-PER-KiloINDIV-YR"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Cases/1000 individuals/year"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The typical expression of morbidity rate, expressed as cases per 1000 individuals, per year.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Incidence_(epidemiology)"^^xsd:string .

emmo:CentiBar a owl:Class ;
    rdfs:label "CentiBar"^^xsd:string ;
    rdfs:comment """The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to 100,000 Pa = 1 bar ≈ 750.0616827 Torr. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Bar ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "CentiBar"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiBAR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cbar"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cbar"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to 100,000 Pa = 1 bar ≈ 750.0616827 Torr. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:string .

emmo:CentiCoulomb a owl:Class ;
    rdfs:label "CentiCoulomb"^^xsd:string ;
    rdfs:comment """A CentiCoulomb is 10⁻² C.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Coulomb ],
        [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        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 ;
    skos:altLabel "CentiCoulomb"@en ;
    skos:prefLabel "CentiCoulomb"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cC"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A CentiCoulomb is 10⁻² C.

-- QUDT"""@en .

emmo:CentiGram a owl:Class ;
    rdfs:label "CentiGram"^^xsd:string ;
    rdfs:comment """0,000 01-fold of the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Gram ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "CentiGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,000 01-fold of the SI base unit kilogram

-- QUDT"""@en .

emmo:CentiLitre a owl:Class ;
    rdfs:label "CentiLitre"^^xsd:string ;
    rdfs:comment """0,01-fold of the unit litre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Litre ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:prefLabel "CentiLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cL"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cL"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,01-fold of the unit litre

-- QUDT"""@en .

emmo:CentiMetre a owl:Class ;
    rdfs:label "CentiMetre"^^xsd:string ;
    rdfs:comment """A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of 10.  The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Metre ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc,
        emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "CentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of 10.  The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Centimetre?oldid=494931891"^^xsd:string .

emmo:CentiMetreOfMercury a owl:Class ;
    rdfs:label "CentiMetreOfMercury"^^xsd:string ;
    rdfs:comment """not SI conform unit of the pressure, that corresponds with the static pressure generated by a mercury column with the height of 1 centimetre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.333224e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Centimetre Of Mercury"@en ;
    skos:prefLabel "CentiMetreOfMercury"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM_HG"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm[Hg]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cmHg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """not SI conform unit of the pressure, that corresponds with the static pressure generated by a mercury column with the height of 1 centimetre

-- QUDT"""@en .

emmo:CentiMetrePerHour a owl:Class ;
    rdfs:label "CentiMetrePerHour"^^xsd:string ;
    rdfs:comment """0,01-fold of the SI base unit metre divided by the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MetrePerHour ],
        [ a owl:Restriction ;
            owl:hasValue 2.777778e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Centimetre Per Hour"@en ;
    skos:prefLabel "CentiMetrePerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm.h-1"^^xsd:string,
        "cm/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,01-fold of the SI base unit metre divided by the unit hour

-- QUDT"""@en .

emmo:CentiMetrePerKelvin a owl:Class ;
    rdfs:label "CentiMetrePerKelvin"^^xsd:string ;
    rdfs:comment """0,01-fold of the SI base unit metre divided by the SI base unit kelvin

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MetrePerKelvin ],
        [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_793f3567_b351_42ef_a1d4_5111d53999c4,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Centimetre Per Kelvin"@en ;
    skos:prefLabel "CentiMetrePerKelvin"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM-PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm.K-1"^^xsd:string,
        "cm/K"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,01-fold of the SI base unit metre divided by the SI base unit kelvin

-- QUDT"""@en .

emmo:CentiMetrePerSecond a owl:Class ;
    rdfs:label "CentiMetrePerSecond"^^xsd:string ;
    rdfs:comment """"Centimeter per Second" is a C.G.S System unit for  'Linear Velocity' expressed as cm/s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ;
            owl:someValuesFrom emmo:MetrePerSecond ],
        [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "centimetre per second"@en ;
    skos:prefLabel "CentiMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm.s-1"^^xsd:string,
        "cm/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Centimeter per Second" is a C.G.S System unit for  'Linear Velocity' expressed as cm/s.

-- QUDT"""@en .

emmo:CentiMetrePerSquareSecond a owl:Class ;
    rdfs:label "CentiMetrePerSquareSecond"^^xsd:string ;
    rdfs:comment """`Centimeter per Square Second` is a C.G.S System unit for  `Linear Acceleration` expressed as cm/s².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MetrePerSquareSecond ],
        [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Centimetre per Square Second"@en ;
    skos:prefLabel "CentiMetrePerSquareSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM-PER-SEC2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm.s-2"^^xsd:string,
        "cm/s2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm/s²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Centimeter per Square Second` is a C.G.S System unit for  `Linear Acceleration` expressed as cm/s².

-- QUDT"""@en .

emmo:CentiMetrePerThousandYear a owl:Class ;
    rdfs:label "CentiMetrePerThousandYear"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 3.168809e-13 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Centimetres per thousand years"@en ;
    skos:prefLabel "CentiMetrePerThousandYear"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM-PER-KiloYR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm.ka-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm/(1000 yr)"^^xsd:string .

emmo:CentiMetrePerYear a owl:Class ;
    rdfs:label "CentiMetrePerYear"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MetrePerYear ],
        [ a owl:Restriction ;
            owl:hasValue 3.168809e-10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Centimetres per year"@en ;
    skos:prefLabel "CentiMetrePerYear"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM-PER-YR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm.a-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm/yr"^^xsd:string .

emmo:CentiMetreSecondDegreeCelsius a owl:Class ;
    rdfs:label "CentiMetreSecondDegreeCelsius"^^xsd:string ;
    rdfs:comment """`Centimeter Second Degree Celsius` is a C.G.S System unit for 'Length Temperature Time' expressed as cm-s-degC.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf emmo:EMMO_44ddbe46_0112_4185_b595_132866e902da,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e ;
    skos:altLabel "Centimetre Second Degree Celsius"@en ;
    skos:prefLabel "CentiMetreSecondDegreeCelsius"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM-SEC-DEG_C"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm.s.Cel-1"^^xsd:string,
        "cm.s/Cel"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm⋅s⋅°C"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Centimeter Second Degree Celsius` is a C.G.S System unit for 'Length Temperature Time' expressed as cm-s-degC.

-- QUDT"""@en .

emmo:CentiMole a owl:Class ;
    rdfs:label "CentiMole"@en ;
    rdfs:comment "A centimole 0.01 N."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Mole ],
        [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b ;
    skos:altLabel "centimole"@en ;
    skos:prefLabel "CentiMole"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiMOL"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cmol"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A centimole 0.01 N."@en .

emmo:CentiMolePerKilogram a owl:Class ;
    rdfs:label "CentiMolePerKilogram"^^xsd:string ;
    rdfs:comment """1/100 of SI unit of amount of substance per kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_95971713_d589_4002_a5a7_affc5c74cfdb,
        emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Centimole per kilogram"@en ;
    skos:prefLabel "CentiMolePerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiMOL-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cmol.kg-1"^^xsd:string,
        "cmol/kg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cmol/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1/100 of SI unit of amount of substance per kilogram

-- QUDT"""@en .

emmo:CentiNewton a owl:Class ;
    rdfs:label "CentiNewton"@en ;
    rdfs:comment "A CentiNewton 0.01 N."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Newton ],
        [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "CentiNewton"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiN"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cN"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A CentiNewton 0.01 N."@en .

emmo:CentiNewtonMetre a owl:Class ;
    rdfs:label "CentiNewtonMetre"^^xsd:string ;
    rdfs:comment """0,01-fold of the product of the SI derived unit newton and SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ;
            owl:someValuesFrom emmo:NewtonMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Centinewton Metre"@en ;
    skos:prefLabel "CentiNewtonMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiN-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cN.m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cN⋅m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,01-fold of the product of the SI derived unit newton and SI base unit metre

-- QUDT"""@en .

emmo:CentiPoise a owl:Class ;
    rdfs:label "CentiPoise"^^xsd:string ;
    rdfs:comment """0,01-fold of the CGS unit of the dynamic viscosity poise

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Poise ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "CentiPoise"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiPOISE"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cP"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cP"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,01-fold of the CGS unit of the dynamic viscosity poise

-- QUDT"""@en .

emmo:CentiPoisePerBar a owl:Class ;
    rdfs:label "CentiPoisePerBar"^^xsd:string ;
    rdfs:comment """0.01-fold of the CGS unit of the dynamic viscosity poise divided by the unit of the pressure bar

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:PoisePerBar ],
        [ a owl:Restriction ;
            owl:hasValue 1e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Centipoise Per Bar"@en ;
    skos:prefLabel "CentiPoisePerBar"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiPOISE-PER-BAR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cP.bar-1"^^xsd:string,
        "cP/bar"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cP/bar"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.01-fold of the CGS unit of the dynamic viscosity poise divided by the unit of the pressure bar

-- QUDT"""@en .

emmo:CentiStokes a owl:Class ;
    rdfs:label "CentiStokes"^^xsd:string ;
    rdfs:comment """`Centistokes` is a C.G.S System unit for  'Kinematic Viscosity' expressed as cSt.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Stokes ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591,
        emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "CentiStokes"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiST"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cSt"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cSt"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Centistokes` is a C.G.S System unit for  'Kinematic Viscosity' expressed as cSt.

-- QUDT"""@en .

emmo:Chain a owl:Class ;
    rdfs:label "Chain"@en ;
    rdfs:comment """A chain is a unit of length. It measures 66 feet, or 22 yards, or 100 links, or 4 rods. There are 10 chains in a furlong, and 80 chains in one statute mile. An acre is the area of 10 square chains (that is, an area of one chain by one furlong). The chain has been used for several centuries in Britain and in some other countries influenced by British practice.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.01168e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:altLabel "chain"@en ;
    skos:prefLabel "Chain"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CH"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ch_br]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ch"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A chain is a unit of length. It measures 66 feet, or 22 yards, or 100 links, or 4 rods. There are 10 chains in a furlong, and 80 chains in one statute mile. An acre is the area of 10 square chains (that is, an area of one chain by one furlong). The chain has been used for several centuries in Britain and in some other countries influenced by British practice.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Chain?oldid=494116185"^^xsd:string .

emmo:CircularMil a owl:Class ;
    rdfs:label "CircularMil"@en ;
    rdfs:comment """A circular mil is a unit of area, equal to the area of a circle with a diameter of one mil (one thousandth of an inch). It is a convenient unit for referring to the area of a wire with a circular cross section, because the area in circular mils can be calculated without reference to pi (π). The area in circular mils, A, of a circle with a diameter of d mils, is given by the formula: Electricians in Canada and the United States are familiar with the circular mil because the National Electrical Code (NEC) uses the circular mil to define wire sizes larger than 0000 AWG. In many NEC publications and uses, large wires may be expressed in thousands of circular mils, which is abbreviated in two different ways: MCM or kcmil. For example, one common wire size used in the NEC has a cross-section of 250,000 circular mils, written as 250 kcmil or 250 MCM, which is the first size larger than 0000 AWG used within the NEC.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.067075e-10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Circular Mil"@en ;
    skos:prefLabel "CircularMil"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MIL_Circ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cml_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cmil"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A circular mil is a unit of area, equal to the area of a circle with a diameter of one mil (one thousandth of an inch). It is a convenient unit for referring to the area of a wire with a circular cross section, because the area in circular mils can be calculated without reference to pi (π). The area in circular mils, A, of a circle with a diameter of d mils, is given by the formula: Electricians in Canada and the United States are familiar with the circular mil because the National Electrical Code (NEC) uses the circular mil to define wire sizes larger than 0000 AWG. In many NEC publications and uses, large wires may be expressed in thousands of circular mils, which is abbreviated in two different ways: MCM or kcmil. For example, one common wire size used in the NEC has a cross-section of 250,000 circular mils, written as 250 kcmil or 250 MCM, which is the first size larger than 0000 AWG used within the NEC.

-- QUDT"""@en .

emmo:Clo a owl:Class ;
    rdfs:label "Clo"@en ;
    rdfs:comment """A C.G.S System unit for `Thermal Insulance` expressed as "clo".

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.55e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_869e6e4f_a9b5_4db8_a978_8ad050239933,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Clo"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CLO"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "clo"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A C.G.S System unit for `Thermal Insulance` expressed as "clo".

-- QUDT"""@en .

emmo:ColonyFormingUnit a owl:Class ;
    rdfs:label "ColonyFormingUnit"@en ;
    rdfs:comment """"Colony Forming Unit" is a unit for  'Microbial Formation' expressed as CFU.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Colony Forming Unit"@en ;
    skos:prefLabel "ColonyFormingUnit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CFU"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[CFU]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "CFU"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Colony Forming Unit" is a unit for  'Microbial Formation' expressed as CFU.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Colony-forming_unit?oldid=473146689"^^xsd:string .

emmo:CommonYear a owl:Class ;
    rdfs:label "CommonYear"@en ;
    rdfs:comment """31,536,000-fold of the SI base unit second according a common year with 365 days

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.1536e+07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Common Year"@en ;
    skos:prefLabel "CommonYear"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YR_Common"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "yr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """31,536,000-fold of the SI base unit second according a common year with 365 days

-- QUDT"""@en .

emmo:ConventionalCentiMetreOfWater a owl:Class ;
    rdfs:label "ConventionalCentiMetreOfWater"^^xsd:string ;
    rdfs:comment """non SI conforming unit of pressure that corresponds to the static pressure generated by a water column with a height of 1 centimetre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.80665e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Conventional Centimetre Of Water"@en ;
    skos:prefLabel "ConventionalCentiMetreOfWater"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM_H2O"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm[H2O]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cmH₂0"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """non SI conforming unit of pressure that corresponds to the static pressure generated by a water column with a height of 1 centimetre

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Centimetre_of_water?oldid=487656894"^^xsd:string .

emmo:ConventionalMilliMetreOfWater a owl:Class ;
    rdfs:label "ConventionalMilliMetreOfWater"^^xsd:string ;
    rdfs:comment """unit of pressure - 1 mmH2O is the static pressure exerted by a water column with a height of 1 mm

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.80665e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Conventional Millimetre Of Water"@en ;
    skos:prefLabel "ConventionalMilliMetreOfWater"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM_H2O"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm[H2O]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmH₂0"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of pressure - 1 mmH2O is the static pressure exerted by a water column with a height of 1 mm

-- QUDT"""@en .

emmo:Cord a owl:Class ;
    rdfs:label "Cord"@en ;
    rdfs:comment """The cord is a unit of measure of dry volume used in Canada and the United States to measure firewood and pulpwood. A cord is the amount of wood that, when 'ranked and well stowed' (arranged so pieces are aligned, parallel, touching and compact), occupies a volume of 128 cubic feet (3.62 cubic metres). This corresponds to a well stacked woodpile 4 feet (122 cm) wide, 4 feet (122 cm) high, and 8 feet (244 cm) long; or any other arrangement of linear measurements that yields the same volume. The name cord probably comes from the use of a cord or string to measure it.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.62e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Cord"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CORD"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[crd_us]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cord"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The cord is a unit of measure of dry volume used in Canada and the United States to measure firewood and pulpwood. A cord is the amount of wood that, when 'ranked and well stowed' (arranged so pieces are aligned, parallel, touching and compact), occupies a volume of 128 cubic feet (3.62 cubic metres). This corresponds to a well stacked woodpile 4 feet (122 cm) wide, 4 feet (122 cm) high, and 8 feet (244 cm) long; or any other arrangement of linear measurements that yields the same volume. The name cord probably comes from the use of a cord or string to measure it.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Cord?oldid=490232340"^^xsd:string .

emmo:CoulombMetre a owl:Class ;
    rdfs:label "CoulombMetre"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_8515e948_bc2f_423b_8025_e4830f2b21dd ;
    skos:prefLabel "CoulombMetre"@en ;
    schema:unitCode "A26"^^xsd:string ;
    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"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C⋅m"^^xsd:string ;
    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.

-- 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."^^xsd:string .

emmo:CoulombPerCubicCentiMetre a owl:Class ;
    rdfs:label "CoulombPerCubicCentiMetre"@en ;
    rdfs:comment """derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_8f36559a_a494_4b00_abc5_60bbc1475009 ;
    skos:altLabel "Coulomb Per Cubic Centimetre"@en ;
    skos:prefLabel "CoulombPerCubicCentiMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-PER-CentiM3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.cm-3"^^xsd:string,
        "C/cm3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/cm³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 3

-- QUDT"""@en .

emmo:CoulombPerCubicMilliMetre a owl:Class ;
    rdfs:label "CoulombPerCubicMilliMetre"@en ;
    rdfs:comment """derived SI unit coulomb divided by the 0.000 000 001-fold of the power of the SI base unit metre by exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_8f36559a_a494_4b00_abc5_60bbc1475009 ;
    skos:altLabel "Coulomb Per Cubic Millimetre"@en ;
    skos:prefLabel "CoulombPerCubicMilliMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-PER-MilliM3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.mm-3"^^xsd:string,
        "C/mm3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/mm³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """derived SI unit coulomb divided by the 0.000 000 001-fold of the power of the SI base unit metre by exponent 3

-- QUDT"""@en .

emmo:CoulombPerKilogramSecond a owl:Class ;
    rdfs:label "CoulombPerKilogramSecond"^^xsd:string ;
    rdfs:comment """The SI unit of exposure rate

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://en.wikibooks.org/wiki/Basic_Physics_of_Nuclear_Medicine/Units_of_Radiation_Measurement"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac ;
    skos:altLabel "Coulomb Per Kilogram Second"@en ;
    skos:prefLabel "CoulombPerKilogramSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-PER-KiloGM-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.kg-1.s-1"^^xsd:string,
        "C/(kg.s)"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/kg⋅s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of exposure rate

-- QUDT"""@en .

emmo:CoulombPerMetre a owl:Class ;
    rdfs:label "CoulombPerMetre"@en ;
    rdfs:comment """"Coulomb per Meter" is a unit for  'Electric Charge Line Density' expressed as C/m.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_9794a778_47d7_45d5_b4ab_ae6a8db04c78 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.m-1"^^xsd:string,
        "C/m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Coulomb per Meter" is a unit for  'Electric Charge Line Density' expressed as C/m.

-- QUDT"""@en .

emmo:CoulombPerMole a owl:Class ;
    rdfs:label "CoulombPerMole"@en ;
    rdfs:comment """ (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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_e6110006_88b9_45cd_9f9c_a2a91c0c21f8 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.mol-1"^^xsd:string,
        "C/mol"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "c/mol"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:CoulombPerSquareCentiMetre a owl:Class ;
    rdfs:label "CoulombPerSquareCentiMetre"@en ;
    rdfs:comment """derived SI unit coulomb divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be ;
    skos:altLabel "Coulomb Per Square Centimetre"@en ;
    skos:prefLabel "CoulombPerSquareCentiMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-PER-CentiM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.cm-2"^^xsd:string,
        "C/cm2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """derived SI unit coulomb divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2

-- QUDT"""@en .

emmo:CoulombPerSquareMilliMetre a owl:Class ;
    rdfs:label "CoulombPerSquareMilliMetre"@en ;
    rdfs:comment """derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be ;
    skos:altLabel "Coulomb Per Square Millimetre"@en ;
    skos:prefLabel "CoulombPerSquareMilliMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-PER-MilliM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.mm-2"^^xsd:string,
        "C/mm2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/mm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2

-- QUDT"""@en .

emmo:CoulombSquareMetre a owl:Class ;
    rdfs:label "CoulombSquareMetre"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_92aaff7b_3a7c_4c1a_b149_d422e9682106 ;
    skos:altLabel "Coulomb Square Metre"@en ;
    skos:prefLabel "CoulombSquareMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.m2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C⋅m²"^^xsd:string ;
    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 .

emmo:CoulombSquareMetrePerVolt a owl:Class ;
    rdfs:label "CoulombSquareMetrePerVolt"@en ;
    rdfs:comment """Coulomb Square Meter (C-m2-per-volt) is a unit in the category of Electric polarizability.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_cd9ad446_04f7_44ff_b9ea_ae7389574fa6 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.m2.V-1"^^xsd:string,
        "C.m2/V"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C⋅m²/V"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Coulomb Square Meter (C-m2-per-volt) is a unit in the category of Electric polarizability.

-- QUDT"""@en .

emmo:CountsPerSecond a owl:Class ;
    rdfs:label "CountsPerSecond"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Counts per second"@en ;
    skos:prefLabel "CountsPerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NUM-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/s"^^xsd:string .

emmo:CubicAngstrom a owl:Class ;
    rdfs:label "CubicAngstrom"@en ;
    rdfs:comment """A unit that is a non-SI unit, specifically a CGS unit,  of polarizability known informally as polarizability volume.  The SI defined units for polarizability are C*m²/V and can be converted to Ångström³ by multiplying the SI value by 4 times pi times the vacuum permittivity and then converting the resulting m³ to Ångström³ through the SI base 10 conversion (multiplying by 10⁻³⁰).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-40 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Cubic Angstrom"@en,
        "Cubic Ångström"@en,
        "CubicÅngström"@en ;
    skos:prefLabel "CubicAngstrom"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ANGSTROM3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Å³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit that is a non-SI unit, specifically a CGS unit,  of polarizability known informally as polarizability volume.  The SI defined units for polarizability are C*m²/V and can be converted to Ångström³ by multiplying the SI value by 4 times pi times the vacuum permittivity and then converting the resulting m³ to Ångström³ through the SI base 10 conversion (multiplying by 10⁻³⁰).

-- QUDT"""@en .

emmo:CubicCentiMetre a owl:Class ;
    rdfs:label "CubicCentiMetre"@en ;
    rdfs:comment """The CGS unit of volume, equal to 10-6 cubic meter, 1 milliliter, or about 0.061 023 7 cubic inch

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 ;
    skos:altLabel "cubic centimetre"@en ;
    skos:prefLabel "CubicCentiMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The CGS unit of volume, equal to 10-6 cubic meter, 1 milliliter, or about 0.061 023 7 cubic inch

-- QUDT"""@en .

emmo:CubicCentiMetrePerCubicCentiMetre a owl:Class ;
    rdfs:label "CubicCentiMetrePerCubicCentiMetre"@en ;
    rdfs:comment """volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad ;
    skos:altLabel "Cubic Centimetre Per Cubic Centimetre"@en ;
    skos:prefLabel "CubicCentiMetrePerCubicCentiMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3-PER-CentiM3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm3.cm-3"^^xsd:string,
        "cm3/cm3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³/cm³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:CubicCentiMetrePerCubicMetre a owl:Class ;
    rdfs:label "CubicCentiMetrePerCubicMetre"@en ;
    rdfs:comment """volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad ;
    skos:altLabel "Cubic Centimetre Per Cubic Metre"@en ;
    skos:prefLabel "CubicCentiMetrePerCubicMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm3.m-3"^^xsd:string,
        "cm3/m3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:CubicCentiMetrePerDay a owl:Class ;
    rdfs:label "CubicCentiMetrePerDay"^^xsd:string ;
    rdfs:comment """0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.157407e-11 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Cubic Centimetre Per Day"@en ;
    skos:prefLabel "CubicCentiMetrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm3.d-1"^^xsd:string,
        "cm3/d"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit day

-- QUDT"""@en .

emmo:CubicCentiMetrePerHour a owl:Class ;
    rdfs:label "CubicCentiMetrePerHour"^^xsd:string ;
    rdfs:comment """0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.777778e-10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Cubic Centimetre Per Hour"@en ;
    skos:prefLabel "CubicCentiMetrePerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm3.h-1"^^xsd:string,
        "cm3/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour

-- QUDT"""@en .

emmo:CubicCentiMetrePerKelvin a owl:Class ;
    rdfs:label "CubicCentiMetrePerKelvin"@en ;
    rdfs:comment """0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit kelvin

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_85d72920_708d_4eb9_89ce_8a588b0ce66d ;
    skos:altLabel "Cubic Centimetre Per Kelvin"@en ;
    skos:prefLabel "CubicCentiMetrePerKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3-PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm3.K-1"^^xsd:string,
        "cm3/K"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit kelvin

-- QUDT"""@en .

emmo:CubicCentiMetrePerMinute a owl:Class ;
    rdfs:label "CubicCentiMetrePerMinute"^^xsd:string ;
    rdfs:comment """0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.666667e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Cubic Centimetre Per Minute"@en ;
    skos:prefLabel "CubicCentiMetrePerMinute"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm3.min-1"^^xsd:string,
        "cm3/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit minute

-- QUDT"""@en .

emmo:CubicCentiMetrePerMole a owl:Class ;
    rdfs:label "CubicCentiMetrePerMole"@en ;
    rdfs:comment """0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e ;
    skos:altLabel "Cubic Centimetre Per Mole"@en ;
    skos:prefLabel "CubicCentiMetrePerMole"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3-PER-MOL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm3.mol-1"^^xsd:string,
        "cm3/mol"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³/mol"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol

-- QUDT"""@en .

emmo:CubicCentiMetrePerMoleSecond a owl:Class ;
    rdfs:label "CubicCentiMetrePerMoleSecond"@en ;
    rdfs:comment """A unit that is the 0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_bc73913a_3bb6_4205_8d36_79bc72ca9891 ;
    skos:altLabel "Cubic centimeter per mole second"@en ;
    skos:prefLabel "CubicCentiMetrePerMoleSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3-PER-MOL-SEC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³/(mol⋅s)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit that is the 0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second.

-- QUDT"""@en .

emmo:CubicCentiMetrePerSecond a owl:Class ;
    rdfs:label "CubicCentiMetrePerSecond"@en ;
    rdfs:comment """0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b ;
    skos:altLabel "Cubic Centimetre Per Second"@en ;
    skos:prefLabel "CubicCentiMetrePerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm3.s-1"^^xsd:string,
        "cm3/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit second

-- QUDT"""@en .

emmo:CubicCoulombMetrePerSquareJoule a owl:Class ;
    rdfs:label "CubicCoulombMetrePerSquareJoule"@en ;
    rdfs:comment """"Cubic Coulomb Meter per Square Joule" is a unit for  'Cubic Electric Dipole Moment Per Square Energy' expressed as C³ m³ J⁻².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_360adeca_9eee_4bb9_a5ca_728756c1ed4a ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C3.m.J-2"^^xsd:string,
        "C3.m/J2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C³⋅m/J²"^^xsd:string ;
    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⁻².

-- QUDT"""@en .

emmo:CubicDecaMetre a owl:Class ;
    rdfs:label "CubicDecaMetre"@en ;
    rdfs:comment """1 000-fold of the power of the SI base unit metre by exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 ;
    skos:altLabel "Cubic Decametre"@en ;
    skos:prefLabel "CubicDecaMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DecaM3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dam3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dam³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the power of the SI base unit metre by exponent 3

-- QUDT"""@en .

emmo:CubicDeciMetre a owl:Class ;
    rdfs:label "CubicDeciMetre"@en ;
    rdfs:comment """0.1-fold of the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 ;
    skos:altLabel "Cubic Decimetre"@en ;
    skos:prefLabel "CubicDeciMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciM3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dm3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dm³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.1-fold of the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:CubicDeciMetrePerCubicMetre a owl:Class ;
    rdfs:label "CubicDeciMetrePerCubicMetre"@en ;
    rdfs:comment """volume ratio consisting of the 0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad ;
    skos:altLabel "Cubic Decimetre Per Cubic Metre"@en ;
    skos:prefLabel "CubicDeciMetrePerCubicMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciM3-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dm3.m-3"^^xsd:string,
        "dm3/m3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dm³/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """volume ratio consisting of the 0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:CubicDeciMetrePerDay a owl:Class ;
    rdfs:label "CubicDeciMetrePerDay"^^xsd:string ;
    rdfs:comment """0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.157407e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Cubic Decimetre Per Day"@en ;
    skos:prefLabel "CubicDeciMetrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciM3-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dm3.d-1"^^xsd:string,
        "dm3/d"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dm³/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time day

-- QUDT"""@en .

emmo:CubicDeciMetrePerHour a owl:Class ;
    rdfs:label "CubicDeciMetrePerHour"^^xsd:string ;
    rdfs:comment """0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.777778e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Cubic Decimetre Per Hour"@en ;
    skos:prefLabel "CubicDeciMetrePerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciM3-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dm3.h-1"^^xsd:string,
        "dm3/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dm³/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour

-- QUDT"""@en .

emmo:CubicDeciMetrePerMinute a owl:Class ;
    rdfs:label "CubicDeciMetrePerMinute"^^xsd:string ;
    rdfs:comment """0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.666667e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Cubic Decimetre Per Minute"@en ;
    skos:prefLabel "CubicDeciMetrePerMinute"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciM3-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dm3.min-3"^^xsd:string,
        "dm3/min3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dm³/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time minute

-- QUDT"""@en .

emmo:CubicDeciMetrePerMole a owl:Class ;
    rdfs:label "CubicDeciMetrePerMole"@en ;
    rdfs:comment """0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e ;
    skos:altLabel "Cubic Decimetre Per Mole"@en ;
    skos:prefLabel "CubicDeciMetrePerMole"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciM3-PER-MOL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dm3.mol-1"^^xsd:string,
        "dm3/mol"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dm³/mol"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol

-- QUDT"""@en .

emmo:CubicDeciMetrePerSecond a owl:Class ;
    rdfs:label "CubicDeciMetrePerSecond"@en ;
    rdfs:comment """0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b ;
    skos:altLabel "Cubic Decimetre Per Second"@en ;
    skos:prefLabel "CubicDeciMetrePerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciM3-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dm3.s-1"^^xsd:string,
        "dm3/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dm³/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time second

-- QUDT"""@en .

emmo:CubicFoot a owl:Class ;
    rdfs:label "CubicFoot"@en ;
    rdfs:comment """The cubic foot is an Imperial and US customary unit of volume, used in the United States and the United Kingdom. It is defined as the volume of a cube with sides of one foot (0.3048 m) in length. To calculate cubic feet multiply length X width X height.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.831685e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 ;
    skos:altLabel "Cubic Foot"@en ;
    skos:prefLabel "CubicFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cft_i]"^^xsd:string,
        "[ft_i]3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The cubic foot is an Imperial and US customary unit of volume, used in the United States and the United Kingdom. It is defined as the volume of a cube with sides of one foot (0.3048 m) in length. To calculate cubic feet multiply length X width X height.

-- QUDT"""@en .

emmo:CubicFootPerDay a owl:Class ;
    rdfs:label "CubicFootPerDay"@en ;
    rdfs:comment """power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.277413e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Cubic Foot Per Day"@en ;
    skos:prefLabel "CubicFootPerDay"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT3-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cft_i].d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft³/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day

-- QUDT"""@en .

emmo:CubicFootPerDegreeFahrenheit a owl:Class ;
    rdfs:label "CubicFootPerDegreeFahrenheit"@en ;
    rdfs:comment """power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.097033e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_85d72920_708d_4eb9_89ce_8a588b0ce66d,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Cubic Foot Per Degree Fahrenheit"@en ;
    skos:prefLabel "CubicFootPerDegreeFahrenheit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT3-PER-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cft_i].[degF]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft³/°F"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit

-- QUDT"""@en .

emmo:CubicFootPerHour a owl:Class ;
    rdfs:label "CubicFootPerHour"@en ;
    rdfs:comment """power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 7.865792e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Cubic Foot Per Hour"@en ;
    skos:prefLabel "CubicFootPerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT3-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cft_i].h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft³/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour

-- QUDT"""@en .

emmo:CubicFootPerMinute a owl:Class ;
    rdfs:label "CubicFootPerMinute"@en ;
    rdfs:comment """"Cubic Foot per Minute" is an Imperial unit for  'Volume Per Unit Time' expressed as ft³/min.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.719474e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b ;
    skos:altLabel "Cubic Foot per Minute"@en ;
    skos:prefLabel "CubicFootPerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT3-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cft_i].min-1"^^xsd:string,
        "[cft_i]/min"^^xsd:string,
        "[ft_i]3.min-1"^^xsd:string,
        "[ft_i]3/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft³/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Cubic Foot per Minute" is an Imperial unit for  'Volume Per Unit Time' expressed as ft³/min.

-- QUDT"""@en .

emmo:CubicFootPerMinuteSquareFoot a owl:Class ;
    rdfs:label "CubicFootPerMinuteSquareFoot"@en ;
    rdfs:comment """unit of the volume flow rate according to the Anglio-American and imperial system of units cubic foot per minute related to the transfer area according to the Anglian American and Imperial system of units square foot

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.08e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Cubic Foot Per Minute Square Foot"@en ;
    skos:prefLabel "CubicFootPerMinuteSquareFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT3-PER-MIN-FT2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cft_i].min-1.[sft_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft³/(min⋅ft²)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume flow rate according to the Anglio-American and imperial system of units cubic foot per minute related to the transfer area according to the Anglian American and Imperial system of units square foot

-- QUDT"""@en .

emmo:CubicFootPerSecond a owl:Class ;
    rdfs:label "CubicFootPerSecond"@en ;
    rdfs:comment """"Cubic Foot per Second" is an Imperial unit for  `Volume Per Unit Time` expressed as ft³/s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.831685e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b ;
    skos:altLabel "Cubic Foot per Second"@en ;
    skos:prefLabel "CubicFootPerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT3-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cft_i].s-1"^^xsd:string,
        "[cft_i]/s"^^xsd:string,
        "[ft_i]3.s-1"^^xsd:string,
        "[ft_i]3/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft³/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Cubic Foot per Second" is an Imperial unit for  `Volume Per Unit Time` expressed as ft³/s.

-- QUDT"""@en .

emmo:CubicInch a owl:Class ;
    rdfs:label "CubicInch"@en ;
    rdfs:comment """The cubic inch is a unit of measurement for volume in the Imperial units and United States customary units systems. It is the volume of a cube with each of its three sides being one inch long. The cubic inch and the cubic foot are still used as units of volume in the United States, although the common SI units of volume, the liter, milliliter, and cubic meter, are continually replacing them, especially in manufacturing and high technology. One cubic foot is equal to exactly 1728 cubic inches.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.638706e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 ;
    skos:altLabel "Cubic Inch"@en ;
    skos:prefLabel "CubicInch"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/IN3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cin_i]"^^xsd:string,
        "[in_i]3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "in³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The cubic inch is a unit of measurement for volume in the Imperial units and United States customary units systems. It is the volume of a cube with each of its three sides being one inch long. The cubic inch and the cubic foot are still used as units of volume in the United States, although the common SI units of volume, the liter, milliliter, and cubic meter, are continually replacing them, especially in manufacturing and high technology. One cubic foot is equal to exactly 1728 cubic inches.

-- QUDT"""@en .

emmo:CubicInchPerHour a owl:Class ;
    rdfs:label "CubicInchPerHour"@en ;
    rdfs:comment """power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.551961e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Cubic Inch Per Hour"@en ;
    skos:prefLabel "CubicInchPerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/IN3-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cin_i].h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "in³/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour

-- QUDT"""@en .

emmo:CubicInchPerMinute a owl:Class ;
    rdfs:label "CubicInchPerMinute"@en ;
    rdfs:comment """"Cubic Inch per Minute" is an Imperial unit for  'Volume Per Unit Time' expressed as in³/min.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.731177e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b ;
    skos:altLabel "Cubic Inch per Minute"@en ;
    skos:prefLabel "CubicInchPerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/IN3-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cin_i].min-1"^^xsd:string,
        "[cin_i]/min"^^xsd:string,
        "[in_i]3.min-1"^^xsd:string,
        "[in_i]3/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "in³/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Cubic Inch per Minute" is an Imperial unit for  'Volume Per Unit Time' expressed as in³/min.

-- QUDT"""@en .

emmo:CubicInchPerSecond a owl:Class ;
    rdfs:label "CubicInchPerSecond"@en ;
    rdfs:comment """power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.638706e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Cubic Inch Per Second"@en ;
    skos:prefLabel "CubicInchPerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/IN3-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cin_i].s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "in³/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the SI base unit second

-- QUDT"""@en .

emmo:CubicKiloMetrePerSquareSecond a owl:Class ;
    rdfs:label "CubicKiloMetrePerSquareSecond"@en ;
    rdfs:comment """`Cubic Kilometer per Square Second` is a unit for `Standard Gravitational Parameter` expressed as km³/s².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_87deb5a8_7a85_49c3_97b2_e62c8484aa1a ;
    skos:altLabel "Cubic Kilometre per Square Second"@en ;
    skos:prefLabel "CubicKiloMetrePerSquareSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloM3-PER-SEC2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "km3.s-2"^^xsd:string,
        "km3/s2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "km³/s²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Cubic Kilometer per Square Second` is a unit for `Standard Gravitational Parameter` expressed as km³/s².

-- QUDT"""@en .

emmo:CubicMetre a owl:Class ;
    rdfs:label "CubicMetre"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 ;
    skos:prefLabel "CubicMetre"@en ;
    schema:unitCode "MTQ"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3"^^xsd:string ;
    emmo:EMMO_209ba1b3_149f_4ff0_b672_941610eafd72 "http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Cubic_metre"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³"^^xsd:string ;
    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.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Cubic_metre?oldid=490956678"^^xsd:anyURI .

emmo:CubicMetrePerCoulomb a owl:Class ;
    rdfs:label "CubicMetrePerCoulomb"@en ;
    rdfs:comment "Cubic metre per Coulomb."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_578f7da0_10f8_4fc2_9fd0_79b79f47f975 ;
    skos:prefLabel "CubicMetrePerCoulomb"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-C"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.C-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/C"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic metre per Coulomb."@en .

emmo:CubicMetrePerCubicMetre a owl:Class ;
    rdfs:label "CubicMetrePerCubicMetre"@en ;
    rdfs:comment """Power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/m³"^^xsd:string ;
    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 .

emmo:CubicMetrePerDay a owl:Class ;
    rdfs:label "CubicMetrePerDay"@en ;
    rdfs:comment """power of the SI base unit metre with the exponent 3 divided by the unit day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.157407e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Cubic Metre Per Day"@en ;
    skos:prefLabel "CubicMetrePerDay"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """power of the SI base unit metre with the exponent 3 divided by the unit day

-- QUDT"""@en .

emmo:CubicMetrePerHectare a owl:Class ;
    rdfs:label "CubicMetrePerHectare"@en ;
    rdfs:comment "Cubic metre per hectare."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:prefLabel "CubicMetrePerHectare"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-HA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.har-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m^3/ha"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic metre per hectare."@en .

emmo:CubicMetrePerHour a owl:Class ;
    rdfs:label "CubicMetrePerHour"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.777778e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.h-1"^^xsd:string,
        "m3/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/h"^^xsd:string ;
    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 .

emmo:CubicMetrePerKelvin a owl:Class ;
    rdfs:label "CubicMetrePerKelvin"@en ;
    rdfs:comment "Cubic metre per Kelvin."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_85d72920_708d_4eb9_89ce_8a588b0ce66d ;
    skos:prefLabel "CubicMetrePerKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic metre per Kelvin."@en .

emmo:CubicMetrePerKilogram a owl:Class ;
    rdfs:label "CubicMetrePerKilogram"^^xsd:string ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129 ;
    skos:altLabel "Cubic Metre per Kilogram"@en ;
    skos:prefLabel "CubicMetrePerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.kg-1"^^xsd:string,
        "m3/kg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/kg"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:CubicMetrePerKilogramSquareSecond a owl:Class ;
    rdfs:label "CubicMetrePerKilogramSquareSecond"^^xsd:string ;
    rdfs:comment "Cubic metre per kilogram and square second."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_3181bb28_623b_4411_ad79_80277c661322 ;
    skos:prefLabel "CubicMetrePerKilogramSquareSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-KiloGM-SEC2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.(kg.s2)-1"^^xsd:string,
        "m3.kg-1.s-2"^^xsd:string,
        "m3/(kg.s2)"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/(kg⋅s²)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic metre per kilogram and square second."@en .

emmo:CubicMetrePerMinute a owl:Class ;
    rdfs:label "CubicMetrePerMinute"@en ;
    rdfs:comment """power of the SI base unit metre with the exponent 3 divided by the unit minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.666667e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Cubic Metre Per Minute"@en ;
    skos:prefLabel "CubicMetrePerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """power of the SI base unit metre with the exponent 3 divided by the unit minute

-- QUDT"""@en .

emmo:CubicMetrePerMole a owl:Class ;
    rdfs:label "CubicMetrePerMole"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.mol-1"^^xsd:string,
        "m3/mol"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/mol"^^xsd:string ;
    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 .

emmo:CubicMetrePerSecond a owl:Class ;
    rdfs:label "CubicMetrePerSecond"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.s-1"^^xsd:string,
        "m3/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/s"^^xsd:string ;
    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 .

emmo:CubicMetrePerSquareMetre a owl:Class ;
    rdfs:label "CubicMetrePerSquareMetre"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/m²"^^xsd:string ;
    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

-- QUDT"""@en .

emmo:CubicMetrePerSquareSecond a owl:Class ;
    rdfs:label "CubicMetrePerSquareSecond"@en ;
    rdfs:comment """`Cubic Meter per Square Second` is a C.G.S System unit for  `Standard Gravitational Parameter` expressed as m³/s²

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_87deb5a8_7a85_49c3_97b2_e62c8484aa1a ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.s-2"^^xsd:string,
        "m3/s2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/s²"^^xsd:string ;
    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 .

emmo:CubicMicroMetrePerCubicMetre a owl:Class ;
    rdfs:label "CubicMicroMetrePerCubicMetre"@en ;
    rdfs:comment "Cubic micrometre per cubic metre unit."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-18 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad ;
    skos:prefLabel "CubicMicroMetrePerCubicMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroM3-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "um3.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µm³/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic micrometre per cubic metre unit."@en .

emmo:CubicMicroMetrePerMilliLitre a owl:Class ;
    rdfs:label "CubicMicroMetrePerMilliLitre"^^xsd:string ;
    rdfs:comment "Cubic micrometre per millilitre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:prefLabel "CubicMicroMetrePerMilliLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroM3-PER-MilliL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "um3.mL-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µm³/mL"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic micrometre per millilitre."@en .

emmo:CubicMile a owl:Class ;
    rdfs:label "CubicMile"@en ;
    rdfs:comment """A cubic mile is an imperial / U.S. customary unit of volume, used in the United States, Canada, and the United Kingdom. It is defined as the volume of a cube with sides of 1 mile in length.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.168182e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 ;
    skos:altLabel "Cubic Mile"@en ;
    skos:prefLabel "CubicMile"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[mi_i]3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mi³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A cubic mile is an imperial / U.S. customary unit of volume, used in the United States, Canada, and the United Kingdom. It is defined as the volume of a cube with sides of 1 mile in length.

-- QUDT"""@en .

emmo:CubicMilliMetre a owl:Class ;
    rdfs:label "CubicMilliMetre"@en ;
    rdfs:comment """A metric measure of volume or capacity equal to a cube 1 millimeter on each edge

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 ;
    skos:altLabel "Cubic Millimetre"@en ;
    skos:prefLabel "CubicMilliMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A metric measure of volume or capacity equal to a cube 1 millimeter on each edge

-- QUDT"""@en .

emmo:CubicMilliMetrePerCubicMetre a owl:Class ;
    rdfs:label "CubicMilliMetrePerCubicMetre"@en ;
    rdfs:comment """volume ratio consisting of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad ;
    skos:altLabel "Cubic Millimetre Per Cubic Metre"@en ;
    skos:prefLabel "CubicMilliMetrePerCubicMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM3-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm3.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm³/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """volume ratio consisting of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:CubicYard a owl:Class ;
    rdfs:label "CubicYard"@en ;
    rdfs:comment """A cubic yard is an Imperial / U.S. customary unit of volume, used in the United States, Canada, and the UK. It is defined as the volume of a cube with sides of 1 yard in length.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 7.645549e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 ;
    skos:altLabel "Cubic Yard"@en ;
    skos:prefLabel "CubicYard"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YD3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cyd_i]"^^xsd:string,
        "[yd_i]3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "yd³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A cubic yard is an Imperial / U.S. customary unit of volume, used in the United States, Canada, and the UK. It is defined as the volume of a cube with sides of 1 yard in length.

-- QUDT"""@en .

emmo:CubicYardPerDay a owl:Class ;
    rdfs:label "CubicYardPerDay"@en ;
    rdfs:comment """power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 8.849015e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Cubic Yard Per Day"@en ;
    skos:prefLabel "CubicYardPerDay"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YD3-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cyd_i].d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "yd³/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day

-- QUDT"""@en .

emmo:CubicYardPerDegreeFahrenheit a owl:Class ;
    rdfs:label "CubicYardPerDegreeFahrenheit"@en ;
    rdfs:comment """power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.376199e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_85d72920_708d_4eb9_89ce_8a588b0ce66d,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Cubic Yard Per Degree Fahrenheit"@en ;
    skos:prefLabel "CubicYardPerDegreeFahrenheit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YD3-PER-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cyd_i].[degF]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "yd³/°F"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit

-- QUDT"""@en .

emmo:CubicYardPerHour a owl:Class ;
    rdfs:label "CubicYardPerHour"@en ;
    rdfs:comment """power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for the time hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.123763e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Cubic Yard Per Hour"@en ;
    skos:prefLabel "CubicYardPerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YD3-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cyd_i].h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "yd³/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for the time hour

-- QUDT"""@en .

emmo:CubicYardPerMinute a owl:Class ;
    rdfs:label "CubicYardPerMinute"@en ;
    rdfs:comment """"Cubic Yard per Minute" is an Imperial unit for  'Volume Per Unit Time' expressed as yd³/min.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.274258e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b ;
    skos:altLabel "Cubic Yard per Minute"@en ;
    skos:prefLabel "CubicYardPerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YD3-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cyd_i].min-1"^^xsd:string,
        "[cyd_i]/min"^^xsd:string,
        "[yd_i]3.min-1"^^xsd:string,
        "[yd_i]3/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "yd³/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Cubic Yard per Minute" is an Imperial unit for  'Volume Per Unit Time' expressed as yd³/min.

-- QUDT"""@en .

emmo:CubicYardPerSecond a owl:Class ;
    rdfs:label "CubicYardPerSecond"@en ;
    rdfs:comment """power of the unit and the Anglo-American and Imperial system of units with the exponent 3 divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 7.645549e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Cubic Yard Per Second"@en ;
    skos:prefLabel "CubicYardPerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YD3-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cyd_i].s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "yd³/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """power of the unit and the Anglo-American and Imperial system of units with the exponent 3 divided by the SI base unit second

-- QUDT"""@en .

emmo:Cup_Us a owl:Class ;
    rdfs:label "Cup_Us"@en ;
    rdfs:comment """unit of the volume according to the Anglo-American system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.365882e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Cup (US)"@en ;
    skos:prefLabel "Cup_Us"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CUP_US"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cup_us]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cup{US}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume according to the Anglo-American system of units

-- QUDT"""@en .

emmo:Dalton a owl:Class ;
    rdfs:label "Dalton"@en ;
    rdfs:comment "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,
        """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedspecialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Da"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1.660539e-27 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa ;
    skos:altLabel "AtomicMassUnit"@en ;
    skos:prefLabel "Dalton"@en ;
    schema:unitCode "D43"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/Da"^^xsd:anyURI ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "u"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Unified_atomic_mass_unit"^^xsd:string ;
    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"^^xsd:string ;
    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: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"^^xsd:string .

emmo:Day a owl:Class ;
    rdfs:label "Day"@en ;
    rdfs:comment "A measure of time defined as 86 400 seconds."@en,
        """Mean solar day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedspecialunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 8.64e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue "d"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac ;
    skos:prefLabel "Day"@en ;
    schema:unitCode "DAY"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "d"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Day"^^xsd:string ;
    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"^^xsd:string .

emmo:DeathsPer1000IndividualsPerYear a owl:Class ;
    rdfs:label "DeathsPer1000IndividualsPerYear"@en ;
    rdfs:comment """The typical expression of mortality rate, expressed as deaths per 1000 individuals, per year.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Deaths per 1000 individuals per year"@en ;
    skos:prefLabel "DeathsPer1000IndividualsPerYear"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEATHS-PER-KiloINDIV-YR"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "deaths/1000 individuals/yr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The typical expression of mortality rate, expressed as deaths per 1000 individuals, per year.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Mortality_rate"^^xsd:string .

emmo:DeathsPerMillionIndividualsPerYear a owl:Class ;
    rdfs:label "DeathsPerMillionIndividualsPerYear"@en ;
    rdfs:comment """The expression of mortality rate, expressed as deaths per Million individuals, per year.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Deaths per Million individuals per year"@en ;
    skos:prefLabel "DeathsPerMillionIndividualsPerYear"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEATHS-PER-MegaINDIV-YR"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "deaths/million individuals/yr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The expression of mortality rate, expressed as deaths per Million individuals, per year.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Mortality_rate"^^xsd:string .

emmo:Debye a owl:Class ;
    rdfs:label "Debye"@en ;
    rdfs:comment """"Debye" is a C.G.S System unit for  'Electric Dipole Moment' expressed as D.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.33564e-30 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_cab2be5c_4e71_4c15_8412_adb2a7f0831a ;
    skos:prefLabel "Debye"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/Debye"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "D"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Debye" is a C.G.S System unit for  'Electric Dipole Moment' expressed as D.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Debye?oldid=492149112"^^xsd:string .

emmo:DecaCoulomb a owl:Class ;
    rdfs:label "DecaCoulomb"@en ;
    rdfs:comment """A DecaCoulomb is 10 C.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Coulomb ],
        [ a owl:Restriction ;
            owl:hasValue 1e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1d8b370b_c672_4d0c_964e_eaafcbf2f51f,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "DecaCoulomb"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DecaC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "daC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "daC"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A DecaCoulomb is 10 C.

-- QUDT"""@en .

emmo:DecaGram a owl:Class ;
    rdfs:label "DecaGram"^^xsd:string ;
    rdfs:comment """0,01-fold of the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Gram ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1d8b370b_c672_4d0c_964e_eaafcbf2f51f,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "DecaGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DecaGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dag"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dag"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,01-fold of the SI base unit kilogram

-- QUDT"""@en .

emmo:DecaLitre a owl:Class ;
    rdfs:label "DecaLitre"^^xsd:string ;
    rdfs:comment """10-fold of the unit litre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Litre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        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 ;
    skos:prefLabel "DecaLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DecaL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "daL"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "daL"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """10-fold of the unit litre

-- QUDT"""@en .

emmo:DecaMetre a owl:Class ;
    rdfs:label "DecaMetre"^^xsd:string ;
    rdfs:comment """10-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Metre ],
        [ a owl:Restriction ;
            owl:hasValue 1e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1d8b370b_c672_4d0c_964e_eaafcbf2f51f,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "DecaMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DecaM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dam"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dam"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """10-fold of the SI base unit metre

-- QUDT"""@en .

emmo:DecaPascal a owl:Class ;
    rdfs:label "DecaPascal"^^xsd:string ;
    rdfs:comment """10-fold of the derived SI unit pascal

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Pascal ],
        emmo:EMMO_1d8b370b_c672_4d0c_964e_eaafcbf2f51f,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "DecaPascal"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DecaPA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "daPa"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "daPa"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """10-fold of the derived SI unit pascal

-- QUDT"""@en .

emmo:DecaRe a owl:Class ;
    rdfs:label "DecaRe"^^xsd:string ;
    rdfs:comment """unit of the area which is mainly common in the agriculture and forestry: 1 da = 10 a

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1d8b370b_c672_4d0c_964e_eaafcbf2f51f,
        emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "DecaRe"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DecaARE"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "daar"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "daa"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the area which is mainly common in the agriculture and forestry: 1 da = 10 a

-- QUDT"""@en .

emmo:Decade a owl:Class ;
    rdfs:label "Decade"@en ;
    rdfs:comment """One decade is a factor of 10 difference between two numbers (an order of magnitude difference) measured on a logarithmic scale. It is especially useful when referring to frequencies and when describing frequency response of electronic systems, such as audio amplifiers and filters. The factor-of-ten in a decade can be in either direction: so one decade up from 100 Hz is 1000 Hz, and one decade down is 10 Hz. The factor-of-ten is what is important, not the unit used, so 3.14 rad/s is one decade down from 31.4 rad/s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_972e01b0_b017_4903_8c05_b7edda958723 ;
    skos:prefLabel "Decade"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DECADE"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dec"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One decade is a factor of 10 difference between two numbers (an order of magnitude difference) measured on a logarithmic scale. It is especially useful when referring to frequencies and when describing frequency response of electronic systems, such as audio amplifiers and filters. The factor-of-ten in a decade can be in either direction: so one decade up from 100 Hz is 1000 Hz, and one decade down is 10 Hz. The factor-of-ten is what is important, not the unit used, so 3.14 rad/s is one decade down from 31.4 rad/s.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Decade_(log_scale)"^^xsd:string .

emmo:DeciBar a owl:Class ;
    rdfs:label "DeciBar"^^xsd:string ;
    rdfs:comment """The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to 100,000 Pa = 1 bar ≈ 750.0616827 Torr. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Bar ],
        [ a owl:Restriction ;
            owl:hasValue 1e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "DeciBar"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciBAR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dbar"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dbar"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to 100,000 Pa = 1 bar ≈ 750.0616827 Torr. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:string .

emmo:DeciBarPerYear a owl:Class ;
    rdfs:label "DeciBarPerYear"^^xsd:string ;
    rdfs:comment """A rate of change of pressure expressed in decibars over a period of an average calendar year (365.25 days).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.1688e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c ;
    skos:altLabel "Decibars per year"@en ;
    skos:prefLabel "DeciBarPerYear"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciBAR-PER-YR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dbar.a-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dbar/yr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A rate of change of pressure expressed in decibars over a period of an average calendar year (365.25 days).

-- QUDT"""@en .

emmo:DeciBel a owl:Class ;
    rdfs:label "DeciBel"^^xsd:string ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedspecialunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Bel ],
        [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:prefLabel "DeciBel"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciB"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dB"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dB"^^xsd:string ;
    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:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Decibel?oldid=495380648"^^xsd:string .

emmo:DeciBelCarrierUnit a owl:Class ;
    rdfs:label "DeciBelCarrierUnit"^^xsd:string ;
    rdfs:comment """"Decibel Carrier Unit" is a unit for  'Signal Detection Threshold' expressed as dBc.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf emmo:EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_972e01b0_b017_4903_8c05_b7edda958723,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Decibel Carrier Unit"@en ;
    skos:prefLabel "DeciBelCarrierUnit"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciB_C"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dBc"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Decibel Carrier Unit" is a unit for  'Signal Detection Threshold' expressed as dBc.

-- QUDT"""@en .

emmo:DeciBelReferredTo1Mw a owl:Class ;
    rdfs:label "DeciBelReferredTo1Mw"^^xsd:string ;
    rdfs:comment """"Decibel Referred to 1mw" is a 'Dimensionless Ratio' expressed as dBm.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf emmo:EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_972e01b0_b017_4903_8c05_b7edda958723,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Decibel Referred to 1mw"@en ;
    skos:prefLabel "DeciBelReferredTo1Mw"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciB_M"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dBmW"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Decibel Referred to 1mw" is a 'Dimensionless Ratio' expressed as dBm.

-- QUDT"""@en .

emmo:DeciCoulomb a owl:Class ;
    rdfs:label "DeciCoulomb"^^xsd:string ;
    rdfs:comment """A DeciCoulomb is 10⁻¹ C.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Coulomb ],
        [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "DeciCoulomb"@en ;
    skos:prefLabel "DeciCoulomb"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dC"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A DeciCoulomb is 10⁻¹ C.

-- QUDT"""@en .

emmo:DeciGram a owl:Class ;
    rdfs:label "DeciGram"^^xsd:string ;
    rdfs:comment """0.0001-fold of the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Gram ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:prefLabel "DeciGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.0001-fold of the SI base unit kilogram

-- QUDT"""@en .

emmo:DeciLitre a owl:Class ;
    rdfs:label "DeciLitre"^^xsd:string ;
    rdfs:comment """0.1-fold of the unit litre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Litre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:prefLabel "DeciLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dL"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dL"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.1-fold of the unit litre

-- QUDT"""@en .

emmo:DeciLitrePerGram a owl:Class ;
    rdfs:label "DeciLitrePerGram"^^xsd:string ;
    rdfs:comment """0.1-fold of the unit of the volume litre divided by the 0.001-fold of the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Decilitre Per Gram"@en ;
    skos:prefLabel "DeciLitrePerGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciL-PER-GM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dL.g-1"^^xsd:string,
        "dL/g"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dL/g"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.1-fold of the unit of the volume litre divided by the 0.001-fold of the SI base unit kilogram

-- QUDT"""@en .

emmo:DeciMetre a owl:Class ;
    rdfs:label "DeciMetre"^^xsd:string ;
    rdfs:comment """A decimeter is a tenth of a meter.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Metre ],
        emmo:EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "DeciMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A decimeter is a tenth of a meter.

-- QUDT"""@en .

emmo:DeciNewton a owl:Class ;
    rdfs:label "DeciNewton"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Newton ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29,
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "DeciNewton"@en ;
    skos:prefLabel "DeciNewton"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciN"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dN"^^xsd:string .

emmo:DeciNewtonMetre a owl:Class ;
    rdfs:label "DeciNewtonMetre"^^xsd:string ;
    rdfs:comment """0.1-fold of the product of the derived SI unit joule and the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ;
            owl:someValuesFrom emmo:NewtonMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Decinewton Metre"@en ;
    skos:prefLabel "DeciNewtonMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciN-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dN.m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dN⋅m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.1-fold of the product of the derived SI unit joule and the SI base unit metre

-- QUDT"""@en .

emmo:DeciSiemens a owl:Class ;
    rdfs:label "DeciSiemens"@en ;
    rdfs:comment "A decisiemens is 0.1 S."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Siemens ],
        [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29,
        emmo:EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "decisiemens"@en ;
    skos:prefLabel "DeciSiemens"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciS"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dS"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A decisiemens is 0.1 S."@en .

emmo:DeciSiemensPerMetre a owl:Class ;
    rdfs:label "DeciSiemensPerMetre"^^xsd:string ;
    rdfs:comment """Decisiemens per metre.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:SiemensPerMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "decisiemens per metre"@en ;
    skos:prefLabel "DeciSiemensPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciS-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dS.m-1"^^xsd:string,
        "dS/m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dS/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Decisiemens per metre.

-- QUDT"""@en .

emmo:DeciTonne a owl:Class ;
    rdfs:label "DeciTonne"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Tonne ],
        [ a owl:Restriction ;
            owl:hasValue 1e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "DeciTonne"@en ;
    skos:prefLabel "DeciTonne"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciTONNE"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dt"^^xsd:string .

emmo:Deg_C_Growing_Cereal_Day a owl:Class ;
    rdfs:label "Deg_C_Growing_Cereal_Day"@en ;
    rdfs:comment """The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 8.64e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_3df1408c_df34_4037_8584_c25f854bb346,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Growing Degree Days (Cereals)"@en ;
    skos:prefLabel "Deg_C_Growing_Cereal_Day"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C_GROWING_CEREAL-DAY"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "GDD"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops.

-- QUDT"""@en .

emmo:Deg_F_Hr_Ft2_Per_Btu_It a owl:Class ;
    rdfs:label "Deg_F_Hr_Ft2_Per_Btu_It"@en ;
    rdfs:comment """unit of the thermal resistor according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.89563e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_869e6e4f_a9b5_4db8_a978_8ad050239933,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Table)"@en ;
    skos:prefLabel "Deg_F_Hr_Ft2_Per_Btu_It"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_IT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[degF].h-1.[ft_i]-2.[Btu_IT]-1"^^xsd:string,
        "[degF]/(h.[ft_i]2.[Btu_IT])"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°F⋅hr⋅ft²/Btu{IT}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the thermal resistor according to the Imperial system of units

-- QUDT"""@en .

emmo:Deg_F_Hr_Ft2_Per_Btu_Th a owl:Class ;
    rdfs:label "Deg_F_Hr_Ft2_Per_Btu_Th"@en ;
    rdfs:comment """unit of the thermal resistor according to the according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.8969e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_869e6e4f_a9b5_4db8_a978_8ad050239933,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical)"@en ;
    skos:prefLabel "Deg_F_Hr_Ft2_Per_Btu_Th"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_TH"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[degF].h-1.[ft_i]-2.[Btu_th]-1"^^xsd:string,
        "[degF]/(h.[ft_i]2.[Btu_th])"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°F⋅hr⋅ft²/Btu{th}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the thermal resistor according to the according to the Imperial system of units

-- QUDT"""@en .

emmo:Degree a owl:Class ;
    rdfs:label "Degree"@en ;
    rdfs:comment """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,
        "Degree is a measurement of plane angle, defined by representing a full rotation as 360 degrees."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedspecialunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.745329e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue "°"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac,
        emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 ;
    skos:prefLabel "Degree"@en ;
    schema:unitCode "DD"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Degree_(angle)"^^xsd:string ;
    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:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.D01560"^^xsd:string .

emmo:DegreeApi a owl:Class ;
    rdfs:label "DegreeApi"@en ;
    rdfs:comment """unit for the determination of the density of petroleum at 60 degrees F (15.56 degrees C)

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Degree API"@en ;
    skos:prefLabel "DegreeApi"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEGREE_API"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°API"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit for the determination of the density of petroleum at 60 degrees F (15.56 degrees C)

-- QUDT"""@en .

emmo:DegreeBalling a owl:Class ;
    rdfs:label "DegreeBalling"@en ;
    rdfs:comment """unit for the mixing ratio of a soluble dry substance in water at 17.5 degrees C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/ water solution corresponds to 1 degree Balling and respectively a one percent solution

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Degree Balling"@en ;
    skos:prefLabel "DegreeBalling"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEGREE_BALLING"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°Balling"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit for the mixing ratio of a soluble dry substance in water at 17.5 degrees C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/ water solution corresponds to 1 degree Balling and respectively a one percent solution

-- QUDT"""@en .

emmo:DegreeBrix a owl:Class ;
    rdfs:label "DegreeBrix"@en ;
    rdfs:comment """unit named according to Adolf Brix for the mixing ratio of a soluble dry substance in water with 15.5 °C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/water solution corresponds to 1 °Brix and respectively an one percent solution

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Degree Brix"@en ;
    skos:prefLabel "DegreeBrix"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEGREE_BRIX"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°Bx"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit named according to Adolf Brix for the mixing ratio of a soluble dry substance in water with 15.5 °C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/water solution corresponds to 1 °Brix and respectively an one percent solution

-- QUDT"""@en .

emmo:DegreeCelsiusCentiMetre a owl:Class ;
    rdfs:label "DegreeCelsiusCentiMetre"^^xsd:string ;
    rdfs:comment """`Degree Celsius Centimeter` is a C.G.S System unit for 'Length Temperature' expressed as cm-degC.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_d02c92e0_99ba_4c09_b01f_0d7a7dd7b24e ;
    skos:altLabel "Degree Celsius Centimetre"@en ;
    skos:prefLabel "DegreeCelsiusCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-CentiM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.cm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C⋅cm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree Celsius Centimeter` is a C.G.S System unit for 'Length Temperature' expressed as cm-degC.

-- QUDT"""@en .

emmo:DegreeCelsiusKilogramPerSquareMetre a owl:Class ;
    rdfs:label "DegreeCelsiusKilogramPerSquareMetre"^^xsd:string ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_6726fbb8_c40a_4b55_a2d5_bf49352d1e73,
        emmo:EMMO_707c6032_e272_4a20_98b5_d35c4f67be68 ;
    skos:altLabel "Degrees Celsius kilogram per square metre"@en ;
    skos:prefLabel "DegreeCelsiusKilogramPerSquareMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-KiloGM-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.kg.m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C⋅kg/m²"^^xsd:string ;
    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 .

emmo:DegreeCelsiusPerHour a owl:Class ;
    rdfs:label "DegreeCelsiusPerHour"@en ;
    rdfs:comment """`Degree Celsius per Hour` is a unit for 'Temperature Per Time' expressed as degC / hr.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.h-1"^^xsd:string,
        "Cel/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree Celsius per Hour` is a unit for 'Temperature Per Time' expressed as degC / hr.

-- QUDT"""@en .

emmo:DegreeCelsiusPerKelvin a owl:Class ;
    rdfs:label "DegreeCelsiusPerKelvin"@en ;
    rdfs:comment """unit with the name Degree Celsius divided by the SI base unit kelvin

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.K-1"^^xsd:string,
        "Cel/K"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit with the name Degree Celsius divided by the SI base unit kelvin

-- QUDT"""@en .

emmo:DegreeCelsiusPerMetre a owl:Class ;
    rdfs:label "DegreeCelsiusPerMetre"^^xsd:string ;
    rdfs:comment "Degree Celsius per metre unit."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_720a469f_a19c_4a88_900c_29b3938f5092 ;
    skos:prefLabel "DegreeCelsiusPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Degree Celsius per metre unit."@en .

emmo:DegreeCelsiusPerMinute a owl:Class ;
    rdfs:label "DegreeCelsiusPerMinute"@en ;
    rdfs:comment """`Degree Celsius per Minute` is a unit for 'Temperature Per Time' expressed as degC / m.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.min-1"^^xsd:string,
        "Cel/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree Celsius per Minute` is a unit for 'Temperature Per Time' expressed as degC / m.

-- QUDT"""@en .

emmo:DegreeCelsiusPerSecond a owl:Class ;
    rdfs:label "DegreeCelsiusPerSecond"@en ;
    rdfs:comment """`Degree Celsius per Second` is a unit for 'Temperature Per Time' expressed as degC / s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.s-1"^^xsd:string,
        "Cel/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree Celsius per Second` is a unit for 'Temperature Per Time' expressed as degC / s.

-- QUDT"""@en .

emmo:DegreeCelsiusPerYear a owl:Class ;
    rdfs:label "DegreeCelsiusPerYear"^^xsd:string ;
    rdfs:comment """A rate of change of temperature expressed on the Celsius scale over a period of an average calendar year (365.25 days).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.168809e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Degrees Celsius per year"@en ;
    skos:prefLabel "DegreeCelsiusPerYear"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-PER-YR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.a-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/yr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A rate of change of temperature expressed on the Celsius scale over a period of an average calendar year (365.25 days).

-- QUDT"""@en .

emmo:DegreeCelsiusWeek a owl:Class ;
    rdfs:label "DegreeCelsiusWeek"@en ;
    rdfs:comment """temperature multiplied by unit of time.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.048e+05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_3df1408c_df34_4037_8584_c25f854bb346,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Degree Celsius week"@en ;
    skos:prefLabel "DegreeCelsiusWeek"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-WK"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.wk"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/wk"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """temperature multiplied by unit of time.

-- QUDT"""@en .

emmo:DegreeFahrenheit a owl:Class ;
    rdfs:label "DegreeFahrenheit"@en ;
    rdfs:comment """`Degree Fahrenheit` is an Imperial unit for 'Thermodynamic Temperature' expressed as °F.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.555556e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 4.596696e+02 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Degree Fahrenheit"@en ;
    skos:prefLabel "DegreeFahrenheit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[degF]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°F"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree Fahrenheit` is an Imperial unit for 'Thermodynamic Temperature' expressed as °F.

-- QUDT"""@en .

emmo:DegreeFahrenheitHour a owl:Class ;
    rdfs:label "DegreeFahrenheitHour"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_33b6c84d_e139_418c_8f8c_f1d45f94df46,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Degree Fahrenheit Hour"@en ;
    skos:prefLabel "DegreeFahrenheitHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_F-HR"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°F⋅hr"^^xsd:string .

emmo:DegreeFahrenheitHourPerBtu a owl:Class ;
    rdfs:label "DegreeFahrenheitHourPerBtu"@en ;
    rdfs:comment """`Degree Fahrenheit Hour per BTU` is an Imperial unit for 'Thermal Resistance' expressed as degF-hr/Btu.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_cff9f930_f3f7_43c6_9228_28bf3e1ec706 ;
    skos:altLabel "Degree Fahrenheit Hour per BTU"@en ;
    skos:prefLabel "DegreeFahrenheitHourPerBtu"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_F-HR-PER-BTU_IT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[degF].h.[Btu_IT]-1"^^xsd:string,
        "[degF].h/[Btu_IT]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°F⋅hr/Btu"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree Fahrenheit Hour per BTU` is an Imperial unit for 'Thermal Resistance' expressed as degF-hr/Btu.

-- QUDT"""@en .

emmo:DegreeFahrenheitPerHour a owl:Class ;
    rdfs:label "DegreeFahrenheitPerHour"@en ;
    rdfs:comment """`Degree Fahrenheit per Hour` is a unit for 'Temperature Per Time' expressed as degF / h.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Degree Fahrenheit per Hour"@en ;
    skos:prefLabel "DegreeFahrenheitPerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_F-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[degF].h-1"^^xsd:string,
        "[degF]/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°F/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree Fahrenheit per Hour` is a unit for 'Temperature Per Time' expressed as degF / h.

-- QUDT"""@en .

emmo:DegreeFahrenheitPerKelvin a owl:Class ;
    rdfs:label "DegreeFahrenheitPerKelvin"@en ;
    rdfs:comment """traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the SI base unit Kelvin

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.555556e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ;
    skos:altLabel "Degree Fahrenheit Per Kelvin"@en ;
    skos:prefLabel "DegreeFahrenheitPerKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_F-PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[degF].K-1"^^xsd:string,
        "[degF]/K"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°F/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the SI base unit Kelvin

-- QUDT"""@en .

emmo:DegreeFahrenheitPerMinute a owl:Class ;
    rdfs:label "DegreeFahrenheitPerMinute"@en ;
    rdfs:comment """`Degree Fahrenheit per Minute` is a unit for 'Temperature Per Time' expressed as degF / m.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Degree Fahrenheit per Minute"@en ;
    skos:prefLabel "DegreeFahrenheitPerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_F-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[degF].min-1"^^xsd:string,
        "[degF]/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°F/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree Fahrenheit per Minute` is a unit for 'Temperature Per Time' expressed as degF / m.

-- QUDT"""@en .

emmo:DegreeFahrenheitPerSecond a owl:Class ;
    rdfs:label "DegreeFahrenheitPerSecond"@en ;
    rdfs:comment """`Degree Fahrenheit per Second` is a unit for 'Temperature Per Time' expressed as degF / s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Degree Fahrenheit per Second"@en ;
    skos:prefLabel "DegreeFahrenheitPerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_F-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[degF].s-1"^^xsd:string,
        "[degF]/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°F/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree Fahrenheit per Second` is a unit for 'Temperature Per Time' expressed as degF / s.

-- QUDT"""@en .

emmo:DegreeFahrenheitPerSquareSecond a owl:Class ;
    rdfs:label "DegreeFahrenheitPerSquareSecond"@en ;
    rdfs:comment """'Degree Fahrenheit per Square Second' is a unit for expressing the acceleration of a temperature expressed as 'degF /s2'.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.555556e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c7188d13_52e6_43f7_9b6d_aba4c161fa8f ;
    skos:altLabel "Degree Fahrenheit per Square Second"@en ;
    skos:prefLabel "DegreeFahrenheitPerSquareSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_F-PER-SEC2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[degF].s-2"^^xsd:string,
        "[degF]/s2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°F/s²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """'Degree Fahrenheit per Square Second' is a unit for expressing the acceleration of a temperature expressed as 'degF /s2'.

-- QUDT"""@en .

emmo:DegreeOechsle a owl:Class ;
    rdfs:label "DegreeOechsle"@en ;
    rdfs:comment """unit of the density of the must, as measure for the proportion of the soluble material in the grape must

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue -9.982e+02 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Degree Oechsle"@en ;
    skos:prefLabel "DegreeOechsle"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEGREE_OECHSLE"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°Oe"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the density of the must, as measure for the proportion of the soluble material in the grape must

-- QUDT"""@en .

emmo:DegreePerHour a owl:Class ;
    rdfs:label "DegreePerHour"@en ;
    rdfs:comment """"Degree per Hour" is an Imperial unit for  'Angular Velocity' expressed as deg/h.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.848137e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Degree per Hour"@en ;
    skos:prefLabel "DegreePerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg.h-1"^^xsd:string,
        "deg/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Degree per Hour" is an Imperial unit for  'Angular Velocity' expressed as deg/h.

-- QUDT"""@en .

emmo:DegreePerMetre a owl:Class ;
    rdfs:label "DegreePerMetre"^^xsd:string ;
    rdfs:comment """A change of angle in one SI unit of length.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.745329e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Degrees per metre"@en ;
    skos:prefLabel "DegreePerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A change of angle in one SI unit of length.

-- QUDT"""@en .

emmo:DegreePerMinute a owl:Class ;
    rdfs:label "DegreePerMinute"@en ;
    rdfs:comment """A unit of measure for the rate of change of plane angle, dω / dt,  in durations of one minute.The vector ω is directed along the axis of rotation in the direction for which the rotation is clockwise.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 2.908882e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Degree per Minute"@en ;
    skos:prefLabel "DegreePerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg.min-1"^^xsd:string,
        "deg/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of measure for the rate of change of plane angle, dω / dt,  in durations of one minute.The vector ω is directed along the axis of rotation in the direction for which the rotation is clockwise.

-- QUDT"""@en .

emmo:DegreePerSecond a owl:Class ;
    rdfs:label "DegreePerSecond"@en ;
    rdfs:comment """"Degree per Second" is an Imperial unit for  'Angular Velocity' expressed as deg/s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.745329e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Degree per Second"@en ;
    skos:prefLabel "DegreePerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg.s-1"^^xsd:string,
        "deg/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Degree per Second" is an Imperial unit for  'Angular Velocity' expressed as deg/s.

-- QUDT"""@en .

emmo:DegreePerSquareSecond a owl:Class ;
    rdfs:label "DegreePerSquareSecond"@en ;
    rdfs:comment """`Degree per Square Second` is an Imperial unit for `Angular Acceleration` expressed as deg/s².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.745329e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Degree per Square Second"@en ;
    skos:prefLabel "DegreePerSquareSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG-PER-SEC2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg.s-2"^^xsd:string,
        "deg/s2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°/s²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree per Square Second` is an Imperial unit for `Angular Acceleration` expressed as deg/s².

-- QUDT"""@en .

emmo:DegreePlato a owl:Class ;
    rdfs:label "DegreePlato"@en ;
    rdfs:comment """unit for the mixing ratio of the original gravity in the beer brew at 17,5 °C before the fermentation

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Degree Plato"@en ;
    skos:prefLabel "DegreePlato"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEGREE_PLATO"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°P"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit for the mixing ratio of the original gravity in the beer brew at 17,5 °C before the fermentation

-- QUDT"""@en .

emmo:DegreeRankine a owl:Class ;
    rdfs:label "DegreeRankine"@en ;
    rdfs:comment """Rankine is a thermodynamic (absolute) temperature scale. The symbol for degrees Rankine is °R or °Ra if necessary to distinguish it from the Rømer and Réaumur scales). Zero on both the Kelvin and Rankine scales is absolute zero, but the Rankine degree is defined as equal to one degree Fahrenheit, rather than the one degree Celsius used by the Kelvin scale. A temperature of -459.67 °F is exactly equal to 0 °R.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.555556e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Degree Rankine"@en ;
    skos:prefLabel "DegreeRankine"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_R"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[degR]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°R"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Rankine is a thermodynamic (absolute) temperature scale. The symbol for degrees Rankine is °R or °Ra if necessary to distinguish it from the Rømer and Réaumur scales). Zero on both the Kelvin and Rankine scales is absolute zero, but the Rankine degree is defined as equal to one degree Fahrenheit, rather than the one degree Celsius used by the Kelvin scale. A temperature of -459.67 °F is exactly equal to 0 °R.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Rankine_scale"^^xsd:string .

emmo:DegreeRankinePerHour a owl:Class ;
    rdfs:label "DegreeRankinePerHour"@en ;
    rdfs:comment """A rate of change of temperature measured in degree Rankine in periods of one hour.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Degree Rankine per Hour"@en ;
    skos:prefLabel "DegreeRankinePerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_R-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[degR].h-1"^^xsd:string,
        "[degR]/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°R/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A rate of change of temperature measured in degree Rankine in periods of one hour.

-- QUDT"""@en .

emmo:DegreeRankinePerMinute a owl:Class ;
    rdfs:label "DegreeRankinePerMinute"@en ;
    rdfs:comment """A rate of change of temperature measured in degree Rankine in periods of one minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Degree Rankine per Minute"@en ;
    skos:prefLabel "DegreeRankinePerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_R-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[degR].min-1"^^xsd:string,
        "[degR]/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°R/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A rate of change of temperature measured in degree Rankine in periods of one minute

-- QUDT"""@en .

emmo:DegreeRankinePerSecond a owl:Class ;
    rdfs:label "DegreeRankinePerSecond"@en ;
    rdfs:comment """A rate of change of temperature measured in degree Rankine in periods of one second.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Degree Rankine per Second"@en ;
    skos:prefLabel "DegreeRankinePerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_R-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[degR].s-1"^^xsd:string,
        "[degR]/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°R/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A rate of change of temperature measured in degree Rankine in periods of one second.

-- QUDT"""@en .

emmo:DegreeTwaddell a owl:Class ;
    rdfs:label "DegreeTwaddell"@en ;
    rdfs:comment """unit of the density of fluids, which are heavier than water

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Degree Twaddell"@en ;
    skos:prefLabel "DegreeTwaddell"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEGREE_TWADDELL"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°Tw"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the density of fluids, which are heavier than water

-- QUDT"""@en .

emmo:Degree_Baume a owl:Class ;
    rdfs:label "Degree_Baume"@en ;
    rdfs:comment """graduation of the areometer scale for determination of densitiy of fluids.

The Baumé scale is a pair of hydrometer scales developed by French pharmacist Antoine Baumé in 1768 to measure density of various liquids. The unit of the Baumé scale has been notated variously as degrees Baumé, B°, Bé° and simply Baumé (the accent is not always present). One scale measures the density of liquids heavier than water and the other, liquids lighter than water. The Baumé of distilled water is 0. The API gravity scale is based on errors in early implementations of the Baumé scale.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Degree Baume (origin Scale)"@en ;
    skos:prefLabel "Degree_Baume"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEGREE_BAUME"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°Bé{origin}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """graduation of the areometer scale for determination of densitiy of fluids.

The Baumé scale is a pair of hydrometer scales developed by French pharmacist Antoine Baumé in 1768 to measure density of various liquids. The unit of the Baumé scale has been notated variously as degrees Baumé, B°, Bé° and simply Baumé (the accent is not always present). One scale measures the density of liquids heavier than water and the other, liquids lighter than water. The Baumé of distilled water is 0. The API gravity scale is based on errors in early implementations of the Baumé scale.

-- QUDT"""@en .

emmo:Degree_Baume_Us_Heavy a owl:Class ;
    rdfs:label "Degree_Baume_Us_Heavy"@en ;
    rdfs:comment """graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are heavier than water

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Degree Baume (US Heavy)"@en ;
    skos:prefLabel "Degree_Baume_Us_Heavy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEGREE_BAUME_US_HEAVY"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°Bé{US Heavy}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are heavier than water

-- QUDT"""@en .

emmo:Degree_Baume_Us_Light a owl:Class ;
    rdfs:label "Degree_Baume_Us_Light"@en ;
    rdfs:comment """graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are lighter than water

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Degree Baume (US Light)"@en ;
    skos:prefLabel "Degree_Baume_Us_Light"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEGREE_BAUME_US_LIGHT"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°Bé{US Light}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are lighter than water

-- QUDT"""@en .

emmo:Denier a owl:Class ;
    rdfs:label "Denier"@en ;
    rdfs:comment """Denier or den is a unit of measure for the linear mass density of fibers. It is defined as the mass in grams per 9,000 meters. In the International System of Units the tex is used instead (see below). The denier is based on a natural standard: a single strand of silk is approximately one denier. A 9,000-meter strand of silk weighs about one gram. The term denier is from the French denier, a coin of small value (worth 1/12 of a sou). Applied to yarn, a denier was held to be equal in weight to 1/24 of an ounce. The term microdenier is used to describe filaments that weigh less than one gram per 9,000 meter length.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.1e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Denier"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/Denier"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[den]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "D"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Denier or den is a unit of measure for the linear mass density of fibers. It is defined as the mass in grams per 9,000 meters. In the International System of Units the tex is used instead (see below). The denier is based on a natural standard: a single strand of silk is approximately one denier. A 9,000-meter strand of silk weighs about one gram. The term denier is from the French denier, a coin of small value (worth 1/12 of a sou). Applied to yarn, a denier was held to be equal in weight to 1/24 of an ounce. The term microdenier is used to describe filaments that weigh less than one gram per 9,000 meter length.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Units_of_textile_measurement#Denier"^^xsd:string .

emmo:Diopter a owl:Class ;
    rdfs:label "Diopter"@en ;
    rdfs:comment """A dioptre, or diopter, is a unit of measurement for the optical power of a lens or curved mirror, which is equal to the reciprocal of the focal length measured in metres (that is, 1/metre). For example, a 3 dioptre lens brings parallel rays of light to focus at 1/3 metre. The same unit is also sometimes used for other reciprocals of distance, particularly radii of curvature and the vergence of optical beams. Though the diopter is based on the SI-metric system it has not been included in the standard so that there is no international name or abbreviation for this unit of measurement within the international system of units this unit for optical power would need to be specified explicitly as the inverse metre.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Diopter"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DIOPTER"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[diop]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "D"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A dioptre, or diopter, is a unit of measurement for the optical power of a lens or curved mirror, which is equal to the reciprocal of the focal length measured in metres (that is, 1/metre). For example, a 3 dioptre lens brings parallel rays of light to focus at 1/3 metre. The same unit is also sometimes used for other reciprocals of distance, particularly radii of curvature and the vergence of optical beams. Though the diopter is based on the SI-metric system it has not been included in the standard so that there is no international name or abbreviation for this unit of measurement within the international system of units this unit for optical power would need to be specified explicitly as the inverse metre.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Dioptre?oldid=492506920"^^xsd:string .

emmo:DotsPerInch a owl:Class ;
    rdfs:label "DotsPerInch"@en ;
    rdfs:comment """point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.937008e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Dots Per Inch"@en ;
    skos:prefLabel "DotsPerInch"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DPI"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{dot}/[in_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "DPI"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units

-- QUDT"""@en .

emmo:Dram_Uk a owl:Class ;
    rdfs:label "Dram_Uk"@en ;
    rdfs:comment """non SI-conforming unit of mass comes from the Anglo-American Troy or Apothecaries' Weight System of units which is  mainly used in England, in the Netherlands and in the USA as a commercial weight

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.771845e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Dram (UK)"@en ;
    skos:prefLabel "Dram_Uk"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DRAM_UK"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[dr_ap]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dr{UK}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """non SI-conforming unit of mass comes from the Anglo-American Troy or Apothecaries' Weight System of units which is  mainly used in England, in the Netherlands and in the USA as a commercial weight

-- QUDT"""@en .

emmo:Dram_Us a owl:Class ;
    rdfs:label "Dram_Us"@en ;
    rdfs:comment """non SI-conform unit of the mass according to the avoirdupois system of units: 1 dram (av. ) = 1/16 ounce (av. ) = 1/256 pound (av.)

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.887935e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Dram (US)"@en ;
    skos:prefLabel "Dram_Us"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DRAM_US"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[dr_av]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dr{US}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """non SI-conform unit of the mass according to the avoirdupois system of units: 1 dram (av. ) = 1/16 ounce (av. ) = 1/256 pound (av.)

-- QUDT"""@en .

emmo:DryGallonUs a owl:Class ;
    rdfs:label "DryGallonUs"@en ;
    rdfs:comment """"Dry Gallon US" is a unit for  'Dry Volume' expressed as dry_gal.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.404884e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Dry Gallon US"@en ;
    skos:prefLabel "DryGallonUs"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GAL_US_DRY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gal_wi]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gal{US Dry}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Dry Gallon US" is a unit for  'Dry Volume' expressed as dry_gal.

-- QUDT"""@en .

emmo:Dyne a owl:Class ;
    rdfs:label "Dyne"@en ;
    rdfs:comment """In physics, the dyne is a unit of force specified in the centimetre-gram-second (CGS) system of units. One dyne is equal to In physics, the dyne is a unit of force specified in the centimetre-gram-second (CGS) system of units. One dyne is equal to 10 micronewton. Equivalently, the dyne is defined as 'the force required to accelerate a mass of one gram at a rate of one centimetre per square second'. The dyne per centimetre is the unit traditionally used to measure surface tension.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:prefLabel "Dyne"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DYN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dyn"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dyn"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In physics, the dyne is a unit of force specified in the centimetre-gram-second (CGS) system of units. One dyne is equal to In physics, the dyne is a unit of force specified in the centimetre-gram-second (CGS) system of units. One dyne is equal to 10 micronewton. Equivalently, the dyne is defined as 'the force required to accelerate a mass of one gram at a rate of one centimetre per square second'. The dyne per centimetre is the unit traditionally used to measure surface tension.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Dyne?oldid=494703827"^^xsd:string .

emmo:DyneCentiMetre a owl:Class ;
    rdfs:label "DyneCentiMetre"^^xsd:string ;
    rdfs:comment """"Dyne Centimeter" is a C.G.S System unit for  'Torque' expressed as dyn-cm.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Dyne Centimetre"@en ;
    skos:prefLabel "DyneCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DYN-CentiM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dyn.cm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dyn⋅cm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Dyne Centimeter" is a C.G.S System unit for  'Torque' expressed as dyn-cm.

-- QUDT"""@en .

emmo:DynePerCentiMetre a owl:Class ;
    rdfs:label "DynePerCentiMetre"^^xsd:string ;
    rdfs:comment """CGS unit of the surface tension

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ;
    skos:altLabel "Dyne Per Centimetre"@en ;
    skos:prefLabel "DynePerCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DYN-PER-CentiM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dyn.cm-1"^^xsd:string,
        "dyn/cm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dyn/cm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """CGS unit of the surface tension

-- QUDT"""@en .

emmo:DynePerSquareCentiMetre a owl:Class ;
    rdfs:label "DynePerSquareCentiMetre"^^xsd:string ;
    rdfs:comment """"Dyne per Square Centimeter" is a C.G.S System unit for  'Force Per Area' expressed as dyn/cm².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Dyne per Square Centimetre"@en ;
    skos:prefLabel "DynePerSquareCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DYN-PER-CentiM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dyn.cm-2"^^xsd:string,
        "dyn/cm2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dyn/cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Dyne per Square Centimeter" is a C.G.S System unit for  'Force Per Area' expressed as dyn/cm².

-- QUDT"""@en .

emmo:DyneSecondPerCentiMetre a owl:Class ;
    rdfs:label "DyneSecondPerCentiMetre"^^xsd:string ;
    rdfs:comment """CGS unit of the mechanical impedance

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Dyne Second Per Centimetre"@en ;
    skos:prefLabel "DyneSecondPerCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DYN-SEC-PER-CentiM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dyn.s.cm-1"^^xsd:string,
        "dyn.s/cm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dyn⋅s/cm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """CGS unit of the mechanical impedance

-- QUDT"""@en .

emmo:DyneSecondPerCubicCentiMetre a owl:Class ;
    rdfs:label "DyneSecondPerCubicCentiMetre"^^xsd:string ;
    rdfs:comment """CGS unit of the acoustic image impedance of the medium

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 ;
    skos:altLabel "Dyne Second Per Cubic Centimetre"@en ;
    skos:prefLabel "DyneSecondPerCubicCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DYN-SEC-PER-CentiM3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dyn.s.cm-3"^^xsd:string,
        "dyn.s/cm3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dyn⋅s/cm³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """CGS unit of the acoustic image impedance of the medium

-- QUDT"""@en .

emmo:EMMO_005fb227_d68a_4c41_bbee_e20bdd69a0bc a owl:ObjectProperty ;
    rdfs:label "isDeclaredBy"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_0ed18c6b_8289_44fd_a7d7_c15a8786cdc0 ;
    owl:inverseOf emmo:EMMO_0d829933_29e3_4e61_b3d3_88e6b9d0d0ce ;
    skos:prefLabel "isDeclaredBy"@en .

emmo:EMMO_0080b38f-bac4-5dd6-9d28-d821cf723787 a owl:Class ;
    rdfs:label "UraniumSymbol"@en ;
    rdfs:comment "The symbol that stands for the uranium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_b233f8c0-37d8-51ae-9264-560e6649e246 ],
        [ a owl:Restriction ;
            owl:hasValue "U"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "UraniumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the uranium atom."@en .

emmo:EMMO_00b85655_f20c_4e83_b90e_094e8ea7e48f a owl:Class ;
    rdfs:label "CommercialProduct"@en ;
    rdfs:comment "An product that is ready for commercialisation."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_82fc8506_1f84_4add_9683_abea077bd1e3 ;
    skos:altLabel "Product"@en ;
    skos:prefLabel "CommercialProduct"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An product that is ready for commercialisation."@en .

emmo:EMMO_00f2dc2d_2f64_468a_a77c_d70841b0b5f0 a owl:Class ;
    rdfs:label "PhotochemicalProcesses"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_fc859d37_408d_44b6_b345_a0ea0b65121e ;
    skos:prefLabel "PhotochemicalProcesses"@en .

emmo:EMMO_01b80fdd_065c_4caf_b36c_4c0724936e24 a owl:Class ;
    rdfs:label "ConductanceForAlternatingCurrent"@en ;
    rdfs:comment "Real part of the admittance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_ffb73b1e_5786_43e4_a964_cb32ac7affb7 ;
    skos:prefLabel "ConductanceForAlternatingCurrent"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q79464628"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-53"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-52.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Real part of the admittance."@en .

emmo:EMMO_01e4191d_03ba_4107_a307_1c09c0e6a7d2 a owl:Class ;
    rdfs:label "DoseEquivalentRate"@en ;
    rdfs:comment "Time derivative of the dose equivalent."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_15d36b02_fbb4_4c35_bca9_38e9c573baee ;
    skos:prefLabel "DoseEquivalentRate"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q99604810"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-14-02"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-83.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Time derivative of the dose equivalent."@en .

emmo:EMMO_02face50_43a1_40ce_a909_dfe54d5e186b a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "hasStringValue"@en ;
    rdfs:domain emmo:EMMO_5f334606_f67d_4f0e_acb9_eeb21cb10c66 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    skos:prefLabel "hasStringValue"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The owl:dataProperty that provides a serialisation of an EMMO string data entity."^^xsd:string .

emmo:EMMO_0342678c_13ba_43d7_9cbd_df60967a0a45 a owl:Class ;
    rdfs:label "MicrowaveSintering"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_03441eb3_d1fd_4906_b953_b83312d7589e ;
    skos:prefLabel "MicrowaveSintering"@en .

emmo:EMMO_034bc7dd_a8c2_4ed0_8b51_66ac9b00342f a owl:Class ;
    rdfs:label "BraggAngle"@en ;
    rdfs:comment "Angle between the scattered ray and the lattice plane."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53,
        emmo:EMMO_f3dd74c0_f480_49e8_9764_33b78638c235 ;
    skos:prefLabel "BraggAngle"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/BraggAngle"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105488118"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-4"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Angle between the scattered ray and the lattice plane."@en .

emmo:EMMO_038cb8cb_c035_40c1_a3e7_7f24d63b2804 a owl:Class ;
    rdfs:label "ResonanceEnergy"@en ;
    rdfs:comment "Resonance in a nuclear reaction, determined by the kinetic energy of an incident particle in the reference frame of the target particle."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "ResonanceEnergy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ResonanceEnergy"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98165187"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-37.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Resonance in a nuclear reaction, determined by the kinetic energy of an incident particle in the reference frame of the target particle."@en .

emmo:EMMO_03d32783_3780_43c3_8b73_7efe9aeeed54 a owl:Class ;
    rdfs:label "FundamentalLatticeVector"@en ;
    rdfs:comment "Fundamental translation vector for the crystal lattice."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ],
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "FundamentalLatticeVector"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/FundamentalLatticeVector"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105451063"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-1.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Fundamental translation vector for the crystal lattice."@en .

emmo:EMMO_03d4cd70_0d16_4403_b68c_d41a9117f981 a owl:Class ;
    rdfs:label "SimulationLanguage"@en ;
    rdfs:comment "A computer language used to describe simulations."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_18c4634c_b821_49a3_beff_5eb7515ffc40 ;
    skos:prefLabel "SimulationLanguage"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A computer language used to describe simulations."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Simulation_language"^^xsd:anyURI .

emmo:EMMO_0449de81_0995_4575_8f2b_2c70cffafa71 a owl:Class ;
    rdfs:label "DecayConstant"@en ;
    rdfs:comment "Disintegrations per unit time dN/dt for an atomic nucleus divided by the number of nuclei N existing at the same time t."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:altLabel "DisintegrationConstant"@en ;
    skos:prefLabel "DecayConstant"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/DecayConstant"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q11477200"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-11"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-24"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Disintegrations per unit time dN/dt for an atomic nucleus divided by the number of nuclei N existing at the same time t."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.D01538"^^xsd:string .

emmo:EMMO_048a14e3_65fb_457d_8695_948965c89492 a owl:Class ;
    rdfs:label "Laplacian"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Δ"^^xsd:string ;
            owl:onProperty emmo:EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 ],
        emmo:EMMO_f8a2fe9f_458b_4771_9aba_a50e76afc52d ;
    skos:prefLabel "Laplacian"@en .

emmo:EMMO_04b3300c_98bd_42dc_a3b5_e6c29d69f1ac a owl:Class ;
    rdfs:label "AmountFraction"@en ;
    rdfs:comment "The amount of a constituent divided by the total amount of all constituents in a mixture."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_602397bd_e302_42a6_be33_fe67ea81933a,
        emmo:EMMO_a293f923_954c_4af5_9f97_9600ebd362cb,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:altLabel "MoleFraction"@en ;
    skos:prefLabel "AmountFraction"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/MoleFraction"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The amount of a constituent divided by the total amount of all constituents in a mixture."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00296"^^xsd:string .

emmo:EMMO_04cf0295_3e8f_4693_a87f_3130d125cf05 a owl:Class ;
    rdfs:label "Weight"@en ;
    rdfs:comment "Force of gravity acting on a body."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_1f087811_06cb_42d5_90fb_25d0e7e068ef ;
    skos:prefLabel "Weight"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Weight"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-9.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Force of gravity acting on a body."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.W06668"^^xsd:string .

emmo:EMMO_057d0573_6ac0_4c27_9e3f_3c29205fd104 a owl:ObjectProperty ;
    rdfs:label "hasDeducer"@en ;
    rdfs:comment "A semiotic relation connecting an index sign to the interpreter (deducer) in a deduction process."@en ;
    rdfs:domain emmo:EMMO_0cd58641_824c_4851_907f_f4c3be76630c ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:range emmo:EMMO_36a4c1ca_5085_49ca_9e13_4c70d00c50a5 ;
    rdfs:subPropertyOf emmo:EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d ;
    owl:inverseOf emmo:EMMO_db49de28_6993_459c_8562_ef861cc0a815 ;
    skos:prefLabel "hasDeducer"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation connecting an index sign to the interpreter (deducer) in a deduction process."@en .

emmo:EMMO_0658e7df_ffd9_4779_82fc_62efe0a7f3b1 a owl:Class ;
    rdfs:label "QualityFactor"@en ;
    rdfs:comment "Dimensionless quantity in electromagnetism."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:prefLabel "QualityFactor"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/QualityFactor"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q79467569"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=151-15-45"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-53"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Dimensionless quantity in electromagnetism."@en .

emmo:EMMO_072bc73e_9167_49f5_a62c_612a52c74f50 a owl:Class ;
    rdfs:label "DisplacementCurrentDensity"@en ;
    rdfs:comment "Vector quantity equal to the time derivative of the electric flux density."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_7c8007b0_58a7_4486_bf1c_4772852caca0 ;
    skos:prefLabel "DisplacementCurrentDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/DisplacementCurrentDensity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q77614612"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-42"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-18"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Vector quantity equal to the time derivative of the electric flux density."@en .

emmo:EMMO_0755dd67-bdf1-5164-a706-55fcf9ced526 a owl:Class ;
    rdfs:label "LithiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the lithium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Li"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_3bb84fc5-5cb4-5250-ba87-169ae90ec6d7 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "LithiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the lithium atom."@en .

emmo:EMMO_07de47e0_6bb6_45b9_b55a_4f238efbb105 a owl:Class ;
    rdfs:label "AtomicNumber"@en ;
    rdfs:comment "Number of protons in an atomic nucleus."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 ] ],
        emmo:EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c,
        emmo:EMMO_f8bd64d5_5d3e_4ad4_a46e_c30714fecb7f ;
    skos:prefLabel "AtomicNumber"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/AtomicNumber"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-1.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of protons in an atomic nucleus."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00499"^^xsd:string .

emmo:EMMO_0805a892-352b-53e3-9577-60aa0835bc17 a owl:Class ;
    rdfs:label "BohriumSymbol"@en ;
    rdfs:comment "The symbol that stands for the bohrium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_67761ddc-260b-5945-bfc3-311813ab71c9 ],
        [ a owl:Restriction ;
            owl:hasValue "Bh"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "BohriumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the bohrium atom."@en .

emmo:EMMO_08415c4f_58bf_4696_8581_f5f90fec24b7 a owl:Class ;
    rdfs:label "DragCoefficient"@en ;
    rdfs:comment "Dimensionless parameter to quantify fluid resistance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:altLabel "DragFactor"@en ;
    skos:prefLabel "DragCoefficient"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/DragCoefficient"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1778961"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-23.4"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Dimensionless parameter to quantify fluid resistance."@en .

emmo:EMMO_084b4f77_6df7_4c6a_b705_2528aba5cdda a owl:Class ;
    rdfs:label "MaterialRelationComputation"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_5dd63d84_57f5_4b79_b760_fe940c06680d ;
    skos:prefLabel "MaterialRelationComputation"@en .

emmo:EMMO_08865f1c_4d7e_4fa7_afba_05e5f7d06cb9 a owl:Class ;
    rdfs:label "MeanEnergyImparted"@en ;
    rdfs:comment "Expectation value of the energy imparted."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "MeanEnergyImparted"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MeanEnergyImparted"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q99526969"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-12-44"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-80.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Expectation value of the energy imparted."@en .

emmo:EMMO_08bcf1d6_e719_46c8_bb21_24bc9bf34dba a owl:Class ;
    rdfs:label "Height"@en ;
    rdfs:comment "Minimum length of a straight line segment between a point and a reference line or reference surface."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ;
    skos:prefLabel "Height"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Height"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q208826"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-21"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Height"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-1.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Minimum length of a straight line segment between a point and a reference line or reference surface."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Height"^^xsd:string .

emmo:EMMO_08d993e0_cc1c_45da_b0c5_3d658091ccfd a owl:Class ;
    rdfs:label "PlasticSintering"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_03441eb3_d1fd_4906_b953_b83312d7589e ;
    skos:prefLabel "PlasticSintering"@en .

emmo:EMMO_09007bc0_b5f2_4fb9_af01_caf948cf2044 a owl:Class ;
    rdfs:label "Java"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_1461e904_a2bf_4558_ad74_2706f5706b34 ;
    skos:prefLabel "Java"@en .

emmo:EMMO_0914449c_ef24_4372_b669_9cdd13b59fed a owl:Class ;
    rdfs:label "Minimal"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/structural#> ;
    rdfs:subClassOf emmo:EMMO_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2 ;
    skos:prefLabel "Minimal"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.2/doc/figs/Minimal.png"^^xsd:anyURI ;
    emmo: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: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 .

emmo:EMMO_0949a7de_78dc_421d_8603_3b685cb927a3 a owl:ObjectProperty ;
    rdfs:label "isMemberOf"@en ;
    rdfs:isDefinedBy emmo:33fd15ab_7662_4cc6_8bf6_988422efc631,
        <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:range emmo:EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 ;
    rdfs:subPropertyOf emmo:EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ;
    owl:inverseOf emmo:33fd15ab_7662_4cc6_8bf6_988422efc631 ;
    skos:prefLabel "isMemberOf"@en .

emmo:EMMO_095b3c46_2b60_43cb_bade_9ee9ac969720 a owl:Class ;
    rdfs:label "Filling"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_6ab555fd_5803_4f03_82e8_127c01aabfea ;
    skos:prefLabel "Filling"@en .

emmo:EMMO_09cee580_aed5_4541_ab94_ec5bb1c64a7c a owl:Class ;
    rdfs:label "LengthPerAmountUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'LengthPerAmount'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L+1 M0 I0 Θ0 N-1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_09e84f72-511a-5d22-adf1-accacaf7146a a owl:Class ;
    rdfs:label "TinSymbol"@en ;
    rdfs:comment "The symbol that stands for the tin atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Sn"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_9aa9e086-ae07-51f6-bf84-788ffdefcb6f ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "TinSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the tin atom."@en .

emmo:EMMO_0a982eeb_e5ef_4828_93bc_53ece1b3f171 a owl:Class ;
    rdfs:label "AtomicScatteringFactor"@en ;
    rdfs:comment "Quotient of radiation amplitude scattered by the atom and radiation amplitude scattered by a single electron."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:prefLabel "AtomicScatteringFactor"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/AtomScatteringFactor"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q837866"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-5.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of radiation amplitude scattered by the atom and radiation amplitude scattered by a single electron."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Atomic_form_factor"^^xsd:string .

emmo:EMMO_0ab4306c_ba36_4a6e_941e_474ed04e8ccf a owl:Class ;
    rdfs:label "RollingResistance"@en ;
    rdfs:comment "Force resisting the motion when a body (such as a ball, tire, or wheel) rolls on a surface."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_1f087811_06cb_42d5_90fb_25d0e7e068ef,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    owl:disjointWith emmo:EMMO_ea47add2_8e93_4659_a5f0_e6879032dee0 ;
    skos:altLabel "RollingDrag"@en,
        "RollingFrictionForce"@en ;
    skos:prefLabel "RollingResistance"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q914921"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-9.5"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Force resisting the motion when a body (such as a ball, tire, or wheel) rolls on a surface."@en .

emmo:EMMO_0afc19b0_2d43_4b3d_8da0_9ffb63bc1492 a owl:Class ;
    rdfs:label "AmorphousMaterial"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_f00fb163_48c9_4c59_b6c2_4205c082aa54 ;
    skos:altLabel "NonCrystallineMaterial"@en ;
    skos:prefLabel "AmorphousMaterial"@en .

emmo:EMMO_0b0dc439_fe4b_4e59_a5f6_655b0bf48559 a owl:Class ;
    rdfs:label "ResonanceEscapeProbability"@en ;
    rdfs:comment "In an infinite medium, the probability that a neutron slowing down will traverse all or some specified portion of the range of resonance energies without being absorbed."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_0a88be81_343d_4388_92c1_09228ff95ada,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "ResonanceEscapeProbability"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ResonanceEscapeProbability"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q4108072"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-68"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In an infinite medium, the probability that a neutron slowing down will traverse all or some specified portion of the range of resonance energies without being absorbed."@en .

emmo:EMMO_0b15f4ae_092e_4487_9100_3c44176c545c a owl:Class ;
    rdfs:label "Dispersion"@en ;
    rdfs:comment "A material in which distributed particles of one phase are dispersed in a different continuous phase."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_ec2c8ac8_98c5_4c74_b85b_ff8e8ca6655c ;
    owl:disjointUnionOf ( emmo:EMMO_2031516a_2be7_48e8_9af7_7e1270e308fe emmo:EMMO_4a464c8d_8895_44a8_a628_aed13509f1bd emmo:EMMO_6c487fb3_03d1_4e56_91ed_c2e16dcbef60 ) ;
    skos:prefLabel "Dispersion"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A material in which distributed particles of one phase are dispersed in a different continuous phase."@en .

emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 a owl:AnnotationProperty ;
    rdfs:label "uneceCommonCode"@en ;
    rdfs:comment "The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL."@en ;
    rdfs:domain emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf emmo:EMMO_58e7c821_4af0_4394_89f7_a9649735f4d2 ;
    owl:deprecated true ;
    owl:versionInfo "Replaced by schema:unitCode"@en ;
    skos:prefLabel "uneceCommonCode"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The UN/CEFACT Recommendation 20 provides three character alphabetic and alphanumeric codes for representing units of measurement for length, area, volume/capacity, mass (weight), time, and other quantities used in international trade. The codes are intended for use in manual and/or automated systems for the exchange of information between participants in international trade."@en .

emmo:EMMO_0b3295fa_f4bf_4f83_a603_9d98c03da5bb a owl:Class ;
    rdfs:label "SurfaceCoefficientOfHeatTransfer"@en ;
    rdfs:comment "Coefficient of heat transfer when heat exchange takes place between a body at thermodynamic temperature Ts and its surroundings that are at a reference temperature Tr."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_43b349fc_c7ed_480d_b0ca_9db84b700813,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "SurfaceCoefficientOfHeatTransfer"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SurfaceCoefficientOfHeatTransfer"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q74770365"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-40"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-10.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Coefficient of heat transfer when heat exchange takes place between a body at thermodynamic temperature Ts and its surroundings that are at a reference temperature Tr."@en .

emmo:EMMO_0b6ebe5a_0026_4bef_a1c1_5be00df9f98e a owl:Class ;
    rdfs:label "Inequality"@en ;
    rdfs:comment "A relation which makes a non-equal comparison between two numbers or other mathematical expressions."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf emmo:EMMO_88470739_03d3_4c47_a03e_b30a1288d50c ;
    skos:example "f(x) > 0"@en ;
    skos:prefLabel "Inequality"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation which makes a non-equal comparison between two numbers or other mathematical expressions."@en .

emmo:EMMO_0ba17fb4-6149-5332-b65f-0639ace42edf a owl:Class ;
    rdfs:label "ArsenicSymbol"@en ;
    rdfs:comment "The symbol that stands for the arsenic atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "As"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_41dba862-503f-57c2-86c7-bb40030481f0 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "ArsenicSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the arsenic atom."@en .

emmo:EMMO_0bd0c81a-2972-5b2d-8ff5-bb72a82b9c0d a owl:Class ;
    rdfs:label "ZincSymbol"@en ;
    rdfs:comment "The symbol that stands for the zinc atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Zn"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_f4fee945-1d4a-5158-b0ca-eaef9ad40502 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "ZincSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the zinc atom."@en .

emmo:EMMO_0c1009ee_d84c_4b8c_bcea_756f07af1b32 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasObjectInput"@en ;
    rdfs:comment "The relation between a process P that proper overlaps an object O, where the non-overlapping part of O causes P."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    rdfs:subPropertyOf emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
    owl:inverseOf emmo:EMMO_27ceaab7_8293_408d_a22b_ad4bf4a7bc2d ;
    skos:prefLabel "hasObjectInput"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/dev/doc/figs/hasObjectInput.png"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process P that proper overlaps an object O, where the non-overlapping part of O causes P."@en .

emmo:EMMO_0ca67b4c_bdd3_40a6_b8c6_ba77e39c13a3 a owl:Class ;
    rdfs:label "MolarAttenuationCoefficient"@en ;
    rdfs:comment "Quotient of linear attenuation coefficient µ and the amount c of the medium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_973656ed_870e_40ba_8bc0_c879687a335a ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "MolarAttenuationCoefficient"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98592828"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-51"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of linear attenuation coefficient µ and the amount c of the medium."@en .

emmo:EMMO_0d1c0018_42e2_4506_bc3d_f53c117c1ad3 a owl:Class ;
    rdfs:label "AnalogData"@en ;
    rdfs:comment "Data that are decoded retaining its continuous variations characteristic."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/data#> ;
    rdfs:subClassOf emmo:EMMO_c66ad523_3937_485e_91bb_ad488ddb373f ;
    skos:example "A vynil contain continuous information about the recorded sound."@en ;
    skos:prefLabel "AnalogData"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data that are decoded retaining its continuous variations characteristic."@en ;
    emmo: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 .

emmo:EMMO_0d2c0390_51fb_42aa_93b1_af903b3ad510 a owl:Class ;
    rdfs:label "CurrentLinkage"@en ;
    rdfs:comment "For a closed path, scalar quantity equal to the electric current through any surface bounded by the path."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ;
    skos:prefLabel "CurrentLinkage"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/CurrentLinkage"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q77995703"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-46"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-37.4"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For a closed path, scalar quantity equal to the electric current through any surface bounded by the path."@en .

emmo:EMMO_0dbdd7c5_86a5_4867_a396_2277e20fc4bc a owl:Class ;
    rdfs:label "DragForce"@en ;
    rdfs:comment "Retarding force on a body moving in a fluid."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_1f087811_06cb_42d5_90fb_25d0e7e068ef,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:prefLabel "DragForce"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q206621"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-9.6"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Retarding force on a body moving in a fluid."@en .

emmo:EMMO_0e0ee94d_70be_4b7e_afcc_320e62a94974 a owl:Class ;
    rdfs:label "DirectionAndEnergyDistributionOfCrossSection"@en ;
    rdfs:comment "Partial differential quotient of the cross section of a process with respect to the solid angle around a given direction and the energy of a particle scattered in that direction."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_f508dec1_e2d8_43d5_ae65_c386c7b330f9 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "DirectionAndEnergyDistributionOfCrossSection"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SpectralAngularCrossSection"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98269571"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-41"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Partial differential quotient of the cross section of a process with respect to the solid angle around a given direction and the energy of a particle scattered in that direction."@en .

emmo:EMMO_0e1f2009_bf12_49d1_99f3_1422e5287d82 a owl:Class ;
    rdfs:label "TemporalRole"@en ;
    rdfs:comment "An holistic temporal part of a whole."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/holistic#> ;
    rdfs:subClassOf emmo:EMMO_edcb3871_900f_407f_912e_89f96d3e28de ;
    skos:altLabel "HolisticTemporalPart"@en ;
    skos:prefLabel "TemporalRole"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An holistic temporal part of a whole."@en .

emmo:EMMO_0e78a4d4_b4e0_48e7_97d8_e7d41a85a54d a owl:Class ;
    rdfs:label "Coercivity"@en ;
    rdfs:comment "Coercive field strength in a substance when either the magnetic flux density or the magnetic polarization and magnetization is brought from its value at magnetic saturation to zero by monotonic reduction of the applied magnetic field strength."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "Coercivity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Coercivity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q432635"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-69"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-31"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Coercive field strength in a substance when either the magnetic flux density or the magnetic polarization and magnetization is brought from its value at magnetic saturation to zero by monotonic reduction of the applied magnetic field strength."@en .

emmo:EMMO_0e86a108_9d4d_4582_8126_f0c527d81901 a owl:ObjectProperty ;
    rdfs:label "hasManufacturedOutput"@en ;
    rdfs:domain emmo:EMMO_a4d66059_5dd3_4b90_b4cb_10960559441b ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:range emmo:EMMO_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad ;
    rdfs:subPropertyOf emmo:EMMO_0ee9e6a2_9240_4b1d_ac9a_f72416c7dc70 ;
    skos:prefLabel "hasManufacturedOutput"@en .

emmo:EMMO_0edbde89-9714-53c7-b2a9-0ef6c0f73091 a owl:Class ;
    rdfs:label "RutheniumSymbol"@en ;
    rdfs:comment "The symbol that stands for the ruthenium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_948b47f0-3c24-50c7-a698-a805f760e667 ],
        [ a owl:Restriction ;
            owl:hasValue "Ru"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "RutheniumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the ruthenium atom."@en .

emmo:EMMO_0ef4ff4a_5458_4f2a_b51f_4689d472a3f2 a owl:Class ;
    rdfs:label "Curve"@en ;
    rdfs:comment "A one-manyfold with two unconnected end points."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/geometrical#> ;
    rdfs:subClassOf emmo:EMMO_0c576e13_4ee7_4f3d_bfe9_1614243df018 ;
    skos:prefLabel "Curve"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A one-manyfold with two unconnected end points."@en .

emmo:EMMO_0f1b1f8b_0323_4840_899c_fd6860763155 a owl:Class ;
    rdfs:label "TotalMassStoppingPower"@en ;
    rdfs:comment "Quotient of the total linear stopping power S and the mass density ρ of the material."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_c0f32e02_44d7_4c99_986e_c368d7219e4c ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:altLabel "MassStoppingPower"@en ;
    skos:prefLabel "TotalMassStoppingPower"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/TotalMassStoppingPower"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98642795"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-12-52"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-55"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of the total linear stopping power S and the mass density ρ of the material."@en .

emmo:EMMO_1044e509_e204_433a_8130_8d4579ada59f a owl:Class ;
    rdfs:label "IsentropicCompressibility"@en ;
    rdfs:comment "Quantity characterizing the relative variation of volume V with pressure p at constant entropy."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_0de3878e_7928_4ab6_bc6d_cf590b2d0e5b,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "IsentropicCompressibility"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/IsentropicCompressibility"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2990695"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-32"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-5.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantity characterizing the relative variation of volume V with pressure p at constant entropy."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The coherent SI unit of isentropic compressibility is pascal to the power minus one, 1/Pa."@en .

emmo:EMMO_113acda0-3c17-59d9-87ef-7e5e5c0ba128 a owl:Class ;
    rdfs:label "VanadiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the vanadium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_f02b58a5-8f1e-5d72-a261-8fe5ad2fbb4b ],
        [ a owl:Restriction ;
            owl:hasValue "V"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "VanadiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the vanadium atom."@en .

emmo:EMMO_12120d44-785e-5e5e-a9fd-73fe7c24ead4 a owl:Class ;
    rdfs:label "MercurySymbol"@en ;
    rdfs:comment "The symbol that stands for the mercury atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_bc1bb0e8-ec90-5276-a15c-3e805144a083 ],
        [ a owl:Restriction ;
            owl:hasValue "Hg"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "MercurySymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the mercury atom."@en .

emmo:EMMO_123b0aee_eac2_461f_8078_3a7c8dfbe7ce a owl:Class ;
    rdfs:label "PaperManufacturing"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_5e5656ef_971e_49e6_a32f_048b6e86c3e0 ;
    skos:prefLabel "PaperManufacturing"@en .

emmo:EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 a owl:AnnotationProperty ;
    rdfs:label "contact"@en ;
    rdfs:comment "A person or organisation acting as a contact point for enquiries about the ontology resource"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf rdfs:comment ;
    skos:prefLabel "contact"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A person or organisation acting as a contact point for enquiries about the ontology resource"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The annotation should include an email address."@en .

emmo:EMMO_126e57a9_0f9c_4315_a031_bc273a0f302b a owl:Class ;
    rdfs:label "IntrinsicCarrierDensity"@en ;
    rdfs:comment "Square root of the product of electron and hole density in a semiconductor."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53,
        emmo:EMMO_ca369738_78de_470b_8631_be83f75e45a3 ;
    skos:prefLabel "IntrinsicCarrierDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/IntinsicCarrierDensity"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1303188"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-29.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square root of the product of electron and hole density in a semiconductor."@en .

emmo:EMMO_12a9a254_9791_4a00_b045_f397bc3ab2bc a owl:Class ;
    rdfs:label "GasMixture"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    owl:equivalentClass [ a owl:Class ;
            owl:intersectionOf ( emmo:EMMO_04f2a2d5_e799_4692_a654_420e76f5acc1 emmo:EMMO_ec2c8ac8_98c5_4c74_b85b_ff8e8ca6655c ) ] ;
    skos:prefLabel "GasMixture"@en .

emmo:EMMO_12aae025_a226_4762_9d51_81200a8ce54c a owl:Class ;
    rdfs:label "PseudoscalarMeson"@en ;
    rdfs:comment "A meson with spin zero and odd parity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf emmo:EMMO_be0a7278_b4e6_4bca_88ba_de3f67a478e2 ;
    skos:prefLabel "PseudoscalarMeson"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A meson with spin zero and odd parity."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Pseudoscalar_meson"@en .

emmo:EMMO_12f0b2eb_a7b2_4f87_8176_12748f415832 a owl:Class ;
    rdfs:label "RelativePermittivity"@en ;
    rdfs:comment "Permittivity divided by electric constant."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:prefLabel "RelativePermittivity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/unit/PERMITTIVITY_REL"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q4027242"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-13"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-15"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Permittivity divided by electric constant."@en .

emmo:EMMO_134b78a0_63f8_4f7f_8098_925d1d934e48 a owl:Class ;
    rdfs:label "FundamentalReciprocalLatticeVector"@en ;
    rdfs:comment "Fundamental translation vectors for the reciprocal lattice."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf ],
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "FundamentalReciprocalLatticeVector"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/FundamentalReciprocalLatticeVector"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105475399"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-2.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Fundamental translation vectors for the reciprocal lattice."@en .

emmo:EMMO_135ab8ea_e028_439e_be64_3e0f9734ea2b a owl:Class ;
    rdfs:label "NaturalProcess"@en ;
    rdfs:comment "A process occurring by natural (non-intentional) laws."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/persholistic#> ;
    rdfs:subClassOf emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ;
    skos:altLabel "NonIntentionalProcess"@en ;
    skos:prefLabel "NaturalProcess"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process occurring by natural (non-intentional) laws."@en .

emmo:EMMO_137c6f65_f393_43ca_9c6d_ac765de56a5a a owl:Class ;
    rdfs:label "GFactorOfNucleusOrNuclearParticle"@en ;
    rdfs:comment "Quotient of the magnetic dipole moment of an atom, and the product of the nuclear spin quantum number and the nuclear magneton."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_cd981768_f96b_4b65_85e6_19216c0e1dd4 ;
    skos:altLabel "NuclearGFactor"@en ;
    skos:prefLabel "GFactorOfNucleusOrNuclearParticle"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/GFactorOfNucleus"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q97591250"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-14.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of the magnetic dipole moment of an atom, and the product of the nuclear spin quantum number and the nuclear magneton."@en .

emmo:EMMO_13fea749_0b3b_4756_9c81_22cce620fc25 a owl:Class ;
    rdfs:label "DataExchangeLanguage"@en ;
    rdfs:comment "A computer language that is domain-independent and can be used for expressing data from any kind of discipline."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_19fe0747_6954_40cb_9f8f_b87498bc8e78 ;
    skos:example "JSON, YAML, XML"@en ;
    skos:prefLabel "DataExchangeLanguage"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A computer language that is domain-independent and can be used for expressing data from any kind of discipline."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Data_exchange#Data_exchange_languages"^^xsd:anyURI .

emmo:EMMO_146e85cb_37a7_4204_84f1_30113cfddd0c a owl:Class ;
    rdfs:label "ParticleSourceDensity"@en ;
    rdfs:comment "Quotient of the mean rate of production of particles in a volume, and that volume."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "ParticleSourceDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ParticleSourceDensity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98915762"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-66"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of the mean rate of production of particles in a volume, and that volume."@en .

emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a a owl:AnnotationProperty ;
    rdfs:label "illustration"@en ;
    rdfs:comment "A link to a graphical representation aimed to facilitate understanding of the concept, or of an annotation."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:range xsd:anyURI ;
    rdfs:subPropertyOf rdfs:seeAlso ;
    skos:prefLabel "illustration"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A link to a graphical representation aimed to facilitate understanding of the concept, or of an annotation."@en .

emmo:EMMO_15841f91-ad7d-5b81-89d1-c12b13e42f32 a owl:Class ;
    rdfs:label "PlutoniumSymbol"@en ;
    rdfs:comment "The symbol that stands for the plutonium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Pu"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_6e467e25-2883-5f7b-a60f-2f4b651bba3f ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "PlutoniumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the plutonium atom."@en .

emmo:EMMO_161bef57_cc59_4246_8249_19dbdae96e7b a owl:Class ;
    rdfs:label "JavaScript"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b ;
    skos:prefLabel "JavaScript"@en .

emmo:EMMO_16a3bd5c_75f0_42b3_b000_cb0d018f840e a owl:Class ;
    rdfs:label "IUPACName"@en ;
    rdfs:comment "Name of a chemical according to the IUPAC standard."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_26586828_3b8c_4d8b_9c6c_0bc2502f26ae,
        emmo:EMMO_91a0635a_a89a_46de_8928_04a777d145c7 ;
    skos:prefLabel "IUPACName"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Name of a chemical according to the IUPAC standard."@en .

emmo:EMMO_16b510a6_0584_4134_bdb6_3bc185c17860 a owl:ObjectProperty ;
    rdfs:label "hasConventionalProperty"@en ;
    rdfs:comment """An object can be represented by a quantity for the fact that it has been recognized to belong to a specific class.

The quantity is selected without an observation aimed to measure its actual value, but by convention."""^^xsd:string,
        "Assigns a quantity to an object by convention."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:range emmo:EMMO_d8aa8e1f_b650_416d_88a0_5118de945456 ;
    rdfs:subPropertyOf emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
    skos:example "An Hydrogen atom has the quantity atomic number Z = 1 as its conventional property."@en ;
    skos:prefLabel "hasConventionalProperty"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Assigns a quantity to an object by convention."@en .

emmo:EMMO_16c41198_3881_4a34_bae5_993f88823993 a owl:Class ;
    rdfs:label "ThermalSprayingForming"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_f8b20fd2_08b9_4368_b786_156e11d1cec8 ;
    skos:prefLabel "ThermalSprayingForming"@en .

emmo:EMMO_16d1606c_e562_43cd_a92c_0894abc2027b a owl:Class ;
    rdfs:label "Galvanizing"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_22496460_c849_4bd7_8be0_9a1202506f18 ;
    skos:prefLabel "Galvanizing"@en .

emmo:EMMO_16d72037_3243_4018_ac6c_0015f661d3c3 a owl:Class ;
    rdfs:label "AngularDisplacement"@en ;
    rdfs:comment "The angle through which a body rotates around an axis of rotation."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:altLabel "Angular displacement may be signed, indicating the sense of rotation (e.g., clockwise); it may also be greater (in absolute value) than a full turn."@en,
        "Rotation"@en ;
    skos:prefLabel "AngularDisplacement"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q76435127"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-05-22"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-14"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The angle through which a body rotates around an axis of rotation."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Angular displacement may also be defined as number of turns (not necessarily an integer number)."@en .

emmo:EMMO_1744d51d_0dac_4f48_8b50_fde6c7c2ab39 a owl:Class ;
    rdfs:label "EffectiveDiffusionCoefficient"@en ;
    rdfs:comment "Diffusion coefficient through the pore space of a porous media."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_931a725b_926d_4f60_8955_61fe17fce98b ;
    skos:prefLabel "EffectiveDiffusionCoefficient"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q258852"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Diffusion coefficient through the pore space of a porous media."@en .

emmo:EMMO_176cae33_b83e_4cd2_a6bc_281f42f0ccc8 a owl:Class ;
    rdfs:label "AvogadroConstant"@en ;
    rdfs:comment "The DBpedia definition (http://dbpedia.org/page/Avogadro_constant) is outdated as May 20, 2019. It is now an exact quantity."@en,
        """The number of constituent particles, usually atoms or molecules, that are contained in the amount of substance given by one mole.

It defines the base unit mole in the SI system."""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_af24ae20_8ef2_435a_86a1_2ea44488b318 ],
        emmo:EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95 ;
    skos:prefLabel "AvogadroConstant"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/constant/AvogadroConstant"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The number of constituent particles, usually atoms or molecules, that are contained in the amount of substance given by one mole.

It defines the base unit mole in the SI system."""@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00543"^^xsd:string .

emmo:EMMO_179a652d-68c8-5412-9621-98b4b00984dd a owl:Class ;
    rdfs:label "ManganeseSymbol"@en ;
    rdfs:comment "The symbol that stands for the manganese atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Mn"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_2c701f72-a859-5e33-9552-b6bdbcbd28d9 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "ManganeseSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the manganese atom."@en .

emmo:EMMO_1823c7ec_e097_4cfb_ad1a_ddbe42cb904b a owl:Class ;
    rdfs:label "SharedAgency"@en ;
    rdfs:comment "Shared agency occurs when two or more individuals do something together."@en ;
    rdfs:isDefinedBy <https://plato.stanford.edu/entries/agency/#OthKinAgeMenShaColRelArt>,
        <https://w3id.org/emmo/reference/agency#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a ;
            owl:someValuesFrom emmo:EMMO_9b52133b_8f6c_47fb_93f1_419071db3f4b ],
        emmo:EMMO_8af3b008_0e32_4684_85ab_a52a8e7b6877 ;
    skos:prefLabel "SharedAgency"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Shared agency occurs when two or more individuals do something together."@en .

emmo:EMMO_1936bc9e-5e81-5267-bd48-cbec9a6cfb17 a owl:Class ;
    rdfs:label "DysprosiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the dysprosium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Dy"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_e1e686a5-71c3-5a98-8646-6d4e0f665f35 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "DysprosiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the dysprosium atom."@en .

emmo:EMMO_1942247a_50b4_4109_bff4_bb213de45e08 a owl:Class ;
    rdfs:label "HyperfineStructureQuantumNumber"^^xsd:string ;
    rdfs:comment "Quantum number of an atom describing the inclination of the nuclear spin with respect to a quantization axis given by the magnetic field produced by the orbital electrons."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_252cce84_cc8a_49dc_8405_0d5e06425d69 ;
    skos:prefLabel "HyperfineStructureQuantumNumber"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/HyperfineStructureQuantumNumber"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q97577449"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-13.8"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantum number of an atom describing the inclination of the nuclear spin with respect to a quantization axis given by the magnetic field produced by the orbital electrons."@en .

emmo:EMMO_19c5c2b2_463b_4e41_bd50_4f7239aa62d9 a owl:Class ;
    rdfs:label "OsmoticPressure"@en ;
    rdfs:comment "Measure of the tendency of a solution to take in pure solvent by osmosis."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_50a44256_9dc5_434b_bad4_74a4d9a29989,
        emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ;
    skos:prefLabel "OsmoticPressure"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/OsmoticPressure"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q193135"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-28"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure of the tendency of a solution to take in pure solvent by osmosis."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.O04344"^^xsd:string .

emmo:EMMO_1a179ce4_3724_47f8_bee5_6292e3ac9942 a owl:Class ;
    rdfs:label "ElectricDipoleMoment"@en ;
    rdfs:comment "An electric dipole, vector quantity of magnitude equal to the product of the positive charge and the distance between the charges and directed from the negative charge to the positive charge."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_cab2be5c_4e71_4c15_8412_adb2a7f0831a ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "ElectricDipoleMoment"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/ElectricDipoleMoment"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q735135"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-35"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-6"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An electric dipole, vector quantity of magnitude equal to the product of the positive charge and the distance between the charges and directed from the negative charge to the positive charge."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E01929"^^xsd:string .

emmo:EMMO_1a4ed964_9ee4_44a9_b386_4b0f95cf6666 a owl:Class ;
    rdfs:label "LatticePlaneSpacing"@en ;
    rdfs:comment "distance between successive lattice planes"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_6ee9304e_54b7_4594_8354_0790138dffb8,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "LatticePlaneSpacing"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/LatticePlaneSpacing"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105488046"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "distance between successive lattice planes"@en .

emmo:EMMO_1a5dd75a_6ed6_4148_a99c_001a27f5b417 a owl:Class ;
    rdfs:label "SpinQuantumNumber"^^xsd:string ;
    rdfs:comment "Characteristic quantum number s of a particle, related to its spin."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_252cce84_cc8a_49dc_8405_0d5e06425d69 ;
    skos:prefLabel "SpinQuantumNumber"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SpinQuantumNumber"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q3879445"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-13.5"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Characteristic quantum number s of a particle, related to its spin."@en .

emmo:EMMO_1a9e6e27_1e1d_492a_824e_6fb848574846 a owl:Class ;
    rdfs:label "MetallicPowderSintering"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_03441eb3_d1fd_4906_b953_b83312d7589e ;
    skos:prefLabel "MetallicPowderSintering"@en .

emmo:EMMO_1ac837ae_23e4_4cae_b866_dcf18c5c8a3d a owl:Class ;
    rdfs:label "SlowingDownDensity"@en ;
    rdfs:comment "Number of slowed-down particles per time and volume."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "SlowingDownDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Slowing-DownDensity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98915830"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-67"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of slowed-down particles per time and volume."@en .

emmo:EMMO_1acb552d_281a_40a4_9d55_5e31b85d4dc1 a owl:Class ;
    rdfs:label "PermanentLiquidPhaseSintering"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_03441eb3_d1fd_4906_b953_b83312d7589e ;
    skos:prefLabel "PermanentLiquidPhaseSintering"@en .

emmo:EMMO_1b01c9c6_6367_498c_a04d_1a37499b3eff a owl:Class ;
    rdfs:label "ElectroSinterForging"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_03441eb3_d1fd_4906_b953_b83312d7589e ;
    skos:prefLabel "ElectroSinterForging"@en .

emmo:EMMO_1b32a555_978b_4e56_933f_e158e165023e a owl:Class ;
    rdfs:label "VectorMeson"@en ;
    rdfs:comment "A meson with total spin 1 and odd parity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf emmo:EMMO_be0a7278_b4e6_4bca_88ba_de3f67a478e2 ;
    skos:prefLabel "VectorMeson"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A meson with total spin 1 and odd parity."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Vector_meson"^^xsd:string .

emmo:EMMO_1beed5ca_2bab_425d_bbe6_db6fab6ffe64 a owl:Class ;
    rdfs:label "Database"@en ;
    rdfs:comment "A structured collection of data held in a computer system that has a well-defined interface."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_4db96fb7_e9e0_466d_942b_f6f17bfdc145 ;
    skos:example """- A database covering nine million chemical compositions.
- A thermodynamic database."""@en ;
    skos:prefLabel "Database"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A structured collection of data held in a computer system that has a well-defined interface."@en .

emmo:EMMO_1c1ec02e_4def_4979_aff9_572c06a95391 a owl:Class ;
    rdfs:label "CubicExpansionCoefficient"@en ;
    rdfs:comment "Quantity characterizing the variation with thermodynamic temperature T of the volume V of a body, under given conditions."@en,
        "alpha_V = (1/V) * (dV/dT)"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_80f3d95d_b1fd_46c0_b98a_b6b611b47105,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    owl:disjointWith emmo:EMMO_399426d1_c4cc_414c_806f_47096c72d634 ;
    skos:prefLabel "CubicExpansionCoefficient"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/CubicExpansionCoefficient"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q74761076"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-28"@en ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-3.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantity characterizing the variation with thermodynamic temperature T of the volume V of a body, under given conditions."@en .

emmo:EMMO_1c5c8217-481b-5ae9-b44f-9ec353f6ea93 a owl:Class ;
    rdfs:label "FleroviumSymbol"@en ;
    rdfs:comment "The symbol that stands for the flerovium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_7aa6b5b1-34c8-5d37-9db0-cc6a232f3946 ],
        [ a owl:Restriction ;
            owl:hasValue "Fl"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "FleroviumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the flerovium atom."@en .

emmo:EMMO_1c7f2dfe_0db4_4bf6_a0f6_853054a34ead a owl:Class ;
    rdfs:label "DataProcessing"@en ;
    rdfs:comment "A computation that provides a data output following the elaboration of some input data, using a data processing application."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
            owl:someValuesFrom emmo:EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ;
            owl:someValuesFrom emmo:EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ;
            owl:someValuesFrom emmo:EMMO_cbf42aa6_9e11_4be8_932a_ae3c792ab17d ],
        emmo:EMMO_eff42cb3_208e_4768_9a39_f8b6b3c3d7a2 ;
    skos:prefLabel "DataProcessing"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A computation that provides a data output following the elaboration of some input data, using a data processing application."@en .

emmo:EMMO_1cba8181-2ea5-5772-8bd7-e668ffcde394 a owl:Class ;
    rdfs:label "TitaniumSymbol"@en ;
    rdfs:comment "The symbol that stands for the titanium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Ti"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_0eee5986-12a1-5f73-b5e0-6eb2b640c924 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "TitaniumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the titanium atom."@en .

emmo:EMMO_1ce18268_dc63_42af_9113_6589331b5562 a owl:Class ;
    rdfs:label "Fork"@en ;
    rdfs:comment "A tessellation in which a tile has next two or more non spatially connected tiles."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:subClassOf emmo:EMMO_f7f41d20_eabb_4bcb_9a16_0436851fcd5c ;
    skos:prefLabel "Fork"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.2/doc/figs/Fork.png"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A tessellation in which a tile has next two or more non spatially connected tiles."@en .

emmo:EMMO_1d77524b_ff3f_4e9a_90a4_be3d0bd88855 a owl:Class ;
    rdfs:label "MagneticVectorPotential"@en ;
    rdfs:comment "Vector potential of the magnetic flux density."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "MagneticVectorPotential"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MagneticVectorPotential"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2299100"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-23"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-32"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Vector potential of the magnetic flux density."@en .

emmo:EMMO_1da53c06_9577_4008_8652_272fa3b62be7 a owl:Class ;
    rdfs:label "Pictorial"@en ;
    rdfs:comment "A 'Graphical' that stands for a real world object that shows a recognizable pictorial pattern without being necessarily associated to a symbolic language."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/perceptual#> ;
    rdfs:subClassOf emmo:EMMO_c74da218_9147_4f03_92d1_8894abca55f3 ;
    skos:example """A drawing of a cat.
A circle on a paper sheet.
The Mona Lisa."""@en ;
    skos:prefLabel "Pictorial"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'Graphical' that stands for a real world object that shows a recognizable pictorial pattern without being necessarily associated to a symbolic language."@en .

emmo:EMMO_1db22203_95cb_46e2_ad94_14367a93d1dc a owl:Class ;
    rdfs:label "SpecificVolume"@en ;
    rdfs:comment "inverse of the mass density ρ, thus v = 1/ρ."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:altLabel "MassicVolume"@en ;
    skos:prefLabel "SpecificVolume"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SpecificVolume"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q683556"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-09"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "inverse of the mass density ρ, thus v = 1/ρ."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05807"^^xsd:string .

emmo:EMMO_1e7603a7_1365_49b8_b5e5_3711c8e6b904 a owl:Class ;
    rdfs:label "Vergence"@en ;
    rdfs:comment "In geometrical optics, vergence describes the curvature of optical wavefronts."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    skos:prefLabel "Vergence"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Curvature"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In geometrical optics, vergence describes the curvature of optical wavefronts."@en .

emmo:EMMO_1e85f9fa_ded6_4856_81be_ccca3c474314 a owl:Class ;
    rdfs:label "SIMetricPrefixedUnit"@en ;
    rdfs:comment "A SI base unit or SI derived unit with a metric prefix."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_d41ce84b_4317_41fb_a5d1_6cd281fca106 ;
    owl:disjointWith emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:prefLabel "SIMetricPrefixedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A SI base unit or SI derived unit with a metric prefix."@en .

emmo:EMMO_1eb6b28e_f260_4f04_ada1_19c6dcb668d9 a owl:Class ;
    rdfs:label "ResidualResistivity"@en ;
    rdfs:comment "For metals, the resistivity extrapolated to zero thermodynamic temperature."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53,
        emmo:EMMO_e150fa8d_06dc_4bb8_bf95_04e2aea529c1 ;
    skos:prefLabel "ResidualResistivity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ResidualResistivity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q25098876"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=815-13-61"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-17"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For metals, the resistivity extrapolated to zero thermodynamic temperature."@en .

emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc a owl:AnnotationProperty ;
    rdfs:label "qudtReference"@en ;
    rdfs:comment "URL to corresponing entity in QUDT."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:seeAlso "http://www.qudt.org/2.1/catalog/qudt-catalog.html"@en ;
    rdfs:subPropertyOf emmo:EMMO_58e7c821_4af0_4394_89f7_a9649735f4d2 ;
    skos:prefLabel "qudtReference"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "URL to corresponing entity in QUDT."@en .

emmo:EMMO_1fa63b54_64d7_40fa_9c8c_003bd61664d1 a owl:Class ;
    rdfs:label "ParticleCurrentDensity"@en ;
    rdfs:comment "Number of particles per time and area crossing a surface."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "ParticleCurrentDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ParticleCurrent"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2400689"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-48"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of particles per time and area crossing a surface."@en .

emmo:EMMO_1fade54b-20ed-5e58-af59-214ea3b15ba9 a owl:Class ;
    rdfs:label "NickelSymbol"@en ;
    rdfs:comment "The symbol that stands for the nickel atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Ni"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_caacc634-4328-5d9d-a8e8-1c25a2557e94 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "NickelSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the nickel atom."@en .

emmo:EMMO_200c735e_3dd7_44b2_bb34_4bb454a8e53b a owl:Class ;
    rdfs:label "ElectricChargePerTemperatureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricChargePerTemperature'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+1 L0 M0 I+1 Θ-1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_209b3242-1274-5d1d-a965-f8cb3fcc1073 a owl:Class ;
    rdfs:label "ProtactiniumSymbol"@en ;
    rdfs:comment "The symbol that stands for the protactinium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Pa"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_29987c5a-a7fb-5207-9610-b94316977a3d ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "ProtactiniumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the protactinium atom."@en .

emmo:EMMO_209ba1b3_149f_4ff0_b672_941610eafd72 a owl:AnnotationProperty ;
    rdfs:label "omReference"@en ;
    rdfs:comment "IRI to corresponding concept in the Ontology of units of Measure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:seeAlso "https://enterpriseintegrationlab.github.io/icity/OM/doc/index-en.html"^^xsd:string,
        "https://github.com/HajoRijgersberg/OM"^^xsd:string ;
    rdfs:subPropertyOf emmo:EMMO_58e7c821_4af0_4394_89f7_a9649735f4d2 ;
    skos:prefLabel "omReference"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "IRI to corresponding concept in the Ontology of units of Measure."@en .

emmo:EMMO_20bb4724-2370-5205-ab8e-51a4c3609d3b a owl:Class ;
    rdfs:label "MendeleviumSymbol"@en ;
    rdfs:comment "The symbol that stands for the mendelevium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Md"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_e85b68e1-ca2b-51b5-8b61-dea134d88bef ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "MendeleviumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the mendelevium atom."@en .

emmo:EMMO_20ff3b34_c864_4936_8955_9345fc0a3b3c a owl:Class ;
    rdfs:label "Array3D"@en ;
    rdfs:comment "3-dimensional array who's spatial direct parts are matrices."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ;
            owl:someValuesFrom emmo:EMMO_1cba0b27_15d0_4326_933f_379d0b3565b6 ],
        emmo:EMMO_28fbea28_2204_4613_87ff_6d877b855fcd ;
    skos:altLabel "3DArray"@en ;
    skos:prefLabel "Array3D"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "3-dimensional array who's spatial direct parts are matrices."@en .

emmo:EMMO_21abaf92_62dd_488d_9ec3_8e5e8586b8ec a owl:Class ;
    rdfs:label "Understanding"@en ;
    rdfs:comment "A semiosis where the interpreter perceives a sign, that generates the interpretant as interpreter's internal representation, leading to potential interpretations."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf emmo:EMMO_1783139f_575f_4e41_a409_1e70aceced27 ;
    skos:prefLabel "Understanding"@en ;
    emmo: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 .

emmo:EMMO_21e69447_1d0c_4880_ab8c_6bfbcd83aab4 a owl:Class ;
    rdfs:label "AtomicAttenuationCoefficient"@en ;
    rdfs:comment "Quotient of the linear attenuation coefficient µ and the number density, n, of atoms in the substance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "AtomicAttenuationCoefficient"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98592911"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-52"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of the linear attenuation coefficient µ and the number density, n, of atoms in the substance."@en .

emmo:EMMO_223d9523_4169_4ecd_b8af_acad1215e1ff a owl:Class ;
    rdfs:label "Exponent"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf emmo:EMMO_3c424d37_cf62_41b1_ac9d_a316f8d113d6 ;
    skos:prefLabel "Exponent"@en .

emmo:EMMO_22522299_4091_4d1f_82a2_3890492df6db a owl:Class ;
    rdfs:label "Experiment"@en ;
    rdfs:comment "An experiment is a process that is intended to replicate a physical phenomenon in a controlled environment."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_3b19eab4_79be_4b02_bdaf_ecf1f0067a68,
        emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ;
    skos:prefLabel "Experiment"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An experiment is a process that is intended to replicate a physical phenomenon in a controlled environment."@en .

emmo:EMMO_246af1cb_2f80_4ff7_9add_c1dd4cfdcc93 a owl:Class ;
    rdfs:label "ParticleFluence"@en ;
    rdfs:comment "Differential quotient of N with respect to a, where N is the number of particles incident on a sphere of cross-sectional area a."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_11708648_fc62_46c6_bae5_3a10693e416e ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "ParticleFluence"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ParticleFluence"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q82965908"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-15"^^xsd:string,
        "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-04-18"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-43"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Differential quotient of N with respect to a, where N is the number of particles incident on a sphere of cross-sectional area a."@en .

emmo:EMMO_24b30ba4_90f4_423d_93d2_fd0fde349087 a owl:Class ;
    rdfs:label "Shape4x3Matrix"@en ;
    rdfs:comment "A real matrix with shape 4x3."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf emmo:EMMO_1cba0b27_15d0_4326_933f_379d0b3565b6 ;
    skos:prefLabel "Shape4x3Matrix"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A real matrix with shape 4x3."@en .

emmo:EMMO_24c44d2c_9ec3_438d_8cff_348cb9d7cb5c a owl:Class ;
    rdfs:label "MolarInternalEnergy"@en ;
    rdfs:comment "Internal energy per amount of substance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_f675294e_6f30_4b1d_a68e_a74e59f3b2fc ;
    skos:prefLabel "MolarInternalEnergy"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q88523106"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-6.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Internal energy per amount of substance."@en .

emmo:EMMO_24c71baf_6db6_48b9_86c8_8c70cf36db0c a owl:ObjectProperty ;
    rdfs:label "hasModel"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subPropertyOf emmo:EMMO_39c3815d_8cae_4c8f_b2ff_eeba24bec455 ;
    skos:prefLabel "hasModel"@en .

emmo:EMMO_254ff869_7d28_42dd_aedc_adb4cc8ad0cb a owl:Class ;
    rdfs:label "ActivityFactor"@en ;
    rdfs:comment "For substance X in a liquid or a solid mixture; quotient of absolute activity of substance X and the product of absolute activity of the pure substance X at the same temperature and pressure and amount-of-substance fraction of substance X."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    owl:disjointWith emmo:EMMO_3434b127_1820_43a7_9e13_b96f25e66ee8 ;
    skos:prefLabel "ActivityFactor"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q89335167"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-22"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For substance X in a liquid or a solid mixture; quotient of absolute activity of substance X and the product of absolute activity of the pure substance X at the same temperature and pressure and amount-of-substance fraction of substance X."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Activity factors can also be obtained applying Raoult's law or Henry's law."@en .

emmo:EMMO_2558579d_fd7e_4c15_8ad4_2050ca0acc5e a owl:Class ;
    rdfs:label "TotalLinearStoppingPower"@en ;
    rdfs:comment "For charged particles of a given type and energy E0 the differential quotient of E with respect to x, where E is the mean energy lost by the charged particles in traversing a distance x in the given material."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:altLabel "LinearStoppingPower"@en ;
    skos:prefLabel "TotalLinearStoppingPower"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/TotalLinearStoppingPower"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q908474"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-27"^^xsd:string,
        "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-12-49"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-54"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For charged particles of a given type and energy E0 the differential quotient of E with respect to x, where E is the mean energy lost by the charged particles in traversing a distance x in the given material."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S06035"^^xsd:string .

emmo:EMMO_2563e18a-93d2-5d81-86d3-736295e9e519 a owl:Class ;
    rdfs:label "GadoliniumSymbol"@en ;
    rdfs:comment "The symbol that stands for the gadolinium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Gd"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_0724601e-642c-5770-bc86-7078e7441664 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "GadoliniumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the gadolinium atom."@en .

emmo:EMMO_2565210a_bbcc_4c00_a122_6a608faa355b a owl:Class ;
    rdfs:label "HandlingDevice"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8 ;
    skos:prefLabel "HandlingDevice"@en .

emmo:EMMO_256bb4be_78c6_4f2f_8589_f5e4c8339bbd a owl:Class ;
    rdfs:label "ProductionSystem"@en ;
    rdfs:comment "A network of objects that implements a production process through a series of interconnected elements."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_f93fe78b_9646_4a15_b88b_1c93686a764d ;
    skos:prefLabel "ProductionSystem"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A network of objects that implements a production process through a series of interconnected elements."@en .

emmo:EMMO_25e8c0c4_943a_4851_9cb7_3c4b45f69bb5 a owl:Class ;
    rdfs:label "Lethargy"@en ;
    rdfs:comment "Natural logarithm of the quotient of a reference energy and the kinetic energy of a neutron."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:prefLabel "Lethargy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Lethargy"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q25508781"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-07-01"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-69"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Natural logarithm of the quotient of a reference energy and the kinetic energy of a neutron."@en .

emmo:EMMO_25f5ca8e_8f7f_44d8_a392_bd3fe8894458 a owl:Class ;
    rdfs:label "Plane"@en ;
    rdfs:comment "A 2-manifold with two unconnected boundaries."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/geometrical#> ;
    rdfs:subClassOf emmo:EMMO_9268958f_7f54_48ab_a693_febe2645892b ;
    skos:prefLabel "Plane"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 2-manifold with two unconnected boundaries."@en .

emmo:EMMO_260dfba7_f7ab_4e5d_99e5_137600778220 a owl:Class ;
    rdfs:label "AlphaDisintegrationEnergy"@en ;
    rdfs:comment "Sum of the kinetic energy of the α-particle produced in the disintegration process and the recoil energy of the product atom in a reference frame in which the emitting nucleus is at rest before its disintegration."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "AlphaDisintegrationEnergy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/AlphaDisintegrationEnergy"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98146025"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-32"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Sum of the kinetic energy of the α-particle produced in the disintegration process and the recoil energy of the product atom in a reference frame in which the emitting nucleus is at rest before its disintegration."@en .

emmo:EMMO_262d4582_15b9_4685_b693_24f8e9ead98d a owl:Class ;
    rdfs:label "HelmholtzEnergy"@en ;
    rdfs:comment "Internal energy minus the product of thermodynamic temperature and entropy."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:altLabel "HelmholtzFreeEnergy"@en ;
    skos:prefLabel "HelmholtzEnergy"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q865821"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-24"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-20.4"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Internal energy minus the product of thermodynamic temperature and entropy."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.H02772"^^xsd:string .

emmo:EMMO_263d9161_5a7c_4900_a49b_55f012b3fe07 a owl:Class ;
    rdfs:label "ThermochemicalTreatment"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_dacfc7dc_5ddb_4f67_986b_dcd01d649d60 ;
    skos:prefLabel "ThermochemicalTreatment"@en .

emmo:EMMO_268a8a97_3a6f_4022_93da_962a66827cdc a owl:Class ;
    rdfs:label "CSharp"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_1461e904_a2bf_4558_ad74_2706f5706b34 ;
    skos:altLabel "C#"@en ;
    skos:prefLabel "CSharp"@en .

emmo:EMMO_26922e28_b266_46c1_b93e_4940633ba5e4 a owl:Class ;
    rdfs:label "OxidationNumber"@en ;
    rdfs:comment "Charge number that an atom within a molecule would have if all the ligands were removed along with the electron pairs that were shared."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_dc467621_3b49_4f31_9b09_82290f29da52 ;
    skos:altLabel "OxidationState"@en ;
    skos:prefLabel "OxidationNumber"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q484152"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-25"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Oxidation_state"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Charge number that an atom within a molecule would have if all the ligands were removed along with the electron pairs that were shared."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Oxidation_state"^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.O04363"^^xsd:string .

emmo:EMMO_26b13395_0031_4da2_b4d0_55eca1792107 a owl:Class ;
    rdfs:label "SectionModulus"@en ;
    rdfs:comment "Geometrical characteristic of a shape of a body."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:prefLabel "SectionModulus"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SectionModulus"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1930808"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-31"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-22"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Geometrical characteristic of a shape of a body."@en .

emmo:EMMO_26b7c6ca-6c6c-52e0-ba01-dcc883e64d46 a owl:Class ;
    rdfs:label "NitrogenSymbol"@en ;
    rdfs:comment "The symbol that stands for the nitrogen atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "N"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_252f143a-2c00-5d9a-a551-c07daa22c5c0 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "NitrogenSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the nitrogen atom."@en .

emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 a owl:AnnotationProperty ;
    rdfs:label "wikidataReference"@en ;
    rdfs:comment "URL corresponding to entry in Wikidata."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:seeAlso "https://www.wikidata.org/"^^xsd:string ;
    rdfs:subPropertyOf rdfs:seeAlso ;
    skos:prefLabel "wikidataReference"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "URL corresponding to entry in Wikidata."@en .

emmo:EMMO_26c6f1b3_c33f_4804_a3e8_3c5c931582b3 a owl:Class ;
    rdfs:label "RelaxationTime"@en ;
    rdfs:comment "time constant for scattering, trapping or annihilation of charge carriers, phonons or other quasiparticles"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_88967c93_894b_4e42_bc3c_c8517b255489,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "RelaxationTime"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q106041085"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-32.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "time constant for scattering, trapping or annihilation of charge carriers, phonons or other quasiparticles"@en .

emmo:EMMO_26f34447_32ec_48ce_9baa_4afec09120f4 a owl:Class ;
    rdfs:label "InterferenceFitting"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_bbf12904_e25e_4f49_87f3_8bd210a6b535 ;
    skos:prefLabel "InterferenceFitting"@en .

emmo:EMMO_27367073_ed8a_481a_9b07_f836dfe31f7f a owl:Class ;
    rdfs:label "AtomicMass"@en ;
    rdfs:comment "Since the nucleus account for nearly all of the total mass of atoms  (with the electrons and nuclear binding energy making minor contributions), the atomic mass measured in Da has nearly the same value as the mass number."@en,
        "The atomic mass is often expressed as an average of the commonly found isotopes."@en,
        "The mass of an atom in the ground state."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 ] ],
        emmo:EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405 ;
    skos:prefLabel "AtomicMass"@en ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The mass of an atom in the ground state."@en ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-4.1"^^xsd:string ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Atomic_mass"^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00496"^^xsd:string .

emmo:EMMO_276f1224_fdc1_42ac_bd27_03d6dcec191a a owl:Class ;
    rdfs:label "ThermalDiffusivity"@en ;
    rdfs:comment "Quotient of thermal conductivity and the product of mass density and specific heat capacity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:altLabel "ThermalDiffusionCoefficient"^^xsd:string ;
    skos:prefLabel "ThermalDiffusivity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ThermalDiffusivity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q3381809"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-53"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-14"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of thermal conductivity and the product of mass density and specific heat capacity."@en .

emmo:EMMO_2856bbc2_96e1_485b_b5f8_2fdfcb0c9b92 a owl:AnnotationProperty ;
    rdfs:label "inchiKey"@en ;
    rdfs:comment "A hash of the full International Chemical Identifier (InChi) for a chemical substance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:seeAlso "https://inchi.info/inchikey_overview_en.html"^^xsd:anyURI ;
    rdfs:subPropertyOf rdfs:seeAlso ;
    skos:prefLabel "inchiKey"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A hash of the full International Chemical Identifier (InChi) for a chemical substance."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The InChiKey is a hash of the full InChi identifier using the SHA-256 algorithm, designed to allow for easy web searches of chemical compounds."@en .

emmo:EMMO_29791c75_2899_47a8_bfad_fc239aa4dd2d a owl:Class ;
    rdfs:label "QueryLanguage"@en ;
    rdfs:comment "A construction language used to make queries in databases and information systems."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_3ab914c1_5d8d_4a6e_804b_84aa89623c48 ;
    skos:example "SQL, SPARQL"@en ;
    skos:prefLabel "QueryLanguage"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A construction language used to make queries in databases and information systems."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Query_language"^^xsd:anyURI .

emmo:EMMO_297999d6_c9e4_4262_9536_bd524d1c6e21 a owl:ObjectProperty ;
    rdfs:label "hasIndex"@en ;
    rdfs:comment "A semiotic relation that connects a deduced semiotic object to an index in a deduction process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:range emmo:EMMO_0cd58641_824c_4851_907f_f4c3be76630c ;
    rdfs:subPropertyOf emmo:EMMO_60577dea_9019_4537_ac41_80b0fb563d41 ;
    owl:inverseOf emmo:EMMO_c4017688_965b_4201_acb2_2f1caf2be760 ;
    skos:prefLabel "hasIndex"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation that connects a deduced semiotic object to an index in a deduction process."@en .

emmo:EMMO_29a15bcd_e219_4afc_9f82_9d3fceb666cd a owl:Class ;
    rdfs:label "Powder"@en ;
    rdfs:comment "A powder is a granular material composed of many very fine dry solid particles that may flow freely when shaken or tilted."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#>,
        "Duran, J., Reisinger A., Sands, Powders, and Grains: An Introduction to the Physics of Granular Materials. November 1999, Springer-Verlag New York, Inc., New York, ISBN 0-387-98656-1."@en ;
    rdfs:subClassOf emmo:EMMO_48fc6f16_0f04_4e86_a9fc_fcfc14c5ef4b ;
    skos:prefLabel "Powder"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A powder is a granular material composed of many very fine dry solid particles that may flow freely when shaken or tilted."@en .

emmo:EMMO_29edd972_2e77_4658_8106_01c86b3b10a2 a owl:Class ;
    rdfs:label "BindingFraction"@en ;
    rdfs:comment "The ratio of the binding energy of a nucleus to the atomic mass number."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:prefLabel "BindingFraction"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/BindingFraction"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98058362"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-23.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The ratio of the binding energy of a nucleus to the atomic mass number."@en .

emmo:EMMO_2a0e5777_348c_475b_adf0_1b1e71a29bc9 a owl:Class ;
    rdfs:label "PhaseAngle"@en ;
    rdfs:comment "Angular measure between the positive real axis and the radius of the polar representation of the complex number in the complex plane."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a,
        emmo:EMMO_f3dd74c0_f480_49e8_9764_33b78638c235 ;
    skos:prefLabel "PhaseAngle"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q415829"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-07-04"^^xsd:string,
        "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=141-01-01"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-7"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Angular measure between the positive real axis and the radius of the polar representation of the complex number in the complex plane."@en .

emmo:EMMO_2a67f539_d503_4e98_934e_50d4a9ae6cfd a owl:Class ;
    rdfs:label "SurfaceDensityOfElectricCharge"@en ;
    rdfs:comment "The derivative of the electric charge of a system with respect to the area."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_4ef8c0e4_1b0b_4699_a135_8c89ca289802 ;
    skos:altLabel "AreicElectricCharge"@en,
        "SurfaceChargeDensity"@en ;
    skos:prefLabel "SurfaceDensityOfElectricCharge"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q12799324"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-08"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-4"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The derivative of the electric charge of a system with respect to the area."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S06159"^^xsd:string .

emmo:EMMO_2a971203_58d5_4039_98ce_be7eafb2b14f a owl:Class ;
    rdfs:label "MolecularPartitionFunction"@en ;
    rdfs:comment "Partition function of a molecule."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:prefLabel "MolecularPartitionFunction"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q96192064"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-35.4"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Partition function of a molecule."@en .

emmo:EMMO_2b0a1578_ae70_4cd1_940d_54d9c220d8f7 a owl:Class ;
    rdfs:label "MobilityRatio"@en ;
    rdfs:comment "Quotient of electron and hole mobility."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:prefLabel "MobilityRatio"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MobilityRatio"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q106010255"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-31"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of electron and hole mobility."@en .

emmo:EMMO_2b1303e8_d4c3_453b_9918_76f1d009543f a owl:Class ;
    rdfs:label "Multiplication"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "*"^^xsd:string ;
            owl:onProperty emmo:EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 ],
        emmo:EMMO_707f0cd1_941c_4b57_9f20_d0ba30cd6ff3 ;
    skos:prefLabel "Multiplication"@en .

emmo:EMMO_2b44fb2a_ada8_46af_a961_6e534a61416d a owl:Class ;
    rdfs:label "Verifying"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf emmo:EMMO_1783139f_575f_4e41_a409_1e70aceced27 ;
    skos:prefLabel "Verifying"@en ;
    emmo: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 .

emmo:EMMO_2b69b940_a4ab_40dc_b565_8daab23e4df2 a owl:Class ;
    rdfs:label "PhaseVelocity"@en ;
    rdfs:comment "For a sinusoidal wave at a given point, velocity in the direction of propagation of the wavefront corresponding to a specified phase."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_0329f1f5_8339_4ce4_8505_a264c6d606ba ;
    skos:altLabel "PhaseSpeed"@en ;
    skos:prefLabel "PhaseVelocity"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q13824"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-13"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Phase_velocity"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-23.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For a sinusoidal wave at a given point, velocity in the direction of propagation of the wavefront corresponding to a specified phase."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Phase_velocity"^^xsd:string .

emmo:EMMO_2bf617c6_e57b_430b_9f37_fcf2cfda719e a owl:Class ;
    rdfs:label "SandMolds"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_f8b20fd2_08b9_4368_b786_156e11d1cec8 ;
    skos:prefLabel "SandMolds"@en .

emmo:EMMO_2c33f59a_fbeb_445e_aea9_8b05738b5f8b a owl:Class ;
    rdfs:label "LandeFactor"^^xsd:string ;
    rdfs:comment "Quotient of the magnetic dipole moment of an atom, and the product of the total angular momentum quantum number and the Bohr magneton."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_cd981768_f96b_4b65_85e6_19216c0e1dd4 ;
    skos:altLabel "GFactorOfAtom"@en ;
    skos:prefLabel "LandeFactor"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/LandeGFactor"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1191684"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-14.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of the magnetic dipole moment of an atom, and the product of the total angular momentum quantum number and the Bohr magneton."@en .

emmo:EMMO_2c9f993c_5b30_40a5_a471_808f7eb719db a owl:Class ;
    rdfs:label "ActivePower"@en ;
    rdfs:comment "Average power over a period."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_09b9021b_f97b_43eb_b83d_0a764b472bc2 ;
    skos:prefLabel "ActivePower"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ActivePower"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q20820042"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-42"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-56"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Average power over a period."@en .

emmo:EMMO_2d572205_274c_414a_9564_01c3e14e3c8f a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isInfluencedBy"@en ;
    rdfs:comment "The relation between an object O that proper overlaps a process P, where the non-overlapping part of P causes O."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ;
    rdfs:subPropertyOf emmo:EMMO_86726b7c_b208_4690_893e_0cc798fac974 ;
    owl:inverseOf emmo:EMMO_3c51ea74_43a4_42d5_953b_fcb43f359c73 ;
    skos:prefLabel "isInfluencedBy"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/dev/doc/figs/isInfluencedBy.png"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between an object O that proper overlaps a process P, where the non-overlapping part of P causes O."@en .

emmo:EMMO_2dc17698-8cd9-562e-8eca-7818d507c813 a owl:Class ;
    rdfs:label "ChlorineSymbol"@en ;
    rdfs:comment "The symbol that stands for the chlorine atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_b92900ac-69b2-5a63-a9d5-4984ae20905a ],
        [ a owl:Restriction ;
            owl:hasValue "Cl"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "ChlorineSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the chlorine atom."@en .

emmo:EMMO_2dddfc30_d4e1_4e3e_a0ca_755c4d9d2cf4 a owl:Class ;
    rdfs:label "Heap"@en ;
    rdfs:comment "The superclass for all classes of entities that have at least two non overlapping proper parts of the same type of the whole."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/structural#> ;
    rdfs:subClassOf emmo:EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0 ;
    skos:prefLabel "Heap"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.2/doc/figs/Heap.png"^^xsd:anyURI ;
    emmo: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: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 .

emmo:EMMO_2e0b0f1b_ba90_4827_af5a_92b826cb90de a owl:AnnotationProperty ;
    rdfs:label "SMILESReference"@en ;
    rdfs:comment "OpenSMILES representation of a molecular structure."@en ;
    rdfs:isDefinedBy <http://opensmiles.org/opensmiles.html>,
        <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subPropertyOf rdfs:seeAlso ;
    skos:prefLabel "SMILESReference"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "OpenSMILES representation of a molecular structure."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "OpenSMILES is an open specification of the SMILE language for specifying molecular structures, which has become a defacto standard for exchange of molecular structures."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d <https://en.wikipedia.org/wiki/Simplified_molecular-input_line-entry_system> .

emmo:EMMO_2e19759a_b728_4a42_8a0c_5e6c57ea4811 a owl:Class ;
    rdfs:label "DissociationConstant"@en ;
    rdfs:comment "Ratio of the number of dissociated molecules of a specified type to the total number of dissolved molecules of this type."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 ],
        emmo:EMMO_066937f0_ea5c_4b06_8739_53f66d5ef89e ;
    skos:prefLabel "DissociationConstant"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q898254"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-10"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ratio of the number of dissociated molecules of a specified type to the total number of dissolved molecules of this type."@en .

emmo:EMMO_2e6c62da_2836_42c1_b2f9_dd801eef5992 a owl:Class ;
    rdfs:label "NeutronNumber"@en ;
    rdfs:comment "Number of neutrons in an atomic nucleus."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c ;
    skos:prefLabel "NeutronNumber"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q970319"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-05-34"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-1.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of neutrons in an atomic nucleus."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Atomic number (proton number) plus neutron number equals mass number."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Neutron_number"^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.N04119"^^xsd:string .

emmo:EMMO_2e96348b-f8d1-5877-a5c5-b6863c5ebcf2 a owl:Class ;
    rdfs:label "NeonSymbol"@en ;
    rdfs:comment "The symbol that stands for the neon atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_24e7961c-26c8-5ae1-a29c-c32717c40684 ],
        [ a owl:Restriction ;
            owl:hasValue "Ne"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "NeonSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the neon atom."@en .

emmo:EMMO_2eb10b5b_900b_44d7_af85_4de9a3729474 a owl:ObjectProperty ;
    rdfs:label "hasInterval"@en ;
    rdfs:comment "The relation between a process whole and a temporal part of the same type."@en ;
    rdfs:domain emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce,
        emmo:EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/persholistic#> ;
    rdfs:range emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ;
    rdfs:subPropertyOf emmo:EMMO_6786b336_e982_4759_8dee_1905a4106591,
        emmo:EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ;
    skos:prefLabel "hasInterval"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process whole and a temporal part of the same type."@en .

emmo:EMMO_2ed364b1_affe_4711_a83f_74bfd57b94ad a owl:Class ;
    rdfs:label "ActivityOfSolvent"@en ;
    rdfs:comment "For a solvent in a solution, quotient of the absolute activity and that of the pure substance at the same temperature and pressure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:prefLabel "ActivityOfSolvent"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q89486193"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-27.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For a solvent in a solution, quotient of the absolute activity and that of the pure substance at the same temperature and pressure."@en .

emmo:EMMO_2fb9b3ca_a3ba_4176_b9dc_ce5449286195 a owl:Class ;
    rdfs:label "LongRangeOrderParameter"@en ;
    rdfs:comment "Fraction of atoms in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "LongRangeOrderParameter"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Long-RangeOrderParameter"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105496124"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-5.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Fraction of atoms in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction."@en .

emmo:EMMO_2fe8b850_9f2d_4c13_8be9_6ae2487de393 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isRemovedFrom"@en ;
    rdfs:comment "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 ;
    rdfs:domain emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    rdfs:subPropertyOf emmo:EMMO_eb3ffec6_3d69_4633_a3b1_088ad53cb00b ;
    owl:inverseOf emmo:EMMO_5aa0f895_1567_4239_8343_29e91a33d4c9 ;
    skos:prefLabel "isRemovedFrom"@en ;
    emmo: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 .

emmo:EMMO_2ff07b07_c447_490f_903a_f6a72a12d7bf a owl:Class ;
    rdfs:label "Shape3Vector"@en ;
    rdfs:comment "A real vector with 3 elements."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf emmo:EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec ;
    skos:example "The quantity value of physical quantities if real space is a Shape3Vector."@en ;
    skos:prefLabel "Shape3Vector"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A real vector with 3 elements."@en .

emmo:EMMO_2ff657b6_1c9f_4335_bba2_ea4428422977 a owl:Class ;
    rdfs:label "MatrixData"@en ;
    rdfs:comment "The datatype for bidimensional arrays."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:subClassOf emmo:EMMO_9e49caad_b29e_4cf1_9be4_80419fd1e45c ;
    skos:prefLabel "MatrixData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "SubClassOf: hasSpatialTile some VectorData"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The datatype for bidimensional arrays."@en .

emmo:EMMO_3086e6a8_edd9_4592_b33c_66d818835951 a owl:Class ;
    rdfs:label "Flanging"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_78284835_f4ed_4a7c_914f_a7fdb460ed8e ;
    skos:prefLabel "Flanging"@en .

emmo:EMMO_30e3edb5_0977_4b9b_9aed_5a4d16c1c07c a owl:Class ;
    rdfs:label "Electroplating"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_92028373_3a43_4b80_9a69_caca22df3918 ;
    skos:prefLabel "Electroplating"@en .

emmo:EMMO_31693539_435a_4b0d_9366_b01e4f294a28 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "gets"@en ;
    rdfs:comment "The relation between an object O1 that proper overlaps an object O2, where the non-overlapping part of O2 causes O1."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    rdfs:subPropertyOf emmo:EMMO_86726b7c_b208_4690_893e_0cc798fac974 ;
    owl:inverseOf emmo:EMMO_ea7724fe_ba5d_4201_865e_761cb6fe9f99 ;
    skos:prefLabel "gets"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/dev/doc/figs/gets.png"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between an object O1 that proper overlaps an object O2, where the non-overlapping part of O2 causes O1."@en .

emmo:EMMO_31b393c5_4cfe_4ad4_a9a4_0eafcb7fbd1a a owl:Class ;
    rdfs:label "IonNumberDensity"@en ;
    rdfs:comment "Number of ions per volume."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:altLabel "IonDensity"@en ;
    skos:prefLabel "IonNumberDensity"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98831218"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-62.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of ions per volume."@en .

emmo:EMMO_31fda9f8-24e1-5c53-8616-a63cee7613de a owl:Class ;
    rdfs:label "LivermoriumSymbol"@en ;
    rdfs:comment "The symbol that stands for the livermorium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_f2d4c89a-c354-5e4c-9cdb-f2de932e294f ],
        [ a owl:Restriction ;
            owl:hasValue "Lv"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "LivermoriumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the livermorium atom."@en .

emmo:EMMO_322ce14e_9ede_4841_ad70_302b4d6c5f28 a owl:Class ;
    rdfs:label "InternalTask"@en ;
    rdfs:comment "A generic task in a workflow, that is not the begin or the end."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:subClassOf emmo:EMMO_180bd73b_0c5d_4b1f_ba12_4309c5a50d49,
        emmo:EMMO_caa63d00_80b1_4408_ac1b_cd0d23b0ec50 ;
    skos:prefLabel "InternalTask"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.3/doc/figs/ThroughTile.png"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A generic task in a workflow, that is not the begin or the end."@en .

emmo:EMMO_3275b6e9_05f1_4912_954f_7d64ac12b2d2 a owl:Class ;
    rdfs:label "ScalarMeson"@en ;
    rdfs:comment "A meson with spin zero and even parity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf emmo:EMMO_be0a7278_b4e6_4bca_88ba_de3f67a478e2 ;
    skos:prefLabel "ScalarMeson"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A meson with spin zero and even parity."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Scalar_meson"@en .

emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 a owl:AnnotationProperty ;
    rdfs:label "ucumCode"@en ;
    rdfs:comment "Unified Code for Units of Measure (UCUM)."@en ;
    rdfs:domain emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:range xsd:string ;
    rdfs:seeAlso "https://ucum.org/"^^xsd:anyURI ;
    rdfs:subPropertyOf emmo:EMMO_58e7c821_4af0_4394_89f7_a9649735f4d2 ;
    skos:prefLabel "ucumCode"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Unified Code for Units of Measure (UCUM)."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The Unified Code for Units of Measure (UCUM) is a code system intended to include all units of measures being contemporarily used in international science, engineering, and business. The purpose is to facilitate unambiguous electronic communication of quantities together with their units."@en .

emmo:EMMO_340ec9c3_7b0a_4169_a739_6f9242517ff4 a owl:Class ;
    rdfs:label "StandardAbsoluteActivityOfMixture"@en ;
    rdfs:comment "For a substance in a mixture, the absolute activity of the pure substance at the same temperature but at standard pressure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_2ae37adf_07f2_4920_8ec6_084c69761e34,
        emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ;
    skos:altLabel "StandardAbsoluteActivity"@en ;
    skos:prefLabel "StandardAbsoluteActivityOfMixture"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/StandardAbsoluteActivity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q89406159"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-23"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For a substance in a mixture, the absolute activity of the pure substance at the same temperature but at standard pressure."@en .

emmo:EMMO_34bdb169_90da_4d38_a351_647071804e5d a owl:Class ;
    rdfs:label "BetaDisintegrationEnergy"@en ;
    rdfs:comment "Sum of the maximum beta-particle kinetic energy and the recoil energy of the atom produced in a reference frame in which the emitting nucleus is at rest before its disintegration."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "BetaDisintegrationEnergy"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98148340"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-34"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Sum of the maximum beta-particle kinetic energy and the recoil energy of the atom produced in a reference frame in which the emitting nucleus is at rest before its disintegration."@en .

emmo:EMMO_3528547f_cefe_4f24_bc46_936b39f711eb a owl:Class ;
    rdfs:label "ThermomechanicalTreatment"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_fc859d37_408d_44b6_b345_a0ea0b65121e ;
    skos:prefLabel "ThermomechanicalTreatment"@en .

emmo:EMMO_3565b4e7-51bd-57e5-afde-60be404857cf a owl:Class ;
    rdfs:label "PraseodymiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the praseodymium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Pr"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_18748aef-0e6b-5369-99b5-1e5ab1a0f99b ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "PraseodymiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the praseodymium atom."@en .

emmo:EMMO_357b32b5-7d1b-5649-b9bd-2b1b9359fcd0 a owl:Class ;
    rdfs:label "ErbiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the erbium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_14729316-fa36-5eda-a5e6-86e28a5d80ba ],
        [ a owl:Restriction ;
            owl:hasValue "Er"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "ErbiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the erbium atom."@en .

emmo:EMMO_35e1dd93_2cb6_4cea_b201_31036e113f61 a owl:Class ;
    rdfs:label "SolidAngularMeasure"@en ;
    rdfs:comment "Measure of a conical geometric figure, called solid angle, formed by all rays, originating from a common point, called the vertex of the solid angle, and passing through the points of a closed, non-self-intersecting curve in space considered as the border of a surface."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a,
        emmo:EMMO_f3dd74c0_f480_49e8_9764_33b78638c235 ;
    skos:altLabel "SolidAngle"@en ;
    skos:prefLabel "SolidAngularMeasure"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SolidAngle"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q208476"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-04-46"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Solid_angle"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-8"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure of a conical geometric figure, called solid angle, formed by all rays, originating from a common point, called the vertex of the solid angle, and passing through the points of a closed, non-self-intersecting curve in space considered as the border of a surface."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Solid_angle"^^xsd:string .

emmo:EMMO_3657c87f_ee9a_41fd_9dd0_97fb524dba1a a owl:Class ;
    rdfs:label "ThermalUtilizationFactor"@en ;
    rdfs:comment "In an infinite medium, the quotient of the number of thermal neutrons absorbed in a fissionable nuclide or in a nuclear fuel, as specified, and the total number of thermal neutrons absorbed."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:prefLabel "ThermalUtilizationFactor"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ThermalUtilizationFactor"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q99197650"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-76"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In an infinite medium, the quotient of the number of thermal neutrons absorbed in a fissionable nuclide or in a nuclear fuel, as specified, and the total number of thermal neutrons absorbed."@en .

emmo:EMMO_36a32a8c-8307-5b09-adcb-bbaeb9e36b49 a owl:Class ;
    rdfs:label "FluorineSymbol"@en ;
    rdfs:comment "The symbol that stands for the fluorine atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_ff4e0ff1-a3ea-5c59-82dc-75f0abad66eb ],
        [ a owl:Restriction ;
            owl:hasValue "F"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "FluorineSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the fluorine atom."@en .

emmo:EMMO_36a9bf69_483b_42fd_8a0c_7ac9206320bc a owl:Class ;
    rdfs:label "C"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_1461e904_a2bf_4558_ad74_2706f5706b34 ;
    skos:prefLabel "C"@en .

emmo:EMMO_375aaa5a_998f_4626_83e0_c7d7e52a6565 a owl:Class ;
    rdfs:label "ChipboardManufacturing"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_5e5656ef_971e_49e6_a32f_048b6e86c3e0 ;
    skos:prefLabel "ChipboardManufacturing"@en .

emmo:EMMO_376d013c_b703_40dc_bd8d_23145dfed2e3 a owl:Class ;
    rdfs:label "MeanMassRange"@en ;
    rdfs:comment "Product of the mean linear range R and the mass density ρ of the material."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "MeanMassRange"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MeanMassRange"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98681670"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-57"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Product of the mean linear range R and the mass density ρ of the material."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03783"^^xsd:string .

emmo:EMMO_3789d3c5_77f4_456e_b7ed_40e670f47e52 a owl:Class ;
    rdfs:label "RotationalFrequency"@en ;
    rdfs:comment "Magnitude of the angular velocity ω divided by the angle 2π, thus n = |ω|/2π."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_852b4ab8_fc29_4749_a8c7_b92d4fca7d5a ;
    skos:prefLabel "RotationalFrequency"@en ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-42"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-17.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Magnitude of the angular velocity ω divided by the angle 2π, thus n = |ω|/2π."@en .

emmo:EMMO_37f1613c_c905_4cce_bcf4_ef0964c19e5d a owl:Class ;
    rdfs:label "OrbitalAngularMomentumQuantumNumber"^^xsd:string ;
    rdfs:comment "Atomic quantum number related to the orbital angular momentum l of a one-electron state."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_252cce84_cc8a_49dc_8405_0d5e06425d69 ;
    skos:prefLabel "OrbitalAngularMomentumQuantumNumber"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/OrbitalAngularMomentumQuantumNumber"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1916324"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-13.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atomic quantum number related to the orbital angular momentum l of a one-electron state."@en .

emmo:EMMO_381b6a6e_6e8e_461a_8591_d7a60e823d4d a owl:Class ;
    rdfs:label "BlowMolding"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_6523cad7_ea54_471c_adb7_e783f824ec09 ;
    skos:prefLabel "BlowMolding"@en .

emmo:EMMO_385de036_637c_48fa_b6d5_5dca6f79d350 a owl:Class ;
    rdfs:label "PrincipalQuantumNumber"^^xsd:string ;
    rdfs:comment "Atomic quantum number related to the number n−1 of radial nodes of one-electron wave functions."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_252cce84_cc8a_49dc_8405_0d5e06425d69 ;
    skos:prefLabel "PrincipalQuantumNumber"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/PrincipalQuantumNumber"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q867448"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-13.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atomic quantum number related to the number n−1 of radial nodes of one-electron wave functions."@en .

emmo:EMMO_38626021-30ac-5bd1-8776-0541a8341bf2 a owl:Class ;
    rdfs:label "CalciumSymbol"@en ;
    rdfs:comment "The symbol that stands for the calcium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Ca"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_2b6dcba2-8e5f-50fb-8242-26fa609379a8 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "CalciumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the calcium atom."@en .

emmo:EMMO_38a53b33_0eda_45fd_b955_69d2f0d3f9de a owl:Class ;
    rdfs:label "SecondPolarMomentOfArea"@en ;
    rdfs:comment "A geometrical property of an area which reflects how its points are distributed with regard to an arbitrary axis."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_8627410d_01f8_4ed1_8f2b_aba69d791ad3 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    owl:disjointWith emmo:EMMO_700cd058_a54d_4104_97ab_887ad865409e ;
    skos:prefLabel "SecondPolarMomentOfArea"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SecondPolarMomentOfArea"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1049636"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-30"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-21.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A geometrical property of an area which reflects how its points are distributed with regard to an arbitrary axis."@en .

emmo:EMMO_38d00e5f_d759_4dcc_8551_ab95865cf799 a owl:Class ;
    rdfs:label "PseudovectorMeson"@en ;
    rdfs:comment "A meson with total spin 1 and even parity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf emmo:EMMO_be0a7278_b4e6_4bca_88ba_de3f67a478e2 ;
    skos:prefLabel "PseudovectorMeson"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A meson with total spin 1 and even parity."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Pseudovector_meson"^^xsd:string .

emmo:EMMO_38d65ffa_353f_4820_8781_ff986b63e517 a owl:Class ;
    rdfs:label "Solubility"@en ;
    rdfs:comment "The analytical composition of a saturated solution, expressed in terms of the proportion of a designated solute in a designated solvent, is the solubility of that solute."@en,
        "The solubility may be expressed as a concentration, molality, mole fraction, mole ratio, etc."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "Solubility"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q170731"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-15"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The analytical composition of a saturated solution, expressed in terms of the proportion of a designated solute in a designated solvent, is the solubility of that solute."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05740"^^xsd:string .

emmo:EMMO_39362460_2a97_4367_8f93_0418c2ac9a08 a owl:Class ;
    rdfs:label "Point"@en ;
    rdfs:comment "A zero-manifold of only one point."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/geometrical#> ;
    rdfs:subClassOf emmo:EMMO_0ab0485c_9e5b_4257_a679_90a2dfba5c7c ;
    skos:prefLabel "Point"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A zero-manifold of only one point."@en .

emmo:EMMO_394390c8_7b29_4c0a_9104_2d2bc8780138 a owl:Class ;
    rdfs:label "LorenzCoefficient"@en ;
    rdfs:comment "Quotient of thermal conductivity, and the product of electric conductivity and thermodynamic temperature."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_197095a5_6d0c_4747_bcd7_f239203217dc ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:altLabel "LorenzNumber"@en ;
    skos:prefLabel "LorenzCoefficient"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/LorenzCoefficient"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105728754"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-18"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of thermal conductivity, and the product of electric conductivity and thermodynamic temperature."@en .

emmo:EMMO_3967de47_343f_4bab_aada_b4bec73d11da a owl:Class ;
    rdfs:label "InspectionDevice"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8 ;
    skos:prefLabel "InspectionDevice"@en .

emmo:EMMO_3995e22d_5720_4dcf_ba3b_d0ce03f514c6 a owl:Class ;
    rdfs:label "Gel"@en ;
    rdfs:comment "A soft, solid or solid-like colloid consisting of two or more components, one of which is a liquid, present in substantial quantity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_6c487fb3_03d1_4e56_91ed_c2e16dcbef60,
        emmo:EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1 ;
    skos:prefLabel "Gel"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A soft, solid or solid-like colloid consisting of two or more components, one of which is a liquid, present in substantial quantity."@en .

emmo:EMMO_3997e1f5_f478_4572_a030_4b8e7e5cc63a a owl:Class ;
    rdfs:label "ConfigurationLanguage"@en ;
    rdfs:comment "A construction language used to write configuration files."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_3ab914c1_5d8d_4a6e_804b_84aa89623c48 ;
    skos:example ".ini files"@en,
        "Files in the standard .config directory on Unix systems."@en ;
    skos:prefLabel "ConfigurationLanguage"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A construction language used to write configuration files."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Configuration_file#Configuration_languages"^^xsd:anyURI .

emmo:EMMO_3a5b4cf3_08d7_4107_be20_cdd0ef7fc73c a owl:Class ;
    rdfs:label "AffinityOfAChemicalReaction"@en ;
    rdfs:comment "Describes elements' or compounds' readiness to form bonds."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f ],
        emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ;
    skos:altLabel "ChemicalAffinity"@en ;
    skos:prefLabel "AffinityOfAChemicalReaction"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ChemicalAffinity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q382783"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-30"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Describes elements' or compounds' readiness to form bonds."^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00178"^^xsd:string .

emmo:EMMO_3a6578ac_aee0_43b9_9bc6_1eb208c8c9a9 a owl:Class ;
    rdfs:label "Porosity"@en ;
    rdfs:comment "Ratio of void volume and total volume of a porous material."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:prefLabel "Porosity"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q622669"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=801-31-32"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ratio of void volume and total volume of a porous material."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.P04762"^^xsd:string .

emmo:EMMO_3a713a3d_dee2_4acd_bc30_5d2b23f605cd a owl:Class ;
    rdfs:label "ThermodynamicCriticalMagneticFluxDensity"@en ;
    rdfs:comment "The magnetic flux density for disappearance of superconductivity in a type I superconductor."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_961d1aba_f75e_4411_aaa4_457f7516ed6b,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    owl:disjointWith emmo:EMMO_6bfe6ad2_96ba_4478_81e5_d8881c550757,
        emmo:EMMO_fd4a6307_f9f7_4b54_b044_caa04e620232 ;
    skos:prefLabel "ThermodynamicCriticalMagneticFluxDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ThermodynamicCriticalMagneticFluxDensity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q106103200"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-36.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The magnetic flux density for disappearance of superconductivity in a type I superconductor."@en .

emmo:EMMO_3b246b97_b2d1_4e6b_8d3f_669ebd4ddbd6 a owl:Class ;
    rdfs:label "RelativeMassExcess"@en ;
    rdfs:comment "Quotient of mass excess and the unified atomic mass constant."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:prefLabel "RelativeMassExcess"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/RelativeMassExcess"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98038610"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-22.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of mass excess and the unified atomic mass constant."@en .

emmo:EMMO_3b586409_b05e_4129_ab40_93768eef503f a owl:Class ;
    rdfs:label "POH"@en ;
    rdfs:comment "Written as pOH"@en,
        """number quantifying the acidic or the alkaline character of a solution, equal to the negative of the decimal logarithm of ion activity aOH- of the hydroxide anion OH-
pH = −10 log(a_OH-)"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_12b2ec1e_fb89_468a_a51d_97c2a6db297c ;
    owl:disjointWith emmo:EMMO_80fe82d4_f4c1_43a1_98dc_ee5fc7927e19 ;
    skos:prefLabel "POH"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """number quantifying the acidic or the alkaline character of a solution, equal to the negative of the decimal logarithm of ion activity aOH- of the hydroxide anion OH-
pH = −10 log(a_OH-)"""@en .

emmo:EMMO_3bf0809d-2f7c-5282-b7fd-2e5486f6dbd3 a owl:Class ;
    rdfs:label "ActiniumSymbol"@en ;
    rdfs:comment "The symbol that stands for the actinium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_380f1ba6-b4f3-51e2-a63f-ceeeca2ed2f4 ],
        [ a owl:Restriction ;
            owl:hasValue "Ac"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "ActiniumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the actinium atom."@en .

emmo:EMMO_3c38a8b4_ed07_4185_8d9b_b57b9130c537 a owl:Class ;
    rdfs:label "PerQuarticLengthUnit"@en ;
    rdfs:comment "The class of units with physical dimensionality per length to the power of four."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L-4 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_3c5b33a1_4f28_41f9_b725_1994df79bf55 a owl:Class ;
    rdfs:label "ApplicationSpecificScript"@en ;
    rdfs:comment "A scripting language developed specifically for an application, so that it's usage and interpretation is limited in this context."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b ;
    skos:example "Scripting file for the execution of modelling software such as LAMMPS, OpenFOAM, or for general purpose platforms such as MATLAB or Mathematica."^^xsd:string ;
    skos:prefLabel "ApplicationSpecificScript"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A scripting language developed specifically for an application, so that it's usage and interpretation is limited in this context."^^xsd:string .

emmo:EMMO_3cae45cc_3b57_469c_a695_713735886f31 a owl:Class ;
    rdfs:label "ElectronAffinity"@en ;
    rdfs:comment "energy difference between an electron at rest at infinity and an electron at the lowest level of the conduction band in an insulator or semiconductor"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "ElectronAffinity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ElectronAffinity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105846486"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-22"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-25"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "energy difference between an electron at rest at infinity and an electron at the lowest level of the conduction band in an insulator or semiconductor"@en .

emmo:EMMO_3d54c1e7_69d6_4736_92ff_595f31109f2a a owl:Class ;
    rdfs:label "RelativeMassDensity"@en ;
    rdfs:comment "Mass density ρ of a substance divided by the mass density ρ0 of a reference substance, under conditions that should be specified for both substances."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:altLabel "RelativeDensity"@en ;
    skos:prefLabel "RelativeMassDensity"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q11027905"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-08"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-4"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Mass density ρ of a substance divided by the mass density ρ0 of a reference substance, under conditions that should be specified for both substances."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.R05262"^^xsd:string .

emmo:EMMO_3df10765_f6ff_4c9e_be3d_10b1809d78bd a owl:Class ;
    rdfs:label "DoseEquivalent"@en ;
    rdfs:comment "A dose quantity used in the International Commission on Radiological Protection (ICRP) system of radiological protection."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_602397bd_e302_42a6_be33_fe67ea81933a ;
    skos:prefLabel "DoseEquivalent"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/DoseEquivalent"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-83.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A dose quantity used in the International Commission on Radiological Protection (ICRP) system of radiological protection."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E02101"^^xsd:string .

emmo:EMMO_3e1a8604_8d5a_470d_bb4a_865c65728986 a owl:Class ;
    rdfs:label "UnifiedAtomicMassConstant"^^xsd:string ;
    rdfs:comment "1/12 of the mass of an atom of the nuclide 12C in the ground state at rest."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa ],
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_b953f2b1_c8d1_4dd9_b630_d3ef6580c2bb ;
    skos:prefLabel "UnifiedAtomicMassConstant"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q4817337"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-05-23"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-4.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "1/12 of the mass of an atom of the nuclide 12C in the ground state at rest."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00497"^^xsd:string .

emmo:EMMO_3ef37f82_cd1a_4d49_ace1_83b17487c8e2 a owl:Class ;
    rdfs:label "MagneticMoment"@en ;
    rdfs:comment "A vector quantity equal to the product of the current, the loop area, and the unit vector normal to the loop plane, the direction of which corresponds to the loop orientation"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_c18abee6_8c62_4f04_aac2_55aa1a1fc551 ],
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:altLabel "MagneticAreaMoment"@en ;
    skos:prefLabel "MagneticMoment"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MagneticMoment"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q242657"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-49"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-23"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A vector quantity equal to the product of the current, the loop area, and the unit vector normal to the loop plane, the direction of which corresponds to the loop orientation"@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03688"^^xsd:string .

emmo:EMMO_3f2a669c_101b_428e_9cfc_0157986c36d5 a owl:Class ;
    rdfs:label "BohrRadius"^^xsd:string ;
    rdfs:comment "Radius of the electron orbital in the hydrogen atom in its ground state in the Bohr model of the atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_32dcd601_47c7_4028_b7fa_5e972ae57f12,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "BohrRadius"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/constant/BohrRadius"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q652571"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-6"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Radius of the electron orbital in the hydrogen atom in its ground state in the Bohr model of the atom."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.B00693"^^xsd:string .

emmo:EMMO_3f7feefd_ac94_4208_8dfd_92bb50be30f3 a owl:Class ;
    rdfs:label "EffectiveMass"@en ;
    rdfs:comment "The mass that it seems to have when responding to forces, or the mass that it seems to have when interacting with other identical particles in a thermal distribution."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53,
        emmo:EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405 ;
    skos:prefLabel "EffectiveMass"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/EffectiveMass"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1064434"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-30"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The mass that it seems to have when responding to forces, or the mass that it seems to have when interacting with other identical particles in a thermal distribution."@en .

emmo:EMMO_3f97cf06_fde4_4c2d_b867_d7983228a1ff a owl:Class ;
    rdfs:label "ParticleConcentration"@en ;
    rdfs:comment "Number of particles of a given species per volume."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_a356870d_409a_4de6_a910_0d8498e593ff ;
    owl:disjointWith emmo:EMMO_46406907_9afd_424e_934a_a523f9f9cc36,
        emmo:EMMO_90a39fcb_5087_451e_a92e_ce0adc6d80f1,
        emmo:EMMO_e7ec6ee1_9de2_4791_a826_15b7682b6bee ;
    skos:prefLabel "ParticleConcentration"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q39078574"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-9.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of particles of a given species per volume."@en .

emmo:EMMO_3fb231cb-7818-5b59-b8da-b5bd2c09c0fc a owl:Class ;
    rdfs:label "ScandiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the scandium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_fbfd4b93-12ee-5a15-8377-d4c54635b5de ],
        [ a owl:Restriction ;
            owl:hasValue "Sc"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "ScandiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the scandium atom."@en .

emmo:EMMO_3fb44e47-7de9-5d86-9320-5949d8792951 a owl:Class ;
    rdfs:label "SeaborgiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the seaborgium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Sg"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_67eaac8f-7f83-5bca-b1d0-10451d3a88a1 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "SeaborgiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the seaborgium atom."@en .

emmo:EMMO_408a46b2_3930_46da_b936_e9ce72ffdde9 a owl:ObjectProperty ;
    rdfs:label "hasJunctionPart"@en ;
    rdfs:comment "The part is connected with the rest item or members with both hasNext (or its inverse) and hasContact relations."@en ;
    rdfs:domain emmo:EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_0eb37d3d_b633_4ea4_a863_8b7a27c6fdb4,
        emmo:EMMO_22c91e99_61f8_4433_8853_432d44a2a46a,
        emmo:EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611 ;
    owl:inverseOf emmo:EMMO_f37fc69b_d6fd_44de_9c66_3c70b2efb7f4 ;
    owl:propertyDisjointWith emmo:EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 ;
    skos:altLabel "hasSpatioTemporalPart"@en ;
    skos:prefLabel "hasJunctionPart"@en ;
    emmo: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 .

emmo:EMMO_4091d5ec_a4df_42b9_a073_9a090839279f a owl:Class ;
    rdfs:label "Enthalpy"@en ;
    rdfs:comment "Measurement of energy in a thermodynamic system."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2 ;
    skos:prefLabel "Enthalpy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Enthalpy"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5.20-3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measurement of energy in a thermodynamic system."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E02141"^^xsd:string .

emmo:EMMO_40923aa2_c600_44e4_8af8_80260ba25ab2 a owl:Class ;
    rdfs:label "LarmonFrequency"@en ;
    rdfs:comment "Quotient of Larmor angular frequency and 2π."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_852b4ab8_fc29_4749_a8c7_b92d4fca7d5a ;
    skos:prefLabel "LarmonFrequency"@en ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-15.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of Larmor angular frequency and 2π."@en .

emmo:EMMO_40989212_4866_41c0_8a20_84fd39540f29 a owl:Class ;
    rdfs:label "SolubilityProduct"@en ;
    rdfs:comment "For the dissociation of a salt AmBn → mA + nB, the solubility product is KSP = am(A) ⋅ an(B), where a is ionic activity and m and n are the stoichiometric numbers."@en,
        "Product of the ion activities of the ions resulting from the dissociation of a solute in a saturated solution, raised to powers equal to their stoichiometric numbers."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 ],
        emmo:EMMO_066937f0_ea5c_4b06_8739_53f66d5ef89e ;
    skos:altLabel "SolubilityProductConstant"@en ;
    skos:prefLabel "SolubilityProduct"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q11229788"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-23"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Product of the ion activities of the ions resulting from the dissociation of a solute in a saturated solution, raised to powers equal to their stoichiometric numbers."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05742"^^xsd:string .

emmo:EMMO_40a1d85c_bcfe_48aa_89a2_79e8a8c82af1 a owl:Class ;
    rdfs:label "ElectronDensity"@en ;
    rdfs:comment "Number of electrons in conduction band per volume."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "ElectronDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ElectronDensity"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=705-06-05"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-29.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of electrons in conduction band per volume."@en .

emmo:EMMO_40c65eb4_5b58_4b13_8752_9976582380af a owl:DatatypeProperty ;
    rdfs:label "chemicalSymbolValue"@en ;
    rdfs:domain emmo:EMMO_d357e0dd_3497_4590_af6f_7954db7fecf7 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subPropertyOf emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ;
    skos:prefLabel "chemicalSymbolValue"@en .

emmo:EMMO_40e18c93_a1b5_49ff_b06a_d9d932d1fb65 a owl:Class ;
    rdfs:label "Emulsion"@en ;
    rdfs:comment "An emulsion is a mixture of two or more liquids that are normally immiscible (a liquid-liquid heterogeneous mixture)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_6c487fb3_03d1_4e56_91ed_c2e16dcbef60,
        emmo:EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba ;
    skos:example "Mayonnaise, milk."@en ;
    skos:prefLabel "Emulsion"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An emulsion is a mixture of two or more liquids that are normally immiscible (a liquid-liquid heterogeneous mixture)."@en .

emmo:EMMO_40ff176a_e74d_46cc_88c5_6d02fd6813a7 a owl:Class ;
    rdfs:label "NonNuclear"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/structural#> ;
    rdfs:subClassOf emmo:EMMO_e95b9f89_3ffd_4ea5_b682_97c4cc191a8d ;
    skos:prefLabel "NonNuclear"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.2/doc/figs/NonNuclear.png"^^xsd:anyURI ;
    emmo: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 .

emmo:EMMO_41ee55be-d0e9-5f39-86a6-36b81a7bc301 a owl:Class ;
    rdfs:label "BromineSymbol"@en ;
    rdfs:comment "The symbol that stands for the bromine atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_b3dfa085-5206-5868-b060-13efa01caf8e ],
        [ a owl:Restriction ;
            owl:hasValue "Br"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "BromineSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the bromine atom."@en .

emmo:EMMO_41efdf5d_0c9c_4ea0_bb65_f8236e663be5 a owl:Class ;
    rdfs:label "NumberOfEntities"@en ;
    rdfs:comment "Discrete quantity; number of entities of a given kind in a system."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c ;
    skos:prefLabel "NumberOfEntities"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q614112"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=112-01-09"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Discrete quantity; number of entities of a given kind in a system."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.N04266"^^xsd:string .

emmo:EMMO_4208f937_8bad_47cf_af46_4ada75e63adb a owl:Class ;
    rdfs:label "MolecularFormula"@en ;
    rdfs:comment "An expression that provides information about the element types that constiture a molecule or a molecular substance and their number."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ;
            owl:someValuesFrom emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ],
        emmo:EMMO_9236d0aa_cb39_43a1_bbdd_6a2a714951c8 ;
    skos:example "Hydrogen peroxide is H2O2"^^xsd:string ;
    skos:prefLabel "MolecularFormula"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An expression that provides information about the element types that constiture a molecule or a molecular substance and their number."^^xsd:string .

emmo:EMMO_42806efc_581b_4ff8_81b0_b4d62153458b a owl:DatatypeProperty ;
    rdfs:label "hasSIQuantityValue"@en ;
    rdfs:comment "Relates a physical quantity to its value specified as a string consisting of a numerical, a separator and a unit."@en ;
    rdfs:domain emmo:EMMO_02c0621e_a527_4790_8a0f_2bb51973c819 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:range emmo:EMMO_799c067b_083f_4365_9452_1f1433b03676 ;
    rdfs:subPropertyOf owl:topDataProperty ;
    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: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: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 .

emmo:EMMO_4354ac74_7425_43ab_92e4_6dc19d1afee9 a owl:Class ;
    rdfs:label "LiquidSol"@en ;
    rdfs:comment "A type of sol in the form of one solid dispersed in liquid."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_31557fae_b039_491c_bcbb_0ccb8711d5a6,
        emmo:EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba ;
    skos:prefLabel "LiquidSol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A type of sol in the form of one solid dispersed in liquid."@en .

emmo:EMMO_436b11bd_1756_4821_9f14_c9ed6b67552e a owl:Class ;
    rdfs:label "ElementalSubstance"@en ;
    rdfs:comment "A chemical substance composed of atoms with the same number of protons in the atomic nucleus."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea ;
    skos:altLabel "PureSubstance"@en ;
    skos:prefLabel "ElementalSubstance"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A chemical substance composed of atoms with the same number of protons in the atomic nucleus."^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.C01022"^^xsd:string .

emmo:EMMO_43776fc9_d712_4571_85f0_72183678039a a owl:Class ;
    rdfs:label "Momentum"@en ;
    rdfs:comment "Product of mass and velocity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 ],
        emmo:EMMO_194100e1_e11a_4b7c_bb5a_171655679fc8,
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    skos:prefLabel "Momentum"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Momentum"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-8"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Product of mass and velocity."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M04007"^^xsd:string .

emmo:EMMO_43815c80-05dc-5917-8d52-b200badbf1d3 a owl:Class ;
    rdfs:label "DubniumSymbol"@en ;
    rdfs:comment "The symbol that stands for the dubnium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Db"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_b65acde7-56c5-5cca-b589-b6744beb4223 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "DubniumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the dubnium atom."@en .

emmo:EMMO_444de087_cecb_4b21_a24c_529aa31e0f4a a owl:Class ;
    rdfs:label "ParticleEmissionRate"@en ;
    rdfs:comment "Differential quotient of N with respect to time, where N is the number of particles being emitted from an infinitesimally small volume element in the time interval of duration dt, and dt."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_5f04b896_a4fd_4206_b201_0449b6c29289 ;
    skos:prefLabel "ParticleEmissionRate"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98153151"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-36"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Differential quotient of N with respect to time, where N is the number of particles being emitted from an infinitesimally small volume element in the time interval of duration dt, and dt."@en .

emmo:EMMO_445d186f_1896_4752_8940_384f98440cfe a owl:Class ;
    rdfs:label "StaticFrictionForce"@en ;
    rdfs:comment "Fhe force of friction on an object that is not moving."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_1f087811_06cb_42d5_90fb_25d0e7e068ef,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:altLabel "StaticFriction"@en ;
    skos:prefLabel "StaticFrictionForce"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/StaticFriction"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q90862568"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-9.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Fhe force of friction on an object that is not moving."@en .

emmo:EMMO_449beacd_4fda_4d46_a723_d2118f4e2623 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "affects"@en ;
    rdfs:comment "The relation between a process P that through overlaps an object O."@en ;
    rdfs:domain emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    rdfs:subPropertyOf emmo:EMMO_29e45c39_cc99_43f8_a545_f329f622f551 ;
    owl:inverseOf emmo:EMMO_d3d46e3f_20c0_4507_9076_2c849ada490a ;
    skos:prefLabel "affects"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/dev/doc/figs/affects.png"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process P that through overlaps an object O."@en .

emmo:EMMO_44afb828_82bf_4091_a7a0_7c80ec47281d a owl:Class ;
    rdfs:label "AverageLogarithmicEnergyDecrement"@en ;
    rdfs:comment "Average value of the increment of the lethargy per collision."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:prefLabel "AverageLogarithmicEnergyDecrement"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/AverageLogarithmicEnergyDecrement.html"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1940739"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-07-02"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-70"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Average value of the increment of the lethargy per collision."@en .

emmo:EMMO_44d5f29a_6a9b_4f5d_9405_20ca553cd4d3 a owl:ObjectProperty ;
    rdfs:label "hasServiceOutput"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:range emmo:EMMO_127594de_4802_4ad6_b09d_d05b340394dd ;
    rdfs:subPropertyOf emmo:EMMO_0ee9e6a2_9240_4b1d_ac9a_f72416c7dc70 ;
    skos:prefLabel "hasServiceOutput"@en .

emmo:EMMO_44eb5d63-b868-54c5-bd52-7528db10674d a owl:Class ;
    rdfs:label "CeriumSymbol"@en ;
    rdfs:comment "The symbol that stands for the cerium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_125b6f65-caf4-5ff2-89f2-90a6183ee34e ],
        [ a owl:Restriction ;
            owl:hasValue "Ce"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "CeriumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the cerium atom."@en .

emmo:EMMO_44fc8c60_7a9c_49af_a046_e1878c88862c a owl:Class ;
    rdfs:label "ElectronMass"@en ;
    rdfs:comment "The rest mass of an electron."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2,
        emmo:EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405 ;
    skos:prefLabel "ElectronMass"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/constant/ElectronMass"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The rest mass of an electron."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E02008"^^xsd:string .

emmo:EMMO_451ce6e1_9742_4e04_9bf8_acfcc81876f1 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isProcessOutputOf"@en ;
    rdfs:comment "The relation between a process P1 that proper overlaps a process P2, where the non overlapping part of P1 is caused by P2."@en ;
    rdfs:domain emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subPropertyOf emmo:EMMO_2bb50428_568d_46e8_b8bf_59a4c5656461 ;
    owl:inverseOf emmo:EMMO_d162b33e_e1f5_47dc_b06f_58f35e591f45 ;
    skos:prefLabel "isProcessOutputOf"@en ;
    emmo: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 .

emmo:EMMO_4588526f_8553_4f4d_aa73_a483e88d599b a owl:Class ;
    rdfs:label "NeutralAtom"@en ;
    rdfs:comment "A standalone atom that has no net charge."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_2fd3f574_5e93_47fe_afca_ed80b0a21ab4 ;
    owl:disjointWith emmo:EMMO_db03061b_db31_4132_a47a_6a634846578b ;
    skos:prefLabel "NeutralAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A standalone atom that has no net charge."@en .

emmo:EMMO_4608bf9e_eeb9_4301_b0ab_d55b0f7da5e0 a owl:ObjectProperty ;
    rdfs:label "hasTemporalBegin"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:subPropertyOf emmo:EMMO_5022e4cb_125f_429d_8556_c3e635c561f2 ;
    skos:prefLabel "hasTemporalBegin"@en .

emmo:EMMO_46b8d239_5d79_4d3e_bf8e_228d52fc3428 a owl:Class ;
    rdfs:label "StandardAmountConcentration"@en ;
    rdfs:comment "Chosen value of amount concentration, usually equal to 1 mol dm−3."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_d5be1faf_0c56_4f5a_9b78_581e6dee949f ;
    skos:altLabel "StandardConcentration"@en,
        "StandardMolarConcentration"@en ;
    skos:prefLabel "StandardAmountConcentration"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q88871689"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-12.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Chosen value of amount concentration, usually equal to 1 mol dm−3."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05909"^^xsd:string .

emmo:EMMO_46d5643b_9706_4b67_8bea_ed77d6026539 a owl:Class ;
    rdfs:label "Minus"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "-"^^xsd:string ;
            owl:onProperty emmo:EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 ],
        emmo:EMMO_707f0cd1_941c_4b57_9f20_d0ba30cd6ff3 ;
    skos:prefLabel "Minus"@en .

emmo:EMMO_47338839_6cca_4a8e_b565_3c4d5517e2c0 a owl:Class ;
    rdfs:label "ChemicalEntity"@en ;
    rdfs:comment """A chemical entity comprises the two different ways to represents matter: as single recognizable particle entity (molecular entity) and as a composition of particle entities (substance).

This distinction is not well assessed in actual chemical nomenclature, in which an element name refers to both the pure elemental substance or the atom.

In the EMMO we force the adoption of a more strict categorization based on mereotopology.

The class Material hosts the subclasses for which a substance can be identified without necessarily considering its nature of molecule/atom or substance (e.g. hydrocarbon is the class of both hydrocarbon molecules or gases)."""^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_5b2222df_4da6_442f_8244_96e9e45887d1 ;
    owl:disjointUnionOf ( emmo:EMMO_21205421_5783_4d3e_81e5_10c5d894a88a emmo:EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea ) ;
    skos:prefLabel "ChemicalEntity"@en .

emmo:EMMO_476cb776_8219_418d_92e8_2fe04b1fe5cf a owl:Class ;
    rdfs:label "MaximumEfficiency"@en ;
    rdfs:comment "Efficiency of an ideal heat engine operating according to the Carnot process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:altLabel "CarnotEfficiency"@en ;
    skos:prefLabel "MaximumEfficiency"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q93949862"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-25.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Efficiency of an ideal heat engine operating according to the Carnot process."@en .

emmo:EMMO_477042ef_3173_49b2_a264_0e3270733f8c a owl:Class ;
    rdfs:label "CoherenceLength"@en ;
    rdfs:comment "Distance in a superconductor over which the effect of a perturbation is appreciable at zero thermodynamic temperature"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53,
        emmo:EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ;
    skos:prefLabel "CoherenceLength"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1778793"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-38.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Distance in a superconductor over which the effect of a perturbation is appreciable at zero thermodynamic temperature"@en .

emmo:EMMO_47eea65c_e6ce_4c95_9406_fdb1519abc87 a owl:Class ;
    rdfs:label "HotDipGalvanizing"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_92028373_3a43_4b80_9a69_caca22df3918 ;
    skos:altLabel "Hot-dipGalvanizing"@en ;
    skos:prefLabel "HotDipGalvanizing"@en .

emmo:EMMO_47f2da35_3b01_4290_964a_589c593e85c6 a owl:Class ;
    rdfs:label "PlanckFunction"@en ;
    rdfs:comment "Ngative quotient of Gibbs energy and temperature."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "PlanckFunction"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/PlanckFunction"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q76364998"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-25"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-23"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ngative quotient of Gibbs energy and temperature."@en .

emmo:EMMO_48540672_f1ee_4848_982f_0cd5ec396a84 a owl:Class ;
    rdfs:label "ElectromagneticEnergyDensity"@en ;
    rdfs:comment "Arithmetic average of (electric field strength multiplied by electric flux density) and (magnetic field strength multiplied by magnetic flux density)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:altLabel "VolumicElectromagneticEnergy"@en ;
    skos:prefLabel "ElectromagneticEnergyDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ElectromagneticEnergyDensity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q77989624"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-65"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-33"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Arithmetic average of (electric field strength multiplied by electric flux density) and (magnetic field strength multiplied by magnetic flux density)."@en .

emmo:EMMO_485720e7_b24a_4149_86eb_9985b2bea4da a owl:Class ;
    rdfs:label "DebyeWallerFactor"@en ;
    rdfs:comment "Factor by which the intensity of a diffraction line is reduced because of the lattice vibrations."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "DebyeWallerFactor"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Debye-WallerFactor"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q902587"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-8"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Factor by which the intensity of a diffraction line is reduced because of the lattice vibrations."@en .

emmo:EMMO_4894a40d-6bf5-54a2-8b21-e9b278e0e973 a owl:Class ;
    rdfs:label "EuropiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the europium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_8aa13073-865b-5035-b128-43a4758a0302 ],
        [ a owl:Restriction ;
            owl:hasValue "Eu"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "EuropiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the europium atom."@en .

emmo:EMMO_48eb64b4_2ca6_41ff_9d8c_cf2b1cb724e6 a owl:Class ;
    rdfs:label "Resolving"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf emmo: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: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 .

emmo:EMMO_490c2981-b1cb-5f8c-be82-17a1ef1c27b4 a owl:Class ;
    rdfs:label "TennessineSymbol"@en ;
    rdfs:comment "The symbol that stands for the tennessine atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Ts"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_706cac26-78f1-5ca4-a63c-2600828db412 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "TennessineSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the tennessine atom."@en .

emmo:EMMO_498aad49_f8d4_40a4_a9eb_efd563a0115f a owl:Class ;
    rdfs:label "Spray"@en ;
    rdfs:comment "A suspension of liquid droplets dispersed in a gas through an atomization process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_e0edfb9e_9a96_4fae_b942_831ffe27b84a ;
    skos:prefLabel "Spray"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A suspension of liquid droplets dispersed in a gas through an atomization process."@en .

emmo:EMMO_4aa59242-76e7-5cce-a126-c7e9c657e7ad a owl:Class ;
    rdfs:label "CobaltSymbol"@en ;
    rdfs:comment "The symbol that stands for the cobalt atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_3fe9d899-f1f1-5657-b176-ac6afff2e93d ],
        [ a owl:Restriction ;
            owl:hasValue "Co"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "CobaltSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the cobalt atom."@en .

emmo:EMMO_4ab7fb52_cec3_4c00_90c0_5648f01e3296 a owl:ObjectProperty ;
    rdfs:label "hasBeginTask"@en ;
    rdfs:comment "The relation identifying the tasks of a workflow that are not causally temporally dependent by other parts of the workflow."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:range emmo:EMMO_fa595892_070d_455e_9459_06c97179c080 ;
    rdfs:subPropertyOf emmo:EMMO_9558cd58_9847_4a0b_936d_32ca83a827a1 ;
    skos:prefLabel "hasBeginTask"@en ;
    emmo: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 .

emmo:EMMO_4b77c8ac_6d0e_456a_af41_ce43601b28b7 a owl:Class ;
    rdfs:label "ContinuousCasting"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_ae3c9eb3_289d_4133_99d6_77068367a58d ;
    skos:prefLabel "ContinuousCasting"@en .

emmo:EMMO_4bc29b0f_8fcc_4026_a291_f9774a66d9b8 a owl:Class ;
    rdfs:label "MathematicalFunction"@en ;
    rdfs:comment "A function defined using functional notation."@en,
        "A mathematical relation that relates each element in the domain (X) to exactly one element in the range (Y)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf emmo:EMMO_29afdf54_90ae_4c98_8845_fa9ea3f143a8 ;
    skos:altLabel "FunctionDefinition"@en ;
    skos:example "y = f(x)"@en ;
    skos:prefLabel "MathematicalFunction"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A function defined using functional notation."@en .

emmo:EMMO_4c151909_6f26_4ef9_b43d_7c9e9514883a a owl:Class ;
    rdfs:label "PotentialEnergy"@en ;
    rdfs:comment "The energy possessed by a body by virtue of its position or orientation in a potential field."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2 ;
    skos:prefLabel "PotentialEnergy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/PotentialEnergy"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-28.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The energy possessed by a body by virtue of its position or orientation in a potential field."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.P04778"^^xsd:string .

emmo:EMMO_4c1f58cd_6e2c_48fb_8098_1cbb762abb05 a owl:Class ;
    rdfs:label "MetallicMaterial"@en ;
    rdfs:comment "Inorganic substance, consisting of one or more metallic elements."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_4db521a3_f80f_436b_b9c7_e4b52b1383ea ;
    skos:prefLabel "MetallicMaterial"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Inorganic substance, consisting of one or more metallic elements."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Metallic materials are known for their shiny luster, excellent electrical/thermal conductivity, malleability (shapable by hammering), and ductility (can be drawn into wires), due to metallic bonding (shared electrons); they often form alloys (like steel from iron/carbon) to enhance these properties for diverse applications."@en .

emmo:EMMO_4c3ccf65_0950_4328_b04b_91d1eaa14681 a owl:Class ;
    rdfs:label "ThermalDiffusionFactor"@en ;
    rdfs:comment "Quotient of the thermal diffusion ratio and the product of the local amount-of-substance fractions."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    owl:disjointWith emmo:EMMO_e84be61e_6f6f_43e2_b91d_86898a5dc7c4 ;
    skos:prefLabel "ThermalDiffusionFactor"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ThermalDiffusionFactor"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q96249629"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-40.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of the thermal diffusion ratio and the product of the local amount-of-substance fractions."@en .

emmo:EMMO_4cdec724_8ed2_4e8e_b145_260a828bb1ed a owl:Class ;
    rdfs:label "MassDefect"@en ;
    rdfs:comment "Sum of the product of the proton number and the hydrogen atomic mass, and the neutron rest mass, minus the rest mass of the atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405 ;
    skos:prefLabel "MassDefect"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MassDefect"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q26897126"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-21.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Sum of the product of the proton number and the hydrogen atomic mass, and the neutron rest mass, minus the rest mass of the atom."@en .

emmo:EMMO_4d2ca841_6cb1_4710_a756_5b989746bca2 a owl:Class ;
    rdfs:label "MachineCell"@en ;
    rdfs:comment "A group of machineries used to process a group of similar parts."@en,
        "Is not simply a collection of machineries, since the connection between them is due to the parallel flow of processed parts that comes from a unique source and ends into a common repository."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_16cc6deb_d9f8_4ede_900a_a17cc86e57c4 ;
    skos:prefLabel "MachineCell"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A group of machineries used to process a group of similar parts."@en .

emmo:EMMO_4d5053a7_273e_495b_8098_5aa5c0f3f925 a owl:Class ;
    rdfs:label "InjectionMolding"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_22496460_c849_4bd7_8be0_9a1202506f18,
        emmo:EMMO_6523cad7_ea54_471c_adb7_e783f824ec09 ;
    skos:prefLabel "InjectionMolding"@en .

emmo:EMMO_4d548993_7a73_4cb1_a125_d417014b571e a owl:Class ;
    rdfs:label "MigrationArea"@en ;
    rdfs:comment "Sum of the slowing-down area from fission energy to thermal energy and the diffusion area for thermal neutrons."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_96f39f77_44dc_491b_8fa7_30d887fe0890 ;
    skos:prefLabel "MigrationArea"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MigrationArea"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98966325"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-72.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Sum of the slowing-down area from fission energy to thermal energy and the diffusion area for thermal neutrons."@en .

emmo:EMMO_4d604a13_d1f6_42fd_818f_d3138d5e308c a owl:Class ;
    rdfs:label "Vapor"@en ;
    rdfs:comment "A liquid aerosol composed of water droplets in air or another gas."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_94010cbc_c2a6_4cb9_b29a_83aa99d2ff70 ;
    skos:prefLabel "Vapor"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A liquid aerosol composed of water droplets in air or another gas."@en .

emmo:EMMO_4e099d7e_f624_4761_aff6_2ee6c63b8d2d a owl:Class ;
    rdfs:label "DropForging"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_2b4783a6_36ad_48c8_8f5d_fe7c05ad298b ;
    skos:prefLabel "DropForging"@en .

emmo:EMMO_4e659c69_ca2d_4569_8a96_f99857a1fa32 a owl:Class ;
    rdfs:label "InorganicCompound"@en ;
    rdfs:comment "A chemical compound that is not organic."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_e2b11f6a_4191_427e_9844_2e0ac88dfc8b ;
    owl:disjointWith emmo:EMMO_704630b8_fee3_49b9_baca_40e2dd276370 ;
    skos:prefLabel "InorganicCompound"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A chemical compound that is not organic."@en .

emmo:EMMO_4e8771a0_78fc_4db9_aec7_915fb4c7c55d a owl:ObjectProperty ;
    rdfs:label "isSignFor"@en ;
    rdfs:isDefinedBy emmo:EMMO_9e3ad976_b179_4315_b51e_7e874df583dc,
        <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_e1f718c7_27b6_49fa_af01_9ece7c79b654 ;
    owl:inverseOf emmo:EMMO_9e3ad976_b179_4315_b51e_7e874df583dc ;
    skos:prefLabel "isSignFor"@en .

emmo:EMMO_4ee57a22-0634-5889-a283-0b4f8e5023f6 a owl:Class ;
    rdfs:label "AntimonySymbol"@en ;
    rdfs:comment "The symbol that stands for the antimony atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Sb"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_c32f8642-f1a1-5fae-8b4e-990b40f6eff8 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "AntimonySymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the antimony atom."@en .

emmo:EMMO_4f75924f_782d_4a9d_995f_43ae968fe5e2 a owl:Class ;
    rdfs:label "LeakageFactor"@en ;
    rdfs:comment "One minus the square of the coupling factor"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "LeakageFactor"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q78102042"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-42"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-42.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "One minus the square of the coupling factor"@en .

emmo:EMMO_4f9670f5-14ca-53da-a1ea-9b0550a61035 a owl:Class ;
    rdfs:label "SiliconSymbol"@en ;
    rdfs:comment "The symbol that stands for the silicon atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_798b0c96-82ca-5ce8-8d5f-f9f72668cf5d ],
        [ a owl:Restriction ;
            owl:hasValue "Si"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "SiliconSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the silicon atom."@en .

emmo:EMMO_4fb35ebc_0f3f_4cda_b181_a5334bc2b114 a owl:Class ;
    rdfs:label "Admittance"@en ;
    rdfs:comment "Inverse of the impendance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_ffb73b1e_5786_43e4_a964_cb32ac7affb7 ;
    skos:altLabel "ComplexAdmittance"@en ;
    skos:prefLabel "Admittance"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Admittance"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q214518"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-51"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Admittance"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-52.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Inverse of the impendance."@en .

emmo:EMMO_506f7823_52bc_40cb_be07_b3b1e10cce13 a owl:Class ;
    rdfs:label "LuminousEfficacyOf540THzRadiation"@en ;
    rdfs:comment "Defines the Candela base unit in the SI system."@en,
        "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_044f83a6_ade4_4441_9c73_5490dd93344f ],
        emmo:EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95 ;
    skos:prefLabel "LuminousEfficacyOf540THzRadiation"@en ;
    emmo: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 .

emmo:EMMO_50967f46_51f9_462a_b1e4_e63365b4a184 a owl:Class ;
    rdfs:label "Heteronuclear"@en ;
    rdfs:comment "A molecule composed of more than one element type."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf emmo:EMMO_3397f270_dfc1_4500_8f6f_4d0d85ac5f71 ;
    owl:disjointWith emmo:EMMO_e024544d_e374_45b7_9340_1982040bc6b7 ;
    skos:example "Nitric oxide (NO) or carbon dioxide (CO₂)."@en ;
    skos:prefLabel "Heteronuclear"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A molecule composed of more than one element type."@en .

emmo:EMMO_50a3552e_859a_4ff7_946d_76d537cabce6 a owl:Class ;
    rdfs:label "MetrologicalSymbol"@en ;
    rdfs:comment "A symbol that stands for a concept in the language of the meterological domain of ISO 80000."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom [ a owl:Class ;
                    owl:complementOf emmo:EMMO_985bec21_989f_4b9e_a4b3_735d88099c3c ] ;
            owl:onProperty emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ] ;
    owl:equivalentClass [ a owl:Class ;
            owl:intersectionOf ( emmo:EMMO_985bec21_989f_4b9e_a4b3_735d88099c3c emmo:EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 ) ] ;
    skos:prefLabel "MetrologicalSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbol that stands for a concept in the language of the meterological domain of ISO 80000."@en .

emmo:EMMO_50b91f00_d1b3_4638_ab1e_8f982a37621a a owl:Class ;
    rdfs:label "AcousticQuantity"@en ;
    rdfs:comment "Quantities categorised according to ISO 80000-8."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_2ce04004_62cf_4394_b6a2_b45fce1aebfe ;
    skos:prefLabel "AcousticQuantity"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantities categorised according to ISO 80000-8."@en .

emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f a owl:AnnotationProperty ;
    rdfs:label "IEVReference"@en ;
    rdfs:comment "URL for the entry in the International Electrotechnical Vocabulary (IEV)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:seeAlso "https://www.electropedia.org/"^^xsd:string ;
    rdfs:subPropertyOf rdfs:seeAlso ;
    skos:prefLabel "IEVReference"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "URL for the entry in the International Electrotechnical Vocabulary (IEV)."@en .

emmo:EMMO_50dbbf9a_ed96_486f_99f6_d8ba78a0047c a owl:Class ;
    rdfs:label "ModulusOfCompression"@en ;
    rdfs:comment "Measure of how resistant to compressibility a substance is."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:altLabel "BulkModulus"@en ;
    skos:prefLabel "ModulusOfCompression"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/BulkModulus"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q900371"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-69"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-19.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure of how resistant to compressibility a substance is."@en .

emmo:EMMO_5117c5fe_f661_46f8_83c3_b48947f1532a a owl:Class ;
    rdfs:label "RestEnergy"^^xsd:string ;
    rdfs:comment "Product of the rest mass and the square of the speed of light in vacuum."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "RestEnergy"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q11663629"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-05"^^xsd:string,
        "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-04-17"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Product of the rest mass and the square of the speed of light in vacuum."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """E_0 = m_0 * c_0^2

where m_0 is the rest mass of that particle and c_0 is the speed of light in a vacuum."""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Invariant_mass#Rest_energy"^^xsd:string .

emmo:EMMO_51645022_3a21_4fa9_a9ce_a795eebbeca7 a owl:Class ;
    rdfs:label "Command"@en ;
    rdfs:comment "An instruction to a computer system to perform a given task."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c ;
    skos:example "From a bash shell would e.g. `ls` be a command. Another example of a shell command would be `/path/to/executable arg1 arg2`."@en ;
    skos:prefLabel "Command"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A command must be interpretable by the computer system."@en,
        "Commands are typically performed from a shell or a shell script, but not limited to them."@en .

emmo:EMMO_517752af-5883-5cf5-8363-6b19f76aca3e a owl:Class ;
    rdfs:label "ChromiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the chromium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Cr"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_2a61986e-772c-5f68-bdc9-80adbc618e41 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "ChromiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the chromium atom."@en .

emmo:EMMO_5186b2e6_f34f_46ee_b08e_ec517a1f43d2 a owl:Class ;
    rdfs:label "ParticlePositionVector"@en ;
    rdfs:comment "Position vector of a particle."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_4312cae4_03ba_457e_b35d_0671a7db350c,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "ParticlePositionVector"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ParticlePositionVector"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105533324"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-7.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Position vector of a particle."@en .

emmo:EMMO_51acadf5_b874_46c1_9707_24e25e2b89ff a owl:Class ;
    rdfs:label "PowerFactor"@en ;
    rdfs:comment "Under periodic conditions, ratio of the absolute value of the active power P to the apparent power S."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:prefLabel "PowerFactor"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/PowerFactor"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q750454"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-46"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-58"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Under periodic conditions, ratio of the absolute value of the active power P to the apparent power S."@en .

emmo:EMMO_51c4190e_dc9a_4292_968c_b36f7fb68912 a owl:Class ;
    rdfs:label "DiffusionCoefficientForFluenceRate"@en ;
    rdfs:comment "Proportionality constant between the particle current density J and the gradient of the particle fluence rate."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ;
    skos:prefLabel "DiffusionCoefficientForFluenceRate"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/DiffusionCoefficientForFluenceRate"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98876254"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-65"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Proportionality constant between the particle current density J and the gradient of the particle fluence rate."@en .

emmo:EMMO_51e72318_0e25_42e8_b066_42aa69dc6e5e a owl:Class ;
    rdfs:label "SpecificHelmholtzEnergy"@en ;
    rdfs:comment "Helmholtz energy per unit mass."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_e218c625_6a39_47a9_8d08_a2ef41c152a9 ;
    skos:prefLabel "SpecificHelmholtzEnergy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SpecificHelmholtzEnergy"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q76359554"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-21.4"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Helmholtz energy per unit mass."@en .

emmo:EMMO_51e72e5c_ab21_4d0e_ad9f_b168eca89cf4 a owl:ObjectProperty ;
    rdfs:label "hasCognised"@en ;
    rdfs:comment "A semiotic relation connecting a recogniting interpreter to the \"cognised\" semiotic object in a cognition process."@en ;
    rdfs:domain emmo:EMMO_19608340_178c_4bfd_bd4d_0d3b935c6fec ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a ;
    owl:inverseOf emmo:EMMO_7ee1c29c_c453_4ad8_96d4_5103229fa60d ;
    skos:prefLabel "hasCognised"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation connecting a recogniting interpreter to the \"cognised\" semiotic object in a cognition process."@en .

emmo:EMMO_51f426a6_af4a_4e91_a392_2b0bb635e2d5 a owl:ObjectProperty ;
    rdfs:label "hasChemicalComposition"@en ;
    rdfs:comment "Relates a substance to chemical composition."@en ;
    rdfs:domain emmo:EMMO_bc37743c_37c4_4ec7_9d58_d1aae5567352 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:range emmo:EMMO_7efd64d1_05a1_49cd_a7f0_783ca050d4f3 ;
    rdfs:subPropertyOf emmo:EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b ;
    skos:example """This relation can be used to relate a material to a chemical composition quantity of one of its chemical species. For example, the amount of aluminium in substance subst:alloy1 can be expressed as:

```turtle
subst:alloy1 a emmo:Substance ;
    emmo:hasChemicalComposition [
        a emmo:SingleComponentComposition ;
        emmo:hasSpeciesPart [ a emmo:AluminiumSymbol ] ;
        emmo:hasQuantityPart [
            a emmo:MassFraction ;
            hasSIQuantityValue "98.1 wt%"^^emmo:SIQuantityDatatype
        ]
    ] .
```"""@en ;
    skos:prefLabel "hasChemicalComposition"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a substance to chemical composition."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "This property is often used to relate a substance directly to SingleComponentComposition indifiduals for each of its components."@en .

emmo:EMMO_5273677c_1cf3_4ae1_b73e_98df6fe9cfa9 a owl:Class ;
    rdfs:label "HalfValueThickness"@en ;
    rdfs:comment "Thickness of the attenuating layer that reduces the quantity of interest of a unidirectional beam of infinitesimal width to half of its initial value."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_43003c86_9d15_433b_9789_ee2940920656 ;
    skos:prefLabel "HalfValueThickness"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Half-ValueThickness"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q127526"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-04-34"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-53"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Thickness of the attenuating layer that reduces the quantity of interest of a unidirectional beam of infinitesimal width to half of its initial value."@en .

emmo:EMMO_52bbaaee_1145_4be3_8a5c_b366851ea1b9 a owl:Class ;
    rdfs:label "Assembled"@en ;
    rdfs:comment "A system of independent elements that are assembled together to perform a function."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_b9522e56_1fac_4766_97e6_428605fabd3e ;
    skos:prefLabel "Assembled"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A system of independent elements that are assembled together to perform a function."@en .

emmo:EMMO_52e4cb25_da39_45e2_a6db_063ec5730499 a owl:Class ;
    rdfs:label "CGSUnit"@en ;
    rdfs:comment "CGS is a variant of the metric system."@en,
        "The centimetre–gram–second (CGS) system of units."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#> ;
    rdfs:subClassOf emmo:EMMO_3eb993a1_61ae_4a20_b168_dda853f51c14 ;
    skos:prefLabel "CGSUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The centimetre–gram–second (CGS) system of units."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Centimetre%E2%80%93gram%E2%80%93second_system_of_units"^^xsd:string .

emmo:EMMO_52f7d4e5_b4aa_4e11_9205_71e42eea13b3 a owl:Class ;
    rdfs:label "MeanDurationOfLife"@en ;
    rdfs:comment "Reciprocal of the decay constant λ."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_0adabf6f_7404_44cb_9f65_32d83d8101a3,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:altLabel "MeanLifeTime"@en ;
    skos:prefLabel "MeanDurationOfLife"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MeanLifetime"^^xsd:string,
        "https://www.wikidata.org/wiki/Q1758559"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-13"^^xsd:string,
        "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-04-47"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-25"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Reciprocal of the decay constant λ."@en .

emmo:EMMO_535021bf_d490_416a_9855_b918cf96c115 a owl:Class ;
    rdfs:label "PartialPressure"@en ;
    rdfs:comment "Hypothetical pressure of gas if it alone occupied the volume of the mixture at the same temperature."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_50a44256_9dc5_434b_bad4_74a4d9a29989,
        emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ;
    skos:prefLabel "PartialPressure"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/PartialPressure"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q27165"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-19"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Hypothetical pressure of gas if it alone occupied the volume of the mixture at the same temperature."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.P04420"^^xsd:string .

emmo:EMMO_535d75a4_1972_40bc_88c6_ca566386934f a owl:Class ;
    rdfs:label "Equals"@en ;
    rdfs:comment "The equals symbol."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "="^^xsd:string ;
            owl:onProperty emmo:EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 ],
        emmo:EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0,
        emmo:EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 ;
    skos:prefLabel "Equals"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The equals symbol."@en .

emmo:EMMO_5369d256_5866_4729_adc2_1498ee9a4959 a owl:ObjectProperty ;
    rdfs:label "hasCogniser"@en ;
    rdfs:comment "A semiotic relation connecting an icon to a interpreter (cogniser) in a cognition process."@en ;
    rdfs:domain emmo:EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:range emmo:EMMO_19608340_178c_4bfd_bd4d_0d3b935c6fec ;
    rdfs:subPropertyOf emmo:EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d ;
    owl:inverseOf emmo:EMMO_9950720f_a0b4_40f5_92db_071a3e4bbf4b ;
    skos:prefLabel "hasCogniser"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation connecting an icon to a interpreter (cogniser) in a cognition process."@en .

emmo:EMMO_53dd6f2a_f9de_4f83_b925_1bf39a4ab9a6 a owl:Class ;
    rdfs:label "Ruby"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b ;
    skos:prefLabel "Ruby"@en .

emmo:EMMO_5574a8ed_5094_4d63_8d95_1c19cfd38409 a owl:Class ;
    rdfs:label "RelativeLinearStrain"@en ;
    rdfs:comment "Relative change of length with respect the original length."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:prefLabel "RelativeLinearStrain"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/LinearStrain"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1990546"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-58"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-17.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relative change of length with respect the original length."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.L03560"^^xsd:string .

emmo:EMMO_560d031f_cc8a_4f0d_a52b_039149fdc171 a owl:Class ;
    rdfs:label "SuperconductorEnergyGap"@en ;
    rdfs:comment "Width of the forbidden energy band in a superconductor."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_69164f9e_c75d_4fbc_a0f8_af7a81bbd128,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "SuperconductorEnergyGap"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SuperconductorEnergyGap"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q106127898"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=815-10-28"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-37"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Width of the forbidden energy band in a superconductor."@en .

emmo:EMMO_566321d8_1600_4ab0_a5da_7f99dce2b1db a owl:Class ;
    rdfs:label "PoyntingVector"@en ;
    rdfs:comment "Electric field strength multiplied by magnetic field strength."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 ],
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "PoyntingVector"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/PoyntingVector"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q504186"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-66"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-34"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electric field strength multiplied by magnetic field strength."@en .

emmo:EMMO_56710a21_601b_43bb_88c5_0bd9eca06da2 a owl:Class ;
    rdfs:label "DiffusionCoefficientForParticleNumberDensity"@en ;
    rdfs:comment "Proportionality constant between the particle current density J and the gradient of the particle number density n."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_931a725b_926d_4f60_8955_61fe17fce98b ;
    skos:prefLabel "DiffusionCoefficientForParticleNumberDensity"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98875545"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-64"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Proportionality constant between the particle current density J and the gradient of the particle number density n."@en .

emmo:EMMO_57b9fd6c_84d6_43f2_8c4f_de6a1ab50aea a owl:Class ;
    rdfs:label "Guess"@en ;
    rdfs:comment "A guess is a theory, estimated and subjective, since its premises are subjective."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_251cfb4f_5c75_4778_91ed_6c8395212fd8,
        emmo:EMMO_8d2d9374_ef3a_47e6_8595_6bc208e07519,
        emmo:EMMO_9b87d718_9dcc_4f7d_ad20_12c2aa4c76be ;
    skos:prefLabel "Guess"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A guess is a theory, estimated and subjective, since its premises are subjective."@en .

emmo:EMMO_581e05bc_a4fe_494a_a85c_f2c4b4374e18 a owl:Class ;
    rdfs:label "ElectricFlux"@en ;
    rdfs:comment "Scalar quantity equal to the flux of the electric flux density D through a given directed surface S."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "ElectricFlux"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ElectricFlux"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q501267"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-41"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-17"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Scalar quantity equal to the flux of the electric flux density D through a given directed surface S."@en .

emmo:EMMO_5833085e-0afc-516a-a584-f56f1f191a13 a owl:Class ;
    rdfs:label "ThalliumSymbol"@en ;
    rdfs:comment "The symbol that stands for the thallium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Tl"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_bcf70555-8df3-5a39-b26a-a5e802d17a37 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "ThalliumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the thallium atom."@en .

emmo:EMMO_58a650f0_a638_4743_8439_535a325e5c4c a owl:Class ;
    rdfs:label "ElementaryCharge"@en ;
    rdfs:comment "The DBpedia definition (http://dbpedia.org/page/Elementary_charge) is outdated as May 20, 2019. It is now an exact quantity."@en,
        "The magnitude of the electric charge carried by a single electron. It defines the base unit Ampere in the SI system."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_1604f495_328a_4f28_9962_f4cc210739dd,
        emmo:EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95 ;
    skos:prefLabel "ElementaryCharge"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/ElementaryCharge"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-5.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The magnitude of the electric charge carried by a single electron. It defines the base unit Ampere in the SI system."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E02032"^^xsd:string .

emmo:EMMO_58a85e5b_6526_484d_b080_e1059ce9994c a owl:Class ;
    rdfs:label "MomentOfIntertia"@en ;
    rdfs:comment "Scalar measure of the rotational inertia with respect to a fixed axis of rotation."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_3532cc67_472a_4227_96f4_04b93146cec3 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:prefLabel "MomentOfIntertia"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MomentOfInertia"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q165618"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-21"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-7"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Scalar measure of the rotational inertia with respect to a fixed axis of rotation."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M04006"^^xsd:string .

emmo:EMMO_58c08428_03e2_446d_85e1_f94cc6682e2b a owl:Class ;
    rdfs:label "NuclidicMass"^^xsd:string ;
    rdfs:comment "Rest mass of a nuclide X in the ground state."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_3c947caf_4070_4c79_a3a3_e53274ac9944 ;
    skos:prefLabel "NuclidicMass"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q97010809"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-4.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Rest mass of a nuclide X in the ground state."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.N04258"^^xsd:string .

emmo:EMMO_593ecc7c_250d_4e4d_8957_0170f3cc2154 a owl:Class ;
    rdfs:label "RelativePermeability"@en ;
    rdfs:comment "Scalar quantity or tensor quantity equal to the absolute permeability divided by the magnetic constant."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:prefLabel "RelativePermeability"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ElectromagneticPermeabilityRatio"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q77785645"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-29"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-27"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Scalar quantity or tensor quantity equal to the absolute permeability divided by the magnetic constant."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.R05272"^^xsd:string .

emmo:EMMO_59809abc_d206_4015_9836_9d3a32460586 a owl:Class ;
    rdfs:label "LogarithmicDecrement"@en ;
    rdfs:comment "Product of damping coefficient and period duration."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:prefLabel "LogarithmicDecrement"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1399446"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-05-25"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-25"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Product of damping coefficient and period duration."@en .

emmo:EMMO_5a0f35b8_d18e_4570_a94e_ee84b13bb7bc a owl:Class ;
    rdfs:label "InfiniteMultiplicationFactor"@en ;
    rdfs:comment "In nuclear physics, the multiplication factor for an infinite medium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:prefLabel "InfiniteMultiplicationFactor"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/InfiniteMultiplicationFactor"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q99440487"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-78.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In nuclear physics, the multiplication factor for an infinite medium."@en .

emmo:EMMO_5a2af26d_99de_4e5e_b1cd_514be71420c3 a owl:Class ;
    rdfs:label "Smoke"@en ;
    rdfs:comment "Smoke is a solid aerosol made of particles emitted when a material undergoes combustion or pyrolysis."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_96c8d72f_b436_44e2_9f7f_085c24094292 ;
    skos:prefLabel "Smoke"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Smoke is a solid aerosol made of particles emitted when a material undergoes combustion or pyrolysis."@en .

emmo:EMMO_5a5cf124_1ece_4b8e_ae63_edc2b5ee573a a owl:Class ;
    rdfs:label "ElectricCurrentAssistedSintering"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_03441eb3_d1fd_4906_b953_b83312d7589e ;
    skos:prefLabel "ElectricCurrentAssistedSintering"@en .

emmo:EMMO_5adcbbb9_4325_4c23_ac50_62c77569e9c4 a owl:Class ;
    rdfs:label "SpecificActivity"@en ;
    rdfs:comment "Quotient of the activity A of a sample and the mass m of that sample."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_52b029aa_e525_4907_95d8_759298b04f97 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:altLabel "MassicActivity"@en ;
    skos:prefLabel "SpecificActivity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SpecificActivity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2823748"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-08"^^xsd:string,
        "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-04-43"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-28"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of the activity A of a sample and the mass m of that sample."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05790"^^xsd:string .

emmo:EMMO_5add9885_dc98_4fa5_8482_fdf9ba5e3889 a owl:Class ;
    rdfs:label "SolidSol"@en ;
    rdfs:comment "A type of sol in the form of one solid dispersed in another continuous solid."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_31557fae_b039_491c_bcbb_0ccb8711d5a6,
        emmo:EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1 ;
    skos:prefLabel "SolidSol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A type of sol in the form of one solid dispersed in another continuous solid."@en .

emmo:EMMO_5afa28f0_8c9f_4fcd_8f67_805bd2f9c068 a owl:Class ;
    rdfs:label "LinearDensityOfElectricCharge"@en ;
    rdfs:comment "The derivative of the electric charge of a system with respect to the length."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_9794a778_47d7_45d5_b4ab_ae6a8db04c78 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "LinearDensityOfElectricCharge"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q77267838"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-09"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-5"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The derivative of the electric charge of a system with respect to the length."@en .

emmo:EMMO_5be9c137_325a_43d8_b7cd_ea93e7721c2d a owl:Class ;
    rdfs:label "GasSolution"@en ;
    rdfs:comment "A gaseous solution made of more than one component type."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    owl:equivalentClass [ a owl:Class ;
            owl:intersectionOf ( emmo:EMMO_04f2a2d5_e799_4692_a654_420e76f5acc1 emmo:EMMO_2031516a_2be7_48e8_9af7_7e1270e308fe ) ] ;
    skos:altLabel "GasMixture"@en ;
    skos:prefLabel "GasSolution"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A gaseous solution made of more than one component type."@en .

emmo:EMMO_5c736993-31b7-5839-aa36-38b6cd8b41a2 a owl:Class ;
    rdfs:label "BerkeliumSymbol"@en ;
    rdfs:comment "The symbol that stands for the berkelium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Bk"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_d2a4df79-23a0-5536-9f12-37d3b49c323f ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "BerkeliumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the berkelium atom."@en .

emmo:EMMO_5c78b424_087b_4e31_8c91_6422f1be1e86 a owl:Class ;
    rdfs:label "SourceVoltage"@en ;
    rdfs:comment "Voltage between the two terminals of a voltage source when there is no electric current through the source."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_17b031fb_4695_49b6_bb69_189ec63df3ee ;
    skos:altLabel "SourceTension"@en ;
    skos:prefLabel "SourceVoltage"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SourceVoltage"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q185329"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-36"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Voltage between the two terminals of a voltage source when there is no electric current through the source."@en .

emmo:EMMO_5cb107ba_7daa_46dd_8f9f_da22a6eac676 a owl:Class ;
    rdfs:label "AqueousSolution"@en ;
    rdfs:comment "A liquid solution in which the solvent is water."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_4b3e2374_52a1_4420_8e3f_3ae6b9bf7dff ;
    skos:prefLabel "AqueousSolution"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A liquid solution in which the solvent is water."@en .

emmo:EMMO_5cbb7bfb_7ab8_4151_8ed1_13a5b7d5caa4 a owl:Class ;
    rdfs:label "ElectricChargeDensity"@en ;
    rdfs:comment "Electric charge per volume."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_8f36559a_a494_4b00_abc5_60bbc1475009 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:altLabel "VolumeElectricCharge"@en ;
    skos:prefLabel "ElectricChargeDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ElectricChargeDensity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q69425629"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-07"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electric charge per volume."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.C00988"^^xsd:string .

emmo:EMMO_5d2a2443_5c1c_4239_b707_bae3cbf77fc2 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isProcessInputOf"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subPropertyOf emmo:EMMO_1494c1a9_00e1_40c2_a9cc_9bbf302a1cac ;
    owl:inverseOf emmo:EMMO_eaef29bd_bd79_4de1_b192_4fdc9016730b ;
    skos:prefLabel "isProcessInputOf"@en .

emmo:EMMO_5d34ae8e_182c_49f3_815e_ea675faaaf30 a owl:Class ;
    rdfs:label "NeutronYieldPerFission"@en ;
    rdfs:comment "Average number of fission neutrons, both prompt and delayed, emitted per fission event."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c ;
    skos:prefLabel "NeutronYieldPerFission"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/NeutronYieldPerFission"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q99157909"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-74.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Average number of fission neutrons, both prompt and delayed, emitted per fission event."@en .

emmo:EMMO_5d61057e_d7f1_43e4_98fa_ae04e0cb470a a owl:Class ;
    rdfs:label "EnergyDistributionOfCrossSection"@en ;
    rdfs:comment "Differential quotient of the cross section for a process and the energy of the scattered particle."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "EnergyDistributionOfCrossSection"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SpectralCrossSection"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98267245"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-40"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Differential quotient of the cross section for a process and the energy of the scattered particle."@en .

emmo:EMMO_5d659e25_a508_43ed_903c_3707c7c7cd4b a owl:Class ;
    rdfs:label "NanoMaterial"@en ;
    rdfs:comment "Nanomaterials are Materials possessing, at minimum, one external dimension measuring 1-100nm"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_e4e80813_f379_4091_b017_ee059811f806 ;
    skos:prefLabel "NanoMaterial"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Nanomaterials are Materials possessing, at minimum, one external dimension measuring 1-100nm"@en .

emmo:EMMO_5d7f00a7_0374_4517_b5a8_62b154f33cc6 a owl:Class ;
    rdfs:label "EnergyImparted"@en ;
    rdfs:comment "Sum of energies deposited by ionizing radiation in a given volume."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "EnergyImparted"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/EnergyImparted"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q99526944"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-34"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-80.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Sum of energies deposited by ionizing radiation in a given volume."@en .

emmo:EMMO_5e00b1db_48fc_445b_82e8_ab0e2255bf52 a owl:Class ;
    rdfs:label "MultiParticlePath"@en ;
    rdfs:comment "A chausal path whose quantum parts belongs to at least two different standard model fundamental types."@en,
        """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel#> ;
    rdfs:subClassOf emmo:EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 ;
    owl:disjointWith emmo:EMMO_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869e ;
    skos:prefLabel "MultiParticlePath"@en ;
    emmo: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 ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A chausal path whose quantum parts belongs to at least two different standard model fundamental types."@en .

emmo:EMMO_5e26440d_af47_4c30_a1c3_511e4072c617 a owl:Class ;
    rdfs:label "ModulusOfAdmittance"@en ;
    rdfs:comment "quotient of the rms value of the electric current in a two-terminal element or a two-terminal circuit by the rms value of the voltage between its terminals."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_ffb73b1e_5786_43e4_a964_cb32ac7affb7 ;
    skos:prefLabel "ModulusOfAdmittance"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ModulusOfAdmittance"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q79466359"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-52"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-52.4"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of the rms value of the electric current in a two-terminal element or a two-terminal circuit by the rms value of the voltage between its terminals."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Apparent admittance is often denoted by Y ."@en .

emmo:EMMO_5e77f00d_5c0a_44e7_baf1_2c2a4cb5b3ae a owl:Class ;
    rdfs:label "SolidSolution"@en ;
    rdfs:comment "A solid solution made of two or more component substances."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_2031516a_2be7_48e8_9af7_7e1270e308fe,
        emmo:EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1 ;
    skos:prefLabel "SolidSolution"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A solid solution made of two or more component substances."@en .

emmo:EMMO_5ebd5e01_0ed3_49a2_a30d_cd05cbe72978 a owl:Class ;
    rdfs:label "UnitOne"@en ;
    rdfs:comment """"The unit one is the neutral element of any system of units – necessary and present automatically."

-- SI Brochure"""@en,
        "Represents the number 1, used as an explicit unit to say something has no units."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 ;
    skos:altLabel "Unitless"@en ;
    skos:example "Refractive index or volume fraction."@en,
        "Typically used for ratios of two units whos dimensions cancels out."@en ;
    skos:prefLabel "UnitOne"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/UNITLESS"^^xsd:string ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Represents the number 1, used as an explicit unit to say something has no units."@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"The unit one is the neutral element of any system of units – necessary and present automatically."

-- SI Brochure"""@en .

emmo:EMMO_5eedba4d_105b_44d8_b1bc_e33606276ea2 a owl:Class ;
    rdfs:label "RefractiveIndex"@en ;
    rdfs:comment "Factor by which the phase velocity of light is reduced in a medium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:prefLabel "RefractiveIndex"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/RefractiveIndex"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Factor by which the phase velocity of light is reduced in a medium."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.R05240"^^xsd:string .

emmo:EMMO_5f278af9_8593_4e27_a717_ccc9e07a0ddf a owl:Class ;
    rdfs:label "EuclideanSpace"@en ;
    rdfs:comment "A three-manifold with Euclidean metric."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/geometrical#> ;
    rdfs:subClassOf emmo:EMMO_46f0f8df_4dc6_418f_8036_10427a3a288e ;
    skos:prefLabel "EuclideanSpace"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A three-manifold with Euclidean metric."@en .

emmo:EMMO_5fb97c35_1896_4221_bdc1_0028bb80f5d5 a owl:Class ;
    rdfs:label "NucleonNumber"@en ;
    rdfs:comment "number of nucleons in an atomic nucleus"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c ;
    skos:altLabel "MassNumber"@en ;
    skos:prefLabel "NucleonNumber"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/NucleonNumber"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q101395"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-05-32"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Mass_number"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-1.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "number of nucleons in an atomic nucleus"@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Mass_number"^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03726"^^xsd:string .

emmo:EMMO_5fde0fa1_bbb3_42a9_ac2d_d144771aeb4b a owl:Class ;
    rdfs:label "RatioOfSpecificHeatCapacities"@en ;
    rdfs:comment "Ratio of specific heat capacity at constant pressure cp to specific heat capacity at constant volume cV, thus γ = cp/cV."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:prefLabel "RatioOfSpecificHeatCapacities"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/HeatCapacityRatio"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q503869"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-51"@en ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-17.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ratio of specific heat capacity at constant pressure cp to specific heat capacity at constant volume cV, thus γ = cp/cV."@en .

emmo:EMMO_6074aa9d_7c3b_4011_b45a_4e7cde6f5f39 a owl:Class ;
    rdfs:label "WaveVector"@en ;
    rdfs:comment "Vector k in the expression ω t−k⋅r+ϑ0 of the phase of a sinusoidal wave."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a,
        emmo:EMMO_ecec2983_7c26_4f8d_a981_51ca29668baf ;
    skos:prefLabel "WaveVector"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q657009"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-09"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-21"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Vector k in the expression ω t−k⋅r+ϑ0 of the phase of a sinusoidal wave."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Wave_vector"^^xsd:string .

emmo:EMMO_6110af0a_bc82_4c9e_aa4b_b45d08d9c9e0 a owl:Class ;
    rdfs:label "EquilibriumPositionVector"@en ;
    rdfs:comment "In condensed matter physics, position vector of an atom or ion in equilibrium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "EquilibriumPositionVector"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/EquilibriumPositionVectorOfIon"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105533477"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-7.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In condensed matter physics, position vector of an atom or ion in equilibrium."@en .

emmo:EMMO_614c1bd9_93df_4248_861c_44b86d854739 a owl:Class ;
    rdfs:label "TotalCurrent"@en ;
    rdfs:comment "Sum of electric current and displacement current"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ;
    skos:prefLabel "TotalCurrent"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/TotalCurrent"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q77679732"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-45"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-19.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Sum of electric current and displacement current"@en .

emmo:EMMO_61a32ae9_8200_473a_bd55_59a9899996f4 a owl:Class ;
    rdfs:label "VacuumElectricPermittivity"@en ;
    rdfs:comment "The DBpedia definition (http://dbpedia.org/page/Vacuum_permittivity) is outdated since May 20, 2019. It is now a measured constant."@en,
        "The value of the absolute dielectric permittivity of classical vacuum."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_0ee5779e_d798_4ee5_9bfe_c392d5bea112,
        emmo:EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2 ;
    skos:altLabel "PermittivityOfVacuum"@en ;
    skos:prefLabel "VacuumElectricPermittivity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/constant/PermittivityOfVacuum"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-14.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The value of the absolute dielectric permittivity of classical vacuum."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.P04508"^^xsd:string .

emmo:EMMO_621607ae_90ef_4f48_845e_3b53091a9340 a owl:Class ;
    rdfs:label "ActiveEnergy"@en ;
    rdfs:comment "The integral over a time interval of the instantaneous power."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "ActiveEnergy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ActiveEnergy"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q79813678"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=601-01-19"^^xsd:string,
        "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-57"@en ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-62"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The integral over a time interval of the instantaneous power."@en .

emmo:EMMO_62273272_4cec_4168_bc7b_448f57feaba6 a owl:Class ;
    rdfs:label "RelativeHumidity"@en ;
    rdfs:comment "Ratio of the partial pressure p of water vapour in moist air to its partial pressure psat at saturation, at the same temperature φ = p/psat."@en,
        "The relative humidity is often expressed in per cent."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    owl:disjointWith emmo:EMMO_c106f318_38b1_4261_94cc_f4ac6ccc47af ;
    skos:prefLabel "RelativeHumidity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/RelativeHumidity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2499617"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-65"@en ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-33"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ratio of the partial pressure p of water vapour in moist air to its partial pressure psat at saturation, at the same temperature φ = p/psat."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Humidity#Relative_humidity"^^xsd:string .

emmo:EMMO_624d72ee_e676_4470_9434_c22b4190d3d5 a owl:Class ;
    rdfs:label "Work"@en ;
    rdfs:comment "Product of force and displacement."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2 ;
    skos:prefLabel "Work"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Work"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-28.4"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Product of force and displacement."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.W06684"^^xsd:string .

emmo:EMMO_62824128_35bd_45c4_9516_23f3f24c8332 a owl:Class ;
    rdfs:label "ModulusOfElasticity"@en ;
    rdfs:comment "Mechanical property of linear elastic solid materials."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:altLabel "YoungsModulus"@en ;
    skos:prefLabel "ModulusOfElasticity"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2091584"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-67"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-19.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Mechanical property of linear elastic solid materials."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03966"^^xsd:string .

emmo:EMMO_62a1601d_0d97_4103_b972_3bbc30839f91 a owl:ObjectProperty ;
    rdfs:label "hasIterativeTask"@en ;
    rdfs:domain emmo:EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:range emmo:EMMO_9ac10a20_63d0_4bbd_a5d3_f00a0ad4682c,
        emmo:EMMO_ddecfff6_d3a1_4972_b9e9_3d0ca11a3a0b ;
    rdfs:subPropertyOf emmo:EMMO_70da982d_1810_4b01_9630_a28e216ecd9a ;
    skos:prefLabel "hasIterativeTask"@en .

emmo:EMMO_62a76e62_9e17_4f2f_a42c_fc3d0df08cd9 a owl:ObjectProperty ;
    rdfs:label "hasSerialTask"@en ;
    rdfs:domain emmo:EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:range emmo:EMMO_2666a7e3_2ad4_49a0_899e_329607231f4b ;
    rdfs:subPropertyOf emmo:EMMO_70da982d_1810_4b01_9630_a28e216ecd9a ;
    skos:prefLabel "hasSerialTask"@en .

emmo:EMMO_6378a9e9-29e5-5cae-b75b-46ca365e49b9 a owl:Class ;
    rdfs:label "TantalumSymbol"@en ;
    rdfs:comment "The symbol that stands for the tantalum atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Ta"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_dbe54798-a21f-519f-9d52-e6ab2c2e28cb ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "TantalumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the tantalum atom."@en .

emmo:EMMO_64420439_5282_4996_b6e1_2044358ac899 a owl:Class ;
    rdfs:label "ElectricPolarization"@en ;
    rdfs:comment "At a given point within a domain of quasi-infinitesimal volume V, vector quantity equal to the electric dipole moment p of the substance contained within the domain divided by the volume V."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_4ef8c0e4_1b0b_4699_a135_8c89ca289802 ;
    skos:prefLabel "ElectricPolarization"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ElectricPolarization"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1050425"@en ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-37"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-7"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "At a given point within a domain of quasi-infinitesimal volume V, vector quantity equal to the electric dipole moment p of the substance contained within the domain divided by the volume V."@en .

emmo:EMMO_649415e4-1e31-5809-aceb-59efbba7d5f5 a owl:Class ;
    rdfs:label "StrontiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the strontium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_8ec7fdf6-5652-547d-942f-b8b09ad84660 ],
        [ a owl:Restriction ;
            owl:hasValue "Sr"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "StrontiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the strontium atom."@en .

emmo:EMMO_64aba1e5_24b7_4140_8eb4_676c35698e79 a owl:Class ;
    rdfs:label "CPlusPlus"@en ;
    rdfs:comment "A language object respecting the syntactic rules of C++."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_1461e904_a2bf_4558_ad74_2706f5706b34 ;
    skos:altLabel "C++"@en ;
    skos:prefLabel "CPlusPlus"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A language object respecting the syntactic rules of C++."@en .

emmo:EMMO_658b8bca_203a_49a6_920b_96b5baf5e199 a owl:Class ;
    rdfs:label "PowderCoating"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_92028373_3a43_4b80_9a69_caca22df3918 ;
    skos:prefLabel "PowderCoating"@en .

emmo:EMMO_6599389d-7a26-5d51-a65c-5dd9c3ed532f a owl:Class ;
    rdfs:label "TerbiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the terbium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Tb"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_e3cd5791-6fbb-587a-a535-0e937800beaa ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "TerbiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the terbium atom."@en .

emmo:EMMO_65b794a4_cf52_4d0a_88c4_2c479537b30a a owl:Class ;
    rdfs:label "RecombinationCoefficient"@en ;
    rdfs:comment "Coefficient in the law of recombination,"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "RecombinationCoefficient"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/RecombinationCoefficient"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98842099"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-47"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-63"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Coefficient in the law of recombination,"@en .

emmo:EMMO_65ec122c_b67f_4009_8b16_2df7dfae118a a owl:Class ;
    rdfs:label "DebyeAngularFrequency"@en ;
    rdfs:comment "Cut-off angular frequency in the Debye model of the vibrational spectrum of a solid."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53,
        emmo:EMMO_f4a30d7e_8e8b_41e6_9695_d33a68f54f4b ;
    skos:prefLabel "DebyeAngularFrequency"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/DebyeAngularFrequency"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105580986"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-10"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cut-off angular frequency in the Debye model of the vibrational spectrum of a solid."@en .

emmo:EMMO_65efeec4_148f_4843_9954_fe52efff3441 a owl:Class ;
    rdfs:label "MassChangeRate"@en ;
    rdfs:comment "Mass increment per time."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:prefLabel "MassChangeRate"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q92020547"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-30.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Mass increment per time."@en .

emmo:EMMO_660a4964_0333_4663_bc66_e93ef59b0679 a owl:Class ;
    rdfs:label "MesoscopicSubstance"@en ;
    rdfs:comment "A matter that is not a particulate matter and that does not fullfill the criteria of being a continuum substance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_bc37743c_37c4_4ec7_9d58_d1aae5567352 ;
    owl:disjointWith emmo:EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2 ;
    skos:example """nanoparticle,
quantum dot, 
carbon nanotupe"""@en ;
    skos:prefLabel "MesoscopicSubstance"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A matter that is not a particulate matter and that does not fullfill the criteria of being a continuum substance."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Mesoscopic substances typically exist on a length scale between atoms and molecules and macroscopic (bulk) substances. They are typically in the range of some nanometers to about a micrometer and often exhibit unique physical properties due to their size and shape."@en .

emmo:EMMO_662e94ea_babe_4709_af8f_b669931076bc a owl:Class ;
    rdfs:label "GrowingCrystal"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_d7432d8c_3182_4d61_a08f_dc686efaabe9 ;
    skos:prefLabel "GrowingCrystal"@en .

emmo:EMMO_66bc9029_f473_45ff_bab9_c3509ff37a22 a owl:Class ;
    rdfs:label "CelsiusTemperature"@en ;
    rdfs:comment """An objective comparative measure of hot or cold.

Temperature is a relative quantity that can be used to express temperature differences. Unlike ThermodynamicTemperature, it cannot express absolute temperatures."""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_602397bd_e302_42a6_be33_fe67ea81933a ;
    skos:prefLabel "CelsiusTemperature"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/CelciusTemperature"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An objective comparative measure of hot or cold.

Temperature is a relative quantity that can be used to express temperature differences. Unlike ThermodynamicTemperature, it cannot express absolute temperatures."""@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.T06261"^^xsd:string .

emmo:EMMO_66c364c4-16b7-5d5f-abd5-b6977c46f525 a owl:Class ;
    rdfs:label "LutetiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the lutetium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_098f6f77-746a-5fcc-a6d1-4988929bf404 ],
        [ a owl:Restriction ;
            owl:hasValue "Lu"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "LutetiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the lutetium atom."@en .

emmo:EMMO_66d895f4-42fa-58a2-89af-ef065f52c1eb a owl:Class ;
    rdfs:label "SulfurSymbol"@en ;
    rdfs:comment "The symbol that stands for the sulfur atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_87c8f425-c96c-5503-88a0-f10465669ea3 ],
        [ a owl:Restriction ;
            owl:hasValue "S"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "SulfurSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the sulfur atom."@en .

emmo:EMMO_672e2475_8376_4987_82cf_097f0024e74b a owl:Class ;
    rdfs:label "StandardEquilibriumConstant"@en ;
    rdfs:comment "Constant of a chemical reaction. It is the value of its reaction quotient at chemical equilibrium, a state approached by a dynamic chemical system after sufficient time has elapsed at which its composition has no measurable tendency towards further change."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_066937f0_ea5c_4b06_8739_53f66d5ef89e,
        emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ;
    skos:altLabel "ThermodynamicEquilibriumConstant"^^xsd:string ;
    skos:prefLabel "StandardEquilibriumConstant"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q95993378"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-32"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Constant of a chemical reaction. It is the value of its reaction quotient at chemical equilibrium, a state approached by a dynamic chemical system after sufficient time has elapsed at which its composition has no measurable tendency towards further change."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05915"^^xsd:string .

emmo:EMMO_673433f6_47c6_4c28_ae91_12945488ed10 a owl:Class ;
    rdfs:label "MagneticReluctance"@en ;
    rdfs:comment "Magnetic tension divided by magnetic flux."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_07f571cd_252b_4421_8f98_94b6690d2ab9 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:altLabel "Reluctance"@en ;
    skos:prefLabel "MagneticReluctance"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Reluctance"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q863390"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-28"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-39"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Magnetic tension divided by magnetic flux."@en .

emmo:EMMO_67589be3-8acd-5230-bc54-89280412a3fb a owl:Class ;
    rdfs:label "IndiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the indium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_96522455-d7d7-5b1e-b10a-ad87e41a5adc ],
        [ a owl:Restriction ;
            owl:hasValue "In"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "IndiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the indium atom."@en .

emmo:EMMO_67c70dcd_2adf_4e6c_b3f8_f33dd1512487 a owl:Class ;
    rdfs:label "EmpiricalSimulationSoftware"@en ;
    rdfs:comment "A computational application that uses an empiric equation to predict the behaviour of a system without relying on the knowledge of the actual physical phenomena occurring in the object."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_8b66ada5_510c_44bd_a8d8_3c64d301a5e9 ;
    skos:prefLabel "EmpiricalSimulationSoftware"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A computational application that uses an empiric equation to predict the behaviour of a system without relying on the knowledge of the actual physical phenomena occurring in the object."@en .

emmo:EMMO_6884600e_5d9b_44b1_9fc5_7d4dc1639e2f a owl:Class ;
    rdfs:label "BohrMagneton"^^xsd:string ;
    rdfs:comment "Magnitude of the magnetic moment of an electron in a state with orbital angular momentum quantum number l=1 due to its orbital motion."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "BohrMagneton"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q737120"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-9.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Magnitude of the magnetic moment of an electron in a state with orbital angular momentum quantum number l=1 due to its orbital motion."@en .

emmo:EMMO_68a887df-63af-55c0-8239-b0b8edaa94ea a owl:Class ;
    rdfs:label "TungstenSymbol"@en ;
    rdfs:comment "The symbol that stands for the tungsten atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "W"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_7b7d258b-3ea7-5716-af58-afc68679de23 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "TungstenSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the tungsten atom."@en .

emmo:EMMO_68d094e2_1777_48b5_8e43_32965f824970 a owl:Class ;
    rdfs:label "VaporDeposition"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_4e6c4c25_e937_40d5_9cd1_0f3b740cc0a8 ;
    skos:prefLabel "VaporDeposition"@en .

emmo:EMMO_69e0ff08-9843-5ca2-b2bb-58467b07c4bb a owl:Class ;
    rdfs:label "ArgonSymbol"@en ;
    rdfs:comment "The symbol that stands for the argon atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Ar"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_755d962f-c703-514f-8d90-ca4f55e331d4 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "ArgonSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the argon atom."@en .

emmo:EMMO_6aad14ae_5ca1_4d19_aa6c_56448ff534b6 a owl:Class ;
    rdfs:label "FermiAnglularWavenumber"@en ;
    rdfs:comment "Angular wavenumber of electrons in states on the Fermi sphere."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_ba236f43_7f94_4386_9673_9122952e928b,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:altLabel "FermiAnglularRepetency"@en ;
    skos:hiddenLabel "FermiAnglularWaveNumber"@en ;
    skos:prefLabel "FermiAnglularWavenumber"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/FermiAngularWavenumber"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105554303"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-9.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Angular wavenumber of electrons in states on the Fermi sphere."@en .

emmo:EMMO_6afdb7e8_2a0b_444d_bde3_8d67d98180c0 a owl:Class ;
    rdfs:label "EmpiricalFormula"@en ;
    rdfs:comment "An expression that provide information about the element type of a compound and their relative ratio."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_9236d0aa_cb39_43a1_bbdd_6a2a714951c8 ;
    skos:example "Hydrogen peroxide is HO"^^xsd:string ;
    skos:prefLabel "EmpiricalFormula"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An expression that provide information about the element type of a compound and their relative ratio."^^xsd:string .

emmo:EMMO_6b241a1f-2a5f-5ea8-b0aa-7b162d7d73e4 a owl:Class ;
    rdfs:label "EinsteiniumSymbol"@en ;
    rdfs:comment "The symbol that stands for the einsteinium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_2e36028f-f5a0-5a5a-af66-c357fb64765e ],
        [ a owl:Restriction ;
            owl:hasValue "Es"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "EinsteiniumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the einsteinium atom."@en .

emmo:EMMO_6b5af5a8_a2d8_4353_a1d6_54c9f778343d a owl:Class ;
    rdfs:label "CurieTemperature"@en ;
    rdfs:comment "Critical thermodynamic temperature of a ferromagnet."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_83424a56_e28f_4aea_8125_bef7b9347ee6,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "CurieTemperature"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/CurieTemperature"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q191073"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-51"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-35.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Critical thermodynamic temperature of a ferromagnet."@en .

emmo:EMMO_6b670dce-5692-5505-9688-8f735b325214 a owl:Class ;
    rdfs:label "GermaniumSymbol"@en ;
    rdfs:comment "The symbol that stands for the germanium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Ge"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_694e27a2-f3ee-5a3e-8851-d6f78d79d84e ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "GermaniumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the germanium atom."@en .

emmo:EMMO_6b8bf0c9_4ec7_452c_bee5_26e5149a4f05 a owl:Class ;
    rdfs:label "JosephsonConstantUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'JosephsonConstant'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+4 L-2 M-1 I+1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_6bae1f5a_1644_4da3_b3e4_0a01171034ad a owl:Class ;
    rdfs:label "LatentHeatOfPhaseTransition"@en ;
    rdfs:comment "Energy to be added to or removed from a system under constant temperature and pressure to undergo a complete phase transition."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_fb1e757e_087e_4541_847f_392990643f64 ;
    skos:prefLabel "LatentHeatOfPhaseTransition"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q106553458"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-16"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Energy to be added to or removed from a system under constant temperature and pressure to undergo a complete phase transition."@en .

emmo:EMMO_6bd7b6f4-db3b-58da-b9a0-58f44bb3ed37 a owl:Class ;
    rdfs:label "PhosphorusSymbol"@en ;
    rdfs:comment "The symbol that stands for the phosphorus atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_7905373a-cf03-57fe-a627-bfdb1db9369c ],
        [ a owl:Restriction ;
            owl:hasValue "P"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "PhosphorusSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the phosphorus atom."@en .

emmo:EMMO_6c213064_e525_45d4_99cf_afebed8bbddd a owl:Class ;
    rdfs:label "IsothermalConversion"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_dacfc7dc_5ddb_4f67_986b_dcd01d649d60 ;
    skos:prefLabel "IsothermalConversion"@en .

emmo:EMMO_6c739b1a_a774_4416_bb31_1961486fa9ed a owl:Class ;
    rdfs:label "Theorisation"@en ;
    rdfs:comment "The 'semiosis' process of interpreting a 'physical' and provide a complec sign, 'theory' that stands for it and explain it to another interpreter."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ;
            owl:someValuesFrom emmo:EMMO_8d2d9374_ef3a_47e6_8595_6bc208e07519 ],
        emmo:EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069 ;
    skos:altLabel "Theorization"@en ;
    skos:prefLabel "Theorisation"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The 'semiosis' process of interpreting a 'physical' and provide a complec sign, 'theory' that stands for it and explain it to another interpreter."@en .

emmo:EMMO_6d53d04c_07d3_4522_9181_92649ef78f86 a owl:Class ;
    rdfs:label "DonorDensity"@en ;
    rdfs:comment "Number of donor levels per volume."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53,
        emmo:EMMO_ca369738_78de_470b_8631_be83f75e45a3 ;
    skos:prefLabel "DonorDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/DonorDensity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105979886"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-29.4"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of donor levels per volume."@en .

emmo:EMMO_6d61ee3c_c5b6_4452_bc11_e9c33af992a7 a owl:Class ;
    rdfs:label "MassFlow"@en ;
    rdfs:comment "At a point in a fluid, the product of mass density and velocity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:prefLabel "MassFlow"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q3265048"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-30.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "At a point in a fluid, the product of mass density and velocity."@en .

emmo:EMMO_6d7158f3_7d96_498f_9cf3_31f4798f31c6 a owl:Class ;
    rdfs:label "SlowingDownArea"@en ;
    rdfs:comment "In an infinite homogenous medium, one-sixth of the mean square of the distance between the neutron source and the point where a neutron reaches a given energy."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_96f39f77_44dc_491b_8fa7_30d887fe0890 ;
    skos:prefLabel "SlowingDownArea"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Slowing-DownArea"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98950918"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-72.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In an infinite homogenous medium, one-sixth of the mean square of the distance between the neutron source and the point where a neutron reaches a given energy."@en .

emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 a owl:AnnotationProperty ;
    rdfs:label "dbpediaReference"@en ;
    rdfs:comment "URL to corresponding dpbedia entry."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:range xsd:anyURI ;
    rdfs:seeAlso "https://wiki.dbpedia.org/"^^xsd:string ;
    rdfs:subPropertyOf rdfs:seeAlso ;
    skos:prefLabel "dbpediaReference"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "URL to corresponding dpbedia entry."@en .

emmo:EMMO_6de11e9b_8dcb_444b_ba79_1a55130ed0c8 a owl:Class ;
    rdfs:label "ParticleFluenceRate"@en ;
    rdfs:comment "Differential quotient of fluence Φ with respect to time."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "ParticleFluenceRate"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ParticleFluenceRate"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98497410"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-16"^^xsd:string,
        "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-04-19"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-44"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Differential quotient of fluence Φ with respect to time."@en .

emmo:EMMO_6e046dd0_9634_4013_b2b1_9cc468087c83 a owl:ObjectProperty ;
    rdfs:label "hasSpatialSection"@en ;
    rdfs:comment "A proper part of the whole that is not Spatial or Temporal."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:subPropertyOf emmo:EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 ;
    skos:altLabel "hasSpatialPartialPart"@en ;
    skos:prefLabel "hasSpatialSection"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A proper part of the whole that is not Spatial or Temporal."@en ;
    emmo: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.
A proper part is then the disjoint union of: spatial part, temporal part and spatio temporal part relations."""@en .

emmo:EMMO_6e0664f2_4d4d_4407_bf60_e1b3c07198d7 a owl:Class ;
    rdfs:label "PhysicsEquationSolution"@en ;
    rdfs:comment "A function solution of a physics equation that provides a methods for the prediction of some quantitiative properties of an object."@en,
        """This must be a mathematical function v(t), x(t).
A dataset as solution is a conventional sign."""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 ;
    skos:example "A parabolic function is a prediction of the trajectory of a falling object in a gravitational field. While it has predictive capabilities it lacks of an analogical character, since it does not show the law behind that trajectory."@en ;
    skos:prefLabel "PhysicsEquationSolution"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A function solution of a physics equation that provides a methods for the prediction of some quantitiative properties of an object."@en .

emmo:EMMO_6e5608ec_7768_4764_b052_2254bb5283bb a owl:Class ;
    rdfs:label "MagneticQuantumNumber"^^xsd:string ;
    rdfs:comment "Atomic quantum number related to the z component lz, jz or sz, of the orbital, total, or spin angular momentum."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_252cce84_cc8a_49dc_8405_0d5e06425d69 ;
    skos:prefLabel "MagneticQuantumNumber"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MagneticQuantumNumber"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2009727"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-13.4"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atomic quantum number related to the z component lz, jz or sz, of the orbital, total, or spin angular momentum."@en .

emmo:EMMO_6e78433a_dbb9_409a_a7c0_4037f79d4ed8 a owl:Class ;
    rdfs:label "Uncoded"@en ;
    rdfs:comment "A conventional that provides no possibility to infer the characteristics of the object to which it refers."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_9e3ad976_b179_4315_b51e_7e874df583dc ] ;
            owl:someValuesFrom emmo:EMMO_e999f9e0_7d63_4564_9028_07246580a267 ],
        emmo:EMMO_35d2e130_6e01_41ed_94f7_00b333d46cf9 ;
    skos:example "A random generated id for a product."@en ;
    skos:prefLabel "Uncoded"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A conventional that provides no possibility to infer the characteristics of the object to which it refers."@en .

emmo:EMMO_6f55a062_4a3b_4bb7_b2d3_54a4a93ce5cc a owl:Class ;
    rdfs:label "RichardsonConstant"@en ;
    rdfs:comment "Parameter in the expression for the thermionic emission current density J for a metal in terms of the thermodynamic temperature T and work function."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_754c3a5d_8ae8_41ff_b5f2_acbadb53c735 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "RichardsonConstant"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/RichardsonConstant"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105883079"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-30"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-26"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Parameter in the expression for the thermionic emission current density J for a metal in terms of the thermodynamic temperature T and work function."@en .

emmo:EMMO_6fa1feac_c388_44cc_a721_283499d5addc a owl:Class ;
    rdfs:label "QuantumData"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/data#> ;
    rdfs:subClassOf emmo:EMMO_1e1cfc11_aa1a_44d4_a8d0_31e26deb2d19 ;
    skos:prefLabel "QuantumData"@en ;
    emmo: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 .

emmo:EMMO_712f46a1_0aaa_4a41_b681_b10e1cc05233 a owl:DatatypeProperty ;
    rdfs:label "hasJSONValue"@en ;
    rdfs:comment "The owl:dataProperty that provides a serialisation of an EMMO JSON data entity."@en ;
    rdfs:domain emmo:EMMO_90bfd475_ba4a_4065_b0c1_1f08230be252 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:range rdf:JSON ;
    rdfs:subPropertyOf emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    skos:prefLabel "hasJSONValue"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The owl:dataProperty that provides a serialisation of an EMMO JSON data entity."@en .

emmo:EMMO_717d8808-5085-5f35-86b4-6bc75bafac0b a owl:Class ;
    rdfs:label "LeadSymbol"@en ;
    rdfs:comment "The symbol that stands for the lead atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Pb"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_749a9347-0b50-530a-995a-054f2a90bc0d ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "LeadSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the lead atom."@en .

emmo:EMMO_71a0d05d_4c29_4eae_aff1_fb34b8d36f96 a owl:Class ;
    rdfs:label "EnergyDensityOfStates"@en ;
    rdfs:comment "Quantity in condensed matter physics."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_971c8cb1_156f_4a70_a72c_2d851d4d2b20 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    owl:disjointWith emmo:EMMO_88bbdd04_908f_45f0_9ded_d73b430de3b1 ;
    skos:prefLabel "EnergyDensityOfStates"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/EnergyDensityOfStates"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105687031"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-16"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantity in condensed matter physics."@en .

emmo:EMMO_71b5082d-9908-5011-8ad0-b2ab70ffd08c a owl:Class ;
    rdfs:label "IronSymbol"@en ;
    rdfs:comment "The symbol that stands for the iron atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Fe"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_a4839f08-1080-53bf-9cb3-101e20c2656b ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "IronSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the iron atom."@en .

emmo:EMMO_71d48627-4696-54c2-a990-4fdd9f353aef a owl:Class ;
    rdfs:label "DarmastadtiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the darmastadtium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Ds"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_5455d87d-1c98-50e1-9904-c94f6a697097 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "DarmastadtiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the darmastadtium atom."@en .

emmo:EMMO_7214db6c_32e3_436f_85a4_24785f0e3714 a owl:Class ;
    rdfs:label "SurfaceActivityDensity"@en ;
    rdfs:comment "Quotient of the activity A of a sample and the total area S of the surface of that sample."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "SurfaceActivityDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SurfaceActivityDensity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98103005"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-10"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-30"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of the activity A of a sample and the total area S of the surface of that sample."@en .

emmo:EMMO_721be099_4826_4b51_a78f_542b5728bd74 a owl:Class ;
    rdfs:label "DiffusivityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Diffusivity'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L+2 M0 I0 Θ0 N-1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_72301c89_4337_48f5_a390_7649c5fad98b a owl:Class ;
    rdfs:label "LinkedFlux"@en ;
    rdfs:comment "Magnetic flux the integration area of which is such that magnetic field lines cross it in the same orientation more than once."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b931698_937e_49be_ab1b_36fa52d91181 ;
    skos:prefLabel "LinkedFlux"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MagneticFlux"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q4374882"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-77"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-22.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Magnetic flux the integration area of which is such that magnetic field lines cross it in the same orientation more than once."@en .

emmo:EMMO_7243633d_96ff_426d_ae44_8a2504e682da a owl:Class ;
    rdfs:label "IonicStrength"@en ;
    rdfs:comment "Charge number is a quantity of dimension one defined in ChargeNumber."@en,
        "For all types of ions in a solution, half the sum of the products of their molality b_i and the square of their charge number z_i."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_95971713_d589_4002_a5a7_affc5c74cfdb ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ;
    skos:prefLabel "IonicStrength"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/IonicStrength"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q898396"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-24"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-42"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For all types of ions in a solution, half the sum of the products of their molality b_i and the square of their charge number z_i."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.I03180"^^xsd:string .

emmo:EMMO_7254c8be_965d_4b3c_b3be_12c5578bee7c a owl:Class ;
    rdfs:label "AngularReciprocalLatticeVector"@en ;
    rdfs:comment "Vector whose scalar products with all fundamental lattice vectors are integral multiples of 2pi."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53,
        emmo:EMMO_ecec2983_7c26_4f8d_a981_51ca29668baf ;
    skos:prefLabel "AngularReciprocalLatticeVector"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/AngularReciprocalLatticeVector"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105475278"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-2.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Vector whose scalar products with all fundamental lattice vectors are integral multiples of 2pi."@en .

emmo:EMMO_748ff828_763b_4290_adb9_e05376d4136a a owl:Class ;
    rdfs:label "DirectionDistributionOfCrossSection"@en ;
    rdfs:comment "Differential quotient of the cross section for scattering a particle in a given direction and the solid angle around that direction."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "DirectionDistributionOfCrossSection"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/AngularCrossSection"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98266630"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-39"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Differential quotient of the cross section for scattering a particle in a given direction and the solid angle around that direction."@en .

emmo:EMMO_74a096dd_cc83_4c7e_b704_0541620ff18d a owl:Class ;
    rdfs:label "MagneticPolarisation"@en ;
    rdfs:comment "Vector quantity equal to the product of the magnetization M and the magnetic constant μ0."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_961d1aba_f75e_4411_aaa4_457f7516ed6b ;
    skos:prefLabel "MagneticPolarisation"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MagneticPolarization"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q856711"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-54"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-29"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Vector quantity equal to the product of the magnetization M and the magnetic constant μ0."@en .

emmo:EMMO_74cfc811_6e04_4fe4_aea5_6a5cc09f6571 a owl:Class ;
    rdfs:label "DebyeTemperature"@en ;
    rdfs:comment "The temperature at which the highest-frequency mode (and hence all modes) are excited."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "DebyeTemperature"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/DebyeTemperature"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q3517821"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-11"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The temperature at which the highest-frequency mode (and hence all modes) are excited."@en .

emmo:EMMO_74fd9704-69a8-5112-b65a-72ba05bba315 a owl:Class ;
    rdfs:label "YttriumSymbol"@en ;
    rdfs:comment "The symbol that stands for the yttrium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_733b8473-aa8f-59d5-81c3-c97ca40ea9d0 ],
        [ a owl:Restriction ;
            owl:hasValue "Y"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "YttriumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the yttrium atom."@en .

emmo:EMMO_750d42f1_c291_42ce_91b2_a079d79639fb a owl:Class ;
    rdfs:label "Cylinder"@en ;
    rdfs:comment "A 2-manifold with one unconnected boundary and two \"faces\"."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/geometrical#> ;
    rdfs:subClassOf emmo:EMMO_9268958f_7f54_48ab_a693_febe2645892b ;
    skos:prefLabel "Cylinder"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 2-manifold with one unconnected boundary and two \"faces\"."@en .

emmo:EMMO_754fa9fa_1285_4e2f_b1fc_018c9321a0a8 a owl:Class ;
    rdfs:label "MetrologicalConstruct"@en ;
    rdfs:comment "A symbolic construct used within the discipline of metrology."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    owl:equivalentClass [ a owl:Class ;
            owl:intersectionOf ( emmo:EMMO_89a0c87c_0804_4013_937a_6fe234d9499c emmo:EMMO_985bec21_989f_4b9e_a4b3_735d88099c3c ) ] ;
    skos:prefLabel "MetrologicalConstruct"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbolic construct used within the discipline of metrology."@en .

emmo:EMMO_755eaac8_735e_438c_8c19_a8b5e6a81728 a owl:Class ;
    rdfs:label "RapidPrototyping"@en ;
    rdfs:comment "Application of additive manufacturing intended for reducing the time needed for producing prototypes."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_03eb9b46_8ff0_4fcd_b1a0_73f65ae7434e ;
    skos:prefLabel "RapidPrototyping"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Application of additive manufacturing intended for reducing the time needed for producing prototypes."@en .

emmo:EMMO_75fe4fd1_0f7e_429b_b91d_59d248561bae a owl:Class ;
    rdfs:label "NaturalMaterial"@en ;
    rdfs:comment "A Material occurring in nature, without the need of human intervention."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_ddb62e5b_9a1f_4d10_8cd8_32655301bfc9 ;
    skos:prefLabel "NaturalMaterial"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A Material occurring in nature, without the need of human intervention."@en .

emmo:EMMO_76acb5d8_5ab8_484b_8354_7f7612f39c17 a owl:Class ;
    rdfs:label "DebyeAngularWavenumber"@en ;
    rdfs:comment "Cut-off angular wavenumber in the Debye model of the vibrational spectrum of a solid."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_ba236f43_7f94_4386_9673_9122952e928b,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:altLabel "DebyeAngluarRepetency"@en ;
    skos:hiddenLabel "DebyeAngularWaveNumber"@en ;
    skos:prefLabel "DebyeAngularWavenumber"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/DebyeAngularWavenumber"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105554370"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-9.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cut-off angular wavenumber in the Debye model of the vibrational spectrum of a solid."@en .

emmo:EMMO_76cc4efc_231e_42b4_be83_2547681caed6 a owl:Class ;
    rdfs:label "PlanckConstant"@en ;
    rdfs:comment "The quantum of action. It defines the kg base unit in the SI system."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_66d01570_36dd_42fd_844d_29b81b029cd5,
        emmo:EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95 ;
    skos:prefLabel "PlanckConstant"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/constant/PlanckConstant"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The quantum of action. It defines the kg base unit in the SI system."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.P04685"^^xsd:string .

emmo:EMMO_77c53503_48b5_4811_a1a5_6bb4425e0bbf a owl:Class ;
    rdfs:label "AngularAcceleration"@en ;
    rdfs:comment "Vector quantity giving the rate of change of angular velocity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    skos:prefLabel "AngularAcceleration"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/AngularAcceleration"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-46"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Angular_acceleration"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-13"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Vector quantity giving the rate of change of angular velocity."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Angular_acceleration"^^xsd:string .

emmo:EMMO_77e2e601_5ecb_450b_b563_92f096997832 a owl:Class ;
    rdfs:label "SolidMixture"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    owl:equivalentClass [ a owl:Class ;
            owl:intersectionOf ( emmo:EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1 emmo:EMMO_ec2c8ac8_98c5_4c74_b85b_ff8e8ca6655c ) ] ;
    skos:prefLabel "SolidMixture"@en .

emmo:EMMO_79575941_45dc_4f15_bb59_dc04dff2c92d a owl:Class ;
    rdfs:label "TransferMolding"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_6523cad7_ea54_471c_adb7_e783f824ec09 ;
    skos:prefLabel "TransferMolding"@en .

emmo:EMMO_79a02de5_b884_4eab_bc18_f67997d597a2 a owl:Class ;
    rdfs:label "ElectricImpedance"@en ;
    rdfs:comment "Measure of the opposition that a circuit presents to a current when a voltage is applied."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_e88f75d6_9a17_4cfc_bdf7_43d7cea5a9a1 ;
    skos:altLabel "Impedance"^^xsd:string ;
    skos:prefLabel "ElectricImpedance"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Impedance"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q179043"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-43"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-51.1"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure of the opposition that a circuit presents to a current when a voltage is applied."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electrical_impedance"^^xsd:string .

emmo:EMMO_79aad3fb_2e01_4626_8369_4e914893aa6d a owl:Class ;
    rdfs:label "Broadcast"@en ;
    rdfs:comment "A mixed tiling in which a tile has next spatially connected tiles."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:subClassOf emmo:EMMO_2b1fb71c_0eb0_445c_9be7_fb5d30ae79fd ;
    skos:prefLabel "Broadcast"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.2/doc/figs/Broadcast.png"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A mixed tiling in which a tile has next spatially connected tiles."@en .

emmo:EMMO_79fa18f3_6da9_42b9_8cc3_08d9e5c9da87 a owl:ObjectProperty ;
    rdfs:label "isInterpreterFor"@en ;
    rdfs:isDefinedBy emmo:EMMO_cb804456_9459_4be5_ac63_a291a872fbd0,
        <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_e1f718c7_27b6_49fa_af01_9ece7c79b654 ;
    owl:inverseOf emmo:EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ;
    skos:prefLabel "isInterpreterFor"@en .

emmo:EMMO_7ab01303-b09e-5a90-8a5b-f5087d6559d3 a owl:Class ;
    rdfs:label "ZirconiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the zirconium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Zr"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_c052baf7-358f-55de-8ca3-9688563c3cfb ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "ZirconiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the zirconium atom."@en .

emmo:EMMO_7aec67a4_fb96_47c6_80a3_8fea557b2cbb a owl:ObjectProperty ;
    rdfs:label "hasChemicalSpecies"@en ;
    rdfs:comment "Relates a substance to one of its chemical species."@en ;
    rdfs:domain emmo:EMMO_bc37743c_37c4_4ec7_9d58_d1aae5567352 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:range emmo:EMMO_cbcf8fe6_6da6_49e0_ab4d_00f737ea9689 ;
    rdfs:subPropertyOf emmo:EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b ;
    skos:prefLabel "hasChemicalSpecies"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a substance to one of its chemical species."@en .

emmo:EMMO_7b09c6b8_d120_4518_9b66_3b1139e0aa66 a owl:Class ;
    rdfs:label "ApparentPower"@en ;
    rdfs:comment "RMS value voltage multiplied by rms value of electric current."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_09b9021b_f97b_43eb_b83d_0a764b472bc2 ;
    skos:prefLabel "ApparentPower"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ApparentPower"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1930258"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-41"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-57"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "RMS value voltage multiplied by rms value of electric current."@en .

emmo:EMMO_7c2c9869_f6b4_4e5d_8195_4578b17add3e a owl:Class ;
    rdfs:label "SpontaneousProcess"@en ;
    rdfs:comment "A process that has no identifiable agent driving its occurence."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/agency#> ;
    rdfs:subClassOf emmo:EMMO_f53f45f2_c354_417c_a904_a2606ad584d7 ;
    skos:altLabel "NaturalProcess"@en ;
    skos:prefLabel "SpontaneousProcess"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process that has no identifiable agent driving its occurence."@en .

emmo:EMMO_7c79a41c-c0aa-564b-b0b1-6fd4ee6f3256 a owl:Class ;
    rdfs:label "KryptonSymbol"@en ;
    rdfs:comment "The symbol that stands for the krypton atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_72379870-0d00-5e48-912b-62cbd5b3f548 ],
        [ a owl:Restriction ;
            owl:hasValue "Kr"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "KryptonSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the krypton atom."@en .

emmo:EMMO_7dd84949_0afa_4313_9b89_7bb0dd2e7771 a owl:Class ;
    rdfs:label "MassExcess"@en ;
    rdfs:comment "Difference between the mass of an atom, and the product of its mass number and the unified mass constant."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "MassExcess"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MassExcess"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1571163"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-21.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Difference between the mass of an atom, and the product of its mass number and the unified mass constant."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03719"^^xsd:string .

emmo:EMMO_7e53a8b4_6e02_4e56_80d4_8683f92b9c77 a owl:Class ;
    rdfs:label "LinearElectricCurrentDensity"@en ;
    rdfs:comment "Surface density of electric charge multiplied by velocity"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "LinearElectricCurrentDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/LinearElectricCurrentDensity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2356741"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-12"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-9"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Surface density of electric charge multiplied by velocity"@en .

emmo:EMMO_7e963f56_624a_4091_86ec_3b2c609e76bb a owl:Class ;
    rdfs:label "MentalAgency"@en ;
    rdfs:comment "An intentional agency caused by the agent’s mental states and events."@en ;
    rdfs:isDefinedBy <https://plato.stanford.edu/entries/agency/#OthKinAgeMenShaColRelArt>,
        <https://w3id.org/emmo/reference/agency#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a ;
            owl:someValuesFrom emmo:EMMO_3674bfb6_6636_4e9d_aae1_07023ad96d61 ],
        emmo:EMMO_8af3b008_0e32_4684_85ab_a52a8e7b6877 ;
    skos:prefLabel "MentalAgency"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An intentional agency caused by the agent’s mental states and events."@en ;
    emmo: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 .

emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 a owl:AnnotationProperty ;
    rdfs:label "unitSymbol"@en ;
    rdfs:comment "The standard symbol for a unit."@en ;
    rdfs:domain emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf rdfs:comment ;
    skos:prefLabel "unitSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The standard symbol for a unit."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A unit symbol may be a symbolic construct (e.g. km) or a symbol (e.g. m)."@en .

emmo:EMMO_7f8ef5cf_7d80_46fa_951c_369014e3a8af a owl:Class ;
    rdfs:label "PhaseDifference"@en ;
    rdfs:comment "Under sinusoidal conditions, phase difference between the voltage applied to a linear two-terminal element or two-terminal circuit and the electric current in the element or circuit."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e,
        emmo:EMMO_f3dd74c0_f480_49e8_9764_33b78638c235 ;
    skos:altLabel "DisplacementAngle"@en ;
    skos:prefLabel "PhaseDifference"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q97222919"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-48"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-48"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Under sinusoidal conditions, phase difference between the voltage applied to a linear two-terminal element or two-terminal circuit and the electric current in the element or circuit."@en .

emmo:EMMO_7f92ac53_3a89_41a4_af5c_a8ad320a7936 a owl:Class ;
    rdfs:label "NonConvergent"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/structural#> ;
    rdfs:subClassOf emmo:EMMO_8f449738_cedb_436c_bdec_1c8e78bdb644 ;
    skos:prefLabel "NonConvergent"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.2/doc/figs/NonConvergent.png"^^xsd:anyURI ;
    emmo: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 .

emmo:EMMO_7f9b4abe_0bf1_48dc_9bd0_ea34e926ec85 a owl:Class ;
    rdfs:label "MechanicalEfficiency"@en ;
    rdfs:comment "Quotient of mechanical output and input power."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:prefLabel "MechanicalEfficiency"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2628085"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-29"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of mechanical output and input power."@en .

emmo:EMMO_8040a6f6_4736_4dd2_8d1c_f2c13cb77a71 a owl:Class ;
    rdfs:label "IsentropicExponent"@en ;
    rdfs:comment "For an ideal gas, isentropic exponent is equal to ratio of the specific heat capacities."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "IsentropicExponent"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/IsentropicExponent"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q75775739"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-52"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-17.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For an ideal gas, isentropic exponent is equal to ratio of the specific heat capacities."@en .

emmo:EMMO_80b19ae3_7248_4205_8c79_4e94f5f0444c a owl:Class ;
    rdfs:label "GrandCanonicalPartionFunction"@en ;
    rdfs:comment "Sum of canonical partition function Z (NA,NB,…) for the given number of particles A, B, ... multiplied by absolute activities of particles A, B, ..."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:altLabel "GrandPartionFunction"@en ;
    skos:prefLabel "GrandCanonicalPartionFunction"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/GrandCanonicalPartitionFunction"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q96176022"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-35.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Sum of canonical partition function Z (NA,NB,…) for the given number of particles A, B, ... multiplied by absolute activities of particles A, B, ..."@en .

emmo:EMMO_811c67a9-bcdf-5a9e-bbce-28ae2af12915 a owl:Class ;
    rdfs:label "GoldSymbol"@en ;
    rdfs:comment "The symbol that stands for the gold atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_0d37beeb-9dea-558e-82c5-4df3fb6d08d0 ],
        [ a owl:Restriction ;
            owl:hasValue "Au"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "GoldSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the gold atom."@en .

emmo:EMMO_8168c707_1b2a_4c6f_8d2e_a4e8081fd276 a owl:Class ;
    rdfs:label "ThermalInsulance"@en ;
    rdfs:comment "Reciprocal of the coefficient of heat transfer."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_869e6e4f_a9b5_4db8_a978_8ad050239933 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:altLabel "CoefficientOfThermalInsulance"@en ;
    skos:prefLabel "ThermalInsulance"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ThermalInsulance"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2596212"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-41"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-11"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Reciprocal of the coefficient of heat transfer."@en .

emmo:EMMO_81e767f1_59b1_4d7a_bf69_17f322241831 a owl:Class ;
    rdfs:label "MagneticDipoleMoment"@en ;
    rdfs:comment """For an atom or nucleus, this energy is quantized and can be written as:

    W = g μ M B

where g is the appropriate g factor, μ is mostly the Bohr magneton or nuclear magneton, M is magnetic quantum number, and B is magnitude of the magnetic flux density.

-- ISO 80000"""@en,
        """Vector quantity μ causing a change to its energy ΔW in an external magnetic field of field flux density B:

    ΔW = −μ · B"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "MagneticDipoleMoment"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/MagneticDipoleMoment"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-55"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-9.1"^^xsd:string,
        "6-30"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Vector quantity μ causing a change to its energy ΔW in an external magnetic field of field flux density B:

    ΔW = −μ · B"""@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "http://goldbook.iupac.org/terms/view/M03688"^^xsd:string .

emmo:EMMO_8219a082_9443_4374_8038_6459d5cf4ce9 a owl:Class ;
    rdfs:label "AcceptorDensity"@en ;
    rdfs:comment "quotient of number of acceptor levels and volume."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "AcceptorDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/AcceptorDensity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105979968"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-29.5"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of number of acceptor levels and volume."@en .

emmo:EMMO_8303a247_f9d9_4616_bdcd_f5cbd7b298e3 a owl:Class ;
    rdfs:label "BondedAtom"@en ;
    rdfs:comment "A bonded atom that shares at least one electron to the atom-based entity of which is part of."@en,
        """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 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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "BondedAtom"@en ;
    emmo: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 .

emmo:EMMO_830b59f7_d047_438c_90cd_62845749efcb a owl:Class ;
    rdfs:label "InternalEnergy"@en ;
    rdfs:comment "A state quantity equal to the difference between the total energy of a system and the sum of the macroscopic kinetic and potential energies of the system."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2 ;
    skos:altLabel "ThermodynamicEnergy"@en ;
    skos:prefLabel "InternalEnergy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/InternalEnergy"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5.20-2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A state quantity equal to the difference between the total energy of a system and the sum of the macroscopic kinetic and potential energies of the system."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.I03103"^^xsd:string .

emmo:EMMO_83318add_d05e_40fc_93ea_c6cd605df437 a owl:Class ;
    rdfs:label "NonActivePower"@en ;
    rdfs:comment "For a two-terminal element or a two-terminal circuit under periodic conditions, quantity equal to the square root of the difference of the squares of the apparent power S and the active power P."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_09b9021b_f97b_43eb_b83d_0a764b472bc2 ;
    skos:prefLabel "NonActivePower"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/NonActivePower"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q79813060"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-43"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-61"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For a two-terminal element or a two-terminal circuit under periodic conditions, quantity equal to the square root of the difference of the squares of the apparent power S and the active power P."@en .

emmo:EMMO_83a43803_0b0f_45a4_86a3_bc6b32e6a540 a owl:Class ;
    rdfs:label "ResistanceToAlternativeCurrent"@en ;
    rdfs:comment "Real part of the impedance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_e88f75d6_9a17_4cfc_bdf7_43d7cea5a9a1 ;
    skos:prefLabel "ResistanceToAlternativeCurrent"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1048490"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-45"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-51.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Real part of the impedance."@en .

emmo:EMMO_8406f483_eafc_4700_b6c0_5d2908ea2adf a owl:Class ;
    rdfs:label "MobiusStrip"@en ;
    rdfs:comment "A 2-manifold with one unconnected boundary and one \"face\"."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/geometrical#> ;
    rdfs:subClassOf emmo:EMMO_9268958f_7f54_48ab_a693_febe2645892b ;
    skos:prefLabel "MobiusStrip"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 2-manifold with one unconnected boundary and one \"face\"."@en .

emmo:EMMO_849f62cf-3e92-5122-94ba-bcce51a04c5f a owl:Class ;
    rdfs:label "ThuliumSymbol"@en ;
    rdfs:comment "The symbol that stands for the thulium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Tm"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_82f9a8f3-2bb4-5d14-9a41-30a858ecce61 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "ThuliumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the thulium atom."@en .

emmo:EMMO_850b976f_0726_4408_b1b2_1f0ae367faf6 a owl:ObjectProperty ;
    rdfs:label "hasTemporalCollectionSlice"@en ;
    rdfs:comment "A temporal part that is a collection."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:subPropertyOf emmo:5fa16188_d95b_4dd2_ac63_eae63fe01504,
        emmo:EMMO_2a33ee61_8235_4da4_b9a1_ca62cb87a016 ;
    skos:prefLabel "hasTemporalCollectionSlice"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A temporal part that is a collection."@en .

emmo:EMMO_8533871a_01e4_4935_8c7b_cedf8fcc3fa3 a owl:Class ;
    rdfs:label "Replica"@en ;
    rdfs:comment "An icon that not only resembles the object, but also can express some of the object's functions."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 ;
    owl:equivalentClass [ a owl:Class ;
            owl:intersectionOf ( emmo:EMMO_8c537c06_8e1d_4a3b_a251_1c89bb2c4790 emmo:EMMO_c7013b53_3071_410b_a5e4_a8d266dcdfb5 ) ] ;
    skos:example "A small scale replica of a plane tested in a wind gallery shares the same functionality in terms of aerodynamic behaviour of the bigger one."@en,
        "Pinocchio is a functional icon of a boy since it imitates the external behaviour without having the internal biological structure of a human being (it is made of magic wood...)."@en ;
    skos:prefLabel "Replica"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An icon that not only resembles the object, but also can express some of the object's functions."@en .

emmo:EMMO_85605643_f9ed_42ae_85ff_4a7443288dfd a owl:Class ;
    rdfs:label "SpecificEnthalpy"@en ;
    rdfs:comment "Enthalpy per unit mass."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_e218c625_6a39_47a9_8d08_a2ef41c152a9 ;
    skos:prefLabel "SpecificEnthalpy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SpecificEnthalpy"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q21572993"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-21.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Enthalpy per unit mass."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Enthalpy#Specific_enthalpy"^^xsd:string .

emmo:EMMO_86060335_31c2_4820_b433_27c64aea0366 a owl:Class ;
    rdfs:label "Torus"@en ;
    rdfs:comment "The simplest 2-manifold with genus 1."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/geometrical#> ;
    rdfs:subClassOf emmo:EMMO_9268958f_7f54_48ab_a693_febe2645892b ;
    skos:prefLabel "Torus"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The simplest 2-manifold with genus 1."@en .

emmo:EMMO_860ef96c_e93e_4549_b3a3_099a625a26a5 a owl:Class ;
    rdfs:label "CapacitancePerLengthUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'CapacitancePerLength'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+4 L-1 M-1 I+2 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_865a1a70_02e8_40b2_948d_078e636c8701 a owl:Class ;
    rdfs:label "Foaming"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_d7432d8c_3182_4d61_a08f_dc686efaabe9 ;
    skos:prefLabel "Foaming"@en .

emmo:EMMO_86a305d1_7644_48be_b84c_1f976679b904 a owl:Class ;
    rdfs:label "ManufacturingDevice"@en ;
    rdfs:comment "A device that is designed to participate to a manufacturing process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8 ;
    skos:prefLabel "ManufacturingDevice"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A device that is designed to participate to a manufacturing process."@en .

emmo:EMMO_8820f251_ad36_43f4_a693_c0e86a89cc1f a owl:Class ;
    rdfs:label "MaterialByFunction"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_4207e895_8b83_4318_996a_72cfb32acd94 ;
    skos:altLabel "FunctionalMaterial"@en ;
    skos:prefLabel "MaterialByFunction"@en .

emmo:EMMO_8864793d_0f36_4fa3_b54a_90d0234f976a a owl:Class ;
    rdfs:label "SurfaceTension"@en ;
    rdfs:comment "The tendency of liquid surfaces at rest to shrink into the minimum surface area possible."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ],
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:altLabel "4-26"^^xsd:string ;
    skos:prefLabel "SurfaceTension"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SurfaceTension"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q170749"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-42"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The tendency of liquid surfaces at rest to shrink into the minimum surface area possible."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Surface tension is a contractive tendency of the surface of a liquid that allows it to resist an external force.

-- QUDT"""@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S06192"^^xsd:string .

emmo:EMMO_888a5dea_3b7d_4dc0_93f2_d4e345a1f903 a owl:Class ;
    rdfs:label "NumericalData"@en ;
    rdfs:comment "Data that can be decoded under a quantitative schema and also associated with a graphical number symbols."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/data#> ;
    rdfs:subClassOf emmo:EMMO_f0fec2df_41f0_4412_b28a_592858c065f0 ;
    skos:prefLabel "NumericalData"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data that can be decoded under a quantitative schema and also associated with a graphical number symbols."@en .

emmo:EMMO_88b84515_a0df_47bb_8166_c7c8b893c1d8 a owl:ObjectProperty ;
    rdfs:label "hasQuantityValue"@en ;
    rdfs:comment "A conventional relation that relates a quantity to its quantity value."@en ;
    rdfs:domain emmo:EMMO_0650c031_42b6_4f0a_b62d_d88f071da6bf ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:range emmo:EMMO_f658c301_ce93_46cf_9639_4eace2c5d1d5 ;
    rdfs:subPropertyOf emmo:EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b ;
    skos:prefLabel "hasQuantityValue"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A conventional relation that relates a quantity to its quantity value."@en .

emmo:EMMO_88fc5d1b_d3ab_4626_b24c_915ebe7400ca a owl:Class ;
    rdfs:label "ChemicalPotential"@en ;
    rdfs:comment "Energy per unit change in amount of substance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    skos:prefLabel "ChemicalPotential"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/ChemicalPotential"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-17"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Energy per unit change in amount of substance."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.C01032"^^xsd:string .

emmo:EMMO_89083bab_f69c_4d06_bf6d_62973b56cdc7 a owl:Class ;
    rdfs:label "ArithmeticExpression"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf [ a owl:Class ;
            owl:complementOf [ a owl:Restriction ;
                    owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ;
                    owl:someValuesFrom emmo:EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895 ] ],
        emmo:EMMO_1aed91a3_d00c_48af_8f43_a0c958b2512a ;
    skos:example "2+2"@en ;
    skos:prefLabel "ArithmeticExpression"@en .

emmo:EMMO_89113866_31a4_4d19_bc83_7f7c1661ab73 a owl:Class ;
    rdfs:label "ElectricConductivityPerAmountUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricConductivityPerAmount'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+3 L-3 M-1 I+2 Θ0 N-1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_8962933e_4bb0_4511_889a_9ea086a5a15a a owl:ObjectProperty ;
    rdfs:label "hasTemporalInternal"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:subPropertyOf emmo:EMMO_5022e4cb_125f_429d_8556_c3e635c561f2 ;
    skos:prefLabel "hasTemporalInternal"@en .

emmo:EMMO_89d04b65_5b11_4916_b606_0cf3f007fcd9 a owl:Class ;
    rdfs:label "KineticFrictionFactor"@en ;
    rdfs:comment "Proportionality factor between the magnitudes of the kinetic friction force, and the normal component of the contact force."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a18a3e9b_7e3d_44bf_9640_c8634e770ba8,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:altLabel "DynamicFrictionFactor"@en ;
    skos:prefLabel "KineticFrictionFactor"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q73695445"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-32"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-23.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Proportionality factor between the magnitudes of the kinetic friction force, and the normal component of the contact force."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """When it is not necessary to distinguish between dynamic friction factor and static friction factor, the name friction factor may be used for both.

The dynamic friction factor µ is independent in first approximation of the contact surface."""@en .

emmo:EMMO_89f46282-58a4-5140-8c5b-7aaddcccdcf0 a owl:Class ;
    rdfs:label "PalladiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the palladium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_cabcb18d-88ff-5ff7-aceb-ab573526620e ],
        [ a owl:Restriction ;
            owl:hasValue "Pd"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "PalladiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the palladium atom."@en .

emmo:EMMO_8a9b62df_e1ee_463b_bd1c_9fd9a572e970 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "generates"@en ;
    rdfs:comment "The relation between an object O that proper overlaps a process P, where the non-overlapping part of P is caused by O."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ;
    rdfs:subPropertyOf emmo:EMMO_bed37b1f_0479_4b61_bd49_54e25f414222 ;
    owl:inverseOf emmo:EMMO_ee518694_9a11_41e5_ada2_8c68c62c2993 ;
    skos:prefLabel "generates"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/dev/doc/figs/generates.png"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between an object O that proper overlaps a process P, where the non-overlapping part of P is caused by O."@en .

emmo:EMMO_8aba9715_d542_4a79_a778_6115d2b4febd a owl:Class ;
    rdfs:label "CollectiveAgency"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://plato.stanford.edu/entries/agency/#OthKinAgeMenShaColRelArt>,
        <https://w3id.org/emmo/reference/agency#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a ;
            owl:someValuesFrom emmo:EMMO_94c663c8_1d99_45aa_a172_93d19ea95856 ],
        emmo:EMMO_8af3b008_0e32_4684_85ab_a52a8e7b6877 ;
    skos:prefLabel "CollectiveAgency"@en ;
    emmo: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: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 .

emmo:EMMO_8b2fd84c_8f51_4731_9bd7_830545e78b23 a owl:Class ;
    rdfs:label "LowPressureCasting"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_ae3c9eb3_289d_4133_99d6_77068367a58d ;
    skos:prefLabel "LowPressureCasting"@en .

emmo:EMMO_8b4af754_110a_4854_ac65_349ebafc1bed a owl:Class ;
    rdfs:label "MolarVolume"@en ;
    rdfs:comment "Volume per amount of substance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ;
    skos:prefLabel "MolarVolume"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MolarVolume"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q487112"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-5"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Volume per amount of substance."@en .

emmo:EMMO_8b960a48_8017_4cc0_8e38_27d9237b7e0d a owl:Class ;
    rdfs:label "TotalAngularMomentumQuantumNumber"^^xsd:string ;
    rdfs:comment "Quantum number in an atom describing the magnitude of total angular momentum J."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_252cce84_cc8a_49dc_8405_0d5e06425d69 ;
    skos:prefLabel "TotalAngularMomentumQuantumNumber"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/TotalAngularMomentumQuantumNumber"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1141095"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-13.6"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantum number in an atom describing the magnitude of total angular momentum J."@en .

emmo:EMMO_8c151a67_f04a_4435_b7d1_1738e6d952ee a owl:Class ;
    rdfs:label "LinearIonization"@en ;
    rdfs:comment "Differential quotient of q with respect to l, where q is the average total charge of all positive ions produced by an ionizing charged particle over a path l, divided by the elementary charge."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_ecec2983_7c26_4f8d_a981_51ca29668baf ;
    skos:prefLabel "LinearIonization"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/LinearIonization"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98690755"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-03-115"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-58"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Differential quotient of q with respect to l, where q is the average total charge of all positive ions produced by an ionizing charged particle over a path l, divided by the elementary charge."@en .

emmo:EMMO_8caaf41b-df30-5355-be5a-74283c49f50a a owl:Class ;
    rdfs:label "TechnetiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the technetium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Tc"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_9c803415-5978-5525-9de9-fcf0a2098b4c ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "TechnetiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the technetium atom."@en .

emmo:EMMO_8ced4dcc_ba95_4e5f_a54d_68b928c367a0 a owl:Class ;
    rdfs:label "Communicating"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf emmo: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: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 .

emmo:EMMO_8d2f22ab-ba39-5e40-98dc-56f075cf22f1 a owl:Class ;
    rdfs:label "RheniumSymbol"@en ;
    rdfs:comment "The symbol that stands for the rhenium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_8d93f51b-c7c7-5486-b64a-ee206f6b6672 ],
        [ a owl:Restriction ;
            owl:hasValue "Re"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "RheniumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the rhenium atom."@en .

emmo:EMMO_8d3da9ac_2265_4382_bee5_db72046722f8 a owl:Class ;
    rdfs:label "Radioactivity"@en ;
    rdfs:comment "Decays per unit time."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 ],
        emmo:EMMO_194100e1_e11a_4b7c_bb5a_171655679fc8,
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    skos:altLabel "RadioactiveActivity"@en ;
    skos:prefLabel "Radioactivity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/SpecificActivity"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Decays per unit time."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00114"^^xsd:string .

emmo:EMMO_8d4962d7_9608_44f7_a2f1_82a4bb173f4a a owl:Class ;
    rdfs:label "PhysicalBasedSimulationSoftware"@en ;
    rdfs:comment "A computational application that uses a physical model to predict the behaviour of a system, providing a identifiable analogy with the original object."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_8b66ada5_510c_44bd_a8d8_3c64d301a5e9 ;
    skos:prefLabel "PhysicalBasedSimulationSoftware"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A computational application that uses a physical model to predict the behaviour of a system, providing a identifiable analogy with the original object."@en .

emmo:EMMO_8d689295_7d84_421b_bc01_d5cceb2c2086 a owl:Class ;
    rdfs:label "ProtonMass"@en ;
    rdfs:comment "The rest mass of a proton."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2,
        emmo:EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405 ;
    skos:prefLabel "ProtonMass"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/constant/ProtonMass"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The rest mass of a proton."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.P04914"^^xsd:string .

emmo:EMMO_8dacb56f_5931_443b_8de6_f31aec44036c a owl:Class ;
    rdfs:label "MeanFreePathOfPhonons"@en ;
    rdfs:comment "average distance that phonons travel between two successive interactions"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_adc5aa0d_9add_4c8a_aa81_b5798a654ca9,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "MeanFreePathOfPhonons"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/PhononMeanFreePath"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105672255"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-15.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "average distance that phonons travel between two successive interactions"@en .

emmo:EMMO_8dd40ec6_2c5a_43f3_bf64_cadcd447a1c1 a owl:Class ;
    rdfs:label "ThermalConductivity"@en ;
    rdfs:comment "At a point fixed in a medium with a temperature field, scalar quantity λ characterizing the ability of the medium to transmit heat through a surface element containing that point: φ = −λ grad T, where φ is the density of heat flow rate and T is thermodynamic temperature."@en,
        "In an anisotropic medium, thermal conductivity is a tensor quantity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_602397bd_e302_42a6_be33_fe67ea81933a,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "ThermalConductivity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ThermalConductivity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q487005"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-38"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Thermal_conductivity"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-9"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "At a point fixed in a medium with a temperature field, scalar quantity λ characterizing the ability of the medium to transmit heat through a surface element containing that point: φ = −λ grad T, where φ is the density of heat flow rate and T is thermodynamic temperature."@en .

emmo:EMMO_8de14a59_660b_454f_aff8_76a07ce185f4 a owl:Class ;
    rdfs:label "Plus"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "+"^^xsd:string ;
            owl:onProperty emmo:EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 ],
        emmo:EMMO_707f0cd1_941c_4b57_9f20_d0ba30cd6ff3 ;
    skos:prefLabel "Plus"@en .

emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 a owl:AnnotationProperty ;
    rdfs:label "ISO80000Reference"@en ;
    rdfs:comment "Corresponding item number in ISO 80 000."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:seeAlso "https://www.iso.org/obp/ui/#iso:std:iso:80000:-1:ed-1:v1:en"@en ;
    rdfs:subPropertyOf rdfs:seeAlso ;
    skos:example "3-1.1  (ISO80000 reference to length)"@en ;
    skos:prefLabel "ISO80000Reference"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Corresponding item number in ISO 80 000."@en .

emmo:EMMO_8e08b6d4_da0f_4722_a69a_301f2246546c a owl:Class ;
    rdfs:label "MeanFreePathOfElectrons"@en ;
    rdfs:comment "Average distance that electrons travel between two successive interactions."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_adc5aa0d_9add_4c8a_aa81_b5798a654ca9,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "MeanFreePathOfElectrons"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ElectronMeanFreePath"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105672307"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-15.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Average distance that electrons travel between two successive interactions."@en .

emmo:EMMO_8e5dd473_808b_4a8a_b7cd_63068c12ff57 a owl:Class ;
    rdfs:label "AbsorbedDose"@en ;
    rdfs:comment "Energy imparted to matter by ionizing radiation in a suitable small element of volume divided by the mass of that element of volume."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    owl:disjointWith emmo:EMMO_a5de0529_7c25_494c_951d_c0a561fd61fd ;
    skos:prefLabel "AbsorbedDose"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/AbsorbedDose"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-81.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Energy imparted to matter by ionizing radiation in a suitable small element of volume divided by the mass of that element of volume."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00031"^^xsd:string .

emmo:EMMO_8e655535_d6eb_46cd_9738_f86fa6c93217 a owl:Class ;
    rdfs:label "NuclearSpinQuantumNumber"^^xsd:string ;
    rdfs:comment "Quantum number related to the total angular momentum, J, of a nucleus in any specified state, normally called nuclear spin."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_252cce84_cc8a_49dc_8405_0d5e06425d69 ;
    skos:prefLabel "NuclearSpinQuantumNumber"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/NuclearSpinQuantumNumber"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q97577403"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-13.7"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantum number related to the total angular momentum, J, of a nucleus in any specified state, normally called nuclear spin."@en .

emmo:EMMO_8ef46550_7bf2_4ef9_8334_ca3d63fb69b1 a owl:Class ;
    rdfs:label "ElectricCurrentPhasor"@en ;
    rdfs:comment "A representation of current as a sinusoidal integral quantity using a complex quantity whose argument is equal to the initial phase and whose modulus is equal to the root-mean-square value."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ;
    skos:prefLabel "ElectricCurrentPhasor"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ElectricCurrentPhasor"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q78514596"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-49"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A representation of current as a sinusoidal integral quantity using a complex quantity whose argument is equal to the initial phase and whose modulus is equal to the root-mean-square value."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A phasor is a constant complex number, usually expressed in exponential form, representing the complex amplitude (magnitude and phase) of a sinusoidal function of time. Phasors are used by electrical engineers to simplify computations involving sinusoids, where they can often reduce a differential equation problem to an algebraic one."@en .

emmo:EMMO_8f171308_f902_42c5_ac1d_d5259022e9c1 a owl:Class ;
    rdfs:label "MassFractionOfDryMatter"@en ;
    rdfs:comment "Quantity wd = 1 − wH2O, where wH2O is mass fraction of water."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_7c055d65_2929_40e1_af4f_4bf10995ad50,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "MassFractionOfDryMatter"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MassFractionOfDryMatter"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q76379189"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-64"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-32"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantity wd = 1 − wH2O, where wH2O is mass fraction of water."@en .

emmo:EMMO_8f4d2c80_002f_44b4_a4f1_0d9ead0779ba a owl:Class ;
    rdfs:label "Molds"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_6523cad7_ea54_471c_adb7_e783f824ec09 ;
    skos:prefLabel "Molds"@en .

emmo:EMMO_8f87e700_99a8_4427_8ffb_e493de05c217 a owl:Class ;
    rdfs:label "Proton"@en ;
    rdfs:comment "A positive charged subatomic particle found in the atomic nucleus."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf emmo:EMMO_50781fd9_a9e4_46ad_b7be_4500371d188d ;
    owl:disjointWith emmo:EMMO_df808271_df91_4f27_ba59_fa423c51896c ;
    skos:prefLabel "Proton"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A positive charged subatomic particle found in the atomic nucleus."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Proton"^^xsd:string .

emmo:EMMO_8fbc9110-c822-5b8e-a5fc-ee5430d9f34a a owl:Class ;
    rdfs:label "NihoniumSymbol"@en ;
    rdfs:comment "The symbol that stands for the nihonium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Nh"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_75771a96-5e17-568c-bc28-caba06c0047a ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "NihoniumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the nihonium atom."@en .

emmo:EMMO_8fc576e1_3984_402b_a548_be921b4e1bf4 a owl:Class ;
    rdfs:label "IsochoricHeatCapacity"@en ;
    rdfs:comment "Heat capacity at constant volume."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_802c167d_b792_4cb8_a315_35797345c0e3 ;
    skos:altLabel "HeatCapacityAtConstantVolume"@en ;
    skos:prefLabel "IsochoricHeatCapacity"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q112187521"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-50"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-16.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Heat capacity at constant volume."@en .

emmo:EMMO_8fdabd25_01e0_4296_b82a_09d1c34e52d4 a owl:Class ;
    rdfs:label "PoissonNumber"@en ;
    rdfs:comment "Ratio of transverse strain to axial strain."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:altLabel "PoissonsRatio"@en ;
    skos:prefLabel "PoissonNumber"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q190453"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-61"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-18"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ratio of transverse strain to axial strain."@en .

emmo:EMMO_908da3d5_775e_425e_af96_33914618eb66 a owl:Class ;
    rdfs:label "DynamicViscosity"@en ;
    rdfs:comment "The measure of the resistance of a fluid to flow when an external force is applied."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7 ],
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:altLabel "Viscosity"@en ;
    skos:prefLabel "DynamicViscosity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/DynamicViscosity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q15152757"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-34"@en ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-24"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The measure of the resistance of a fluid to flow when an external force is applied."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.D01877"^^xsd:string .

emmo:EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66 a owl:Class ;
    rdfs:label "NominalProperty"@en ;
    rdfs:comment """"Property of a phenomenon, body, or substance, where the property has no magnitude."

"A nominal property has a value, which can be expressed in words, by alphanumerical codes, or by other means."

International vocabulary of metrology (VIM)"""@en,
        "An 'ObjectiveProperty' that cannot be quantified."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf emmo:EMMO_2a888cdf_ec4a_4ec5_af1c_0343372fc978 ;
    skos:example """CFC is a 'sign' that stands for the fact that the morphology of atoms composing the microstructure of an entity is predominantly Cubic Face Centered

A color is a nominal property.

Sex of a human being."""@en ;
    skos:prefLabel "NominalProperty"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An 'ObjectiveProperty' that cannot be quantified."@en ;
    emmo:EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "nominal property"@en .

emmo:EMMO_90a1a4d4_7f02_4b0e_9bfd_053bafbed5f2 a owl:Class ;
    rdfs:label "MicrocanonicalPartitionFunction"@en ;
    rdfs:comment "Number of all quantum states consistent with given energy, volume, and external fields."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:prefLabel "MicrocanonicalPartitionFunction"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MicroCanonicalPartitionFunction"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q96106546"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-35.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of all quantum states consistent with given energy, volume, and external fields."@en .

emmo:EMMO_90e59882_4592_4036_a75d_5fbefb22dc80 a owl:Class ;
    rdfs:label "PeriodDuration"@en ;
    rdfs:comment "duration of one cycle of a periodic event"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_0adabf6f_7404_44cb_9f65_32d83d8101a3 ;
    skos:altLabel "Period"@en ;
    skos:prefLabel "PeriodDuration"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Period"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2642727"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-06-01"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-14"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "duration of one cycle of a periodic event"@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.P04493"^^xsd:string .

emmo:EMMO_90f255f7_4890_440d_a8de_841a8437676c a owl:Class ;
    rdfs:label "HalfLife"@en ;
    rdfs:comment "Mean duration required for the decay of one half of the atoms or nuclei."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_0adabf6f_7404_44cb_9f65_32d83d8101a3,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "HalfLife"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Half-Life"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98118544"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-12"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-31"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Mean duration required for the decay of one half of the atoms or nuclei."@en .

emmo:EMMO_90fa8b63_e59d_4c71_b245_6bb759a22e26 a owl:Class ;
    rdfs:label "RelativePressureCoefficient"@en ;
    rdfs:comment "Relative change of pressure with temperature at constant volume."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_02a935c8_c2d4_4a00_bd6f_b89d05aac79e ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    owl:disjointWith emmo:EMMO_a4e36749_1f44_4e6c_80e8_d5b27d986d8b ;
    skos:prefLabel "RelativePressureCoefficient"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/RelativePressureCoefficient"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q74761852"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-30"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-3.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relative change of pressure with temperature at constant volume."@en .

emmo:EMMO_9140f0d2_fa24_4050_85d9_17d7d2e9e1df a owl:Class ;
    rdfs:label "NonLeakageProbability"@en ;
    rdfs:comment "Probability that a neutron will not escape from the reactor during the slowing-down process or while it diffuses as a thermal neutron."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_0a88be81_343d_4388_92c1_09228ff95ada,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "NonLeakageProbability"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Non-LeakageProbability"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q99415566"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-77"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Probability that a neutron will not escape from the reactor during the slowing-down process or while it diffuses as a thermal neutron."@en .

emmo:EMMO_91447ec0_fb55_49f2_85a5_3172dff6482c a owl:Class ;
    rdfs:label "Polynomial"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf emmo:EMMO_1aed91a3_d00c_48af_8f43_a0c958b2512a ;
    skos:example "2 * x^2 + x + 3"@en ;
    skos:prefLabel "Polynomial"@en .

emmo:EMMO_91579f8a-e3b1-5ac9-9533-402c8cb1ffdd a owl:Class ;
    rdfs:label "MagnesiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the magnesium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Mg"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_ff5e8306-8e33-5305-84aa-d99055d34e0c ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "MagnesiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the magnesium atom."@en .

emmo:EMMO_91a99750_7914_42be_9fe5_b82c59183450 a owl:Class ;
    rdfs:label "HeatFlowRate"@en ;
    rdfs:comment "Amount of heat through a surface during a time interval divided by the duration of this interval."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_09b9021b_f97b_43eb_b83d_0a764b472bc2,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    owl:disjointWith emmo:EMMO_ee7ddcb8_ad8e_4ff7_a09f_889d8edf8f8b ;
    skos:prefLabel "HeatFlowRate"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/HeatFlowRate"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q12160631"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-36"@en ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-7"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Amount of heat through a surface during a time interval divided by the duration of this interval."@en .

emmo:EMMO_920b8adc-575b-55e9-9cd5-cf5eab1696f1 a owl:Class ;
    rdfs:label "CoperniciumSymbol"@en ;
    rdfs:comment "The symbol that stands for the copernicium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_f9125b67-8798-5595-9db3-ffc1840c9947 ],
        [ a owl:Restriction ;
            owl:hasValue "Cn"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "CoperniciumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the copernicium atom."@en .

emmo:EMMO_92227f7f_22e9_4b19_a011_920eac3c7b75 a owl:ObjectProperty ;
    rdfs:label "hasEndTask"@en ;
    rdfs:comment "The relation identifying the tasks of a workflow that are not a temporal cause of other parts of the workflow."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:range emmo:EMMO_8a2a1cbc_dfc3_4e6c_b337_00ee56fd438a ;
    rdfs:subPropertyOf emmo:EMMO_9558cd58_9847_4a0b_936d_32ca83a827a1 ;
    skos:prefLabel "hasEndTask"@en ;
    emmo: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 .

emmo:EMMO_92b2fb85_2143_4bc7_bbca_df3e6944bfc1 a owl:Class ;
    rdfs:label "ElectricReactance"@en ;
    rdfs:comment "The opposition of a circuit element to a change in current or voltage, due to that element's inductance or capacitance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_e88f75d6_9a17_4cfc_bdf7_43d7cea5a9a1 ;
    skos:altLabel "Reactance"^^xsd:string ;
    skos:prefLabel "ElectricReactance"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Reactance"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q193972"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-51.3"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The opposition of a circuit element to a change in current or voltage, due to that element's inductance or capacitance."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The imaginary part of the impedance."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electrical_reactance"^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.R05162"^^xsd:string .

emmo:EMMO_930ce8d9_6cde_4ef9_9cb2_a98a63852b96 a owl:Class ;
    rdfs:label "AngularMeasure"@en ;
    rdfs:comment "The abstract notion of angle."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    owl:disjointWith emmo:EMMO_f3dd74c0_f480_49e8_9764_33b78638c235 ;
    skos:prefLabel "AngularMeasure"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Angle"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1357788"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-04-14"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-5"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The abstract notion of angle."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00346"^^xsd:string .

emmo:EMMO_93582808-e5fc-5bb5-bc7a-0e674e1a7f0e a owl:Class ;
    rdfs:label "HydrogenSymbol"@en ;
    rdfs:comment "The symbol that stands for the hydrogen atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "H"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_5a4790e5-b11b-5a0c-80e4-81515c27a560 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "HydrogenSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the hydrogen atom."@en .

emmo:EMMO_93681c53_4316_415d_8243_a42a0e171de6 a owl:Class ;
    rdfs:label "ElectricCurrentDensityPerTemperatureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricCurrentDensityPerTemperature'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L-2 M0 I+1 Θ-1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_937db6d0_38c3_4469_aeec_1e033f5ea6c4 a owl:Class ;
    rdfs:label "LevelWidth"@en ;
    rdfs:comment "In nuclear physics, quotient of the reduced Planck constant and the mean duration of life of an unstable particle or an excited state."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "LevelWidth"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/LevelWidth"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98082340"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-26"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In nuclear physics, quotient of the reduced Planck constant and the mean duration of life of an unstable particle or an excited state."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.L03507"^^xsd:string .

emmo:EMMO_94857660_8739_4270_99a7_c388933fa17d a owl:Class ;
    rdfs:label "MixingRatio"@en ;
    rdfs:comment "Ratio of the mass of water vapour to the mass of dry air in a given volume of air."@en,
        "The mixing ratio at saturation is denoted xsat."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:altLabel "MassRatioOfWaterVapourToDryGas"@en ;
    skos:prefLabel "MixingRatio"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q76378940"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-62"@en ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-30"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ratio of the mass of water vapour to the mass of dry air in a given volume of air."@en .

emmo:EMMO_950256cd_c286_4793_b9f7_a3f922d0c354 a owl:Class ;
    rdfs:label "ThomsonCoefficient"@en ;
    rdfs:comment "Quotient of Thomson heat power developed, and the electric current and temperature difference."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_96ffda63_71e7_451b_85ee_2cc8e341ff11 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    owl:disjointWith emmo:EMMO_a43cb01a_beb0_46e1_ae6d_22236222e6a1 ;
    skos:prefLabel "ThomsonCoefficient"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ThomsonCoefficient"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105801233"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-23"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of Thomson heat power developed, and the electric current and temperature difference."@en .

emmo:EMMO_953d7ce1_2a40_4391_831f_e4be15162efb a owl:Class ;
    rdfs:label "NuclearPrecessionAngularFrequency"@en ;
    rdfs:comment "Frequency by which the nucleus angular momentum vector precesses about the axis of an external magnetic field."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_f4a30d7e_8e8b_41e6_9695_d33a68f54f4b ;
    skos:prefLabel "NuclearPrecessionAngularFrequency"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q97641779"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-15.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Frequency by which the nucleus angular momentum vector precesses about the axis of an external magnetic field."@en .

emmo:EMMO_95d4eb9b_d3d0_4705_a01c_4f87fb5f8d43 a owl:Class ;
    rdfs:label "TransportationDevice"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8 ;
    skos:prefLabel "TransportationDevice"@en .

emmo:EMMO_96252ae5-c061-5ba0-80a4-774e5d949e06 a owl:Class ;
    rdfs:label "SamariumSymbol"@en ;
    rdfs:comment "The symbol that stands for the samarium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Sm"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_65d84215-de2a-56c9-80e3-a49d08dfc1de ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "SamariumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the samarium atom."@en .

emmo:EMMO_96c38f8d_fabd_41dc_abda_d15419eb897d a owl:Class ;
    rdfs:label "Painting"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_92028373_3a43_4b80_9a69_caca22df3918 ;
    skos:prefLabel "Painting"@en .

emmo:EMMO_96fb9a6c-80d6-57fa-a4f2-0d2a59232418 a owl:Class ;
    rdfs:label "OxygenSymbol"@en ;
    rdfs:comment "The symbol that stands for the oxygen atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "O"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_48be0f49-9e7f-51c1-96ce-88e7794a13b0 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "OxygenSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the oxygen atom."@en .

emmo:EMMO_97589322_710c_4af4_9431_1e5027f2be42 a owl:Class ;
    rdfs:label "Luminance"@en ;
    rdfs:comment "A photometric measure of the luminous intensity per unit area of light travelling in a given direction."@en,
        "Measured in cd/m². Not to confuse with Illuminance, which is measured in lux (cd sr/m²)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    skos:prefLabel "Luminance"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Luminance"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A photometric measure of the luminous intensity per unit area of light travelling in a given direction."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.L03640"^^xsd:string .

emmo:EMMO_9864a26d_ee34_43ac_bc01_118734886185 a owl:Class ;
    rdfs:label "Degenerency"@en ;
    rdfs:comment "For a quantum level, the statistical weight of that level."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:altLabel "Multiplicity"@en ;
    skos:prefLabel "Degenerency"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q902301"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-36.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For a quantum level, the statistical weight of that level."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.D01556"^^xsd:string .

emmo:EMMO_987594e7_c152_4f76_88cf_a80874a864fd a owl:Class ;
    rdfs:label "OsmoticCoefficientOfSolvent"@en ;
    rdfs:comment "Quantity characterizing the deviation of a solvent from ideal behavior."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:altLabel "OsmoticFactorOfSolvent"@en ;
    skos:prefLabel "OsmoticCoefficientOfSolvent"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/OsmoticCoefficient"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q5776102"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-27.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantity characterizing the deviation of a solvent from ideal behavior."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.O04342"^^xsd:string .

emmo:EMMO_98d65021_4574_4890_b2fb_46430841077f a owl:Class ;
    rdfs:label "AlgebraicEquation"@en ;
    rdfs:comment "An 'equation' that has parts two 'polynomial'-s"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 ;
            owl:someValuesFrom emmo:EMMO_1aed91a3_d00c_48af_8f43_a0c958b2512a ],
        emmo:EMMO_e56ee3eb_7609_4ae1_8bed_51974f0960a6 ;
    skos:example "2 * a - b = c"@en ;
    skos:prefLabel "AlgebraicEquation"@en .

emmo:EMMO_99296e55_53f7_4333_9e06_760ad175a1b9 a owl:Class ;
    rdfs:label "SpeedOfLightInVacuum"@en ;
    rdfs:comment "The speed of light in vacuum. Defines the base unit metre in the SI system."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_81369540_1b0e_471b_9bae_6801af22800e,
        emmo:EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95 ;
    skos:prefLabel "SpeedOfLightInVacuum"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/constant/SpeedOfLight_Vacuum"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-35.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The speed of light in vacuum. Defines the base unit metre in the SI system."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05854"^^xsd:string .

emmo:EMMO_998dd3a0_c85f_4c8d_9fb8_816a93cc3bb8 a owl:Class ;
    rdfs:label "File"@en ;
    rdfs:comment "In computing, a computer file is a resource for recording data on a computer storage device, primarily identified by its file path."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_a592c856_4103_43cf_8635_1982a1e5d5de ;
            owl:someValuesFrom emmo:EMMO_e94a9156_fb6c_4e16_88ee_829ac9933155 ],
        emmo:EMMO_4db96fb7_e9e0_466d_942b_f6f17bfdc145,
        emmo:EMMO_51f1ba0d_e92b_4be2_9a9d_4640b16ac7ed ;
    skos:prefLabel "File"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In computing, a computer file is a resource for recording data on a computer storage device, primarily identified by its file path."@en .

emmo:EMMO_99dba333_0dbd_4f75_8841_8c0f97fd58e2 a owl:Class ;
    rdfs:label "Capacitance"@en ;
    rdfs:comment "The derivative of the electric charge of a system with respect to the electric potential."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_b14d9be5_f81e_469b_abca_379c2e83feab ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:altLabel "ElectricCapacitance"@en ;
    skos:prefLabel "Capacitance"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Capacitance"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-13"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The derivative of the electric charge of a system with respect to the electric potential."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.C00791"^^xsd:string .

emmo:EMMO_9a24be51-7059-5306-af89-400c78a49e9c a owl:Class ;
    rdfs:label "RadiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the radium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_3ea9993c-80b9-5133-b552-dce78cd17ade ],
        [ a owl:Restriction ;
            owl:hasValue "Ra"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "RadiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the radium atom."@en .

emmo:EMMO_9b8f36cd_4312_4bc3_a99c_420c00f41550 a owl:Class ;
    rdfs:label "Mobility"@en ;
    rdfs:comment "Quotient of average drift speed imparted to a charged particle in a medium by an electric field, and the electric field strength."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_ca54593a_6828_491b_8fda_22b0ad85e446 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "Mobility"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Mobility"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q900648"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-36"^^xsd:string,
        "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-02-77"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-61"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of average drift speed imparted to a charged particle in a medium by an electric field, and the electric field strength."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03955"^^xsd:string .

emmo:EMMO_9b9e0029_8b16_4382_bd47_571a7ae7d6f6 a owl:Class ;
    rdfs:label "PhaseSpeedOfElectromagneticWaves"@en ;
    rdfs:comment "Angular frequency divided by angular wavenumber."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_81369540_1b0e_471b_9bae_6801af22800e,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "PhaseSpeedOfElectromagneticWaves"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ElectromagneticWavePhaseSpeed"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q77990619"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-35.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Angular frequency divided by angular wavenumber."@en .

emmo:EMMO_9bc6da11_528a_44e8_bd9e_c4154eae7e55 a owl:Class ;
    rdfs:label "IsothermalCompressibility"@en ;
    rdfs:comment "Quantity characterising the relative variation of volume with pressure at constant thermodynamic temperature."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_0de3878e_7928_4ab6_bc6d_cf590b2d0e5b,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "IsothermalCompressibility"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/IsothermalCompressibility"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2990696"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-31"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-5.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantity characterising the relative variation of volume with pressure at constant thermodynamic temperature."@en .

emmo:EMMO_9bed5d66_805a_4b3a_9153_beaf67143848 a owl:Class ;
    rdfs:label "SolidFoam"@en ;
    rdfs:comment "A foam of trapped gas in a solid."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_1f5e3e7e_72c9_40d4_91dd_ae432d7b7018,
        emmo:EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1 ;
    skos:example "Aerogel"@en ;
    skos:prefLabel "SolidFoam"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A foam of trapped gas in a solid."@en .

emmo:EMMO_9c32fd69_f480_4130_83b3_fb25d9face14 a owl:Class ;
    rdfs:label "PhysicalLaw"@en ;
    rdfs:comment "A law that provides a connection between a property of the object and other properties, capturing a fundamental physical phenomena."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_db9a009e_f097_43f5_9520_6cbc07e7610b ;
    skos:prefLabel "PhysicalLaw"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A law that provides a connection between a property of the object and other properties, capturing a fundamental physical phenomena."@en .

emmo:EMMO_9c5b1294-ac9e-554f-a135-a3d72a763d9c a owl:Class ;
    rdfs:label "FermiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the fermium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Fm"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_5ee30708-feb6-54c0-977e-3d069e496a76 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "FermiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the fermium atom."@en .

emmo:EMMO_9d018f03_bbda_4ca5_bc4c_646e72651e53 a owl:Class ;
    rdfs:label "HoleDensity"@en ;
    rdfs:comment "Number of holes in valence band per volume."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_90a39fcb_5087_451e_a92e_ce0adc6d80f1,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "HoleDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/HoleDensity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105971101"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-29.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of holes in valence band per volume."@en .

emmo:EMMO_9d74a963_8c62_4c20_a413_93b786bfbecc a owl:Class ;
    rdfs:label "Presses"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_f8b20fd2_08b9_4368_b786_156e11d1cec8 ;
    skos:prefLabel "Presses"@en .

emmo:EMMO_9d8f708a_f291_4d72_80ec_362c6e6bbca6 a owl:Class ;
    rdfs:label "CentreOfMass"@en ;
    rdfs:comment "In non-relativistic physics, the centre of mass doesn’t depend on the chosen reference frame."@en,
        "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_4312cae4_03ba_457e_b35d_0671a7db350c ;
    skos:prefLabel "CentreOfMass"@en ;
    emmo: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 ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Center_of_mass"^^xsd:string .

emmo:EMMO_9e0891a6_4d87_4891_b557_69ab2bae1dae a owl:Class ;
    rdfs:label "GaugePressure"@en ;
    rdfs:comment "The pressure measured relative to the ambient atmospheric pressure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b ],
        emmo:EMMO_50a44256_9dc5_434b_bad4_74a4d9a29989,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:prefLabel "GaugePressure"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q109594211"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-14.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The pressure measured relative to the ambient atmospheric pressure."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Gauge pressure can be measured using a diaphragm sensor, where one side of the diaphragm is exposed to the pressure media that is to be measured, while the other side is exposed to the ambient atmospheric pressure."@en .

emmo:EMMO_9e2ab15a_f1c7_435b_91ff_bc774e6ba4e7 a owl:Class ;
    rdfs:label "Fugacity"@en ;
    rdfs:comment "Measure of the tendency of a substance to leave a phase."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ;
    skos:prefLabel "Fugacity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Fugacity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q898412"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-20"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure of the tendency of a substance to leave a phase."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.F02543"^^xsd:string .

emmo:EMMO_9e452535_a369_404d_9afb_d41fd79d12b8 a owl:Class ;
    rdfs:label "ConcreteOrPlasterPouring"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_a46f2e3f_6d06_4968_a02f_55274d131130 ;
    skos:prefLabel "ConcreteOrPlasterPouring"@en .

emmo:EMMO_9e955e04_2977_457e_a91a_bc6a541c9a9e a owl:Class ;
    rdfs:label "MolarConductivity"@en ;
    rdfs:comment "Conductivity per molar concentration of electrolyte."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_14235b93_650f_4452_8395_a23b8f645c9a ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ;
    skos:prefLabel "MolarConductivity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MolarConductivity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1943278"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-45"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Conductivity per molar concentration of electrolyte."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03976"^^xsd:string .

emmo:EMMO_9e985b2c_d36d_4ab5_ab01_3290b6747757 a owl:Class ;
    rdfs:label "DateData"@en ;
    rdfs:comment "A data representing a date."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:seeAlso "https://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/datatypes.html#date"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172 ;
    skos:prefLabel "DateData"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing a date."@en .

emmo:EMMO_9eb2d590_2115_4edd_aa8e_345d60921765 a owl:Class ;
    rdfs:label "FermiEnergy"@en ;
    rdfs:comment "In a metal, highest occupied energy level at zero thermodynamic temperature, where energy level means the energy of an electron in the interior of a substance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "FermiEnergy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/FermiEnergy"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q431335"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-18"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-27.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In a metal, highest occupied energy level at zero thermodynamic temperature, where energy level means the energy of an electron in the interior of a substance."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.F02340"^^xsd:string .

emmo:EMMO_9ebb6e14_c656_4568_abfa_f7f193ea14ac a owl:Class ;
    rdfs:label "CompactMaterial"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_9ec16158_9118_4886_be97_4310f02f7571 ;
    skos:prefLabel "CompactMaterial"@en .

emmo:EMMO_9ecb2aa2_10a9_4499_a3ff_9ad76e9f4e0d a owl:Class ;
    rdfs:label "HartreeEnergy"^^xsd:string ;
    rdfs:comment "Energy of the electron in a hydrogen atom in its ground state"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "HartreeEnergy"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/unit/E_h.html"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q476572"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Hartree"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-8"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Energy of the electron in a hydrogen atom in its ground state"@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Hartree"^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.H02748"^^xsd:string .

emmo:EMMO_9ed4ea5a_42c4_48aa_bd59_c16c7d34e741 a owl:Class ;
    rdfs:label "StructureFactor"@en ;
    rdfs:comment "Mathematical description in crystallography."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 ],
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "StructureFactor"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/StructureFactor"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q900684"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-5.4"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Mathematical description in crystallography."@en .

emmo:EMMO_9f33b66d_f2d6_47d0_b163_deeb3d45685a a owl:Class ;
    rdfs:label "PackingFraction"@en ;
    rdfs:comment "Quotient of relative mass excess and the nucleon number."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:prefLabel "PackingFraction"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/PackingFraction"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98058276"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-23.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of relative mass excess and the nucleon number."@en .

emmo:EMMO_9f4f4fab_80bc_44e9_81a2_b7ef07ba4011 a owl:Class ;
    rdfs:label "Learning"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf emmo:EMMO_1783139f_575f_4e41_a409_1e70aceced27 ;
    skos:prefLabel "Learning"@en ;
    emmo: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 .

emmo:EMMO_a09a5342_cad4_40fa_a619_a5af0867cb8f a owl:Class ;
    rdfs:label "DippingForms"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_d7432d8c_3182_4d61_a08f_dc686efaabe9 ;
    skos:prefLabel "DippingForms"@en .

emmo:EMMO_a0a2ded8_54e8_408d_a6b0_7fd1b4d7d16d a owl:ObjectProperty ;
    rdfs:label "hasDeduced"@en ;
    rdfs:comment "A semiotic relation connecting a deducing interpreter to the \"deduced\" semiotic object in a deduction process."@en ;
    rdfs:domain emmo:EMMO_36a4c1ca_5085_49ca_9e13_4c70d00c50a5 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a ;
    owl:inverseOf emmo:EMMO_c0fc29e4_0b93_4d78_83a5_220877d6301f ;
    skos:prefLabel "hasDeduced"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation connecting a deducing interpreter to the \"deduced\" semiotic object in a deduction process."@en .

emmo:EMMO_a0c4322d_4de2_4770_991c_5fad4e6ec25b a owl:Class ;
    rdfs:label "WorkFunction"@en ;
    rdfs:comment "Least energy required for the emission of a conduction electron."@en,
        "Work function is the energy difference between an electron at rest at infinity and an electron at the Fermi level in the interior of a substance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:altLabel "ElectronWorkFunction"@en ;
    skos:prefLabel "WorkFunction"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q783800"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-35"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-24.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Least energy required for the emission of a conduction electron."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E02015"^^xsd:string .

emmo:EMMO_a139c6d5_1a0b_4605_a6c0_9f383539f9b1 a owl:Class ;
    rdfs:label "ElectrolyticDeposition"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_326e7731_76c5_402d_a041_c9b48a736963 ;
    skos:prefLabel "ElectrolyticDeposition"@en .

emmo:EMMO_a13cff6e_41fd_48d5_82b6_3a9015f19001 a owl:Class ;
    rdfs:label "AbsoluteHumidity"@en ;
    rdfs:comment "Mass of the contained water vapour per volume."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_16f2fe60_2db7_43ca_8fee_5b3e416bfe87,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:altLabel "MassConcentrationOfWaterVapour"@en ;
    skos:prefLabel "AbsoluteHumidity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/AbsoluteHumidity"^^xsd:string,
        "https://qudt.org/vocab/quantitykind/MassConcentrationOfWaterVapour"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q76378808"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-60"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-28"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Mass of the contained water vapour per volume."@en .

emmo:EMMO_a14dd591_8b7a_4847_8c91_3a2f421a45b4 a owl:Class ;
    rdfs:label "Macromolecule"@en ;
    rdfs:comment "A polyatomic entity containing a very large number of atoms."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_9fa966c7_5231_409e_841f_b4c5fd33732a ;
    skos:example "Protein, nucleic acid, or synthetic polymer."@en ;
    skos:prefLabel "Macromolecule"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A polyatomic entity containing a very large number of atoms."@en .

emmo:EMMO_a1b66ab5_0b29_4b9d_823e_5aec9768517e a owl:ObjectProperty ;
    rdfs:label "isDeclarerFor"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_cd9a3a58_dabc_4c46_9ea4_03ca000b2022 ;
    owl:inverseOf emmo:EMMO_cc823237_398d_4c9a_b8fa_aa157ee3e3a5 ;
    skos:prefLabel "isDeclarerFor"@en .

emmo:EMMO_a1bd0bfc_5464_43ce_a1a2_947b58dc0f89 a owl:Class ;
    rdfs:label "LatticeVector"@en ;
    rdfs:comment "translation vector that maps the crystal lattice on itself"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ],
        emmo:EMMO_4024a7f8_2991_4d80_bcc9_63705aa0c750,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "LatticeVector"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/LatticeVector"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105435234"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-1.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "translation vector that maps the crystal lattice on itself"@en .

emmo:EMMO_a2641370_e4b8_4582_b4e0_fb389c8d8efb a owl:Class ;
    rdfs:label "DiffusionLength"@en ;
    rdfs:comment "In condensed matter physics, the square root of the product of diffusion coefficient and lifetime."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53,
        emmo:EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ;
    skos:prefLabel "DiffusionLength"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SolidStateDiffusionLength"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q106097176"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=521-02-60"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-33"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In condensed matter physics, the square root of the product of diffusion coefficient and lifetime."@en .

emmo:EMMO_a2682209_f9e2_4024_98dd_ed1f6c5699be a owl:Class ;
    rdfs:label "ShearStrain"@en ;
    rdfs:comment "Displacement of one surface with respect to another divided by the distance between them."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:prefLabel "ShearStrain"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ShearStrain"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q7561704"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-59"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-17.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Displacement of one surface with respect to another divided by the distance between them."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05637"^^xsd:string .

emmo:EMMO_a30e9658-1a08-50cc-b200-25dbc8add30a a owl:Class ;
    rdfs:label "BoronSymbol"@en ;
    rdfs:comment "The symbol that stands for the boron atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "B"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_62cb8f50-5ce5-5f99-9cc8-514eff05d05e ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "BoronSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the boron atom."@en .

emmo:EMMO_a3569860-5d20-5e69-baf6-cbe8ae7cfc15 a owl:Class ;
    rdfs:label "LanthanumSymbol"@en ;
    rdfs:comment "The symbol that stands for the lanthanum atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_b0597d20-6438-53e5-a627-b9dacebc69da ],
        [ a owl:Restriction ;
            owl:hasValue "La"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "LanthanumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the lanthanum atom."@en .

emmo:EMMO_a365b3c1_7bde_41d7_a15b_2820762e85f4 a owl:Class ;
    rdfs:label "Division"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "/"^^xsd:string ;
            owl:onProperty emmo:EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 ],
        emmo:EMMO_707f0cd1_941c_4b57_9f20_d0ba30cd6ff3 ;
    skos:prefLabel "Division"@en .

emmo:EMMO_a383e332_a271_463f_9e44_559604547220 a owl:Class ;
    rdfs:label "DewPointTemperature"@en ;
    rdfs:comment "The corresponding Celsius temperature is denoted td and is also called dew point."@en,
        "Thermodynamic temperature at which vapour in air reaches saturation."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "DewPointTemperature"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q178828"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-67"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-36"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Thermodynamic temperature at which vapour in air reaches saturation."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.D01652"^^xsd:string .

emmo:EMMO_a3c78d6f_ae49_47c8_a634_9b6d86b79382 a owl:Class ;
    rdfs:label "RybergConstant"@en ;
    rdfs:comment "The Rydberg constant represents the limiting value of the highest wavenumber (the inverse wavelength) of any photon that can be emitted from the hydrogen atom, or, alternatively, the wavenumber of the lowest-energy photon capable of ionizing the hydrogen atom from its ground state."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2,
        emmo:EMMO_e0aaed83_9224_4bd8_a960_a813c4569412 ;
    skos:prefLabel "RybergConstant"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/constant/RydbergConstant"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The Rydberg constant represents the limiting value of the highest wavenumber (the inverse wavelength) of any photon that can be emitted from the hydrogen atom, or, alternatively, the wavenumber of the lowest-energy photon capable of ionizing the hydrogen atom from its ground state."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.R05430"^^xsd:string .

emmo:EMMO_a45dc074_c5ed_4aad_a4e7_141a02fe1d73 a owl:Class ;
    rdfs:label "RelativeMassFractionOfVapour"@en ;
    rdfs:comment """Quotient of mass concentration of water vapour and mass concentration at its saturation

ψ = r/rsat

where r is mass ratio of water vapour to dry gas and rsat is the mass ratio of water vapour to dry gas at saturation of the same temperature."""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:prefLabel "RelativeMassFractionOfVapour"@en ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-35"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Quotient of mass concentration of water vapour and mass concentration at its saturation

ψ = r/rsat

where r is mass ratio of water vapour to dry gas and rsat is the mass ratio of water vapour to dry gas at saturation of the same temperature."""@en .

emmo:EMMO_a466b60b_d973_4b8f_897f_d0b837a59df3 a owl:Class ;
    rdfs:label "StructuralFormula"@en ;
    rdfs:comment "A graphical representation of a molecular structure showing the relative position in space of the atomic constituents and their bonds."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_ecc4efe9_77a2_47e3_8190_f9a883d54ac6 ;
    skos:prefLabel "StructuralFormula"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A graphical representation of a molecular structure showing the relative position in space of the atomic constituents and their bonds."^^xsd:string .

emmo:EMMO_a4b14b83_9392_4a5f_a2e8_b2b58793f59b a owl:Class ;
    rdfs:label "DataBasedSimulationSoftware"@en ;
    rdfs:comment "A computational application that uses existing data to predict the behaviour of a system without providing a identifiable analogy with the original object."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_8b66ada5_510c_44bd_a8d8_3c64d301a5e9 ;
    skos:prefLabel "DataBasedSimulationSoftware"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A computational application that uses existing data to predict the behaviour of a system without providing a identifiable analogy with the original object."@en .

emmo:EMMO_a6138ba7_e365_4f2d_b6b4_fe5a5918d403 a owl:Class ;
    rdfs:label "ArithmeticEquation"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf emmo:EMMO_e56ee3eb_7609_4ae1_8bed_51974f0960a6 ;
    skos:example "1 + 1 = 2"@en ;
    skos:prefLabel "ArithmeticEquation"@en .

emmo:EMMO_a68368e4_b822_4395_9213_ae7429a677d6 a owl:Class ;
    rdfs:label "ScalarMagneticPotential"@en ;
    rdfs:comment "Scalar potential of an irrotational magnetic field strength."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "ScalarMagneticPotential"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q17162107"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-58"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-37.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Scalar potential of an irrotational magnetic field strength."@en .

emmo:EMMO_a7180b5f-d46d-5751-b3bc-ae28a6655992 a owl:Class ;
    rdfs:label "CarbonSymbol"@en ;
    rdfs:comment "The symbol that stands for the carbon atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_0056cc2f-f2fe-558e-a65c-9a8fc5cea333 ],
        [ a owl:Restriction ;
            owl:hasValue "C"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "CarbonSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the carbon atom."@en .

emmo:EMMO_a85d0b8a_588e_423f_b799_97b0890e9183 a owl:Class ;
    rdfs:label "DieCasting"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_ae3c9eb3_289d_4133_99d6_77068367a58d ;
    skos:prefLabel "DieCasting"@en .

emmo:EMMO_a8eb87b5_4d10_4137_a75c_e04ee59ca095 a owl:Class ;
    rdfs:label "VolumeFraction"@en ;
    rdfs:comment "Volume of a constituent of a mixture divided by the sum of volumes of all constituents prior to mixing."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_602397bd_e302_42a6_be33_fe67ea81933a,
        emmo:EMMO_a293f923_954c_4af5_9f97_9600ebd362cb,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:prefLabel "VolumeFraction"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/VolumeFraction"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-14"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Volume of a constituent of a mixture divided by the sum of volumes of all constituents prior to mixing."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.V06643"@en .

emmo:EMMO_a939c29d-2304-5e48-8b15-fc592a9d1813 a owl:Class ;
    rdfs:label "PotassiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the potassium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "K"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_d7c9e90e-ba46-55b2-9671-43408f6a1d74 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "PotassiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the potassium atom."@en .

emmo:EMMO_a9a6ddf8_7e16_420a_9f3d_df7d5cfe3536 a owl:Class ;
    rdfs:label "SubjectiveProperty"@en ;
    rdfs:comment "A quantity whos value that cannot be univocally determined and depends on an agent (e.g. a human individual, a community)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf emmo:EMMO_251cfb4f_5c75_4778_91ed_6c8395212fd8,
        emmo:EMMO_d9350951_5300_44e8_ae61_79fb7c53b7e7 ;
    owl:disjointWith emmo: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: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 .

emmo:EMMO_aa078194_12df_4b10_b264_6595d2472570 a owl:Class ;
    rdfs:label "Gyroradius"@en ;
    rdfs:comment "Radius of the circular movement of an electrically charged particle in a magnetic field."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_32dcd601_47c7_4028_b7fa_5e972ae57f12,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:altLabel "LarmorRadius"@en ;
    skos:prefLabel "Gyroradius"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1194458"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-17"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Radius of the circular movement of an electrically charged particle in a magnetic field."@en .

emmo:EMMO_aa446897_0683_4e9b_9b0e_b6081d2d70d8 a owl:Class ;
    rdfs:label "Folding"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_78284835_f4ed_4a7c_914f_a7fdb460ed8e ;
    skos:prefLabel "Folding"@en .

emmo:EMMO_aab6a0cc_2fbd_43ac_ac5a_b7b7b75331dc a owl:Class ;
    rdfs:label "FORTRAN"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_1461e904_a2bf_4558_ad74_2706f5706b34 ;
    skos:prefLabel "FORTRAN"@en .

emmo:EMMO_aaf9dd7f_0474_40d0_9606_02def8515249 a owl:Class ;
    rdfs:label "Torque"@en ;
    rdfs:comment "Even though torque has the same physical dimension as energy, it is not of the same kind and can not be measured with energy units like joule or electron volt."@en,
        "The effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    skos:prefLabel "Torque"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Torque"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-12.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.T06400"^^xsd:string .

emmo:EMMO_ab3e812f_4d0f_4290_83fb_b2f5963f3772 a owl:Class ;
    rdfs:label "DampingCoefficient"@en ;
    rdfs:comment "Inverse of the time constant of an exponentially varying quantity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_de2c6b70_bc1e_48ff_84b7_8fa16e0287fa ;
    skos:prefLabel "DampingCoefficient"@en ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-05-24"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-24"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Inverse of the time constant of an exponentially varying quantity."@en .

emmo:EMMO_abf30c80_6a0e_496e_b6dd_0439f0050fde a owl:ObjectProperty ;
    rdfs:label "isInternalRepresentationBy"@en ;
    rdfs:isDefinedBy emmo:EMMO_da27d905_beb6_44ea_a330_a2dd9c17b263,
        <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_e1f718c7_27b6_49fa_af01_9ece7c79b654 ;
    owl:inverseOf emmo:EMMO_da27d905_beb6_44ea_a330_a2dd9c17b263 ;
    skos:prefLabel "isInternalRepresentationBy"@en .

emmo:EMMO_ac1a05c5_0c17_4387_bac0_683f2a86f3ed a owl:Class ;
    rdfs:label "NonNumericalData"@en ;
    rdfs:comment "Data that are non-quantitatively interpreted (e.g., qualitative data, types)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/data#> ;
    rdfs:subClassOf emmo:EMMO_f0fec2df_41f0_4412_b28a_592858c065f0 ;
    skos:prefLabel "NonNumericalData"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data that are non-quantitatively interpreted (e.g., qualitative data, types)."@en .

emmo:EMMO_ac540a9d_0131_43f6_a33b_17e5cfc432ed a owl:Class ;
    rdfs:label "KineticEnergy"@en ;
    rdfs:comment "The energy of an object due to its motion."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2 ;
    skos:prefLabel "KineticEnergy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/KineticEnergy"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-28.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The energy of an object due to its motion."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.K03402"^^xsd:string .

emmo:EMMO_ac82358d_94a7_4ceb_93e7_41bab5bcefdf a owl:Class ;
    rdfs:label "IsobaricHeatCapacity"@en ;
    rdfs:comment "Heat capacity at constant pressure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_802c167d_b792_4cb8_a315_35797345c0e3 ;
    skos:altLabel "HeatCapacityAtConstantPressure"@en ;
    skos:prefLabel "IsobaricHeatCapacity"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q112187490"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-49"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-16.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Heat capacity at constant pressure."@en .

emmo:EMMO_ac852bf0_3251_4d6b_9e57_acbfcb5e7e08 a owl:DatatypeProperty ;
    rdfs:label "hasURLValue"@en ;
    rdfs:comment "The owl:dataProperty that provides a serialisation of an EMMO URL data entity."@en ;
    rdfs:domain emmo:EMMO_8a8f664b_dc59_4e00_ae00_81fdf1e1d12e ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:range xsd:anyURI ;
    rdfs:subPropertyOf emmo:EMMO_b35e92d7_7fa0_4661_aa5a_5cea7c8e6925 ;
    skos:prefLabel "hasURLValue"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The owl:dataProperty that provides a serialisation of an EMMO URL data entity."@en .

emmo:EMMO_acd1a504_ca32_4f30_86ad_0b62cea5bc02 a owl:Class ;
    rdfs:label "StandardUnit"@en ;
    rdfs:comment """A reference unit provided by a reference material.
International vocabulary of metrology (VIM)"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf emmo:EMMO_18ce5200_00f5_45bb_8c6f_6fb128cd41ae ;
    skos:altLabel "ReferenceMaterial"^^xsd:string ;
    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 ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A reference unit provided by a reference material.
International vocabulary of metrology (VIM)"""@en .

emmo:EMMO_acf636d4_9ac2_4ce3_960a_d54338e6cae3 a owl:Class ;
    rdfs:label "Strain"@en ;
    rdfs:comment "Change of the relative positions of parts of a body, excluding a displacement of the body as a whole."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:prefLabel "Strain"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Strain"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-17.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Change of the relative positions of parts of a body, excluding a displacement of the body as a whole."@en .

emmo:EMMO_ad0bdf66_93c4_4a4d_8e1d_57ec850b1741 a owl:ObjectProperty ;
    rdfs:label "hasSimulatedObject"@en ;
    rdfs:comment "Relates a simulation to the object or system that is simulated."@en ;
    rdfs:domain emmo:EMMO_9335cf09_431f_4613_9dab_ce4ceaca965b ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subPropertyOf emmo:EMMO_8fb6d667_f2af_482d_97a9_ec97cd81274d ;
    skos:prefLabel "hasSimulatedObject"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a simulation to the object or system that is simulated."@en .

emmo:EMMO_ad6a320d_6c32_4e0b_9fb8_5a4bf771a6dd a owl:ObjectProperty ;
    rdfs:label "hasNonWellFormedPart"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:subPropertyOf emmo:EMMO_0eb37d3d_b633_4ea4_a863_8b7a27c6fdb4,
        emmo:EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611 ;
    skos:prefLabel "hasNonWellFormedPart"@en ;
    emmo: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 .

emmo:EMMO_ad6c76cf_b400_423e_820f_cf0c4e77f455 a owl:Class ;
    rdfs:label "MolarGasConstant"@en ;
    rdfs:comment "Equivalent to the Boltzmann constant, but expressed in units of energy per temperature increment per mole (rather than energy per temperature increment per particle)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_3cb55500_dc5b_4586_bbf3_1d4158afac35 ],
        emmo:EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95 ;
    owl:disjointWith emmo:EMMO_f1be7d92_c57d_4698_a0ba_968130a3f9e1 ;
    skos:prefLabel "MolarGasConstant"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/constant/MolarGasConstant"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-37.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Equivalent to the Boltzmann constant, but expressed in units of energy per temperature increment per mole (rather than energy per temperature increment per particle)."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.G02579"^^xsd:string .

emmo:EMMO_ad8b1096_4df1_44f5_a3b9_fc2ec9e7f5b1 a owl:Class ;
    rdfs:label "StyleSheetLanguage"@en ;
    rdfs:comment "A computer language that expresses the presentation of structured documents."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_19fe0747_6954_40cb_9f8f_b87498bc8e78 ;
    skos:example "CSS"@en ;
    skos:prefLabel "StyleSheetLanguage"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A computer language that expresses the presentation of structured documents."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Style_sheet_language"^^xsd:anyURI .

emmo:EMMO_ad91ad62_ef79_42ad_8e15_34cbd95d69cb a owl:Class ;
    rdfs:label "LondonPenetrationDepth"@en ;
    rdfs:comment "Distance a magnetic field penetrates the plane surface of a semi-finite superconductor."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53,
        emmo:EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ;
    skos:prefLabel "LondonPenetrationDepth"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/LondonPenetrationDepth"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q3277853"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=815-10-33"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-38.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Distance a magnetic field penetrates the plane surface of a semi-finite superconductor."@en .

emmo:EMMO_ad9d6895_2800_48ad_8007_e293c52a8178 a owl:Class ;
    rdfs:label "MolarGibbsEnergy"@en ;
    rdfs:comment "Gibbs energy per amount of substance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_f675294e_6f30_4b1d_a68e_a74e59f3b2fc ;
    skos:prefLabel "MolarGibbsEnergy"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q88863324"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-6.4"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Gibbs energy per amount of substance."@en .

emmo:EMMO_add2e29d_6d87_4b78_9706_588e25557093 a owl:Class ;
    rdfs:label "Python"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b ;
    skos:prefLabel "Python"@en .

emmo:EMMO_ae15fb4f_8e4d_41de_a0f9_3997f89ba6a2 a owl:Class ;
    rdfs:label "KnownConstant"@en ;
    rdfs:comment "A variable that stand for a well known numerical constant (a known number)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom emmo:EMMO_4ce76d7f_03f8_45b6_9003_90052a79bfaa ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_3446e167_c576_49d6_846c_215bb8878a55 ] ],
        emmo:EMMO_4ce76d7f_03f8_45b6_9003_90052a79bfaa,
        emmo:EMMO_8c64fcfa_23aa_45f8_9e58_bdfd065fab8f ;
    skos:example "π refers to the constant number ~3.14"@en ;
    skos:prefLabel "KnownConstant"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A variable that stand for a well known numerical constant (a known number)."@en .

emmo:EMMO_aea43ae4_f824_4c42_892e_709bf9dc1c40 a owl:Class ;
    rdfs:label "MolarHelmholtzEnergy"@en ;
    rdfs:comment "Helmholtz energy per amount of substance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_f675294e_6f30_4b1d_a68e_a74e59f3b2fc ;
    skos:prefLabel "MolarHelmholtzEnergy"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q88862986"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-6.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Helmholtz energy per amount of substance."@en .

emmo:EMMO_aef8af39_0a22_4be8_a523_4e47ca36e035 a owl:ObjectProperty ;
    rdfs:label "hasTemporalSection"@en ;
    rdfs:comment "A temporal part that is not a slice."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:subPropertyOf emmo:EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ;
    skos:prefLabel "hasTemporalSection"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A temporal part that is not a slice."@en .

emmo:EMMO_af362dae-2da6-595e-8581-21a8363a5a54 a owl:Class ;
    rdfs:label "PoloniumSymbol"@en ;
    rdfs:comment "The symbol that stands for the polonium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Po"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_784119c1-c336-5b0c-80fc-4cc8bddc99ca ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "PoloniumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the polonium atom."@en .

emmo:EMMO_af7b627d_6528_4fdb_97df_ba4579c4bb5d a owl:Class ;
    rdfs:label "MarkupLanguage"@en ;
    rdfs:comment "A grammar for annotating a document in a way that is syntactically distinguishable from the text."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_19fe0747_6954_40cb_9f8f_b87498bc8e78 ;
    skos:example "HTML"@en ;
    skos:prefLabel "MarkupLanguage"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A grammar for annotating a document in a way that is syntactically distinguishable from the text."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Markup_language"^^xsd:anyURI .

emmo:EMMO_afea89af_ef16_4bdb_99d5_f3b2f4c85a6c a owl:Class ;
    rdfs:label "AreaDensity"@en ;
    rdfs:comment "Mass per unit area."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_602397bd_e302_42a6_be33_fe67ea81933a ;
    skos:prefLabel "AreaDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/SurfaceDensity"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Mass per unit area."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S06167"^^xsd:string .

emmo:EMMO_afee3bf0-d0e0-53dc-bfb1-b624b5724d47 a owl:Class ;
    rdfs:label "NeodymiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the neodymium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_2e6eba5e-8c55-534c-b955-f09296e190e0 ],
        [ a owl:Restriction ;
            owl:hasValue "Nd"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "NeodymiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the neodymium atom."@en .

emmo:EMMO_b02aaadc_592d_4d65_bf11_eee06bd9f80d a owl:Class ;
    rdfs:label "MassConcentrationOfWater"@en ;
    rdfs:comment "Quotient of the mass of water in a three-dimensional domain, irrespective of the form of aggregation, by the volume of the domain."@en,
        "The mass concentration of water at saturation is denoted wsat."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_16f2fe60_2db7_43ca_8fee_5b3e416bfe87,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "MassConcentrationOfWater"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MassConcentrationOfWater"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q76378758"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-59"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-27"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of the mass of water in a three-dimensional domain, irrespective of the form of aggregation, by the volume of the domain."@en .

emmo:EMMO_b03dfad7_eab8_4949_9d10_dd4fd12faaef a owl:Class ;
    rdfs:label "ReactorTimeConstant"@en ;
    rdfs:comment "Duration required for the neutron fluence rate in a reactor to change by the factor e when the fluence rate is rising or falling exponentially."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_0adabf6f_7404_44cb_9f65_32d83d8101a3,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "ReactorTimeConstant"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ReactorTimeConstant"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q99518950"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-07-04"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-79"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Duration required for the neutron fluence rate in a reactor to change by the factor e when the fluence rate is rising or falling exponentially."@en .

emmo:EMMO_b0ef0941_5c92_4b71_bc26_95e95e5e0004 a owl:Class ;
    rdfs:label "StatisticalWeightOfSubsystem"@en ;
    rdfs:comment "Number of different microstates in a subsystem."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:prefLabel "StatisticalWeightOfSubsystem"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q96207431"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-36.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of different microstates in a subsystem."@en .

emmo:EMMO_b12e3fea-4467-5a08-9b14-67c51def1431 a owl:Class ;
    rdfs:label "CadmiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the cadmium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Cd"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_0761710a-3de3-5cff-a0cc-dfb8eba5a99d ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "CadmiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the cadmium atom."@en .

emmo:EMMO_b1862e72_219f_4fc0_b58c_b26339f6dc88 a owl:Class ;
    rdfs:label "Gathering"@en ;
    rdfs:comment "A mixed tiling in which a tile is the next of spatially connected tiles."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:subClassOf emmo:EMMO_2b1fb71c_0eb0_445c_9be7_fb5d30ae79fd ;
    skos:prefLabel "Gathering"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.2/doc/figs/Gathering.png"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A mixed tiling in which a tile is the next of spatially connected tiles."@en .

emmo:EMMO_b19aacfc_5f73_4c33_9456_469c1e89a53e a owl:ObjectProperty ;
    rdfs:label "hasDatum"@en ;
    rdfs:comment "Relates a dataset to its datum."@en ;
    rdfs:domain emmo:EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/data#> ;
    rdfs:range emmo:EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a ;
    rdfs:subPropertyOf emmo:EMMO_55354438_7000_4284_b1b9_59d60c2261b9 ;
    skos:prefLabel "hasDatum"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a dataset to its datum."@en .

emmo:EMMO_b1daa610_64c6_4935_94b8_a19db586a2f6 a owl:ObjectProperty ;
    rdfs:label "hasPortion"@en ;
    rdfs:comment "The relation between a object whole and its spatial part of the same type."@en ;
    rdfs:domain emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606,
        emmo:EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/persholistic#> ;
    rdfs:range emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    rdfs:subPropertyOf emmo:EMMO_6786b336_e982_4759_8dee_1905a4106591 ;
    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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a object whole and its spatial part of the same type."@en .

emmo:EMMO_b23e7251_a488_4732_8268_027ad76d7e37 a owl:Class ;
    rdfs:label "Magnetization"@en ;
    rdfs:comment "At a given point within a domain of quasi-infinitesimal volume V, vector quantity equal to the magnetic area moment m of the substance contained within the domain divided by the volume V."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "Magnetization"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Magnetization"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q856711"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-52"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-24"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "At a given point within a domain of quasi-infinitesimal volume V, vector quantity equal to the magnetic area moment m of the substance contained within the domain divided by the volume V."@en .

emmo:EMMO_b2a234a8_579a_422c_9305_b8f7e72c76cd a owl:Class ;
    rdfs:label "Circle"@en ;
    rdfs:comment "Self-connected one-manyfold."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/geometrical#> ;
    rdfs:subClassOf emmo:EMMO_0c576e13_4ee7_4f3d_bfe9_1614243df018 ;
    skos:prefLabel "Circle"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Self-connected one-manyfold."@en .

emmo:EMMO_b2e41936-a44f-578d-960b-91f8f0135b2b a owl:Class ;
    rdfs:label "MeitneriumSymbol"@en ;
    rdfs:comment "The symbol that stands for the meitnerium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Mt"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_3213514e-b1ba-506c-ae22-d4e3a688ddf3 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "MeitneriumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the meitnerium atom."@en .

emmo:EMMO_b30d4f1c_61e3_4647_bae1_c0928acb2095 a owl:Class ;
    rdfs:label "HallCoefficient"@en ;
    rdfs:comment "The relation between electric field strength and current density in an isotropic conductor."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_578f7da0_10f8_4fc2_9fd0_79b79f47f975 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "HallCoefficient"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/HallCoefficient"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q997439"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=521-09-02"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-19"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between electric field strength and current density in an isotropic conductor."@en .

emmo:EMMO_b33909cc_61a1_4ab3_a1f8_d9283a6b1a0d a owl:Class ;
    rdfs:label "SpecificHeatCapacityAtSaturatedVaporPressure"@en ;
    rdfs:comment "Specific heat capacity at saturated vaport pressure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_b4f4ed28_d24c_4a00_9583_62ab839abeca ;
    skos:prefLabel "SpecificHeatCapacityAtSaturatedVaporPressure"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q75775005"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-16.4"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Specific heat capacity at saturated vaport pressure."@en .

emmo:EMMO_b385b94e_ffff_47a2_8971_856f92dd786e a owl:Class ;
    rdfs:label "VolumeFlowRate"@en ;
    rdfs:comment "Quantity equal to the volume dV of substance crossing a given surface during a time interval with infinitesimal duration dt, divided by this duration, thus qV = dV / dt-"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:altLabel "VolumetricFlowRate"@en ;
    skos:prefLabel "VolumeFlowRate"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/VolumeFlowRate"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1134348"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-72"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-31"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantity equal to the volume dV of substance crossing a given surface during a time interval with infinitesimal duration dt, divided by this duration, thus qV = dV / dt-"@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Volumetric_flow_rate"^^xsd:string .

emmo:EMMO_b3bf01d2_5d67_45d3_91e6_70abddae08a9 a owl:Class ;
    rdfs:label "CarrierLifetime"@en ;
    rdfs:comment "Time constant for recombination or trapping of minority charge carriers in semiconductors"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_88967c93_894b_4e42_bc3c_c8517b255489,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "CarrierLifetime"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/CarrierLifetime"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q5046374"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-32.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Time constant for recombination or trapping of minority charge carriers in semiconductors"@en .

emmo:EMMO_b3c004d7_d377_459d_8857_dee6b5f51f3a a owl:Class ;
    rdfs:label "RadiantEnergy"@en ;
    rdfs:comment "Mean energy, excluding rest energy, of the particles that are emitted, transferred, or received."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "RadiantEnergy"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1259526"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-45"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Mean energy, excluding rest energy, of the particles that are emitted, transferred, or received."@en .

emmo:EMMO_b3ddad94_ef7e_4b97_8329_9e7c788dd94d a owl:ObjectProperty ;
    rdfs:label "isPropertyFor"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_55375713_8f92_473b_a688_b7fcc14f7797 ;
    owl:inverseOf emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 ;
    skos:prefLabel "isPropertyFor"@en .

emmo:EMMO_b42b9f49-aa2a-5dc7-afa5-9c5c013b621d a owl:Class ;
    rdfs:label "BerylliumSymbol"@en ;
    rdfs:comment "The symbol that stands for the beryllium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_b8294a50-b121-5b9c-bacd-5d4206c3aaaf ],
        [ a owl:Restriction ;
            owl:hasValue "Be"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "BerylliumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the beryllium atom."@en .

emmo:EMMO_b452fe23_0c61_436d_8357_57a521448801 a owl:Class ;
    rdfs:label "LarmonAngularFrequency"@en ;
    rdfs:comment "Angular frequency of the electron angular momentum vector precession about the axis of an external magnetic field."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_f4a30d7e_8e8b_41e6_9695_d33a68f54f4b ;
    skos:prefLabel "LarmonAngularFrequency"@en ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-15.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Angular frequency of the electron angular momentum vector precession about the axis of an external magnetic field."@en .

emmo:EMMO_b4895f75_41c8_4fd9_b6d6_4d5f7c99c423 a owl:Class ;
    rdfs:label "MagneticFieldStrength"@en ;
    rdfs:comment "Strength of a magnetic field. Commonly denoted H."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:altLabel "MagnetizingFieldStrength"@en ;
    skos:prefLabel "MagneticFieldStrength"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/MagneticFieldStrength"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q28123"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-56"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-25"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Strength of a magnetic field. Commonly denoted H."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03683"^^xsd:string .

emmo:EMMO_b501a8ed_ae15_4288_9d92_1026463e95cb a owl:Class ;
    rdfs:label "Convergent"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/structural#> ;
    rdfs:subClassOf emmo:EMMO_8f449738_cedb_436c_bdec_1c8e78bdb644 ;
    skos:prefLabel "Convergent"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.2/doc/figs/Convergent.png"^^xsd:anyURI ;
    emmo: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 .

emmo:EMMO_b51fbd00_a857_4132_9711_0ef70e7bdd20 a owl:Class ;
    rdfs:label "Illuminance"@en ;
    rdfs:comment "The total luminous flux incident on a surface, per unit area."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    skos:prefLabel "Illuminance"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Illuminance"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The total luminous flux incident on a surface, per unit area."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.I02941"^^xsd:string .

emmo:EMMO_b546b51b-c19d-5368-8810-c9e4e9b1c1f3 a owl:Class ;
    rdfs:label "GalliumSymbol"@en ;
    rdfs:comment "The symbol that stands for the gallium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Ga"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_71c716bf-75bb-529f-b7c8-9d36a7c58b3a ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "GalliumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the gallium atom."@en .

emmo:EMMO_b5523f03_5f2f_4e11_92c0_3734c6de3749 a owl:Class ;
    rdfs:label "KinematicViscosity"@en ;
    rdfs:comment "Quotient of dynamic viscosity and mass density of a fluid."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 ],
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:prefLabel "KinematicViscosity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/KinematicViscosity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q15106259"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-35"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-25"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of dynamic viscosity and mass density of a fluid."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.K03395"^^xsd:string .

emmo:EMMO_b5c58790_fb2d_42eb_b184_2a3f6ca60acb a owl:Class ;
    rdfs:label "Gradient"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "∇"^^xsd:string ;
            owl:onProperty emmo:EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 ],
        emmo:EMMO_f8a2fe9f_458b_4771_9aba_a50e76afc52d ;
    skos:prefLabel "Gradient"@en .

emmo:EMMO_b5efbfa6_8610_4e3e_ad36_93e426bd873e a owl:Class ;
    rdfs:label "PlasticModeling"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_6523cad7_ea54_471c_adb7_e783f824ec09 ;
    skos:prefLabel "PlasticModeling"@en .

emmo:EMMO_b642d14c_0ba3_43c0_aa90_d0df922486c0 a owl:Class ;
    rdfs:label "MassEnergyTransferCoefficient"@en ;
    rdfs:comment "For ionizing uncharged particles of a given type and energy, the differential quotient of Rtr with respect to l. Where Rtr is the mean energy that is transferred to kinetic energy of charged particles by interactions of the uncharged particles of incident radiant energy R in traversing a distance  l in the material of density rho, divided by rho and R"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_4817e479_e401_437e_a49b_54540b93d2a1 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "MassEnergyTransferCoefficient"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MassEnergyTransferCoefficient"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q99714619"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-04-32"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-87"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For ionizing uncharged particles of a given type and energy, the differential quotient of Rtr with respect to l. Where Rtr is the mean energy that is transferred to kinetic energy of charged particles by interactions of the uncharged particles of incident radiant energy R in traversing a distance  l in the material of density rho, divided by rho and R"@en .

emmo:EMMO_b67a9ef5_880a_487c_84e8_3b36faba9159 a owl:Class ;
    rdfs:label "VoltagePhasor"@en ;
    rdfs:comment "Complex representation of an oscillating voltage."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 ;
    skos:prefLabel "VoltagePhasor"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/VoltagePhasor"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q78514605"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-50"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Complex representation of an oscillating voltage."@en .

emmo:EMMO_b6a008a8_39b1_451c_93d2_dae1e17ec8db a owl:Class ;
    rdfs:label "DisplacementCurrent"@en ;
    rdfs:comment "Scalar quantity equal to the flux of the displacement current density JD through a given directed surface S."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 ;
    skos:prefLabel "DisplacementCurrent"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/DisplacementCurrent"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q853178"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-43"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-19.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Scalar quantity equal to the flux of the displacement current density JD through a given directed surface S."@en .

emmo:EMMO_b7229683_d2c5_4225_8e5f_7693744fd5a2 a owl:Class ;
    rdfs:label "StaticFrictionCoefficient"@en ;
    rdfs:comment "Proportionality factor between the maximum magnitude of the tangential component of the static friction force and the magnitude of the normal component of the contact force between two bodies at relative rest with respect to each other."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a18a3e9b_7e3d_44bf_9640_c8634e770ba8,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:altLabel "CoefficientOfStaticFriction"@en,
        "StaticFrictionFactor"@en ;
    skos:prefLabel "StaticFrictionCoefficient"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q73695673"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-33"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-23.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Proportionality factor between the maximum magnitude of the tangential component of the static friction force and the magnitude of the normal component of the contact force between two bodies at relative rest with respect to each other."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "When it is not necessary to distinguish between dynamic friction factor and static friction factor, the name friction factor may be used for both."@en .

emmo:EMMO_b725aad8_55e2_430a_b2d2_f84b8333484e a owl:Class ;
    rdfs:label "SeebeckCoefficient"@en ;
    rdfs:comment "Measure of voltage induced by change of temperature."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_96ffda63_71e7_451b_85ee_2cc8e341ff11 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "SeebeckCoefficient"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SeebeckCoefficient"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1091448"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-21"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure of voltage induced by change of temperature."@en .

emmo:EMMO_b7493aee_366c_442d_8f59_49ac7aa664d7 a owl:DatatypeProperty ;
    rdfs:label "hasURNValue"@en ;
    rdfs:comment "The owl:dataProperty that provides a serialisation of an EMMO URN data entity."@en ;
    rdfs:domain emmo:EMMO_db99b1e5_2f34_467b_a784_d104946d9f00 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:range xsd:anyURI ;
    rdfs:subPropertyOf emmo:EMMO_b35e92d7_7fa0_4661_aa5a_5cea7c8e6925 ;
    skos:prefLabel "hasURNValue"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The owl:dataProperty that provides a serialisation of an EMMO URN data entity."@en .

emmo:EMMO_b82d6a44_ea23_4b68_9b24_70f77deac955 a owl:Class ;
    rdfs:label "TotalIonization"@en ;
    rdfs:comment "Quotient of the total mean charge of all positive ions produced by an ionizing charged particle along its entire path and along the paths of any secondary charged particles, and the elementary charge."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:prefLabel "TotalIonization"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/TotalIonization"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98690787"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-59"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of the total mean charge of all positive ions produced by an ionizing charged particle along its entire path and along the paths of any secondary charged particles, and the elementary charge."@en .

emmo:EMMO_b8aab013-b729-51f1-bc14-5302e7f97cbe a owl:Class ;
    rdfs:label "IridiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the iridium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_5ae62317-1681-5ca9-9fa7-8801757ee5c8 ],
        [ a owl:Restriction ;
            owl:hasValue "Ir"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "IridiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the iridium atom."@en .

emmo:EMMO_b8f79e53_2ad4_441d_87ff_284a5c419e46 a owl:ObjectProperty ;
    rdfs:label "hasModelledProperty"@en ;
    rdfs:comment "Assigns a quantity to an object via a well-defined modelling procedure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:range emmo:EMMO_d0200cf1_e4f4_45ae_873f_b9359daea3cd ;
    rdfs:subPropertyOf emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
    skos:prefLabel "hasModelledProperty"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Assigns a quantity to an object via a well-defined modelling procedure."@en .

emmo:EMMO_b91749cd_0dec_43d1_8f77_e266c762bccd a owl:Class ;
    rdfs:label "UnintentionalAgency"@en ;
    rdfs:comment "A process that does not have an active participation of an intentional agent driving it."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/agency#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a ;
            owl:someValuesFrom emmo:EMMO_fe1b173e_b3ce_403d_9d90_230a334eebf9 ],
        emmo:EMMO_a49c2441_1e54_43f0_a1cf_2f553a23ac34 ;
    skos:prefLabel "UnintentionalAgency"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process that does not have an active participation of an intentional agent driving it."@en .

emmo:EMMO_b941e455_2cb1_4c11_93e3_17caa06086b4 a owl:Class ;
    rdfs:label "BeginTask"@en ;
    rdfs:comment "An initial task of a workflow."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:subClassOf emmo:EMMO_180bd73b_0c5d_4b1f_ba12_4309c5a50d49,
        emmo:EMMO_fa595892_070d_455e_9459_06c97179c080 ;
    skos:prefLabel "BeginTask"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.3/doc/figs/BeginTile.png"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An initial task of a workflow."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "There may be more than one begin task, if they run in parallel."@en .

emmo:EMMO_b94b3748_71c5_4de9_95e7_42586c3ed607 a owl:Class ;
    rdfs:label "SuperconductionTransitionTemperature"@en ;
    rdfs:comment "Critical thermodynamic temperature of a superconductor."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_83424a56_e28f_4aea_8125_bef7b9347ee6,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "SuperconductionTransitionTemperature"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SuperconductionTransitionTemperature"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q106103037"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=815-10-09"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-35.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Critical thermodynamic temperature of a superconductor."@en .

emmo:EMMO_ba380bc6_2bfd_4f11_94c7_b3cbaafd1631 a owl:Class ;
    rdfs:label "JosephsonConstant"@en ;
    rdfs:comment "Inverse of the magnetic flux quantum."@en,
        "The DBpedia definition (http://dbpedia.org/page/Magnetic_flux_quantum) is outdated as May 20, 2019. It is now an exact quantity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_53b10105_52c7_4746_ab73_a5a30bd198e2 ],
        emmo:EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95 ;
    skos:prefLabel "JosephsonConstant"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/constant/JosephsonConstant"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Inverse of the magnetic flux quantum."@en .

emmo:EMMO_bba5d6f7_53e5_417a_855e_a95322fb641e a owl:Class ;
    rdfs:label "MassRatioOfWaterToDryMatter"@en ;
    rdfs:comment "The mass concentration of water at saturation is denoted usat."^^xsd:string,
        "Ratio of the mass of water to the mass of dry matter in a given volume of matter."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "MassRatioOfWaterToDryMatter"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q76378860"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-61"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-29"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ratio of the mass of water to the mass of dry matter in a given volume of matter."@en .

emmo:EMMO_bcc1e604_874d_42e3_9885_8be3dac03327 a owl:Class ;
    rdfs:label "SpatialSequence"@en ;
    rdfs:comment "A monodimensional arrangement of tiles."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:subClassOf emmo:EMMO_36c79456_e29c_400d_8bd3_0eedddb82652 ;
    skos:altLabel "Sequence"@en ;
    skos:prefLabel "SpatialSequence"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.2/doc/figs/SpatialSequence.png"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A monodimensional arrangement of tiles."@en .

emmo:EMMO_bd325ef5_4127_420c_83d3_207b3e2184fd a owl:Class ;
    rdfs:label "AngularVelocity"@en ;
    rdfs:comment "Axial vector quantity describing the rotation around an axis, with magnitude ω=|dφ/dt|, where dφ is the plane angle change during the infinitesimal time interval with duration dt, and with direction along the axis for which the rotation is clockwise."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    skos:prefLabel "AngularVelocity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/AngularVelocity"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-41"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Angular_velocity"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-12"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Axial vector quantity describing the rotation around an axis, with magnitude ω=|dφ/dt|, where dφ is the plane angle change during the infinitesimal time interval with duration dt, and with direction along the axis for which the rotation is clockwise."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Angular_velocity"^^xsd:string .

emmo:EMMO_bd67d149_24c2_4bc9_833a_c2bc26f98fd3 a owl:Class ;
    rdfs:label "CatalyticActivity"@en ;
    rdfs:comment "Increase in the rate of reaction of a specified chemical reaction that an enzyme produces in a specific assay system."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_602397bd_e302_42a6_be33_fe67ea81933a ;
    skos:prefLabel "CatalyticActivity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/CatalyticActivity"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Increase in the rate of reaction of a specified chemical reaction that an enzyme produces in a specific assay system."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.C00881"^^xsd:string .

emmo:EMMO_bd93ef72-3d4f-5f17-b613-01f440296995 a owl:Class ;
    rdfs:label "CopperSymbol"@en ;
    rdfs:comment "The symbol that stands for the copper atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_57a7ab6b-30a4-54e5-821d-0b8efb5e08b2 ],
        [ a owl:Restriction ;
            owl:hasValue "Cu"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "CopperSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the copper atom."@en .

emmo:EMMO_bdb1ece0_0631_452e_9348_8387595428e8 a owl:Class ;
    rdfs:label "CyclotronAngularFrequency"@en ;
    rdfs:comment "Quotient of the product of the electric charge of a particle and the magnitude of the magnetic flux density of the magnetic field, and the particle mass."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_f4a30d7e_8e8b_41e6_9695_d33a68f54f4b ;
    skos:prefLabel "CyclotronAngularFrequency"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/CyclotronAngularFrequency"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q97708211"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-16"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of the product of the electric charge of a particle and the magnitude of the magnetic flux density of the magnetic field, and the particle mass."@en .

emmo:EMMO_bdb76b61_4bf6_44d6_9424_6cc073f964bc a owl:Class ;
    rdfs:label "RelativeVolumeStrain"@en ;
    rdfs:comment "Quotient of change of volume and original volume."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:altLabel "BulkStrain"@en,
        "VolumeStrain"@en ;
    skos:prefLabel "RelativeVolumeStrain"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/VolumeStrain"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q73432507"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-60"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-17.4"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of change of volume and original volume."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.V06648"^^xsd:string .

emmo:EMMO_be31e6c6_881f_41c4_8354_c05aac4d7c46 a owl:Class ;
    rdfs:label "StandardChemicalPotential"@en ;
    rdfs:comment "The value of the chemical potential under specified standard conditions (in the standard state)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_f675294e_6f30_4b1d_a68e_a74e59f3b2fc ;
    skos:prefLabel "StandardChemicalPotential"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/StandardChemicalPotential"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q89333468"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-21"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The value of the chemical potential under specified standard conditions (in the standard state)."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05908"^^xsd:string .

emmo:EMMO_bf66642d_f13d_42d2_ad6d_eafd41686155 a owl:Class ;
    rdfs:label "StandardAbsoluteActivityOfSolvent"@en ;
    rdfs:comment "For solvent A, standard absolute activity of the pure substance A at the same temperature and at a standard pressure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_2ae37adf_07f2_4920_8ec6_084c69761e34,
        emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ;
    skos:prefLabel "StandardAbsoluteActivityOfSolvent"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q89556185"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-27.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For solvent A, standard absolute activity of the pure substance A at the same temperature and at a standard pressure."@en .

emmo:EMMO_bf836c2b_7800_474d_b674_f5d629fa0bb1 a owl:Class ;
    rdfs:label "CondensedFormula"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_9236d0aa_cb39_43a1_bbdd_6a2a714951c8 ;
    skos:example "An expression that provides information about the element types that constiture a molecule or a molecular substance and their number, together with simple information about the connectivity of its groups by using parenthesis or by goruping element names according to its molecular structure."^^xsd:string ;
    skos:prefLabel "CondensedFormula"@en .

emmo:EMMO_c00cc96e-a51e-5dc9-9e6c-1cc4dfaf1c67 a owl:Class ;
    rdfs:label "SodiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the sodium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_dea931ca-1ec7-58f8-88e5-fb5615d8b214 ],
        [ a owl:Restriction ;
            owl:hasValue "Na"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "SodiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the sodium atom."@en .

emmo:EMMO_c05759c8_de71_4223_abba_630ae405b2b8 a owl:Class ;
    rdfs:label "MigrationLength"@en ;
    rdfs:comment "Square root of the migration area, M^2."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ;
    skos:prefLabel "MigrationLength"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MigrationLength"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98998318"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-73.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square root of the migration area, M^2."@en .

emmo:EMMO_c0ec56d1_0deb_4452_a6a1_70570308b6bb a owl:Class ;
    rdfs:label "CeramicSintering"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_03441eb3_d1fd_4906_b953_b83312d7589e ;
    skos:prefLabel "CeramicSintering"@en .

emmo:EMMO_c0f48dc6_4a32_4d9a_a956_d68415954a8e a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasEndTile"@en ;
    rdfs:comment "The relation between the whole and a temporal tile that has only ingoing temporal connections."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:range emmo:EMMO_edf72228_e040_4edc_8b46_78b2a47c72d7 ;
    rdfs:subPropertyOf emmo:EMMO_65a2c5b8_e4d8_4a51_b2f8_e55effc0547d ;
    skos:altLabel "hasTemporalLast"@en ;
    skos:prefLabel "hasEndTile"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between the whole and a temporal tile that has only ingoing temporal connections."^^xsd:string .

emmo:EMMO_c10700ef-832b-5b39-a0a0-5e3f5f17b8e8 a owl:Class ;
    rdfs:label "IodineSymbol"@en ;
    rdfs:comment "The symbol that stands for the iodine atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_52a611ba-81df-5557-9dfe-c55e4d0f5860 ],
        [ a owl:Restriction ;
            owl:hasValue "I"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "IodineSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the iodine atom."@en .

emmo:EMMO_c1102bae-7e7d-5142-95fe-ec25c8cb4903 a owl:Class ;
    rdfs:label "RoentgeniumSymbol"@en ;
    rdfs:comment "The symbol that stands for the roentgenium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_3f29d3e0-e9d9-5f1f-bd77-97af10125f7e ],
        [ a owl:Restriction ;
            owl:hasValue "Rg"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "RoentgeniumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the roentgenium atom."@en .

emmo:EMMO_c12eb68b_8526_4c35_8346_c27194946353 a owl:Class ;
    rdfs:label "ExposureRate"@en ;
    rdfs:comment "Time derivative of exposure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "ExposureRate"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ExposureRate"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q99720212"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-42"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-89"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Time derivative of exposure."@en .

emmo:EMMO_c18fff21_87c8_4877_a7e6_9ca1052d074e a owl:Class ;
    rdfs:label "TotalCurrentDensity"@en ;
    rdfs:comment "Sum of electric current density and displacement current density."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_7c8007b0_58a7_4486_bf1c_4772852caca0 ;
    skos:prefLabel "TotalCurrentDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/TotalCurrentDensity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q77680811"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-44"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-20"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Sum of electric current density and displacement current density."@en .

emmo:EMMO_c1a6e72c_de7a_48db_8f45_32c0be019291 a owl:Class ;
    rdfs:label "ElementaryPhoton"@en ;
    rdfs:comment "A boson with spin of 1 that carries electromagnetism."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel#> ;
    rdfs:subClassOf emmo:EMMO_cafd0f10_ce85_48b9_9a36_2b0af141ce21 ;
    skos:prefLabel "ElementaryPhoton"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A boson with spin of 1 that carries electromagnetism."@en .

emmo:EMMO_c1bb775c-0888-5b88-9cce-c49bae1d298b a owl:Class ;
    rdfs:label "NobeliumSymbol"@en ;
    rdfs:comment "The symbol that stands for the nobelium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "No"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_49eb0790-50c2-5691-a8bf-dfa6f4a9f6c7 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "NobeliumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the nobelium atom."@en .

emmo:EMMO_c1c8ac3c_8a1c_4777_8e0b_14c1f9f9b0c6 a owl:Class ;
    rdfs:label "Diameter"@en ;
    rdfs:comment "The diameter of a circle or a sphere is twice its radius."^^xsd:string,
        "maximal distance of two points of an object, in a given direction or along a straight line passing through the centre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ;
    skos:prefLabel "Diameter"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Diameter"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-27"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Diameter"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-1.5"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "maximal distance of two points of an object, in a given direction or along a straight line passing through the centre."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Diameter"^^xsd:string .

emmo:EMMO_c20dd550_7241_4ca4_b5b1_0d300ab03b6c a owl:Class ;
    rdfs:label "Activity"@en ;
    rdfs:comment "Number dN of spontaneous nuclear transitions or nuclear disintegrations for a radionuclide of amount N produced during a short time interval dt, divided by this time interval."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_de2c6b70_bc1e_48ff_84b7_8fa16e0287fa ;
    skos:prefLabel "Activity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Activity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q317949"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-05"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-27"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number dN of spontaneous nuclear transitions or nuclear disintegrations for a radionuclide of amount N produced during a short time interval dt, divided by this time interval."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/A00114"^^xsd:string .

emmo:EMMO_c2a2b2ac_1fbe_46d9_8853_6497cea6ff43 a owl:Class ;
    rdfs:label "LossAngle"@en ;
    rdfs:comment "Arctan of the loss factor"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e,
        emmo:EMMO_f3dd74c0_f480_49e8_9764_33b78638c235 ;
    skos:prefLabel "LossAngle"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://www.qudt.org/vocab/quantitykind/LossAngle"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q20820438"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-49"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-55"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Arctan of the loss factor"@en .

emmo:EMMO_c2d725c3_9c16_4871_9a86_7afa12fc0a01 a owl:Class ;
    rdfs:label "LinearEnergyTransfer"@en ;
    rdfs:comment "Measure for the energy lost by charged particles per traversed distance, including only interactions up to a given energy."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "LinearEnergyTransfer"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/LinearEnergyTransfer"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1699996"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-30"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-85"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure for the energy lost by charged particles per traversed distance, including only interactions up to a given energy."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.L03550"^^xsd:string .

emmo:EMMO_c2d9d370_f9eb_40be_b01e_7ceba8f7457f a owl:Class ;
    rdfs:label "FiberReinforcePlasticManufacturing"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_d7432d8c_3182_4d61_a08f_dc686efaabe9 ;
    skos:prefLabel "FiberReinforcePlasticManufacturing"@en .

emmo:EMMO_c30aaeb1_66cc_4c69_8890_d7812c1d608c a owl:Class ;
    rdfs:label "Magnetizing"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_fc859d37_408d_44b6_b345_a0ea0b65121e ;
    skos:prefLabel "Magnetizing"@en .

emmo:EMMO_c365fcb8_095d_416b_b4df_a18f2f557016 a owl:Class ;
    rdfs:label "InternalConversionFactor"@en ;
    rdfs:comment "Quotient of the number of internal conversion electrons and the number of gamma quanta emitted by the radioactive atom in a given transition, where a conversion electron represents an orbital electron emitted through the radioactive decay."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:altLabel "InternalConversionCoefficient"@en ;
    skos:prefLabel "InternalConversionFactor"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/InternalConversionFactor"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q6047819"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-02-57"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-35"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of the number of internal conversion electrons and the number of gamma quanta emitted by the radioactive atom in a given transition, where a conversion electron represents an orbital electron emitted through the radioactive decay."@en .

emmo:EMMO_c3796906_8063_47d4_92af_890ae08f25fa a owl:Class ;
    rdfs:label "LossFactor"@en ;
    rdfs:comment "Inverse of the quality factor."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "LossFactor"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/LossFactor"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q79468728"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-54"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Inverse of the quality factor."@en .

emmo:EMMO_c39d6a20_b987_49db_addb_a498635b89ff a owl:Class ;
    rdfs:label "MassieuFunction"@en ;
    rdfs:comment "Negative quotient of Helmholtz energy and temperature."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "MassieuFunction"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MassieuFunction"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q3077625"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-26"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-22"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Negative quotient of Helmholtz energy and temperature."@en .

emmo:EMMO_c3a05192-7d78-5190-bc3e-3ea44cfc9d19 a owl:Class ;
    rdfs:label "FranciumSymbol"@en ;
    rdfs:comment "The symbol that stands for the francium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_291a1550-d4cb-5934-b0db-0ea3c6a23932 ],
        [ a owl:Restriction ;
            owl:hasValue "Fr"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "FranciumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the francium atom."@en .

emmo:EMMO_c413d96f_c57b_4c70_9ac1_312db6c009a8 a owl:Class ;
    rdfs:label "Tortuosity"@en ;
    rdfs:comment "Parameter for diffusion and fluid flow in porous media."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:prefLabel "Tortuosity"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2301683"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Parameter for diffusion and fluid flow in porous media."@en .

emmo:EMMO_c45d9e2f-54f3-5464-82f3-c0f11a36389a a owl:Class ;
    rdfs:label "PromethiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the promethium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_73e73382-f3c0-5d09-bcee-f6e380269388 ],
        [ a owl:Restriction ;
            owl:hasValue "Pm"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "PromethiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the promethium atom."@en .

emmo:EMMO_c46f091c_0420_4c1a_af30_0a2c8ebcf7d7 a owl:Class ;
    rdfs:label "OrdinalQuantity"@en ;
    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,
        """"Quantity, defined by a conventional measurement procedure, for which a total ordering relation can be established, according to magnitude, with other quantities of the same kind, but for which no algebraic operations among those quantities exist"
International vocabulary of metrology (VIM)"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf emmo:EMMO_dbbbf0ed_a446_4f9e_877c_8c46e7842f43 ;
    skos:example """Hardness
Resilience"""@en ;
    skos:prefLabel "OrdinalQuantity"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Quantity, defined by a conventional measurement procedure, for which a total ordering relation can be established, according to magnitude, with other quantities of the same kind, but for which no algebraic operations among those quantities exist"
International vocabulary of metrology (VIM)"""@en ;
    emmo:EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "ordinal quantity"@en .

emmo:EMMO_c4fba898_896b_4d58_a24c_b5c0851fa2a2 a owl:Class ;
    rdfs:label "Irradiate"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_fc859d37_408d_44b6_b345_a0ea0b65121e ;
    skos:prefLabel "Irradiate"@en .

emmo:EMMO_c4ffca76_fb0c_43c7_bc16_8c2430888c83 a owl:Class ;
    rdfs:label "HardeningByDrawing"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_46dc0d51_b60f_49cd_8650_9aba7be3726c ;
    skos:prefLabel "HardeningByDrawing"@en .

emmo:EMMO_c58c799e_cc6c_4310_a3f1_78da70705b2a a owl:ObjectProperty ;
    rdfs:label "hasDescription"@en ;
    rdfs:comment "A semiotic relation that connects a declared semiotic object to a description in a declaration process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:range emmo:EMMO_35d4c439_fcb6_4399_a855_a89a207b41e9 ;
    rdfs:subPropertyOf emmo:EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b ;
    owl:inverseOf emmo:EMMO_f702bad4_fc77_41f0_a26d_79f6444fd4f3 ;
    skos:prefLabel "hasDescription"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation that connects a declared semiotic object to a description in a declaration process."@en .

emmo:EMMO_c5970406_0b66_4931_8a23_3e81162ba65b a owl:Class ;
    rdfs:label "LaserCutting"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_c9f0abb6_d3e8_459e_bacc_c14ed5481998 ;
    skos:prefLabel "LaserCutting"@en .

emmo:EMMO_c5e9e390_8836_4440_b4fd_c906fdd4f438 a owl:Class ;
    rdfs:label "CeramicMaterial"@en ;
    rdfs:comment "An inorganic non-metallic solid made from elements (metals, non-metals, semi-metals like silicon) combined into compounds (oxides, carbides, nitrides) that are typically hard, strong, brittle, corrosion-resistant, and good insulators."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_4db521a3_f80f_436b_b9c7_e4b52b1383ea ;
    skos:altLabel "Ceramic"@en ;
    skos:prefLabel "CeramicMaterial"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An inorganic non-metallic solid made from elements (metals, non-metals, semi-metals like silicon) combined into compounds (oxides, carbides, nitrides) that are typically hard, strong, brittle, corrosion-resistant, and good insulators."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Ceramic materials are hardened by intense heat and typically used from pottery and tiles to advanced electronics and aerospace parts."@en .

emmo:EMMO_c5fcfb08_12a9_4030_925b_14e3a0eabd07 a owl:Class ;
    rdfs:label "DisplacementVector"@en ;
    rdfs:comment "In condensed matter physics, position vector of an atom or ion relative to its equilibrium position."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_4024a7f8_2991_4d80_bcc9_63705aa0c750,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "DisplacementVector"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/DisplacementVectorOfIon"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105533558"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-7.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In condensed matter physics, position vector of an atom or ion relative to its equilibrium position."@en .

emmo:EMMO_c62b76d5_c1cc_432a_8c9e_7684ab054669 a owl:Class ;
    rdfs:label "HardeningByForging"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_46dc0d51_b60f_49cd_8650_9aba7be3726c ;
    skos:prefLabel "HardeningByForging"@en .

emmo:EMMO_c6da5256_df91_48f5_8653_35165fb454a0 a owl:Class ;
    rdfs:label "NuclearQuadrupoleMoment"@en ;
    rdfs:comment "z component of the diagonalized tensor of nuclear quadrupole moment, in the quantum state with the nuclear spin in the field direction (z)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "NuclearQuadrupoleMoment"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/NuclearQuadrupoleMoment"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q97921226"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-18"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "z component of the diagonalized tensor of nuclear quadrupole moment, in the quantum state with the nuclear spin in the field direction (z)."@en .

emmo:EMMO_c6f8d962_2239_4a9e_a9ac_63c01b84de09 a owl:Class ;
    rdfs:label "CouplingFactor"@en ;
    rdfs:comment "Ratio of the absolute value of the mutual permeance related to two circuit elements  to the geometric average of their self-permeances."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:altLabel "InductiveCouplingFactor"@en ;
    skos:prefLabel "CouplingFactor"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q78101715"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-41"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-42.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ratio of the absolute value of the mutual permeance related to two circuit elements  to the geometric average of their self-permeances."@en .

emmo:EMMO_c7651944-e33f-56bc-8d83-f6de9760d661 a owl:Class ;
    rdfs:label "AstatineSymbol"@en ;
    rdfs:comment "The symbol that stands for the astatine atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "At"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_186607c3-fe59-5731-983f-4374a1f8544b ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "AstatineSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the astatine atom."@en .

emmo:EMMO_c7bc281c_0f58_431c_a66f_04be575fae7e a owl:Class ;
    rdfs:label "ComplexPower"@en ;
    rdfs:comment "Voltage phasor multiplied by complex conjugate of the current phasor."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_09b9021b_f97b_43eb_b83d_0a764b472bc2 ;
    skos:altLabel "ComplexApparentPower"@en ;
    skos:prefLabel "ComplexPower"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ComplexPower"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q65239736"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-39"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-59"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Voltage phasor multiplied by complex conjugate of the current phasor."@en .

emmo:EMMO_c7ee175d_4c25_45cb_b74e_71435b11b77d a owl:Class ;
    rdfs:label "Join"@en ;
    rdfs:comment "A tessellation in which a tile is next for two or more non spatially connected tiles."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:subClassOf emmo:EMMO_f7f41d20_eabb_4bcb_9a16_0436851fcd5c ;
    skos:prefLabel "Join"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.2/doc/figs/Join.png"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A tessellation in which a tile is next for two or more non spatially connected tiles."@en .

emmo:EMMO_c7f4684e_ee74_4119_87e0_ecd255e10d2f a owl:Class ;
    rdfs:label "Calendering"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_6523cad7_ea54_471c_adb7_e783f824ec09 ;
    skos:prefLabel "Calendering"@en .

emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d a owl:AnnotationProperty ;
    rdfs:label "wikipediaReference"@en ;
    rdfs:comment "URL to corresponding Wikipedia entry."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:range xsd:anyURI ;
    rdfs:seeAlso "https://www.wikipedia.org/"^^xsd:string ;
    rdfs:subPropertyOf rdfs:seeAlso ;
    skos:prefLabel "wikipediaReference"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "URL to corresponding Wikipedia entry."@en .

emmo:EMMO_c91a40af_033a_48b3_baa5_6cc43aaf62aa a owl:Class ;
    rdfs:label "Spin"^^xsd:string ;
    rdfs:comment "Vector quantity expressing the internal angular momentum of a particle or a particle system."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_66d01570_36dd_42fd_844d_29b81b029cd5 ;
    skos:prefLabel "Spin"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Spin"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q133673"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-05-09"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-10"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Vector quantity expressing the internal angular momentum of a particle or a particle system."@en .

emmo:EMMO_c9354e77_e6c9_4a76_8571_2446bc934c94 a owl:Class ;
    rdfs:label "ModulusOfRigidity"@en ;
    rdfs:comment "Ratio of shear stress to the shear strain."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:altLabel "ShearModulus"@en ;
    skos:prefLabel "ModulusOfRigidity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ShearModulus"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q461466"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-68"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-19.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ratio of shear stress to the shear strain."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05635"^^xsd:string .

emmo:EMMO_c949f76f_4a65_4203_9734_0f9dd778e56b a owl:Class ;
    rdfs:label "VolumicCrossSection"@en ;
    rdfs:comment "In nuclear physics, product of the number density of atoms of a given type and the cross section."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:altLabel "MacroscopicCrossSection"@en ;
    skos:prefLabel "VolumicCrossSection"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MacroscopicCrossSection"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98280520"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-42.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In nuclear physics, product of the number density of atoms of a given type and the cross section."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03674"^^xsd:string .

emmo:EMMO_c97277f7-f011-51bb-aeb8-5e8b1f3f711c a owl:Class ;
    rdfs:label "CuriumSymbol"@en ;
    rdfs:comment "The symbol that stands for the curium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_08522112-0872-599f-9d81-81889333254e ],
        [ a owl:Restriction ;
            owl:hasValue "Cm"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "CuriumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the curium atom."@en .

emmo:EMMO_c9a2307d_51d0_426b_ae2f_85f5a44934e0 a owl:Class ;
    rdfs:label "Extrusion"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_2b4783a6_36ad_48c8_8f5d_fe7c05ad298b,
        emmo:EMMO_6523cad7_ea54_471c_adb7_e783f824ec09 ;
    skos:prefLabel "Extrusion"@en .

emmo:EMMO_c9aa84db_e12f_4ab7_8807_0c09d5dba2cb a owl:Class ;
    rdfs:label "EnergyFluence"@en ;
    rdfs:comment "In nuclear physics, incident radiant energy per cross-sectional area."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "EnergyFluence"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/EnergyFluence"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98538612"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-17"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-46"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In nuclear physics, incident radiant energy per cross-sectional area."@en .

emmo:EMMO_c9ac19ce-af4f-5abd-975d-c86dca0b4d58 a owl:Class ;
    rdfs:label "HafniumSymbol"@en ;
    rdfs:comment "The symbol that stands for the hafnium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_e37eaa49-d5e8-54e7-a7dc-9ad6073e86b7 ],
        [ a owl:Restriction ;
            owl:hasValue "Hf"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "HafniumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the hafnium atom."@en .

emmo:EMMO_cac16ce6_2cef_405d_ac63_0f918db4875e a owl:Class ;
    rdfs:label "MassFractionOfWater"@en ;
    rdfs:comment "Quantity of dimension 1 equal to u/(1 + u), where u is mass ratio of water to dry matter."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_7c055d65_2929_40e1_af4f_4bf10995ad50,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "MassFractionOfWater"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MassFractionOfWater"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q76379025"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-63"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-31"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantity of dimension 1 equal to u/(1 + u), where u is mass ratio of water to dry matter."@en .

emmo:EMMO_cb62c651_f41a_4e12_a374_a3da3db1d2ff a owl:Class ;
    rdfs:label "FastFissionFactor"@en ;
    rdfs:comment "In an infinite medium, the ratio of the mean number of neutrons produced by fission due to neutrons of all energies to the mean number of neutrons produced by fissions due to thermal neutrons only."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:prefLabel "FastFissionFactor"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/FastFissionFactor"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q99197493"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-75"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In an infinite medium, the ratio of the mean number of neutrons produced by fission due to neutrons of all energies to the mean number of neutrons produced by fissions due to thermal neutrons only."@en .

emmo:EMMO_cb71d1cb_0d62_4de7_a628_bc8e14acfe05 a owl:Class ;
    rdfs:label "VolumicTotalCrossSection"@en ;
    rdfs:comment "Product of the number density na of the atoms and the cross section σ_tot for a given type of atoms."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:altLabel "MacroscopicTotalCrossSection"@en ;
    skos:prefLabel "VolumicTotalCrossSection"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MacroscopicTotalCrossSection"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98280548"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-42.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Product of the number density na of the atoms and the cross section σ_tot for a given type of atoms."@en .

emmo:EMMO_cbba91a7_d639_461f_ae23_d021751029e4 a owl:Class ;
    rdfs:label "StoichiometricNumberOfSubstance"@en ;
    rdfs:comment "For substance B, an integer number or a simple fraction, being negative for a reactant and positive for a product, occurring in the expression for a chemical reaction."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c ;
    skos:example """The factors 1/2 and 3/2 in the chemical reaction formula below are stoicheiometric mumbers of substance.

    (1/2)N2 + (3/2)H2 = NH3"""@en ;
    skos:prefLabel "StoichiometricNumberOfSubstance"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/StoichiometricNumber"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q95443720"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-22"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-29"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For substance B, an integer number or a simple fraction, being negative for a reactant and positive for a product, occurring in the expression for a chemical reaction."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S06025"^^xsd:string .

emmo:EMMO_cc01751d_dd05_429b_9d0c_1b7a74d1f277 a owl:Class ;
    rdfs:label "ElectronCharge"@en ;
    rdfs:comment "The charge of an electron."@en,
        "The negative of ElementaryCharge."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_1604f495_328a_4f28_9962_f4cc210739dd,
        emmo:EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95 ;
    skos:prefLabel "ElectronCharge"@en ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The charge of an electron."@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The negative of ElementaryCharge."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E01982"^^xsd:string .

emmo:EMMO_ccb1ccaa_c8bd_47a4_b572_ca809325ac68 a owl:Class ;
    rdfs:label "MultiplicationFactor"@en ;
    rdfs:comment "Quotient of the total number of fission or fission-dependent neutrons produced in the duration of a time interval and the total number of neutrons lost by absorption and leakage in that duration."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:prefLabel "MultiplicationFactor"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MultiplicationFactor"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q99440471"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-78.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of the total number of fission or fission-dependent neutrons produced in the duration of a time interval and the total number of neutrons lost by absorption and leakage in that duration."@en .

emmo:EMMO_cd4ca7b9_127d_41ce_81fd_bbb312263aca a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isContributedBy"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subPropertyOf emmo:EMMO_d78b940d_4e2a_4a46_816b_da89029adc19 ;
    owl:inverseOf emmo:EMMO_f09e1d0a_07ce_4121_8c89_5bd67b7e8116 ;
    skos:prefLabel "isContributedBy"@en .

emmo:EMMO_cdc5a859_de8d_401a_b2fd_6bed90aad310 a owl:Class ;
    rdfs:label "MolarEntropy"@en ;
    rdfs:comment "Entropy per amount of substance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_3cb55500_dc5b_4586_bbf3_1d4158afac35 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ;
    skos:prefLabel "MolarEntropy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MolarEntropy"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q68972876"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-8"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Entropy per amount of substance."@en .

emmo:EMMO_ce8cedc4-4835-5298-b723-6223d2a17e5a a owl:Class ;
    rdfs:label "RutherfordiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the rutherfordium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Rf"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_78c3f353-1296-5dca-9759-7c59a7f53927 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "RutherfordiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the rutherfordium atom."@en .

emmo:EMMO_ced3fb28-51f7-5208-9aab-d1f8bef21ee5 a owl:Class ;
    rdfs:label "MoscoviumSymbol"@en ;
    rdfs:comment "The symbol that stands for the moscovium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_b655f801-c5b9-5187-99e8-c9eba8645c05 ],
        [ a owl:Restriction ;
            owl:hasValue "Mc"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "MoscoviumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the moscovium atom."@en .

emmo:EMMO_cf55f4d1-3865-5de4-88b4-3045f0db3a20 a owl:Class ;
    rdfs:label "TelluriumSymbol"@en ;
    rdfs:comment "The symbol that stands for the tellurium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Te"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_c1b40f92-d27d-5aa0-9811-b6c58391f951 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "TelluriumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the tellurium atom."@en .

emmo:EMMO_cfac37de-991d-5a7d-9adc-8946324ffef6 a owl:Class ;
    rdfs:label "SeleniumSymbol"@en ;
    rdfs:comment "The symbol that stands for the selenium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Se"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_808f7cd9-27b4-527b-974f-4213f10e1772 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "SeleniumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the selenium atom."@en .

emmo:EMMO_cff5ef70_96eb_4ea3_9bea_fe1fbe6177be a owl:Class ;
    rdfs:label "DoseEquivalentQualityFactor"@en ;
    rdfs:comment "Factor taking into account health effects in the determination of the dose equivalent."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:prefLabel "DoseEquivalentQualityFactor"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/DoseEquivalentQualityFactor"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2122099"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-14-03"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-82"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Factor taking into account health effects in the determination of the dose equivalent."@en .

emmo:EMMO_d02f6f3e_9e32_4188_a116_29dc304ceb49 a owl:Class ;
    rdfs:label "DrawForms"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_6523cad7_ea54_471c_adb7_e783f824ec09 ;
    skos:prefLabel "DrawForms"@en .

emmo:EMMO_d05e7aea_7d45_412c_8724_43772ee92240 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isPartakenBy"@en ;
    rdfs:comment "The relation between an object O1 that through overlaps an object O2."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subPropertyOf emmo:EMMO_d78b940d_4e2a_4a46_816b_da89029adc19 ;
    owl:inverseOf emmo:EMMO_e9d65041_d87d_4b04_9fe9_1eed8f9c0370 ;
    skos:prefLabel "isPartakenBy"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between an object O1 that through overlaps an object O2."@en .

emmo:EMMO_d0af02f3-8a47-554e-a725-42b752451a1b a owl:Class ;
    rdfs:label "RadonSymbol"@en ;
    rdfs:comment "The symbol that stands for the radon atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Rn"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_fd99c17e-6385-5b97-a20c-eddffdd56837 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "RadonSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the radon atom."@en .

emmo:EMMO_d0bcf2ca_cd55_4f34_8fc2_2decc4c6087a a owl:Class ;
    rdfs:label "StandaloneModelSimulation"@en ;
    rdfs:comment "A standalone simulation, where a single physics equation is solved."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_e97af6ec_4371_4bbc_8936_34b76e33302f ;
    skos:prefLabel "StandaloneModelSimulation"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A standalone simulation, where a single physics equation is solved."@en .

emmo:EMMO_d1917609_db5e_4b8a_9b76_ef1d6f860a81 a owl:Class ;
    rdfs:label "Stress"@en ;
    rdfs:comment "Force per unit oriented surface area ."@en,
        "Measure of the internal forces that neighboring particles of a continuous material exert on each other."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    skos:prefLabel "Stress"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Stress"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-15"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure of the internal forces that neighboring particles of a continuous material exert on each other."@en .

emmo:EMMO_d1d436e7_72fc_49cd_863b_7bfb4ba5276a a owl:Class ;
    rdfs:label "Parameter"@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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf emmo:EMMO_9e029526_79a2_47a8_a151_dd0545db471b ;
    skos:example "Viscosity in the Navier-Stokes equation"@en ;
    skos:prefLabel "Parameter"@en .

emmo:EMMO_d26859bb_bb6e_47bb_b46e_c2253414808e a owl:Class ;
    rdfs:label "RelativeMassDefect"@en ;
    rdfs:comment "Quotient of mass defect and the unified atomic mass constant."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:prefLabel "RelativeMassDefect"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/RelativeMassDefect"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98038718"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-22.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of mass defect and the unified atomic mass constant."@en .

emmo:EMMO_d271f202_4c1a_4d74_b86a_387c82034eb7 a owl:ObjectProperty ;
    rdfs:label "hasCharacterised"@en ;
    rdfs:domain emmo:EMMO_1b52ee70_121e_4d8d_8419_3f97cd0bd89c ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/properties#> ;
    rdfs:subPropertyOf emmo:EMMO_0d829933_29e3_4e61_b3d3_88e6b9d0d0ce ;
    skos:prefLabel "hasCharacterised"@en .

emmo:EMMO_d2a47cd8_662f_438f_855a_b4378eb992ff a owl:Class ;
    rdfs:label "CASRN"@en ;
    rdfs:comment "Chemical Abstact Service registry number for a chemical substance from the American Chemical Society"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_643d99dd_fae6_4121_a76f_47f486a4480b ;
    skos:example "Water is 7732-18-5"^^xsd:string ;
    skos:prefLabel "CASRN"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Chemical Abstact Service registry number for a chemical substance from the American Chemical Society"^^xsd:string .

emmo:EMMO_d2b37868_7b74_469b_ae26_0a7153c23222 a owl:Class ;
    rdfs:label "Exposure"@en ;
    rdfs:comment "Absolute value of the electric charge of ions produced in dry air by X- or gamma radiation per mass of air."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "Exposure"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Exposure"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q336938"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-32"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-88"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Absolute value of the electric charge of ions produced in dry air by X- or gamma radiation per mass of air."@en .

emmo:EMMO_d320f878_2be4_4927_aea6_d36a2ae2dd89 a owl:Class ;
    rdfs:label "PorcelainOrCeramicCasting"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_a46f2e3f_6d06_4968_a02f_55274d131130 ;
    skos:prefLabel "PorcelainOrCeramicCasting"@en .

emmo:EMMO_d364e5e0_9652_4295_8f85_bd1297497377 a owl:Class ;
    rdfs:label "MaximumBetaParticleEnergy"@en ;
    rdfs:comment "Maximum kinetic energy of the emitted beta particle produced in the nuclear disintegration process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "MaximumBetaParticleEnergy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MaximumBeta-ParticleEnergy"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98148038"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-33"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Maximum kinetic energy of the emitted beta particle produced in the nuclear disintegration process."@en .

emmo:EMMO_d368744e_bb2e_4d40_a7ef_762505b6027e a owl:Class ;
    rdfs:label "StandardAbsoluteActivityOfSolution"@en ;
    rdfs:comment "Property of a solute in a solution."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_2ae37adf_07f2_4920_8ec6_084c69761e34,
        emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ;
    skos:altLabel "StandardAbsoluteActivity"@en ;
    skos:prefLabel "StandardAbsoluteActivityOfSolution"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q89485936"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-26"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Property of a solute in a solution."@en .

emmo:EMMO_d3eecd54_e9bf_4c6f_bef8_6086cb9aa7b5 a owl:Class ;
    rdfs:label "Riveting"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_78284835_f4ed_4a7c_914f_a7fdb460ed8e ;
    skos:prefLabel "Riveting"@en .

emmo:EMMO_d3fce82a_4acb_40f9_bbcf_9b123dbe84af a owl:Class ;
    rdfs:label "NeutronYieldPerAbsorption"@en ;
    rdfs:comment "Average number of fission neutrons, both prompt and delayed, emitted per neutron absorbed in a fissionable nuclide or in a nuclear fuel, as specified."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c ;
    skos:prefLabel "NeutronYieldPerAbsorption"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/NeutronYieldPerAbsorption"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q99159075"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-74.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Average number of fission neutrons, both prompt and delayed, emitted per neutron absorbed in a fissionable nuclide or in a nuclear fuel, as specified."@en .

emmo:EMMO_d481815b_11bd_4cf6_a290_941062ee76ef a owl:Class ;
    rdfs:label "KermaRate"@en ;
    rdfs:comment "Time derivative of kerma."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "KermaRate"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/KermaRate"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q99713105"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-12-28"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-86.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Time derivative of kerma."@en .

emmo:EMMO_d4deccf7_8cbf_4766_bf3d_57db491fa637 a owl:Class ;
    rdfs:label "Curvature"@en ;
    rdfs:comment "Inverse of the radius of curvature."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a,
        emmo:EMMO_ecec2983_7c26_4f8d_a981_51ca29668baf ;
    skos:prefLabel "Curvature"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/CurvatureFromRadius"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q214881"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-31"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Curvature"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Inverse of the radius of curvature."@en .

emmo:EMMO_d5888438_b092_4057_b8df_966cf6034fb2 a owl:Class ;
    rdfs:label "ComptonWavelength"@en ;
    rdfs:comment "Quotient of the Planck constant and the product of the mass of the particle and the speed of light in vacuum."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_573c7572_e7c7_4909_93a4_2bfe102e389d ;
    skos:prefLabel "ComptonWavelength"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/constant/ComptonWavelength"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1145377"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-20"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of the Planck constant and the product of the mass of the particle and the speed of light in vacuum."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Compton_wavelength"^^xsd:string .

emmo:EMMO_d5adc819_d4b2_4661_b429_1705b75d5053 a owl:Class ;
    rdfs:label "Assignment"@en ;
    rdfs:comment "A estimation of a property by a criteria based on the pre-existing knowledge of the estimator."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf emmo:EMMO_1c0b22a2_be82_4fa8_9e2b_a569a625d442 ;
    skos:example "The Argon gas in my bottle has ionisation energy of 15.7596 eV. This is not measured but assigned to this material by previous knowledge."@en ;
    skos:prefLabel "Assignment"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A estimation of a property by a criteria based on the pre-existing knowledge of the estimator."@en .

emmo:EMMO_d60619c8-1abe-52c0-9491-eb3086245e22 a owl:Class ;
    rdfs:label "BariumSymbol"@en ;
    rdfs:comment "The symbol that stands for the barium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_1b1aa658-a7d5-5bc6-9d78-37a901fd66dd ],
        [ a owl:Restriction ;
            owl:hasValue "Ba"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "BariumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the barium atom."@en .

emmo:EMMO_d64920b5_acd0_4e29_893e_ae03b3d7cdaf a owl:Class ;
    rdfs:label "AssemblyLine"@en ;
    rdfs:comment "A manufacturing process in which interchangeable parts are added to a product in a sequential manner to create an end product."@en,
        "Is not collection, since the connection between the elements of an assembly line occurs through the flow of objects that are processed."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_16cc6deb_d9f8_4ede_900a_a17cc86e57c4 ;
    skos:prefLabel "AssemblyLine"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A manufacturing process in which interchangeable parts are added to a product in a sequential manner to create an end product."@en .

emmo:EMMO_d64a491b_d160_4adf_bba1_1a3f0624f0ea a owl:Class ;
    rdfs:label "MeanLinearRange"@en ;
    rdfs:comment "Mean total rectified path length travelled by a particle in the course of slowing down to rest in a given material averaged over a group of particles having the same initial energy."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ;
    skos:prefLabel "MeanLinearRange"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MeanLinearRange"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98681589"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-56"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Mean total rectified path length travelled by a particle in the course of slowing down to rest in a given material averaged over a group of particles having the same initial energy."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03782"^^xsd:string .

emmo:EMMO_d69d2e95_b22f_499a_a552_17fde0d778fc a owl:Class ;
    rdfs:label "LiquidFoam"@en ;
    rdfs:comment "A foam of trapped gas in a liquid."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_1f5e3e7e_72c9_40d4_91dd_ae432d7b7018,
        emmo:EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba ;
    skos:prefLabel "LiquidFoam"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A foam of trapped gas in a liquid."@en .

emmo:EMMO_d700aed9_2eb9_4e26_ba30_81cc36157fb1 a owl:Class ;
    rdfs:label "FiberboardManufacturing"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_5e5656ef_971e_49e6_a32f_048b6e86c3e0 ;
    skos:prefLabel "FiberboardManufacturing"@en .

emmo:EMMO_d722016a_4907_497b_b0d3_cfd10adfef26 a owl:Class ;
    rdfs:label "LinearMassDensity"@en ;
    rdfs:comment "Mass per length."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:altLabel "LinearDensity"@en,
        "LineicMass"@en ;
    skos:prefLabel "LinearMassDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/LinearDensity"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q56298294"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-11"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-6"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Mass per length."@en .

emmo:EMMO_d74ed682_894f_46c5_87cb_167f60926965 a owl:Class ;
    rdfs:label "InChI"@en ;
    rdfs:comment "The International Chemical Identifier (InChI) textual identifier proposed by IUPAC to provide a standard encoding for databases of molecular information."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_91a0635a_a89a_46de_8928_04a777d145c7 ;
    skos:prefLabel "InChI"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The International Chemical Identifier (InChI) textual identifier proposed by IUPAC to provide a standard encoding for databases of molecular information."^^xsd:string .

emmo:EMMO_d7bf784a_db94_4dd9_861c_54f262846fbf a owl:Class ;
    rdfs:label "Sphere"@en ;
    rdfs:comment "A standard 2-manifold with no unconnected boundaries."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/geometrical#> ;
    rdfs:subClassOf emmo:EMMO_9268958f_7f54_48ab_a693_febe2645892b ;
    skos:prefLabel "Sphere"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A standard 2-manifold with no unconnected boundaries."@en .

emmo:EMMO_d7d2ca25_03e1_4099_9220_c1a58df13ad0 a owl:Class ;
    rdfs:label "FineStructureConstant"@en ;
    rdfs:comment "A fundamental physical constant characterizing the strength of the electromagnetic interaction between elementary charged particles."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:prefLabel "FineStructureConstant"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/constant/FineStructureConstant"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A fundamental physical constant characterizing the strength of the electromagnetic interaction between elementary charged particles."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.F02389"^^xsd:string .

emmo:EMMO_d7efc862_981f_4909_925b_700cd93070fc a owl:Class ;
    rdfs:label "ThermalResistance"@en ;
    rdfs:comment "The name “thermal resistance” and the symbol R are used in building technology to designate thermal insulance."@en,
        "Thermodynamic temperature difference divided by heat flow rate."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_cff9f930_f3f7_43c6_9228_28bf3e1ec706 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "ThermalResistance"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ThermalResistance"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q899628"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-45"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-12"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Thermodynamic temperature difference divided by heat flow rate."@en .

emmo:EMMO_d8030875_6d89_4645_9728_bbc3b8690609 a owl:Class ;
    rdfs:label "ReactivePower"@en ;
    rdfs:comment "Imaginary part of the complex power."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_09b9021b_f97b_43eb_b83d_0a764b472bc2 ;
    skos:prefLabel "ReactivePower"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ReactivePower"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2144613"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-44"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-60"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Imaginary part of the complex power."@en .

emmo:EMMO_d85162ec_6d62_4cdb_a5b9_f092285e5b7f a owl:DatatypeProperty ;
    rdfs:label "hasPrefixSymbol"@en ;
    rdfs:comment "Relates a SI prefixed unit to the prefix symbol."@en ;
    rdfs:domain emmo:EMMO_d41ce84b_4317_41fb_a5d1_6cd281fca106 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:range xsd:string ;
    owl:deprecated true ;
    skos:prefLabel "hasPrefixSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a SI prefixed unit to the prefix symbol."@en .

emmo:EMMO_d8612fa0_c0fb_485d_b45a_1845e7a46796 a owl:Class ;
    rdfs:label "CanonicalPartitionFunction"@en ;
    rdfs:comment "Sum over quantum states of energy in a system in equilibrium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:prefLabel "CanonicalPartitionFunction"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/CanonicalPartitionFunction"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q96142389"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-35.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Sum over quantum states of energy in a system in equilibrium."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "In physics, a partition function describes the statistical properties of a system in thermodynamic equilibrium. Partition functions are functions of the thermodynamic state variables, such as the temperature and volume. Most of the aggregate thermodynamic variables of the system, such as the total energy, free energy, entropy, and pressure, can be expressed in terms of the partition function or its derivatives. The partition function is dimensionless."@en .

emmo:EMMO_d8a7aac9_984a_4254_ab3b_7d8b1c061149 a owl:Class ;
    rdfs:label "MaterialByForceResponse"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_4207e895_8b83_4318_996a_72cfb32acd94 ;
    skos:prefLabel "MaterialByForceResponse"@en .

emmo:EMMO_d95ff9c8_e43f_4701_a761_f2ed601eb61d a owl:Class ;
    rdfs:label "VectorData"@en ;
    rdfs:comment "The datatype for monodimensional arrays."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:subClassOf emmo:EMMO_9e49caad_b29e_4cf1_9be4_80419fd1e45c ;
    skos:prefLabel "VectorData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "SubClassOf: hasSpatialTile some ScalarData"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The datatype for monodimensional arrays."@en .

emmo:EMMO_d97b27cb_61a4_4568_a38b_4edd4f224acc a owl:Class ;
    rdfs:label "IonTransportNumber"@en ;
    rdfs:comment "Faction of electrical current carried by given ionic species."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:altLabel "CurrentFraction"@en,
        "TransferrenceNumber"@en ;
    skos:prefLabel "IonTransportNumber"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/IonTransportNumber"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q331854"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-46"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Faction of electrical current carried by given ionic species."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.I03181"^^xsd:string,
        "https://doi.org/10.1351/goldbook.T06489"^^xsd:string .

emmo:EMMO_da4ea7e3_6e60_410b_a209_6ea735a6b10c a owl:Class ;
    rdfs:label "BurgersVector"@en ;
    rdfs:comment "Vector characterising a dislocation in a crystal lattice."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ],
        emmo:EMMO_4024a7f8_2991_4d80_bcc9_63705aa0c750,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "BurgersVector"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/BurgersVector"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q623093"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-6"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Vector characterising a dislocation in a crystal lattice."@en .

emmo:EMMO_da831168_975a_41f8_baae_279c298569da a owl:Class ;
    rdfs:label "NewtonianConstantOfGravity"@en ;
    rdfs:comment "Physical constant in Newton's law of gravitation and in Einstein's general theory of relativity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_3181bb28_623b_4411_ad79_80277c661322 ],
        emmo:EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2 ;
    skos:prefLabel "NewtonianConstantOfGravity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/constant/NewtonianConstantOfGravitation"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Physical constant in Newton's law of gravitation and in Einstein's general theory of relativity."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.G02695"^^xsd:string .

emmo:EMMO_dabe353b_8bfc_4da7_8ac7_8f52786d16f8 a owl:Class ;
    rdfs:label "Assigned"@en ;
    rdfs:comment "An estimated that has been assigned by an agent."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf emmo:EMMO_9b87d718_9dcc_4f7d_ad20_12c2aa4c76be ;
    skos:example "Input parameter to a model that has been assigned by a modeller (agent)."@en ;
    skos:prefLabel "Assigned"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An estimated that has been assigned by an agent."@en .

emmo:EMMO_dc1370b5_3902_4652_8736_0804d88dd128 a owl:Class ;
    rdfs:label "GrueneisenParamter"@en ;
    rdfs:comment "Describes the effect that changing the volume of a crystal lattice has on its vibrational properties, and, as a consequence, the effect that changing temperature has on the size or dynamics of the lattice."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "GrueneisenParamter"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q444656"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-14"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Describes the effect that changing the volume of a crystal lattice has on its vibrational properties, and, as a consequence, the effect that changing temperature has on the size or dynamics of the lattice."@en .

emmo:EMMO_dc3a6b2d_e31d_491a_ab40_c433f8dd8d48 a owl:Class ;
    rdfs:label "Cementing"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_22496460_c849_4bd7_8be0_9a1202506f18 ;
    skos:prefLabel "Cementing"@en .

emmo:EMMO_dc6c8de0_cfc4_4c66_a7dc_8f720e732d54 a owl:Class ;
    rdfs:label "MassNumber"@en ;
    rdfs:comment "Number of nucleons in an atomic nucleus."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 ] ],
        emmo:EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c ;
    skos:altLabel "AtomicMassNumber"^^xsd:string,
        "NucleonNumber"^^xsd:string ;
    skos:prefLabel "MassNumber"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/MassNumber"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of nucleons in an atomic nucleus."@en .

emmo:EMMO_dd48bd88_9855_4da9_9297_41ae8a3c41fc a owl:Class ;
    rdfs:label "NuclearRadius"@en ;
    rdfs:comment "Conventional radius of sphere in which the nuclear matter is included,"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_32dcd601_47c7_4028_b7fa_5e972ae57f12,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "NuclearRadius"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/NuclearRadius"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q3535676"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-19.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Conventional radius of sphere in which the nuclear matter is included,"@en .

emmo:EMMO_dd8301d8_affa_4b1d_8db8_7b9d0a1f2ee7 a owl:Class ;
    rdfs:label "ScalarData"@en ;
    rdfs:comment "A symbolic data that is not array data."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:subClassOf emmo:EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172 ;
    skos:prefLabel "ScalarData"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbolic data that is not array data."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Scalar data are primitive symbolic data that are not built up of other types of symbolic data."@en .

emmo:EMMO_dd92c2ae_3ca4_49bc_9147_d82b96f7505e a owl:Class ;
    rdfs:label "AverageEnergyLossPerElementaryChargeProduced"@en ;
    rdfs:comment "Quotient of the initial kinetic energy Ek of an ionizing charged particle and the total ionization Ni produced by that particle."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "AverageEnergyLossPerElementaryChargeProduced"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/AverageEnergyLossPerElementaryChargeProduced"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98793042"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-60"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of the initial kinetic energy Ek of an ionizing charged particle and the total ionization Ni produced by that particle."@en .

emmo:EMMO_ddcc9683-bee2-5ea0-8b18-54c85b551ad6 a owl:Class ;
    rdfs:label "RhodiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the rhodium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Rh"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_3bc0aedf-c43e-5d30-8688-44d19900a68b ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "RhodiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the rhodium atom."@en .

emmo:EMMO_de021e4f_918f_47ef_a67b_11120f56b9d7 a owl:Class ;
    rdfs:label "VacuumMagneticPermeability"@en ;
    rdfs:comment "The DBpedia and UIPAC Gold Book definitions (http://dbpedia.org/page/Vacuum_permeability,  https://doi.org/10.1351/goldbook.P04504) are outdated since May 20, 2019. It is now a measured constant."@en,
        "The value of magnetic permeability in a classical vacuum."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_09663630_1b84_4202_91e6_e641104f579e,
        emmo:EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2 ;
    skos:altLabel "PermeabilityOfVacuum"^^xsd:string ;
    skos:prefLabel "VacuumMagneticPermeability"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/constant/ElectromagneticPermeabilityOfVacuum"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-26.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The value of magnetic permeability in a classical vacuum."@en .

emmo:EMMO_de649cb1_7ec0_4a2e_ad55_d84e4ccd88b0 a owl:Class ;
    rdfs:label "TotalAngularMomentum"^^xsd:string ;
    rdfs:comment "Vector quantity in a quantum system composed of the vectorial sum of angular momentum L and spin s."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_66d01570_36dd_42fd_844d_29b81b029cd5 ;
    skos:prefLabel "TotalAngularMomentum"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/TotalAngularMomentum"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q97496506"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-11"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Vector quantity in a quantum system composed of the vectorial sum of angular momentum L and spin s."@en .

emmo:EMMO_df8b283c_c02a_4158_b65e_60de7bb0b550 a owl:Class ;
    rdfs:label "MassConcentrationOfWaterVapour"@en ;
    rdfs:comment "Quotient of the mass of water vapour in moist gas by the total gas volume."@en,
        "The mass concentration of water at saturation is denoted vsat."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_16f2fe60_2db7_43ca_8fee_5b3e416bfe87,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "MassConcentrationOfWaterVapour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MassConcentrationOfWaterVapour"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q76378808"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-60"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of the mass of water vapour in moist gas by the total gas volume."@en .

emmo:EMMO_dfcff795_0fe9_4eb7_8f8f_879bb50939c9 a owl:Class ;
    rdfs:label "PeltierCoefficient"@en ;
    rdfs:comment "Quotient of Peltier heat power developed at a junction, and the electric current flowing from substance a to substance b."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "PeltierCoefficient"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/PeltierCoefficient"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105801003"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-22"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of Peltier heat power developed at a junction, and the electric current flowing from substance a to substance b."@en .

emmo:EMMO_dfd22e00_993b_40cc_a4ad_1134c1e3007a a owl:Class ;
    rdfs:label "RotationalDisplacement"@en ;
    rdfs:comment "Quotient of the traversed circular path length of a point in space during a rotation and its distance from the axis or centre of rotation."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a,
        emmo:EMMO_f3dd74c0_f480_49e8_9764_33b78638c235 ;
    skos:altLabel "AngularDisplacement"@en ;
    skos:prefLabel "RotationalDisplacement"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q3305038"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-6"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of the traversed circular path length of a point in space during a rotation and its distance from the axis or centre of rotation."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Angular_displacement"^^xsd:string .

emmo:EMMO_e0136ad7-1435-5292-9ed6-9848b481d503 a owl:Class ;
    rdfs:label "HolmiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the holmium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Ho"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_fd03c660-7b3b-5451-9d78-bc48836e1cc6 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "HolmiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the holmium atom."@en .

emmo:EMMO_e0feea8c_318e_4dcf_92f0_751e228ed99d a owl:Class ;
    rdfs:label "Permeance"@en ;
    rdfs:comment "Inverse of the reluctance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "Permeance"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Permeance"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q77997985"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-29"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-40"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Inverse of the reluctance."@en .

emmo:EMMO_e16033b0_cb72_4d02_84fa_4df7f54a9c4e a owl:Class ;
    rdfs:label "SpecificGibbsEnergy"@en ;
    rdfs:comment "Gibbs energy per unit mass."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_e218c625_6a39_47a9_8d08_a2ef41c152a9 ;
    skos:prefLabel "SpecificGibbsEnergy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SpecificGibbsEnergy"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q76360636"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-21.5"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Gibbs energy per unit mass."@en .

emmo:EMMO_e1805abe_f5b7_4c40_810a_1a01950546be a owl:ObjectProperty ;
    rdfs:label "hasFractionalCollection"@en ;
    rdfs:comment "A sub collection realtion where the proper part is cutting members of the collection."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:subPropertyOf emmo:EMMO_339d8e1a_f52a_42cd_8df5_57b5328b939e,
        emmo:EMMO_49e17ba8_dd17_4c28_b8c8_c8c5d5a9aab9,
        emmo:EMMO_c37d451b_e245_439f_bd94_9050e04ec9f7 ;
    skos:prefLabel "hasFractionalCollection"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A sub collection realtion where the proper part is cutting members of the collection."@en .

emmo:EMMO_e1f38566_ba25_4c09_9282_eea2b86cb90b a owl:Class ;
    rdfs:label "CentrifugalCasting"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_ae3c9eb3_289d_4133_99d6_77068367a58d ;
    skos:prefLabel "CentrifugalCasting"@en .

emmo:EMMO_e258099f_5361_463c_ba1d_51d7d730630f a owl:Class ;
    rdfs:label "FlameCutting"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_c9f0abb6_d3e8_459e_bacc_c14ed5481998 ;
    skos:prefLabel "FlameCutting"@en .

emmo:EMMO_e2b08775_a0f6_4bf7_b228_53dc2299f114 a owl:Class ;
    rdfs:label "PlasmaCutting"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_c9f0abb6_d3e8_459e_bacc_c14ed5481998 ;
    skos:prefLabel "PlasmaCutting"@en .

emmo:EMMO_e2ee1c98_497a_4f66_b4ed_5711496a848e a owl:Class ;
    rdfs:label "LuminousFlux"@en ;
    rdfs:comment "Perceived power of light."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_14ff4393_0f28_4fb4_abc7_c2cc00bc761d ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    skos:prefLabel "LuminousFlux"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/LuminousFlux"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "7-13"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Perceived power of light."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.L03646"^^xsd:string .

emmo:EMMO_e35d2cb2_e915_4667_bbe1_1149b19777cb a owl:Class ;
    rdfs:label "ExtentOfReaction"@en ;
    rdfs:comment "Difference between equilibrium and initial amount of a substance, divided by its stoichiometric number."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ;
    skos:prefLabel "ExtentOfReaction"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ExtentOfReaction"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q899046"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-31"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Difference between equilibrium and initial amount of a substance, divided by its stoichiometric number."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E02283"^^xsd:string .

emmo:EMMO_e3727dab_74f9_438b_90f0_d03ea76c31fc a owl:Class ;
    rdfs:label "GibbsEnergy"@en ;
    rdfs:comment "Type of thermodynamic potential; useful for calculating reversible work in certain systems."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:altLabel "GibbsFreeEnergy"@en ;
    skos:prefLabel "GibbsEnergy"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q334631"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-23"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-20.5"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Type of thermodynamic potential; useful for calculating reversible work in certain systems."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.G02629"^^xsd:string .

emmo:EMMO_e37ac288_aa60_415a_8cb7_c375724ac8e1 a owl:Class ;
    rdfs:label "Acceleration"@en ;
    rdfs:comment "Derivative of velocity with respect to time."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a ;
    skos:prefLabel "Acceleration"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Acceleration"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-9.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Derivative of velocity with respect to time."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00051"^^xsd:string .

emmo:EMMO_e37ec2b9_aed3_4549_ad25_5f78d31cac06 a owl:Class ;
    rdfs:label "ThermodynamicEfficiency"@en ;
    rdfs:comment "Performance measure of a device that uses thermal energy, expressed as the ratio of work done over thermal energy used."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:altLabel "ThermalEfficiency"@en ;
    skos:prefLabel "ThermodynamicEfficiency"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ThermalEfficiency"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1452104"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-25.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Performance measure of a device that uses thermal energy, expressed as the ratio of work done over thermal energy used."@en .

emmo:EMMO_e4281979_2b07_4a43_a772_4903fb3696fe a owl:Class ;
    rdfs:label "Dust"@en ;
    rdfs:comment "A suspension of fine particles in the atmosphere."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_d4f37e32_16ae_4cc6_b4cd_fd896b2449c4 ;
    skos:prefLabel "Dust"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A suspension of fine particles in the atmosphere."@en .

emmo:EMMO_e46f3f24_c2ec_4552_8dd4_cfc5c0a89c09 a owl:Class ;
    rdfs:label "RadiantFlux"@en ;
    rdfs:comment "The radiant energy emitted, reflected, transmitted or received, per unit time."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_09b9021b_f97b_43eb_b83d_0a764b472bc2 ;
    skos:prefLabel "RadiantFlux"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/RadiantFlux"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The radiant energy emitted, reflected, transmitted or received, per unit time."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.R05046"^^xsd:string .

emmo:EMMO_e4c89307-e63b-57c8-8892-60924c65aa3b a owl:Class ;
    rdfs:label "MolybdenumSymbol"@en ;
    rdfs:comment "The symbol that stands for the molybdenum atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Mo"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_0d8247fb-82b0-5ad6-996b-19469e1d7960 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "MolybdenumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the molybdenum atom."@en .

emmo:EMMO_e4de48b1_dabb_4490_ac2b_040f926c64f0 a owl:Class ;
    rdfs:label "Width"@en ;
    rdfs:comment "Length in a given direction regarded as horizontal."@en,
        "The terms breadth and width are often used by convention, as distinguished from length and from height or thickness."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ;
    skos:altLabel "Breadth"@en ;
    skos:prefLabel "Width"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Width"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q35059"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-20"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-1.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Length in a given direction regarded as horizontal."@en .

emmo:EMMO_e580b699-7725-58d5-b057-7b3c816e84a1 a owl:Class ;
    rdfs:label "PlatinumSymbol"@en ;
    rdfs:comment "The symbol that stands for the platinum atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_123629bd-efd6-5ba6-979e-2a4698b54e70 ],
        [ a owl:Restriction ;
            owl:hasValue "Pt"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "PlatinumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the platinum atom."@en .

emmo:EMMO_e59eb557_3a0f_4532_9984_deed22f94952 a owl:Class ;
    rdfs:label "MagneticSusceptibility"@en ;
    rdfs:comment "Scalar or tensor quantity the product of which by the magnetic constant μ0 and by the magnetic field strength H is equal to the magnetic polarization J."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "MagneticSusceptibility"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/unit/SUSCEPTIBILITY_MAG.html"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q691463"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-37"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-28"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Scalar or tensor quantity the product of which by the magnetic constant μ0 and by the magnetic field strength H is equal to the magnetic polarization J."@en .

emmo:EMMO_e5d7bd48-4098-59b6-b872-8bba421157eb a owl:Class ;
    rdfs:label "OganessonSymbol"@en ;
    rdfs:comment "The symbol that stands for the oganesson atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Og"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_cffec057-9258-52ae-bb4c-ca761b6bc407 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "OganessonSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the oganesson atom."@en .

emmo:EMMO_e5e17147_64a9_47c9_b3d1_2d4ab23eed54 a owl:Class ;
    rdfs:label "ExchangeIntegral"@en ;
    rdfs:comment "constituent of the interaction energy between the spins of adjacent electrons in matter arising from the overlap of electron state functions"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "ExchangeIntegral"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ExchangeIntegral"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q10882959"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-34"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "constituent of the interaction energy between the spins of adjacent electrons in matter arising from the overlap of electron state functions"@en .

emmo:EMMO_e689c57f_2a8e_4bea_8750_a4fa015a1989 a owl:Class ;
    rdfs:label "GyromagneticRatioOfTheElectron"^^xsd:string ;
    rdfs:comment "Proportionality constant between the magnetic dipole moment and the angular momentum of the electron."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_030ce585_429a_4cfb_95c2_8364e58a1ebb ;
    skos:altLabel "GyromagneticCoefficientOfTheElectron"@en,
        "MagnetogyricRatioOfTheElectron"@en ;
    skos:prefLabel "GyromagneticRatioOfTheElectron"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q97543076"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-12.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Proportionality constant between the magnetic dipole moment and the angular momentum of the electron."@en .

emmo:EMMO_e6a173ac_40e9_4616_8883_710b358f5c85 a owl:Class ;
    rdfs:label "ElectronRadius"@en ;
    rdfs:comment "Radius of a sphere such that the relativistic electron energy is distributed uniformly."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_32dcd601_47c7_4028_b7fa_5e972ae57f12,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "ElectronRadius"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2152581"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-19.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Radius of a sphere such that the relativistic electron energy is distributed uniformly."@en .

emmo:EMMO_e6e7277a_1d40_4be5_a3a9_afd3da53d937 a owl:Class ;
    rdfs:label "ElectrolyticConductivity"@en ;
    rdfs:comment "Electric conductivity of an electrolyte."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_cde4368c_1d4d_4c94_8548_604749523c6d ;
    skos:prefLabel "ElectrolyticConductivity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ElectrolyticConductivity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q907564"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-03"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-44"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electric conductivity of an electrolyte."@en .

emmo:EMMO_e6efd70d_87b4_4e18_a471_9b29c7a1fe16 a owl:Class ;
    rdfs:label "ShortRangeOrderParameter"@en ;
    rdfs:comment "fraction of nearest-neighbour atom pairs in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "ShortRangeOrderParameter"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Short-RangeOrderParameter"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105495979"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-5.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "fraction of nearest-neighbour atom pairs in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction"@en .

emmo:EMMO_e75fdaed_cb4e_41ba_8aa3_4cfa5087358f a owl:Class ;
    rdfs:label "MagnetomotiveForce"@en ;
    rdfs:comment "Scalar line integral of the magnetic field strength along a closed path."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "MagnetomotiveForce"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MagnetomotiveForce"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1266982"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-60"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-37.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Scalar line integral of the magnetic field strength along a closed path."@en .

emmo:EMMO_e7bc8939_7ff8_4917_beb5_c42730b390f3 a owl:Class ;
    rdfs:label "SpeedFractionUnit"@en ;
    rdfs:comment "Unit for quantities of dimension one that are the fraction of two speeds."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    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:EMMO_e7c9f7fd_e534_4441_88fe_1fec6cb20f26 a owl:Class ;
    rdfs:label "SolidAngle"@en ;
    rdfs:comment "Ratio of area on a sphere to its radius squared."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:prefLabel "SolidAngle"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/SolidAngle"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-6"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ratio of area on a sphere to its radius squared."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05732"^^xsd:string .

emmo:EMMO_e7cbc129_0d05_41a2_851a_10b198cd7ca2 a owl:Class ;
    rdfs:label "Hypothesis"@en ;
    rdfs:comment "A hypothesis is a theory, estimated and objective, since its estimated premises are objective."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_2a888cdf_ec4a_4ec5_af1c_0343372fc978,
        emmo:EMMO_8d2d9374_ef3a_47e6_8595_6bc208e07519,
        emmo:EMMO_9b87d718_9dcc_4f7d_ad20_12c2aa4c76be ;
    skos:prefLabel "Hypothesis"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A hypothesis is a theory, estimated and objective, since its estimated premises are objective."@en .

emmo:EMMO_e82869a8-32a8-5d57-81a8-e2d618976f23 a owl:Class ;
    rdfs:label "SilverSymbol"@en ;
    rdfs:comment "The symbol that stands for the silver atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Ag"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_36ab7281-0187-568f-b0b4-61e33dc08cfc ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "SilverSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the silver atom."@en .

emmo:EMMO_e86c84bd_af21_402d_a1ad_42a90599f9eb a owl:Class ;
    rdfs:label "SpecificInternalEnergy"@en ;
    rdfs:comment "Internal energy per unit mass."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_e218c625_6a39_47a9_8d08_a2ef41c152a9 ;
    skos:prefLabel "SpecificInternalEnergy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SpecificInternalEnergy"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q76357367"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-21.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Internal energy per unit mass."@en .

emmo:EMMO_e9244742_c185_4c50_b455_c57654852582 a owl:Class ;
    rdfs:label "ArchetypeManufacturing"@en ;
    rdfs:comment "A manufacturing in which the product is a solid body with a well defined geometrical shape made from shapeless original material parts, whose cohesion is created during the process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:seeAlso "DIN 8580:2020"@en ;
    rdfs:subClassOf emmo:EMMO_8786cb47_8e1f_4968_9b15_f6d41fc51252 ;
    skos:altLabel "Urformen"@de,
        "PrimitiveForming"@en ;
    skos:prefLabel "ArchetypeManufacturing"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A manufacturing in which the product is a solid body with a well defined geometrical shape made from shapeless original material parts, whose cohesion is created during the process."@en .

emmo:EMMO_e93927b4_f403_4df8_8801_1162558a9b3e a owl:Class ;
    rdfs:label "DiffusionArea"@en ;
    rdfs:comment "One-sixth of the mean square distance between the point where a neutron enters a specified class and the point where it leaves this class."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "DiffusionArea"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/DiffusionArea"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98966292"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-72.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "One-sixth of the mean square distance between the point where a neutron enters a specified class and the point where it leaves this class."@en .

emmo:EMMO_e941986d-658b-5a08-ae3d-4cc170344b06 a owl:Class ;
    rdfs:label "NeptuniumSymbol"@en ;
    rdfs:comment "The symbol that stands for the neptunium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_15595dc5-20a7-5b9f-a896-aad79f97bb8b ],
        [ a owl:Restriction ;
            owl:hasValue "Np"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "NeptuniumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the neptunium atom."@en .

emmo:EMMO_e963f280_1599_4ee8_bb74_439a4bc6412d a owl:Class ;
    rdfs:label "Kerma"@en ;
    rdfs:comment "Kinetic energy released per mass."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_e218c625_6a39_47a9_8d08_a2ef41c152a9 ;
    skos:prefLabel "Kerma"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Kerma"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1739288"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-36"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-86.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kinetic energy released per mass."@en .

emmo:EMMO_e980389d_6dfe_4156_9b40_32050c9644a5 a owl:Class ;
    rdfs:label "MolarMass"@en ;
    rdfs:comment "Mass per amount of substance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_9ba91622_e39f_43e3_b95f_290937928d7e ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ;
    skos:prefLabel "MolarMass"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MolarMass"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q145623"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-4"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Mass per amount of substance."@en .

emmo:EMMO_e9907887_f266_4d81_9b2d_ba5137c914dd a owl:Class ;
    rdfs:label "TransientLiquidPhaseSintering"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_03441eb3_d1fd_4906_b953_b83312d7589e ;
    skos:prefLabel "TransientLiquidPhaseSintering"@en .

emmo:EMMO_e998cee4_ac07_47a0_a12c_43eda1d9e750 a owl:Class ;
    rdfs:label "ReactionEnergy"@en ;
    rdfs:comment "In a nuclear reaction, sum of the kinetic energies and photon energies of the reaction products minus the sum of the kinetic and photon energies of the reactants."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "ReactionEnergy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ReactionEnergy"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98164745"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-37.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In a nuclear reaction, sum of the kinetic energies and photon energies of the reaction products minus the sum of the kinetic and photon energies of the reactants."@en .

emmo:EMMO_e9fbc98d-3ac1-5a2d-a354-6e3ba1412157 a owl:Class ;
    rdfs:label "ThoriumSymbol"@en ;
    rdfs:comment "The symbol that stands for the thorium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_59d342fd-1ace-5b68-9d0d-ed4ff9f55d63 ],
        [ a owl:Restriction ;
            owl:hasValue "Th"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "ThoriumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the thorium atom."@en .

emmo:EMMO_ea00dafc_ac92_4e67_aa65_ce5a29e77fcf a owl:Class ;
    rdfs:label "TransformationLanguage"@en ;
    rdfs:comment "A construction language designed to transform some input text in a certain formal language into a modified output text that meets some specific goal."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_3ab914c1_5d8d_4a6e_804b_84aa89623c48 ;
    skos:example "Tritium, XSLT, XQuery, STX, FXT, XDuce, CDuce, HaXml, XMLambda, FleXML"@en ;
    skos:prefLabel "TransformationLanguage"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A construction language designed to transform some input text in a certain formal language into a modified output text that meets some specific goal."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Transformation_language"^^xsd:anyURI .

emmo:EMMO_ea7ef02a_589c_4971_908d_dee6688eebda a owl:Class ;
    rdfs:label "MutualInductance"@en ;
    rdfs:comment "Given an electric current in a thin conducting loop and the linked flux caused by that electric current in another loop, the mutual inductance of the two loops is the linked flux divided by the electric current."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_04cc9451_5306_45d0_8554_22cee4d6e785 ;
    skos:prefLabel "MutualInductance"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q78101401"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-36"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-41.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Given an electric current in a thin conducting loop and the linked flux caused by that electric current in another loop, the mutual inductance of the two loops is the linked flux divided by the electric current."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M04076"^^xsd:string .

emmo:EMMO_ead7c629_824a_410f_afec_579f08894c78 a owl:Class ;
    rdfs:label "Molality"@en ;
    rdfs:comment "quotient of the amount of substance nB of solute B by the mass m of the solvent: bB = nB / m."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_95971713_d589_4002_a5a7_affc5c74cfdb ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ;
    skos:altLabel "AmountPerMass"@en ;
    skos:prefLabel "Molality"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q172623"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-19"@en ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-15"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of the amount of substance nB of solute B by the mass m of the solvent: bB = nB / m."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03970"^^xsd:string .

emmo:EMMO_eb561764_276e_413d_a8cb_3a3154fd9bf8 a owl:Class ;
    rdfs:label "VonKlitzingConstant"@en ;
    rdfs:comment "Resistance quantum."@en,
        "The von Klitzing constant is defined as Planck constant divided by the square of the elementary charge."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_e88f75d6_9a17_4cfc_bdf7_43d7cea5a9a1,
        emmo:EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95 ;
    skos:prefLabel "VonKlitzingConstant"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/constant/VonKlitzingConstant"^^xsd:string ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The von Klitzing constant is defined as Planck constant divided by the square of the elementary charge."@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Resistance quantum."@en .

emmo:EMMO_ebd133e3_b823_478d_984f_1e399c6c99aa a owl:Class ;
    rdfs:label "LinearAttenuationCoefficient"@en ;
    rdfs:comment "In nuclear physics, fraction of interacting particles per distance traversed in a given material."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_ecec2983_7c26_4f8d_a981_51ca29668baf ;
    skos:prefLabel "LinearAttenuationCoefficient"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98583077"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-04-31"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-49"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In nuclear physics, fraction of interacting particles per distance traversed in a given material."@en .

emmo:EMMO_ec502e30_b9ec_4216_90c6_f67d2df75627 a owl:Class ;
    rdfs:label "LinkedModelsSimulation"@en ;
    rdfs:comment "A chain of linked physics based model simulations, where equations are solved sequentially."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_7d56ec24_499d_487a_af7d_a91aaa787bfe ;
    skos:prefLabel "LinkedModelsSimulation"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A chain of linked physics based model simulations, where equations are solved sequentially."@en .

emmo:EMMO_ec767367_a773_4935_80ea_dd6a5eaefb54 a owl:Class ;
    rdfs:label "SurfaceMassDensity"@en ;
    rdfs:comment "at a given point on a two-dimensional domain of quasi-infinitesimal area dA, scalar quantity equal to the mass dm within the domain divided by the area dA, thus ρA = dm/dA."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:altLabel "AreicMass"@en,
        "SurfaceDensity"@en ;
    skos:prefLabel "SurfaceMassDensity"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1907514"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-10"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-5"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "at a given point on a two-dimensional domain of quasi-infinitesimal area dA, scalar quantity equal to the mass dm within the domain divided by the area dA, thus ρA = dm/dA."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S06167"^^xsd:string .

emmo:EMMO_ecf938f1_bc37_4897_841d_092cd37f74de a owl:Class ;
    rdfs:label "Attenuation"@en ;
    rdfs:comment "Decrease in magnitude of any kind of flux through a medium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a,
        emmo:EMMO_ecec2983_7c26_4f8d_a981_51ca29668baf ;
    skos:altLabel "Extinction"@en ;
    skos:prefLabel "Attenuation"@en ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-26.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Decrease in magnitude of any kind of flux through a medium."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Attenuation"^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00515"^^xsd:string .

emmo:EMMO_ed257e78_8b59_44c3_9d61_06c261184f55 a owl:Class ;
    rdfs:label "ClassicalData"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/data#> ;
    rdfs:subClassOf emmo:EMMO_1e1cfc11_aa1a_44d4_a8d0_31e26deb2d19 ;
    skos:prefLabel "ClassicalData"@en ;
    emmo: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 .

emmo:EMMO_ed5acb06-0af0-5a3a-9b31-a1b32267f753 a owl:Class ;
    rdfs:label "BismuthSymbol"@en ;
    rdfs:comment "The symbol that stands for the bismuth atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_0e08326e-376b-5d54-ad2c-2a7cf274af61 ],
        [ a owl:Restriction ;
            owl:hasValue "Bi"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "BismuthSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the bismuth atom."@en .

emmo:EMMO_ee837ed0_2355_4802_b3cd_a8fab297d244 a owl:Class ;
    rdfs:label "MolarEnthalpy"@en ;
    rdfs:comment "Enthalpy per amount of substance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_f675294e_6f30_4b1d_a68e_a74e59f3b2fc ;
    skos:prefLabel "MolarEnthalpy"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q88769977"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-6.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Enthalpy per amount of substance."@en .

emmo:EMMO_ee98501a_5036_48b5_902b_4c68c6eeec1e a owl:Class ;
    rdfs:label "TotalCrossSection"@en ;
    rdfs:comment "Sum of all cross sections corresponding to the various reactions or processes between an incident particle of specified type and energy and a target entity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_3d77504a_a1fe_485f_aabb_6750598fe1ea ;
    skos:prefLabel "TotalCrossSection"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/TotalCrossSection"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98206553"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-38.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Sum of all cross sections corresponding to the various reactions or processes between an incident particle of specified type and energy and a target entity."@en .

emmo:EMMO_eead19f5_c0cd_4946_a501_c870bb50f3b1 a owl:Class ;
    rdfs:label "ElectricSusceptibility"@en ;
    rdfs:comment "Electric polarization divided by electric constant and electric field strength."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "ElectricSusceptibility"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ElectricSusceptibility"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q598305"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-19"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-16"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electric polarization divided by electric constant and electric field strength."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electric_susceptibility"^^xsd:string .

emmo:EMMO_eeb8118c_b290_4f57_b0f8_bd65bb6d77ad a owl:ObjectProperty ;
    rdfs:label "hasCharacteriser"@en ;
    rdfs:domain emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/properties#> ;
    rdfs:range emmo:EMMO_1b52ee70_121e_4d8d_8419_3f97cd0bd89c ;
    rdfs:subPropertyOf emmo:EMMO_cc823237_398d_4c9a_b8fa_aa157ee3e3a5 ;
    skos:prefLabel "hasCharacteriser"@en .

emmo:EMMO_eefaa0ef_e7d4_4633_bf79_655bb55f4a49 a owl:Class ;
    rdfs:label "NumberOfTurnsInAWinding"@en ;
    rdfs:comment "Number of turns in a winding."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e,
        emmo:EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c ;
    skos:prefLabel "NumberOfTurnsInAWinding"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q77995997"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-38"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of turns in a winding."@en .

emmo:EMMO_ef4ce791-8ba4-55cd-a6fa-778133a19d19 a owl:Class ;
    rdfs:label "HassiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the hassium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_1acc07d0-709d-53f4-9807-cbc0d144865c ],
        [ a owl:Restriction ;
            owl:hasValue "Hs"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "HassiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the hassium atom."@en .

emmo:EMMO_efe73b0e_006b_417a_98a7_6db26b3ce2ac a owl:Class ;
    rdfs:label "ModulusOfImpedance"@en ;
    rdfs:comment "Quotient of the rms value of the voltage between the terminals of a two-terminal element or a two-terminal circuit by the rms value of the electric current in the element or circuit."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_e88f75d6_9a17_4cfc_bdf7_43d7cea5a9a1 ;
    skos:prefLabel "ModulusOfImpedance"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ModulusOfImpedance"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q25457909"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-44"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-51.4"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of the rms value of the voltage between the terminals of a two-terminal element or a two-terminal circuit by the rms value of the electric current in the element or circuit."@en .

emmo:EMMO_f0644f69_7337_4385_9d4a_4401b7bf3302 a owl:Class ;
    rdfs:label "SparkPlasmaSintering"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_03441eb3_d1fd_4906_b953_b83312d7589e ;
    skos:prefLabel "SparkPlasmaSintering"@en .

emmo:EMMO_f0b8bace_151e_4f54_8129_c180fd83ae44 a owl:Class ;
    rdfs:label "NeelTemperature"@en ;
    rdfs:comment "Critical thermodynamic temperature of an antiferromagnet."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_83424a56_e28f_4aea_8125_bef7b9347ee6,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "NeelTemperature"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q830311"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-52"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-35.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Critical thermodynamic temperature of an antiferromagnet."@en .

emmo:EMMO_f0b903be_d86f_4d28_9f42_b4d4753e2cf4 a owl:Class ;
    rdfs:label "IonizationEnergy"@en ;
    rdfs:comment "Difference between energy of an electron at rest at infinity and a certain energy level which is the energy of an electron in the interior of a substance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "IonizationEnergy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/IonizationEnergy"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q483769"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-39"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-24.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Difference between energy of an electron at rest at infinity and a certain energy level which is the energy of an electron in the interior of a substance."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.I03199"^^xsd:string .

emmo:EMMO_f0f7abe2-766d-5dcd-ba67-ada816684677 a owl:Class ;
    rdfs:label "NiobiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the niobium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_ad2056af-0fa7-56cf-a881-80e3a7dfd266 ],
        [ a owl:Restriction ;
            owl:hasValue "Nb"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "NiobiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the niobium atom."@en .

emmo:EMMO_f1027c92_b145_48c7_aa42_3d831a6f2039 a owl:Class ;
    rdfs:label "NonAgent"@en ;
    rdfs:comment "A participant that does not have an active role in driving the process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/agency#> ;
    rdfs:subClassOf emmo:EMMO_cede9297_c60d_4487_9207_62ac963202b5 ;
    skos:prefLabel "NonAgent"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A participant that does not have an active role in driving the process."@en .

emmo:EMMO_f107c0e5-0b9f-566c-9cba-a3443c904f78 a owl:Class ;
    rdfs:label "AmericiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the americium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_f90da1f3-eb4c-54c4-b5d9-cf00fef180a1 ],
        [ a owl:Restriction ;
            owl:hasValue "Am"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "AmericiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the americium atom."@en .

emmo:EMMO_f14ae884_9345_4de4_a322_362329517e3e a owl:Class ;
    rdfs:label "SpecificEntropy"@en ;
    rdfs:comment "Quotient of entropy and mass."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "SpecificEntropy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SpecificEntropy"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q69423705"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-19"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of entropy and mass."@en .

emmo:EMMO_f17133c2_bb33_4ffd_89fa_eef2b403d5e6 a owl:Class ;
    rdfs:label "NumberOfElements"@en ;
    rdfs:comment "Number of direct parts of a Reductionistic."@en,
        "Using direct parthood EMMO creates a well-defined broadcasting between granularity levels. This also make it possible to count the direct parts of each granularity level."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom emmo:EMMO_15db234d_ecaf_4715_9838_4b4ec424fb13 ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 ] ],
        emmo:EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c ;
    skos:prefLabel "NumberOfElements"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of direct parts of a Reductionistic."@en .

emmo:EMMO_f19ff3b4_6bfe_4c41_a2b2_9affd39c140b a owl:Class ;
    rdfs:label "MaterialLaw"@en ;
    rdfs:comment "A law that provides a connection between a material property and other properties of the object."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_db9a009e_f097_43f5_9520_6cbc07e7610b ;
    skos:prefLabel "MaterialLaw"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A law that provides a connection between a material property and other properties of the object."@en .

emmo:EMMO_f1a51559_aa3d_43a0_9327_918039f0dfed a owl:Class ;
    rdfs:label "Volume"@en ;
    rdfs:comment "Extent of an object in space."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 ],
        emmo:EMMO_194100e1_e11a_4b7c_bb5a_171655679fc8,
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a ;
    skos:prefLabel "Volume"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Volume"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q39297"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-04-40"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Volume"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-4"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Extent of an object in space."@en .

emmo:EMMO_f1d0f28b_7575_4e82_8d22_cb5b46b84cfd a owl:Class ;
    rdfs:label "GravityCasting"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_ae3c9eb3_289d_4133_99d6_77068367a58d ;
    skos:prefLabel "GravityCasting"@en .

emmo:EMMO_f21db3a4-d5de-52dd-9460-5cdd138fb83f a owl:Class ;
    rdfs:label "LawrenciumSymbol"@en ;
    rdfs:comment "The symbol that stands for the lawrencium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_41f2ed3b-aba4-5b99-a5a1-547109a7cb4c ],
        [ a owl:Restriction ;
            owl:hasValue "Lr"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "LawrenciumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the lawrencium atom."@en .

emmo:EMMO_f273529f_9f2c_4877_a94b_5b47590353fc a owl:Class ;
    rdfs:label "Assigner"@en ;
    rdfs:comment "A estimator that uses its predefined knowledge to declare a property of an object."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf emmo:EMMO_4a1c73f1_b6f5_4d10_a3a6_5de90bac7cd0 ;
    skos:example "I estimate the molecular mass of the gas in my bottle as 1.00784 u because it is tagged as H."@en ;
    skos:prefLabel "Assigner"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A estimator that uses its predefined knowledge to declare a property of an object."@en .

emmo:EMMO_f42a0e95_c130_4a69_9660_6bfdbb897d4a a owl:Class ;
    rdfs:label "ShellScript"@en ;
    rdfs:comment "A command language designed to be run by a command-line interpreter, like a Unix shell."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_c8fe15d0_caf7_46f7_883c_0e98081987f1 ;
    skos:prefLabel "ShellScript"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A command language designed to be run by a command-line interpreter, like a Unix shell."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Shell_script"^^xsd:string .

emmo:EMMO_f4cce1ec_c7dd_4061_8c46_7a24fdcd07ca a owl:Class ;
    rdfs:label "DegreeOfDissociation"@en ;
    rdfs:comment "Dissociation may occur stepwise."@en,
        "Ratio of the number of dissociation events to the maximum number of theoretically possible dissociation events."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:altLabel "DissociationFraction"@en ;
    skos:prefLabel "DegreeOfDissociation"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/DegreeOfDissociation"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q907334"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-09"@en ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-43"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ratio of the number of dissociation events to the maximum number of theoretically possible dissociation events."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.D01566"^^xsd:string .

emmo:EMMO_f53bafb6_b17d_4eb9_ad58_9d209f70dbfd a owl:Class ;
    rdfs:label "ElectricFieldStrength"@en ;
    rdfs:comment "Vector field quantity E which exerts on any charged particle at rest a force F equal to the product of E and the electric charge Q of the particle."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "ElectricFieldStrength"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ElectricFieldStrength"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q20989"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-18"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-10"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Vector field quantity E which exerts on any charged particle at rest a force F equal to the product of E and the electric charge Q of the particle."@en .

emmo:EMMO_f678173d_f036_4df1_a86b_2894560be617 a owl:Class ;
    rdfs:label "CompositeMaterial"@en ;
    rdfs:comment "A material that contains two or more constituent materials."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_4db521a3_f80f_436b_b9c7_e4b52b1383ea ;
    skos:altLabel "Composite"@en ;
    skos:prefLabel "CompositeMaterial"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A material that contains two or more constituent materials."@en .

emmo:EMMO_f68030be_94b8_4c61_a161_886468558054 a owl:ObjectProperty ;
    rdfs:label "hasSpatialSlice"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:subPropertyOf emmo:EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 ;
    skos:altLabel "hasSpatialIntegralPart"@en ;
    skos:prefLabel "hasSpatialSlice"@en ;
    emmo: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:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "In EMMO FOL this is a defined property. In OWL spatial relations are primitive."@en .

emmo:EMMO_f7e8a63d-d40c-57f7-8017-7ad6b1d89b4e a owl:Class ;
    rdfs:label "CaesiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the caesium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_85ab88f1-3bb6-5fb7-8996-d1be786da995 ],
        [ a owl:Restriction ;
            owl:hasValue "Cs"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "CaesiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the caesium atom."@en .

emmo:EMMO_f8736fbd_b1e3_4fdc_bf5f_f69f54aef3bb a owl:Class ;
    rdfs:label "EnergyFluenceRate"@en ;
    rdfs:comment "In nuclear physics, time derivative of the energy fluence."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "EnergyFluenceRate"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/EnergyFluenceRate"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98538655"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-47"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In nuclear physics, time derivative of the energy fluence."@en .

emmo:EMMO_f87e79eb_f549_4a06_9c27_a3d1412444c6 a owl:Class ;
    rdfs:label "Hyperon"@en ;
    rdfs:comment "A baryon containing one or more strange quarks, but no charm, bottom, or top quark."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom emmo:EMMO_99a8eece_40bf_4f26_832c_f290ca664767 ;
            owl:onProperty emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ],
        emmo:EMMO_24dda193_ada8_433b_bb74_6ca4a0b89a20 ;
    skos:prefLabel "Hyperon"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A baryon containing one or more strange quarks, but no charm, bottom, or top quark."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "This form of matter may exist in a stable form within the core of some neutron stars."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Hyperon"^^xsd:string .

emmo:EMMO_f895cb83_2280_42e9_9f4c_047273e70d3c a owl:Class ;
    rdfs:label "TensorMeson"@en ;
    rdfs:comment "A meson with spin two."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf emmo:EMMO_be0a7278_b4e6_4bca_88ba_de3f67a478e2 ;
    skos:prefLabel "TensorMeson"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A meson with spin two."@en .

emmo:EMMO_f94e509a_be29_4365_a4cd_70165e47e232 a owl:Class ;
    rdfs:label "Modeller"@en ;
    rdfs:comment "A estimator that uses modelling to declare a property of an object (i.e. infer a property from other properties)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/properties#> ;
    rdfs:subClassOf emmo:EMMO_4a1c73f1_b6f5_4d10_a3a6_5de90bac7cd0 ;
    skos:prefLabel "Modeller"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A estimator that uses modelling to declare a property of an object (i.e. infer a property from other properties)."@en .

emmo:EMMO_f94fceab_966b_4ead_b615_f6b6b07dfd55 a owl:Class ;
    rdfs:label "ActivityDensity"@en ;
    rdfs:comment "Activity per unit volume of the sample."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:altLabel "ActivityConcentration"@en,
        "VolumetricActivity"@en,
        "VolumicActivity"@en ;
    skos:prefLabel "ActivityDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ActivityConcentration"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q423263"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-09"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-29"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Activity per unit volume of the sample."@en .

emmo:EMMO_f9544c7c-d259-5839-b36a-61595809c538 a owl:Class ;
    rdfs:label "RubidiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the rubidium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Rb"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_c828cd65-e2de-5ae2-b581-4e5d2498e493 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "RubidiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the rubidium atom."@en .

emmo:EMMO_f96feb3f_4438_4e43_aa44_7458c4d87fc2 a owl:Class ;
    rdfs:label "HyperfineTransitionFrequencyOfCs"@en ;
    rdfs:comment """The frequency standard in the SI system in which the photon absorption by transitions between the two hyperfine ground states of caesium-133 atoms are used to control the output frequency.

It defines the base unit second in the SI system."""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_852b4ab8_fc29_4749_a8c7_b92d4fca7d5a,
        emmo:EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95 ;
    skos:prefLabel "HyperfineTransitionFrequencyOfCs"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The frequency standard in the SI system in which the photon absorption by transitions between the two hyperfine ground states of caesium-133 atoms are used to control the output frequency.

It defines the base unit second in the SI system."""@en .

emmo:EMMO_f9cc7a8e_bad7_40ea_be23_71dc6d0363df a owl:Class ;
    rdfs:label "PropagationCoefficient"@en ;
    rdfs:comment "Measure of the change of amplitude and phase angle of a plane wave propagating in a given direction."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a,
        emmo:EMMO_ecec2983_7c26_4f8d_a981_51ca29668baf ;
    skos:prefLabel "PropagationCoefficient"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/PropagationCoefficient.html"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1434913"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-18"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-26.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure of the change of amplitude and phase angle of a plane wave propagating in a given direction."@en .

emmo:EMMO_f9df1503_6ecf_427e_b127_742536601562 a owl:ObjectProperty ;
    rdfs:label "hasTemporalEnd"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:subPropertyOf emmo:EMMO_5022e4cb_125f_429d_8556_c3e635c561f2 ;
    skos:prefLabel "hasTemporalEnd"@en .

emmo:EMMO_fa957390_cdfb_4dda_b160_94ae25bd2254 a owl:Class ;
    rdfs:label "GroupVelocity"@en ;
    rdfs:comment "Speed with which the envelope of a wave propagates in space."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_0329f1f5_8339_4ce4_8505_a264c6d606ba ;
    skos:altLabel "GroupSpeed"@en ;
    skos:prefLabel "GroupVelocity"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q217361"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-15"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Group_velocity"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-23.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Speed with which the envelope of a wave propagates in space."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Group_velocity"^^xsd:string .

emmo:EMMO_fa9cfc5d_9c3c_4856_a708_28be3858917e a owl:Class ;
    rdfs:label "MaterialSynthesis"@en ;
    rdfs:comment "The creation of a material entity starting from fundamental substances, involving chemical phenomena (e.g. reaction, bonding)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_71b7346e_5a4a_4b2b_8ac5_d41ecc9c7bfd,
        emmo:EMMO_71d1c8f0_c6e3_44b5_a4b6_1b74ff35698a ;
    skos:prefLabel "MaterialSynthesis"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The creation of a material entity starting from fundamental substances, involving chemical phenomena (e.g. reaction, bonding)."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Deals with undefined shapes both input and output."@en .

emmo:EMMO_fad04773-08a7-5bd3-8990-06d7e9d2c21e a owl:Class ;
    rdfs:label "HeliumSymbol"@en ;
    rdfs:comment "The symbol that stands for the helium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "He"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_2c85ff7a-835c-5559-b369-193683d631c8 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "HeliumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the helium atom."@en .

emmo:EMMO_fb1bb238-24bc-5d37-9243-414770fda5be a owl:Class ;
    rdfs:label "OsmiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the osmium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Os"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_016c831e-66b7-546e-ad4a-fc22c739b0f5 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "OsmiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the osmium atom."@en .

emmo:EMMO_fb27e6d6_159e_48a6_9c29_76dc31d8a860 a owl:Class ;
    rdfs:label "PolymericMaterial"@en ;
    rdfs:comment "A substance made of macromolecules formed by linking many smaller, repeating chemical units called monomers into long chains or networks, resulting in unique properties like toughness, elasticity, or flexibility, found in both natural forms (like DNA, protein) and synthetic plastics, rubbers, and fibers."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_4db521a3_f80f_436b_b9c7_e4b52b1383ea ;
    skos:prefLabel "PolymericMaterial"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A substance made of macromolecules formed by linking many smaller, repeating chemical units called monomers into long chains or networks, resulting in unique properties like toughness, elasticity, or flexibility, found in both natural forms (like DNA, protein) and synthetic plastics, rubbers, and fibers."@en .

emmo:EMMO_fb294e8d_603c_4fe5_bd71_8f4d152b2fb5 a owl:Class ;
    rdfs:label "SpecificationLanguage"@en ;
    rdfs:comment "A language used to describe what a computer system should do."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_19fe0747_6954_40cb_9f8f_b87498bc8e78 ;
    skos:example "ACSL, VDM, LOTUS, MML, ..."@en ;
    skos:prefLabel "SpecificationLanguage"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A language used to describe what a computer system should do."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Specification_language"^^xsd:anyURI .

emmo:EMMO_fba570fc-6881-51d6-8e9d-a8c23e422b62 a owl:Class ;
    rdfs:label "XenonSymbol"@en ;
    rdfs:comment "The symbol that stands for the xenon atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_57742ca9-95d8-50f8-9b33-0ded30da4532 ],
        [ a owl:Restriction ;
            owl:hasValue "Xe"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "XenonSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the xenon atom."@en .

emmo:EMMO_fbd27874_80aa_4aac_997b_91ab766342ac a owl:Class ;
    rdfs:label "NuclearMagneton"^^xsd:string ;
    rdfs:comment "Absolute value of the magnetic moment of a nucleus."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "NuclearMagneton"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1166093"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-9.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Absolute value of the magnetic moment of a nucleus."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.N04236"^^xsd:string .

emmo:EMMO_fbef8d6b_9340_4ea0_bb38_26f66a5dee60 a owl:Class ;
    rdfs:label "SlowingDownLength"@en ;
    rdfs:comment "Square root of the slowing down area."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ;
    skos:prefLabel "SlowingDownLength"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Slowing-DownLength"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98996963"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-73.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square root of the slowing down area."@en .

emmo:EMMO_fc1987b2_afff_4dc6_a102_bdd9f024b03b a owl:Class ;
    rdfs:label "Action"@en ;
    rdfs:comment "Physical quantity of dimension energy × time."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:prefLabel "Action"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Action"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q846785"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-51"@en ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-32"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Physical quantity of dimension energy × time."@en .

emmo:EMMO_fc457a08_9b93_4a00_bdcb_a806f30bcf90 a owl:Class ;
    rdfs:label "Susceptance"@en ;
    rdfs:comment "Imaginary part of the admittance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_ffb73b1e_5786_43e4_a964_cb32ac7affb7 ;
    skos:prefLabel "Susceptance"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Susceptance"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q509598"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-54"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-52.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Imaginary part of the admittance."@en .

emmo:EMMO_fc7ab7d2-d960-5ae8-b13b-a53dbc547cca a owl:Class ;
    rdfs:label "AluminiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the aluminium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Al"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_7e8f9419-0bda-5aa3-ba88-00b2be6ca69e ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "AluminiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the aluminium atom."@en .

emmo:EMMO_fcae603e_aa6e_4940_9fa1_9f0909cabf3b a owl:Class ;
    rdfs:label "NonTemporalRole"@en ;
    rdfs:comment "An holistic spatial part of a whole."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/holistic#> ;
    rdfs:subClassOf emmo:EMMO_edcb3871_900f_407f_912e_89f96d3e28de ;
    skos:altLabel "HolisticSpatialPart"@en ;
    skos:prefLabel "NonTemporalRole"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An holistic spatial part of a whole."@en .

emmo:EMMO_fcdf3dd6_c5d7_40d2_b062_b5580e37a9bd a owl:Class ;
    rdfs:label "MagneticTension"@en ;
    rdfs:comment "Scalar quantity equal to the line integral of the magnetic field strength H along a specified path linking two points a and b."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 ],
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "MagneticTension"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MagneticTension"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q77993836"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-57"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-37.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Scalar quantity equal to the line integral of the magnetic field strength H along a specified path linking two points a and b."@en .

emmo:EMMO_fcfc9256_1159_44d2_b4c2_bac1b85698da a owl:Class ;
    rdfs:label "MassAttenuationCoefficient"@en ;
    rdfs:comment "Quotient of the linear attenuation coefficient µ and the mass density ρ of the medium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_4817e479_e401_437e_a49b_54540b93d2a1 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "MassAttenuationCoefficient"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MassAttenuationCoefficient"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98591983"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-04-27"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-50"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of the linear attenuation coefficient µ and the mass density ρ of the medium."@en .

emmo:EMMO_fd1b5969_4b86_4423_910b_41260edf8e97 a owl:Class ;
    rdfs:label "Expressing"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf emmo:EMMO_1783139f_575f_4e41_a409_1e70aceced27 ;
    skos:prefLabel "Expressing"@en ;
    emmo: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:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d a owl:ObjectProperty ;
    rdfs:label "hasMeasuredProperty"@en ;
    rdfs:comment "Assigns a quantity to an object via a well-defined measurement procedure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:range emmo:EMMO_873b0ab3_88e6_4054_b901_5531e01f14a4 ;
    rdfs:subPropertyOf emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
    skos:prefLabel "hasMeasuredProperty"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Assigns a quantity to an object via a well-defined measurement procedure."@en .

emmo:EMMO_fdcc0ac2-f82f-5650-838c-ec1ad138a632 a owl:Class ;
    rdfs:label "YtterbiumSymbol"@en ;
    rdfs:comment "The symbol that stands for the ytterbium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_8d722efa-b49d-51b1-8bf3-bf50ba4b438c ],
        [ a owl:Restriction ;
            owl:hasValue "Yb"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "YtterbiumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the ytterbium atom."@en .

emmo:EMMO_fdd744f7_72e5_4060_86a7_93ff361237d6 a owl:Class ;
    rdfs:label "FermiTemperature"@en ;
    rdfs:comment "in the free electron model, the Fermi energy divided by the Boltzmann constant"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "FermiTemperature"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/FermiTemperature"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105942324"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-28"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "in the free electron model, the Fermi energy divided by the Boltzmann constant"@en .

emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 a owl:AnnotationProperty ;
    rdfs:label "iupacReference"@en ;
    rdfs:comment "DOI to corresponding concept in IUPAC"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:range xsd:anyURI ;
    rdfs:seeAlso "https://goldbook.iupac.org/"^^xsd:anyURI ;
    rdfs:subPropertyOf rdfs:seeAlso ;
    skos:prefLabel "iupacReference"@en .

emmo:EMMO_fe3eb868_8745_4fea_8370_4313d0531c18 a owl:Class ;
    rdfs:label "KineticFrictionForce"@en ;
    rdfs:comment "Force opposing the motion of a body sliding on a surface."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_1f087811_06cb_42d5_90fb_25d0e7e068ef,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:altLabel "DynamicFrictionForce"@en ;
    skos:prefLabel "KineticFrictionForce"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q91005629"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-9.4"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Force opposing the motion of a body sliding on a surface."@en .

emmo:EMMO_fe527062_5869_46af_a351_f81d0ca18fad a owl:Class ;
    rdfs:label "ArtificialAgency"@en ;
    rdfs:comment "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."^^xsd:string ;
    rdfs:isDefinedBy <https://plato.stanford.edu/entries/agency/#OthKinAgeMenShaColRelArt>,
        <https://w3id.org/emmo/reference/agency#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a ;
            owl:someValuesFrom emmo:EMMO_7cb03f8e_6062_4106_9ffb_38cbe8eaa5f6 ],
        emmo:EMMO_8af3b008_0e32_4684_85ab_a52a8e7b6877 ;
    skos:prefLabel "ArtificialAgency"@en ;
    emmo: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."^^xsd:string .

emmo:EMMO_fe573dc7_9aac_49f2_9390_02cf697bfe53 a owl:Class ;
    rdfs:label "ThermalConductance"@en ;
    rdfs:comment "Reciprocal of the thermal resistance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_21a91e48_b6d3_4558_b08f_246433d43860 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "ThermalConductance"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ThermalConductance"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q17176562"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-46"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-13"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Reciprocal of the thermal resistance."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.T06298"^^xsd:string .

emmo:EMMO_fe63194f_7c04_4dbd_a244_524b38b6699b a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasBeginTile"@en ;
    rdfs:comment "The relation between the whole and a temporal tile that has only outgoing temporal connections."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:range emmo:EMMO_fa595892_070d_455e_9459_06c97179c080 ;
    rdfs:subPropertyOf emmo:EMMO_65a2c5b8_e4d8_4a51_b2f8_e55effc0547d ;
    skos:altLabel "hasTemporalFirst"@en ;
    skos:prefLabel "hasBeginTile"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between the whole and a temporal tile that has only outgoing temporal connections."^^xsd:string .

emmo:EMMO_fe7e56ce_118b_4243_9aad_20eb9f4f31f6 a owl:Class ;
    rdfs:label "Unknown"@en ;
    rdfs:comment "The dependent variable for which an equation has been written."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf emmo:EMMO_9e029526_79a2_47a8_a151_dd0545db471b ;
    skos:example "Velocity, for the Navier-Stokes equation."@en ;
    skos:prefLabel "Unknown"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The dependent variable for which an equation has been written."@en .

emmo:EMMO_fea5076a_20d0_4277_a4f1_d0eebd3b0d0e a owl:Class ;
    rdfs:label "RadiusOfCurvature"@en ;
    rdfs:comment "Radius of the osculating circle of a planar curve at a particular point of the curve."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_32dcd601_47c7_4028_b7fa_5e972ae57f12 ;
    skos:prefLabel "RadiusOfCurvature"@en ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-30"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Radius_of_curvature"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-1.12"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Radius of the osculating circle of a planar curve at a particular point of the curve."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Radius_of_curvature"^^xsd:string .

emmo:EMMO_fec651dc_8962_48c3_8b30_1115b2dd7c16 a owl:Class ;
    rdfs:label "ThermoelectricVoltage"@en ;
    rdfs:comment "Voltage between substances a and b caused by the thermoelectric effect."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_17b031fb_4695_49b6_bb69_189ec63df3ee,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "ThermoelectricVoltage"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105761637"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-20"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Voltage between substances a and b caused by the thermoelectric effect."@en .

emmo:EMMO_fee2a014_3322_48f9_91ab_d947a6e54556 a owl:Class ;
    rdfs:label "PerLengthUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'PerLength'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L-1 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_ff1212da_108e_4aaf_a2b0_b691fe53685e a owl:Class ;
    rdfs:label "PhaseCoefficient"@en ;
    rdfs:comment "Change of phase angle with the length along the path travelled by a plane wave."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a,
        emmo:EMMO_ecec2983_7c26_4f8d_a981_51ca29668baf ;
    skos:altLabel "PhaseChangeCoefficient"@en ;
    skos:prefLabel "PhaseCoefficient"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/PhaseCoefficient"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q32745742"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-20"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-26.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Change of phase angle with the length along the path travelled by a plane wave."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The imaginary part of the propagation coefficient."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Propagation_constant#Phase_constant"^^xsd:string .

emmo:EMMO_ff1d6ece-712d-54b8-9c05-c26854e0c35a a owl:Class ;
    rdfs:label "CaliforniumSymbol"@en ;
    rdfs:comment "The symbol that stands for the californium atom."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Cf"^^xsd:string ;
            owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
            owl:someValuesFrom emmo:EMMO_b443dea3-7407-59c3-9e86-6784e715f48b ],
        emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ;
    skos:prefLabel "CaliforniumSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol that stands for the californium atom."@en .

emmo:EMMO_ff4dfc0f_6d79_41e1_9e32_68801bdea085 a owl:Class ;
    rdfs:label "ThermodynamicGrueneisenParameter"@en ;
    rdfs:comment "A dimensionless thermodynamic parameter named after German physicist Eduard Grüneisen."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "ThermodynamicGrueneisenParameter"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105658620"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-13"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A dimensionless thermodynamic parameter named after German physicist Eduard Grüneisen."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Gr%C3%BCneisen_parameter"^^xsd:anyURI .

emmo:EMMO_ffc7735f_c177_46a4_98e9_a54440d29209 a owl:Class ;
    rdfs:label "BoltzmannConstant"@en ;
    rdfs:comment """A physical constant relating energy at the individual particle level with temperature. It is the gas constant R divided by the Avogadro constant.

It defines the Kelvin unit in the SI system."""@en,
        "The DBpedia definition (http://dbpedia.org/page/Boltzmann_constant) is outdated as May 20, 2019. It is now an exact quantity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_9bbab0be_f9cc_4f46_9f46_0fd271911b79,
        emmo:EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95 ;
    skos:prefLabel "BoltzmannConstant"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/constant/BoltzmannConstant"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A physical constant relating energy at the individual particle level with temperature. It is the gas constant R divided by the Avogadro constant.

It defines the Kelvin unit in the SI system."""@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.B00695"^^xsd:string .

emmo:EMMO_ffe760a2_9d1f_4aef_8bee_1f450f9cb00d a owl:Class ;
    rdfs:label "MathematicalConstruct"@en ;
    rdfs:comment "A construct of two or more mathematical symbols."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ;
            owl:someValuesFrom emmo:EMMO_5be83f9c_a4ba_4b9a_be1a_5bfc6e891231 ] ;
    owl:equivalentClass [ a owl:Class ;
            owl:intersectionOf ( emmo:EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 emmo:EMMO_89a0c87c_0804_4013_937a_6fe234d9499c ) ] ;
    skos:prefLabel "MathematicalConstruct"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A construct of two or more mathematical symbols."@en .

emmo:EarthMass a owl:Class ;
    rdfs:label "EarthMass"@en ;
    rdfs:comment """Earth mass (M⊕) is the unit of mass equal to that of the Earth. In SI Units, 1 M⊕ = 5.9722 × 10²⁴ kg. Earth mass is often used to describe masses of rocky terrestrial planets. The four terrestrial planets of the Solar System, Mercury, Venus, Earth, and Mars, have masses of 0.055, 0.815, 1.000, and 0.107 Earth masses respectively.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.97219e+24 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Earth mass"@en ;
    skos:prefLabel "EarthMass"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/EarthMass"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "M⊕"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Earth mass (M⊕) is the unit of mass equal to that of the Earth. In SI Units, 1 M⊕ = 5.9722 × 10²⁴ kg. Earth mass is often used to describe masses of rocky terrestrial planets. The four terrestrial planets of the Solar System, Mercury, Venus, Earth, and Mars, have masses of 0.055, 0.815, 1.000, and 0.107 Earth masses respectively.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Earth_mass?oldid=495457885"^^xsd:string .

emmo:ElectronVoltPerKelvin a owl:Class ;
    rdfs:label "ElectronVoltPerKelvin"@en ;
    rdfs:comment """`Electron Volt per Kelvin` is a unit for 'Heat Capacity' expressed as eV/K.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.602177e-19 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Electron Volt per Kelvin"@en ;
    skos:prefLabel "ElectronVoltPerKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/EV-PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "eV.K-1"^^xsd:string,
        "eV/K"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ev/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Electron Volt per Kelvin` is a unit for 'Heat Capacity' expressed as eV/K.

-- QUDT"""@en .

emmo:ElectronVoltPerTesla a owl:Class ;
    rdfs:label "ElectronVoltPerTesla"@en ;
    rdfs:comment """"Electron Volt per Tesla" is a unit for  'Magnetic Dipole Moment' expressed as eV T⁻¹.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.602177e-19 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Electron Volt per Tesla"@en ;
    skos:prefLabel "ElectronVoltPerTesla"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/EV-PER-T"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "eV.T-1"^^xsd:string,
        "eV/T"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "eV/T"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Electron Volt per Tesla" is a unit for  'Magnetic Dipole Moment' expressed as eV T⁻¹.

-- QUDT"""@en .

emmo:ElectronVoltSecond a owl:Class ;
    rdfs:label "ElectronVoltSecond"@en ;
    rdfs:comment """"Electron Volt Second" is a unit for  'Angular Momentum' expressed as eV s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.602177e-19 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Electron Volt Second"@en ;
    skos:prefLabel "ElectronVoltSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/EV-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "eV.s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "eV⋅s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Electron Volt Second" is a unit for  'Angular Momentum' expressed as eV s.

-- QUDT"""@en .

emmo:ElectronvoltPerAngstrom a owl:Class ;
    rdfs:label "ElectronvoltPerAngstrom"@en ;
    rdfs:comment """unit electronvolt divided by the unit angstrom

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.602177e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Electronvolt Per Angstrom"@en ;
    skos:prefLabel "ElectronvoltPerAngstrom"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/EV-PER-ANGSTROM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "eV.Ao-1"^^xsd:string,
        "eV/Ao"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "eV/Å"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit electronvolt divided by the unit angstrom

-- QUDT"""@en .

emmo:ElectronvoltPerMetre a owl:Class ;
    rdfs:label "ElectronvoltPerMetre"@en ;
    rdfs:comment """unit electronvolt divided by the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.602177e-19 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Electronvolt Per Metre"@en ;
    skos:prefLabel "ElectronvoltPerMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/EV-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "eV.m-1"^^xsd:string,
        "eV/m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "eV/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit electronvolt divided by the SI base unit metre

-- QUDT"""@en .

emmo:ElementaryCharge a owl:Class ;
    rdfs:label "ElementaryCharge"@en ;
    rdfs:comment """`Elementary Charge`, usually denoted as `e`, is the electric charge carried by a single proton, or equivalently, the negation (opposite) of the electric charge carried by a single electron. This elementary charge is a fundamental physical constant. To avoid confusion over its sign, e is sometimes called the elementary positive charge. This charge has a measured value of approximately 1.602176634 × 10⁻¹⁹ coulombs. In the cgs system, e is 4.80320471257026372 × 10⁻¹⁰ statcoulombs.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.602177e-19 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Elementary Charge"@en ;
    skos:prefLabel "ElementaryCharge"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/E"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[e]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "e"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Elementary Charge`, usually denoted as `e`, is the electric charge carried by a single proton, or equivalently, the negation (opposite) of the electric charge carried by a single electron. This elementary charge is a fundamental physical constant. To avoid confusion over its sign, e is sometimes called the elementary positive charge. This charge has a measured value of approximately 1.602176634 × 10⁻¹⁹ coulombs. In the cgs system, e is 4.80320471257026372 × 10⁻¹⁰ statcoulombs.

-- QUDT"""@en .

emmo:Erg a owl:Class ;
    rdfs:label "Erg"@en ;
    rdfs:comment """An erg is the unit of energy and mechanical work in the centimetre-gram-second (CGS) system of units, symbol 'erg'. Its name is derived from the Greek ergon, meaning 'work'. An erg is the amount of work done by a force of one dyne exerted for a distance of one centimeter. In the CGS base units, it is equal to one gram centimeter-squared per second-squared (g · cm²/s²). It is thus equal to 10⁻⁷ joules or 100 nanojoules in SI units. 1 erg = 10⁻⁷ J = 100 nJ,  1 erg = 624.15 GeV = 6.2415 × 10¹¹ eV, 1 erg = 1 dyne· cm = 1 g · cm²/s².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:prefLabel "Erg"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ERG"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "erg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "erg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An erg is the unit of energy and mechanical work in the centimetre-gram-second (CGS) system of units, symbol 'erg'. Its name is derived from the Greek ergon, meaning 'work'. An erg is the amount of work done by a force of one dyne exerted for a distance of one centimeter. In the CGS base units, it is equal to one gram centimeter-squared per second-squared (g · cm²/s²). It is thus equal to 10⁻⁷ joules or 100 nanojoules in SI units. 1 erg = 10⁻⁷ J = 100 nJ,  1 erg = 624.15 GeV = 6.2415 × 10¹¹ eV, 1 erg = 1 dyne· cm = 1 g · cm²/s².

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Erg?oldid=490293432"^^xsd:string .

emmo:ErgPerCentiMetre a owl:Class ;
    rdfs:label "ErgPerCentiMetre"^^xsd:string ;
    rdfs:comment """CGS unit of the length-related energy

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Erg Per Centimetre"@en ;
    skos:prefLabel "ErgPerCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ERG-PER-CentiM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "erg.cm-1"^^xsd:string,
        "erg/cm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "erg/cm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """CGS unit of the length-related energy

-- QUDT"""@en .

emmo:ErgPerCubicCentiMetre a owl:Class ;
    rdfs:label "ErgPerCubicCentiMetre"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Erg per Cubic Centimetre"@en ;
    skos:prefLabel "ErgPerCubicCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ERG-PER-CentiM3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "erg.cm-3"^^xsd:string,
        "erg/cm3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "erg/cm³"^^xsd:string .

emmo:ErgPerGram a owl:Class ;
    rdfs:label "ErgPerGram"@en ;
    rdfs:comment """CGS unit of the mass-related energy

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Erg per Gram"@en ;
    skos:prefLabel "ErgPerGram"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ERG-PER-G"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "erg.g-1"^^xsd:string,
        "erg/g"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "erg/g"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """CGS unit of the mass-related energy

-- QUDT"""@en .

emmo:ErgPerGramSecond a owl:Class ;
    rdfs:label "ErgPerGramSecond"@en ;
    rdfs:comment """CGS unit of the mass-related power

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Erg Per Gram Second"@en ;
    skos:prefLabel "ErgPerGramSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ERG-PER-GM-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "erg.g-1.s-1"^^xsd:string,
        "erg/(g.s)"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "erg/(g⋅s)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """CGS unit of the mass-related power

-- QUDT"""@en .

emmo:ErgPerSecond a owl:Class ;
    rdfs:label "ErgPerSecond"@en ;
    rdfs:comment """"Erg per Second" is a C.G.S System unit for  'Power' expressed as erg/s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Erg per Second"@en ;
    skos:prefLabel "ErgPerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ERG-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "erg.s-1"^^xsd:string,
        "erg/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "erg/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Erg per Second" is a C.G.S System unit for  'Power' expressed as erg/s.

-- QUDT"""@en .

emmo:ErgPerSquareCentiMetreSecond a owl:Class ;
    rdfs:label "ErgPerSquareCentiMetreSecond"^^xsd:string ;
    rdfs:comment """"Erg per Square Centimeter Second" is a C.G.S System unit for  'Power Per Area' expressed as erg/(cm²-s).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Erg per Square Centimetre Second"@en ;
    skos:prefLabel "ErgPerSquareCentiMetreSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ERG-PER-CentiM2-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "erg.cm-2.s-1"^^xsd:string,
        "erg/(cm2.s)"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "erg/(cm²⋅s)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Erg per Square Centimeter Second" is a C.G.S System unit for  'Power Per Area' expressed as erg/(cm²-s).

-- QUDT"""@en .

emmo:ErgSecond a owl:Class ;
    rdfs:label "ErgSecond"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Erg Second"@en ;
    skos:prefLabel "ErgSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ERG-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "erg.s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "erg⋅s"^^xsd:string .

emmo:Erlang a owl:Class ;
    rdfs:label "Erlang"@en ;
    rdfs:comment """The "Erlang" is a dimensionless unit that is used in telephony as a measure of offered load or carried load on service-providing elements such as telephone circuits or telephone switching equipment.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Erlang"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ERLANG"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "E"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The "Erlang" is a dimensionless unit that is used in telephony as a measure of offered load or carried load on service-providing elements such as telephone circuits or telephone switching equipment.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Erlang_(unit)"^^xsd:string .

emmo:ExaByte a owl:Class ;
    rdfs:label "ExaByte"^^xsd:string ;
    rdfs:comment """The exabyte is a multiple of the unit byte for digital information. The prefix exa means 10¹⁸ in the International System of Units (SI), so ExaByte is 10¹⁸ Bytes.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Byte ],
        [ a owl:Restriction ;
            owl:hasValue 1e+18 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01,
        emmo:EMMO_5cf9f86c_86f5_40c4_846d_60371f670e0a,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "ExaByte"@en ;
    skos:prefLabel "ExaByte"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ExaBYTE"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "EBy"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "EB"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The exabyte is a multiple of the unit byte for digital information. The prefix exa means 10¹⁸ in the International System of Units (SI), so ExaByte is 10¹⁸ Bytes.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:string .

emmo:ExaCoulomb a owl:Class ;
    rdfs:label "ExaCoulomb"^^xsd:string ;
    rdfs:comment """An ExaCoulomb is 10¹⁸ C.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Coulomb ],
        [ a owl:Restriction ;
            owl:hasValue 1e+18 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5cf9f86c_86f5_40c4_846d_60371f670e0a,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "ExaCoulomb"@en ;
    skos:prefLabel "ExaCoulomb"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ExaC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "EC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "EC"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An ExaCoulomb is 10¹⁸ C.

-- QUDT"""@en .

emmo:ExaJoule a owl:Class ;
    rdfs:label "ExaJoule"^^xsd:string ;
    rdfs:comment """1 000 000 000 000 000 000-fold of the derived SI unit joule

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Joule ],
        [ a owl:Restriction ;
            owl:hasValue 1e+18 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5cf9f86c_86f5_40c4_846d_60371f670e0a,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:prefLabel "ExaJoule"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ExaJ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "EJ"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "EJ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000 000 000 000 000-fold of the derived SI unit joule

-- QUDT"""@en .

emmo:ExbiByte a owl:Class ;
    rdfs:label "ExbiByte"^^xsd:string ;
    rdfs:comment """The exbibyte is a multiple of the unit byte for digital information. The prefix exbi means 1024⁶

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Byte ],
        [ a owl:Restriction ;
            owl:hasValue 1.152922e+18 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "ExbiByte"@en ;
    skos:prefLabel "ExbiByte"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ExbiBYTE"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "EiB"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The exbibyte is a multiple of the unit byte for digital information. The prefix exbi means 1024⁶

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:string .

emmo:FailuresInTime a owl:Class ;
    rdfs:label "FailuresInTime"@en ;
    rdfs:comment """unit of failure rate

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Failures In Time"@en ;
    skos:prefLabel "FailuresInTime"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/failures-in-time"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "s-1{failures}"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "failures/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of failure rate

-- QUDT"""@en .

emmo:FaradPerKiloMetre a owl:Class ;
    rdfs:label "FaradPerKiloMetre"@en ;
    rdfs:comment """SI derived unit farad divided by the 1 000-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "Farad Per Kilometre"@en ;
    skos:prefLabel "FaradPerKiloMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FARAD-PER-KiloM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "F.km-1"^^xsd:string,
        "F/km"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "F/km"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit farad divided by the 1 000-fold of the SI base unit metre

-- QUDT"""@en .

emmo:Faraday a owl:Class ;
    rdfs:label "Faraday"@en ;
    rdfs:comment """"Faraday" is a unit for  'Electric Charge' expressed as F.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.648534e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Faraday"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/F"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "F"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Faraday" is a unit for  'Electric Charge' expressed as F.

-- QUDT"""@en .

emmo:Fathom a owl:Class ;
    rdfs:label "Fathom"@en ;
    rdfs:comment """A fathom = 1.8288 meters, is a unit of length in the imperial and the U.S. customary systems, used especially for measuring the depth of water. There are two yards in an imperial or U.S. fathom. Originally based on the distance between the man's outstretched arms, the size of a fathom has varied slightly depending on whether it was defined as a thousandth of an (Admiralty) nautical mile or as a multiple of the imperial yard.  Abbreviations: f, fath, fm, fth, fthm.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.8288e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:prefLabel "Fathom"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FATH"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[fth_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fathom"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A fathom = 1.8288 meters, is a unit of length in the imperial and the U.S. customary systems, used especially for measuring the depth of water. There are two yards in an imperial or U.S. fathom. Originally based on the distance between the man's outstretched arms, the size of a fathom has varied slightly depending on whether it was defined as a thousandth of an (Admiralty) nautical mile or as a multiple of the imperial yard.  Abbreviations: f, fath, fm, fth, fthm.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Fathom?oldid=493265429"^^xsd:string .

emmo:FemtoCoulomb a owl:Class ;
    rdfs:label "FemtoCoulomb"^^xsd:string ;
    rdfs:comment """A FemtoCoulomb is 10⁻¹⁵ C.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Coulomb ],
        [ a owl:Restriction ;
            owl:hasValue 1e-15 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "FemtoCoulomb"@en ;
    skos:prefLabel "FemtoCoulomb"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FemtoC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "fC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fC"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A FemtoCoulomb is 10⁻¹⁵ C.

-- QUDT"""@en .

emmo:FemtoGram a owl:Class ;
    rdfs:label "FemtoGram"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Gram ],
        [ a owl:Restriction ;
            owl:hasValue 1e-18 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "FemtoGram"@en ;
    skos:prefLabel "FemtoGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FemtoGM"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fg"^^xsd:string .

emmo:FemtoGramPerKilogram a owl:Class ;
    rdfs:label "FemtoGramPerKilogram"^^xsd:string ;
    rdfs:comment """One part per 10**18 by mass of the measurand in the matrix.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:GramPerKilogram ],
        [ a owl:Restriction ;
            owl:hasValue 1e-18 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1,
        emmo:EMMO_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Femtograms per kilogram"@en ;
    skos:prefLabel "FemtoGramPerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FemtoGM-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "fg.kg-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fg/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One part per 10**18 by mass of the measurand in the matrix.

-- QUDT"""@en .

emmo:FemtoGramPerLitre a owl:Class ;
    rdfs:label "FemtoGramPerLitre"^^xsd:string ;
    rdfs:comment """One 10**18 part of the SI standard unit of mass of the measurand per litre volume of matrix..

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:GramPerLitre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-15 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Femtograms per litre"@en ;
    skos:prefLabel "FemtoGramPerLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FemtoGM-PER-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "fg.L-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fg/L"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One 10**18 part of the SI standard unit of mass of the measurand per litre volume of matrix..

-- QUDT"""@en .

emmo:FemtoJoule a owl:Class ;
    rdfs:label "FemtoJoule"^^xsd:string ;
    rdfs:comment """0,000 000 000 000 001-fold of the derived SI unit joule

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Joule ],
        [ a owl:Restriction ;
            owl:hasValue 1e-15 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:prefLabel "FemtoJoule"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FemtoJ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "fJ"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fJ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,000 000 000 000 001-fold of the derived SI unit joule

-- QUDT"""@en .

emmo:FemtoLitre a owl:Class ;
    rdfs:label "FemtoLitre"^^xsd:string ;
    rdfs:comment """0.000000000000001-fold of the unit litre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Litre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-18 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:prefLabel "FemtoLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FemtoL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "fL"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fL"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000000000001-fold of the unit litre

-- QUDT"""@en .

emmo:FemtoMetre a owl:Class ;
    rdfs:label "FemtoMetre"^^xsd:string ;
    rdfs:comment """The `femtometre` is an SI unit of length equal to 10⁻¹⁵ meter. This distance can also be called `fermi` and was so named in honour of Enrico Fermi. It is often encountered in nuclear physics as a characteristic of this scale. The symbol for the fermi is also fm.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Metre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-15 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "FemtoMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FemtoM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "fm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The `femtometre` is an SI unit of length equal to 10⁻¹⁵ meter. This distance can also be called `fermi` and was so named in honour of Enrico Fermi. It is often encountered in nuclear physics as a characteristic of this scale. The symbol for the fermi is also fm.

-- QUDT"""@en .

emmo:FemtoMole a owl:Class ;
    rdfs:label "FemtoMole"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Mole ],
        [ a owl:Restriction ;
            owl:hasValue 1e-15 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b ;
    skos:altLabel "FemtoMole"@en ;
    skos:prefLabel "FemtoMole"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FemtoMOL"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fmol"^^xsd:string .

emmo:FemtoMolePerKilogram a owl:Class ;
    rdfs:label "FemtoMolePerKilogram"^^xsd:string ;
    rdfs:comment """A 10**15 part quantity of substance of the measurand per kilogram mass of matrix.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-15 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_95971713_d589_4002_a5a7_affc5c74cfdb,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Femtomoles per kilogram"@en ;
    skos:prefLabel "FemtoMolePerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FemtoMOL-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "fmol.kg-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fmol/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A 10**15 part quantity of substance of the measurand per kilogram mass of matrix.

-- QUDT"""@en .

emmo:FemtoMolePerLitre a owl:Class ;
    rdfs:label "FemtoMolePerLitre"^^xsd:string ;
    rdfs:comment """A 10**18 part quantity of substance of the measurand per litre volume of matrix.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MolePerLitre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 ;
    skos:altLabel "Femtomoles per litre"@en ;
    skos:prefLabel "FemtoMolePerLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FemtoMOL-PER-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "fmol.L-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fmol/L"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A 10**18 part quantity of substance of the measurand per litre volume of matrix.

-- QUDT"""@en .

emmo:Fermi a owl:Class ;
    rdfs:label "Fermi"@en ;
    rdfs:comment """The `fermi`, or `femtometer` (other spelling femtometre, symbol fm) is an SI unit of length equal to 10⁻¹⁵ metre. This distance is often encountered in nuclear physics as a characteristic of this scale. The symbol for the fermi is also fm.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-15 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:altLabel "fermi"@en ;
    skos:prefLabel "Fermi"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FM"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The `fermi`, or `femtometer` (other spelling femtometre, symbol fm) is an SI unit of length equal to 10⁻¹⁵ metre. This distance is often encountered in nuclear physics as a characteristic of this scale. The symbol for the fermi is also fm.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Fermi_(unit)"^^xsd:string .

emmo:Foot a owl:Class ;
    rdfs:label "Foot"@en ;
    rdfs:comment """A foot is a unit of length defined as being 0.3048 m exactly and used in the imperial system of units and United States customary units. It is subdivided into 12 inches. The foot is still officially used in Canada and still commonly used in the United Kingdom, although the latter has partially metricated its units of measurement.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.048e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:prefLabel "Foot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ft_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A foot is a unit of length defined as being 0.3048 m exactly and used in the imperial system of units and United States customary units. It is subdivided into 12 inches. The foot is still officially used in Canada and still commonly used in the United Kingdom, although the latter has partially metricated its units of measurement.

-- QUDT"""@en .

emmo:FootCandle a owl:Class ;
    rdfs:label "FootCandle"@en ;
    rdfs:comment """"Foot Candle" is a unit for  'Luminous Flux Per Area' expressed as fc.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.0764e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Foot Candle"@en ;
    skos:prefLabel "FootCandle"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fc"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Foot Candle" is a unit for  'Luminous Flux Per Area' expressed as fc.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Foot-candle?oldid=475579268"^^xsd:string .

emmo:FootLambert a owl:Class ;
    rdfs:label "FootLambert"@en ;
    rdfs:comment """"Foot Lambert" is a C.G.S System unit for  'Luminance' expressed as ft-L.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.426259e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Foot Lambert"@en ;
    skos:prefLabel "FootLambert"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT-LA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ft_i].Lmb"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft⋅L"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Foot Lambert" is a C.G.S System unit for  'Luminance' expressed as ft-L.

-- QUDT"""@en .

emmo:FootOfMercury a owl:Class ;
    rdfs:label "FootOfMercury"@en ;
    rdfs:comment """not SI conform unit of the pressure, at which 1 ftHg corresponds to the static pressure, which is excited by a mercury column with a height of 1 foot

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.063666e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Foot Of Mercury"@en ;
    skos:prefLabel "FootOfMercury"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT_HG"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ft_i'Hg]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ftHg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """not SI conform unit of the pressure, at which 1 ftHg corresponds to the static pressure, which is excited by a mercury column with a height of 1 foot

-- QUDT"""@en .

emmo:FootOfWater a owl:Class ;
    rdfs:label "FootOfWater"@en ;
    rdfs:comment """"Foot of Water" is a unit for  'Force Per Area' expressed as ftH2O.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 2.989067e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Foot of Water"@en ;
    skos:prefLabel "FootOfWater"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT_H2O"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ft_i'H2O]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ftH₂0"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Foot of Water" is a unit for  'Force Per Area' expressed as ftH2O.

-- QUDT"""@en .

emmo:FootPerDay a owl:Class ;
    rdfs:label "FootPerDay"@en ;
    rdfs:comment """"Foot per Day" is an Imperial unit for  'Linear Velocity' expressed as ft/d.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.527778e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Foot per Day"@en ;
    skos:prefLabel "FootPerDay"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ft_i].d-1"^^xsd:string,
        "[ft_i]/d"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Foot per Day" is an Imperial unit for  'Linear Velocity' expressed as ft/d.

-- QUDT"""@en .

emmo:FootPerDegreeFahrenheit a owl:Class ;
    rdfs:label "FootPerDegreeFahrenheit"@en ;
    rdfs:comment """unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.4864e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_793f3567_b351_42ef_a1d4_5111d53999c4,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Foot Per Degree Fahrenheit"@en ;
    skos:prefLabel "FootPerDegreeFahrenheit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT-PER-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ft_i].[lbf_av].[degF]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft/°F"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit

-- QUDT"""@en .

emmo:FootPerHour a owl:Class ;
    rdfs:label "FootPerHour"@en ;
    rdfs:comment """"Foot per Hour" is an Imperial unit for  'Linear Velocity' expressed as ft/hr.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 8.466667e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Foot per Hour"@en ;
    skos:prefLabel "FootPerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ft_i].h-1"^^xsd:string,
        "[ft_i]/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Foot per Hour" is an Imperial unit for  'Linear Velocity' expressed as ft/hr.

-- QUDT"""@en .

emmo:FootPerMinute a owl:Class ;
    rdfs:label "FootPerMinute"@en ;
    rdfs:comment """"Foot per Minute" is an Imperial unit for  'Linear Velocity' expressed as ft/min.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.08e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Foot per Minute"@en ;
    skos:prefLabel "FootPerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ft_i].min-1"^^xsd:string,
        "[ft_i]/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Foot per Minute" is an Imperial unit for  'Linear Velocity' expressed as ft/min.

-- QUDT"""@en .

emmo:FootPerSecond a owl:Class ;
    rdfs:label "FootPerSecond"@en ;
    rdfs:comment """`foot per second` (plural `feet per second`) is a unit of both speed (scalar) and velocity (vector quantity, which includes direction). It expresses the distance in feet (ft) traveled or displaced, divided by the time in seconds (s, or sec). The corresponding unit in the International System of Units (SI) is the `metre per second`. Abbreviations include ft/s, ft/sec and fps, and the rarely used scientific notation ft s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.048e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Foot per Second"@en ;
    skos:prefLabel "FootPerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ft_i].s-1"^^xsd:string,
        "[ft_i]/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`foot per second` (plural `feet per second`) is a unit of both speed (scalar) and velocity (vector quantity, which includes direction). It expresses the distance in feet (ft) traveled or displaced, divided by the time in seconds (s, or sec). The corresponding unit in the International System of Units (SI) is the `metre per second`. Abbreviations include ft/s, ft/sec and fps, and the rarely used scientific notation ft s.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Foot_per_second?oldid=491316573"^^xsd:string .

emmo:FootPerSquareSecond a owl:Class ;
    rdfs:label "FootPerSquareSecond"@en ;
    rdfs:comment """`Foot per Square Second` is an Imperial unit for `Linear Acceleration` expressed as ft/s².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.048e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Foot per Square Second"@en ;
    skos:prefLabel "FootPerSquareSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT-PER-SEC2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ft_i].s-2"^^xsd:string,
        "[ft_i]/s2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft/s²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Foot per Square Second` is an Imperial unit for `Linear Acceleration` expressed as ft/s².

-- QUDT"""@en .

emmo:FootPoundForce a owl:Class ;
    rdfs:label "FootPoundForce"@en ;
    rdfs:comment """"Foot Pound Force" is an Imperial unit for  'Energy And Work' expressed as ft-lbf.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.355818e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Foot Pound Force"@en ;
    skos:prefLabel "FootPoundForce"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT-LB_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ft_i].[lbf_av]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft⋅lbf"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Foot Pound Force" is an Imperial unit for  'Energy And Work' expressed as ft-lbf.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Foot-pound_force?oldid=453269257"^^xsd:string .

emmo:FootPoundForcePerHour a owl:Class ;
    rdfs:label "FootPoundForcePerHour"@en ;
    rdfs:comment """"Foot Pound Force per Hour" is an Imperial unit for  'Power' expressed as ft-lbf/hr.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.766161e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Foot Pound Force per Hour"@en ;
    skos:prefLabel "FootPoundForcePerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT-LB_F-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ft_i].[lbf_av].h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft⋅lbf/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Foot Pound Force per Hour" is an Imperial unit for  'Power' expressed as ft-lbf/hr.

-- QUDT"""@en .

emmo:FootPoundForcePerMinute a owl:Class ;
    rdfs:label "FootPoundForcePerMinute"@en ;
    rdfs:comment """"Foot Pound Force per Minute" is an Imperial unit for  'Power' expressed as ft-lbf/min.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 2.259697e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Foot Pound Force per Minute"@en ;
    skos:prefLabel "FootPoundForcePerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT-LB_F-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ft_i].[lbf_av].min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft⋅lbf/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Foot Pound Force per Minute" is an Imperial unit for  'Power' expressed as ft-lbf/min.

-- QUDT"""@en .

emmo:FootPoundForcePerSecond a owl:Class ;
    rdfs:label "FootPoundForcePerSecond"@en ;
    rdfs:comment """"Foot Pound Force per Second" is an Imperial unit for  'Power' expressed as ft-lbf/s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.355818e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Foot Pound Force per Second"@en ;
    skos:prefLabel "FootPoundForcePerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT-LB_F-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ft_i].[lbf_av].s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft⋅lbf/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Foot Pound Force per Second" is an Imperial unit for  'Power' expressed as ft-lbf/s.

-- QUDT"""@en .

emmo:FootPoundForcePerSquareFootSecond a owl:Class ;
    rdfs:label "FootPoundForcePerSquareFootSecond"@en ;
    rdfs:comment """"Foot Pound Force per Square Foot Second" is an Imperial unit for  'Power Per Area' expressed as ft · lbf/(ft² · s).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.45939e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Foot Pound Force per Square Foot Second"@en ;
    skos:prefLabel "FootPoundForcePerSquareFootSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT-LB_F-PER-FT2-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ft_i].[lbf_av].[sft_i]-1.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft⋅lbf/ft²s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Foot Pound Force per Square Foot Second" is an Imperial unit for  'Power Per Area' expressed as ft · lbf/(ft² · s).

-- QUDT"""@en .

emmo:FootPoundForcePerSquareMetre a owl:Class ;
    rdfs:label "FootPoundForcePerSquareMetre"@en ;
    rdfs:comment """"Foot Pound Force per Square Meter" is a unit for  'Energy Per Area' expressed as ft-lbf/m².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ;
    skos:altLabel "Foot Pound Force per Square Metre"@en ;
    skos:prefLabel "FootPoundForcePerSquareMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT-LB_F-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ft_i].[lbf_av].m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft⋅lbf/m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Foot Pound Force per Square Meter" is a unit for  'Energy Per Area' expressed as ft-lbf/m².

-- QUDT"""@en .

emmo:FootPoundForceSecond a owl:Class ;
    rdfs:label "FootPoundForceSecond"@en ;
    rdfs:comment """"Foot Pound Force Second" is a unit for  'Angular Momentum' expressed as lbf / s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Foot Pound Force Second"@en ;
    skos:prefLabel "FootPoundForceSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT-LB_F-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ft_i].[lbf_av].s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lbf/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Foot Pound Force Second" is a unit for  'Angular Momentum' expressed as lbf / s.

-- QUDT"""@en .

emmo:FootPoundPerSquareFoot a owl:Class ;
    rdfs:label "FootPoundPerSquareFoot"@en ;
    rdfs:comment """"Foot Pound per Square Foot" is an Imperial unit for  'Energy Per Area' expressed as ft-lbf/ft².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.45939e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ;
    skos:altLabel "Foot Pound per Square Foot"@en ;
    skos:prefLabel "FootPoundPerSquareFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT-LB_F-PER-FT2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ft_i].[lbf_av].[sft_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft⋅lbf/ft²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Foot Pound per Square Foot" is an Imperial unit for  'Energy Per Area' expressed as ft-lbf/ft².

-- QUDT"""@en .

emmo:FootPoundal a owl:Class ;
    rdfs:label "FootPoundal"@en ;
    rdfs:comment """"Foot Poundal" is an Imperial unit for  'Energy And Work' expressed as ft-pdl.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.214011e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Foot Poundal"@en ;
    skos:prefLabel "FootPoundal"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT-PDL"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft⋅pdl"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Foot Poundal" is an Imperial unit for  'Energy And Work' expressed as ft-pdl.

-- QUDT"""@en .

emmo:Fraction a owl:Class ;
    rdfs:label "Fraction"@en ;
    rdfs:comment """Fraction is a unit for 'Dimensionless Ratio' expressed as the value of the ratio itself.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ;
    skos:prefLabel "Fraction"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FRACTION"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "÷"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Fraction is a unit for 'Dimensionless Ratio' expressed as the value of the ratio itself.

-- QUDT"""@en .

emmo:FractionalArea a owl:Class ;
    rdfs:label "FractionalArea"@en ;
    rdfs:comment """"Fractional area" is a unit for  'Solid Angle' expressed as fa.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.256637e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Fractional area"@en ;
    skos:prefLabel "FractionalArea"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FA"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fa"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Fractional area" is a unit for  'Solid Angle' expressed as fa.

-- QUDT"""@en .

emmo:FramePerSecond a owl:Class ;
    rdfs:label "FramePerSecond"@en ;
    rdfs:comment """"Frame per Second" is a unit for  'Video Frame Rate' expressed as fps.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Frame per Second"@en ;
    skos:prefLabel "FramePerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FRAME-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/s{frame}"^^xsd:string,
        "s-1{frame}"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fps"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Frame per Second" is a unit for  'Video Frame Rate' expressed as fps.

-- QUDT"""@en .

emmo:Franklin a owl:Class ;
    rdfs:label "Franklin"@en ;
    rdfs:comment """"Franklin" is a unit for  'Electric Charge' expressed as Fr.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.335641e-10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Franklin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FR"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Fr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Franklin" is a unit for  'Electric Charge' expressed as Fr.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Franklin?oldid=495090654"^^xsd:string .

emmo:FrenchGauge a owl:Class ;
    rdfs:label "FrenchGauge"@en ;
    rdfs:comment """unit for the diameter of thin tubes in the medical technology (e.g. catheter) and telecommunications engineering (e.g. fiberglasses).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.333333e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:altLabel "French Gauge"@en ;
    skos:prefLabel "FrenchGauge"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GAUGE_FR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Ch]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "French gauge"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit for the diameter of thin tubes in the medical technology (e.g. catheter) and telecommunications engineering (e.g. fiberglasses).

-- QUDT"""@en .

emmo:Furlong a owl:Class ;
    rdfs:label "Furlong"@en ;
    rdfs:comment """A furlong is a measure of distance in imperial units and U.S. customary units equal to one-eighth of a mile, equivalent to 220 yards, 660 feet, 40 rods, or 10 chains. The exact value of the furlong varies slightly among English-speaking countries. Five furlongs are approximately 1 kilometre (1.0058 km is a closer approximation). Since the original definition of the metre was one-quarter of one ten-millionth of the circumference of the Earth (along the great circle coincident with the meridian of longitude passing through Paris), the circumference of the Earth is about 40,000 km or about 200,000 furlongs.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.01168e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:prefLabel "Furlong"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FUR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[fur_us]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "furlong"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A furlong is a measure of distance in imperial units and U.S. customary units equal to one-eighth of a mile, equivalent to 220 yards, 660 feet, 40 rods, or 10 chains. The exact value of the furlong varies slightly among English-speaking countries. Five furlongs are approximately 1 kilometre (1.0058 km is a closer approximation). Since the original definition of the metre was one-quarter of one ten-millionth of the circumference of the Earth (along the great circle coincident with the meridian of longitude passing through Paris), the circumference of the Earth is about 40,000 km or about 200,000 furlongs.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Furlong?oldid=492237369"^^xsd:string .

emmo:Gal_Uk a owl:Class ;
    rdfs:label "Gal_Uk"@en ;
    rdfs:comment """unit of the volume for fluids according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.54609e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Gallon (UK)"@en ;
    skos:prefLabel "Gal_Uk"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GAL_UK"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gal_br]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gal{UK}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume for fluids according to the Imperial system of units

-- QUDT"""@en .

emmo:Gal_Uk_Per_Day a owl:Class ;
    rdfs:label "Gal_Uk_Per_Day"@en ;
    rdfs:comment """unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.261678e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Gallon (UK) Per Day"@en ;
    skos:prefLabel "Gal_Uk_Per_Day"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GAL_UK-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gal_br].d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gal{UK}/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit day

-- QUDT"""@en .

emmo:Gal_Uk_Per_Hr a owl:Class ;
    rdfs:label "Gal_Uk_Per_Hr"@en ;
    rdfs:comment """unit gallon (UK dry or Liq.) according to the Imperial system of units divided by the SI unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.262803e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Gallon (UK) Per Hour"@en ;
    skos:prefLabel "Gal_Uk_Per_Hr"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GAL_UK-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gal_br].h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gal{UK}/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit gallon (UK dry or Liq.) according to the Imperial system of units divided by the SI unit hour

-- QUDT"""@en .

emmo:Gal_Uk_Per_Min a owl:Class ;
    rdfs:label "Gal_Uk_Per_Min"@en ;
    rdfs:comment """unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 7.576817e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Gallon (UK) Per Minute"@en ;
    skos:prefLabel "Gal_Uk_Per_Min"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GAL_UK-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gal_br].m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gal{UK}/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit minute

-- QUDT"""@en .

emmo:Gal_Uk_Per_Sec a owl:Class ;
    rdfs:label "Gal_Uk_Per_Sec"@en ;
    rdfs:comment """unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 4.54609e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Gallon (UK) Per Second"@en ;
    skos:prefLabel "Gal_Uk_Per_Sec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GAL_UK-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gal_br].s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gal{UK}/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI base unit second

-- QUDT"""@en .

emmo:Gal_Us_Per_Hr a owl:Class ;
    rdfs:label "Gal_Us_Per_Hr"@en ;
    rdfs:comment """unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.051503e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Gallon (US) Per Hour"@en ;
    skos:prefLabel "Gal_Us_Per_Hr"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GAL_US-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gal_us].h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gal{US}/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI unit hour

-- QUDT"""@en .

emmo:Gal_Us_Per_Sec a owl:Class ;
    rdfs:label "Gal_Us_Per_Sec"@en ;
    rdfs:comment """unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.785412e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Gallon (US Liquid) Per Second"@en ;
    skos:prefLabel "Gal_Us_Per_Sec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GAL_US-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gal_us].s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gal{US}/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI base unit second

-- QUDT"""@en .

emmo:Galileo a owl:Class ;
    rdfs:label "Galileo"@en ;
    rdfs:comment """CGS unit of acceleration called gal with the definition: 1 Gal = 1 cm/s

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Galileo"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GALILEO"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Gal"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Gal"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """CGS unit of acceleration called gal with the definition: 1 Gal = 1 cm/s

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Gal?oldid=482010741"^^xsd:string .

emmo:Gamma a owl:Class ;
    rdfs:label "Gamma"@en ;
    rdfs:comment """"Gamma" is a C.G.S System unit for  'Magnetic Field'.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5 ;
    skos:prefLabel "Gamma"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/Gamma"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "γ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Gamma" is a C.G.S System unit for  'Magnetic Field'.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Gamma?oldid=494680973"^^xsd:string .

emmo:Gi_Uk a owl:Class ;
    rdfs:label "Gi_Uk"@en ;
    rdfs:comment """unit of the volume for fluids according to the Imperial system of units (1/32 Imperial Gallon)

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.420653e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Gill (UK)"@en ;
    skos:prefLabel "Gi_Uk"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GI_UK"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gil_br]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gill{UK}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume for fluids according to the Imperial system of units (1/32 Imperial Gallon)

-- QUDT"""@en .

emmo:Gi_Uk_Per_Day a owl:Class ;
    rdfs:label "Gi_Uk_Per_Day"@en ;
    rdfs:comment """unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.644274e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Gill (UK) Per Day"@en ;
    skos:prefLabel "Gi_Uk_Per_Day"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GI_UK-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gil_br].d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gill{UK}/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time day

-- QUDT"""@en .

emmo:Gi_Uk_Per_Hr a owl:Class ;
    rdfs:label "Gi_Uk_Per_Hr"@en ;
    rdfs:comment """unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.946258e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Gill (UK) Per Hour"@en ;
    skos:prefLabel "Gi_Uk_Per_Hr"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GI_UK-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gil_br].h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gill{UK}/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time hour

-- QUDT"""@en .

emmo:Gi_Uk_Per_Min a owl:Class ;
    rdfs:label "Gi_Uk_Per_Min"@en ;
    rdfs:comment """unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.367755e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Gill (UK) Per Minute"@en ;
    skos:prefLabel "Gi_Uk_Per_Min"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GI_UK-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gil_br].min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gill{UK}/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time minute

-- QUDT"""@en .

emmo:Gi_Uk_Per_Sec a owl:Class ;
    rdfs:label "Gi_Uk_Per_Sec"@en ;
    rdfs:comment """unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.420653e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Gill (UK) Per Second"@en ;
    skos:prefLabel "Gi_Uk_Per_Sec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GI_UK-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gil_br].s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gill{UK}/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the SI base unit second

-- QUDT"""@en .

emmo:Gi_Us a owl:Class ;
    rdfs:label "Gi_Us"@en ;
    rdfs:comment """unit of the volume according the Anglo-American system of units (1/32 US Gallon)

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.182941e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Gill (US)"@en ;
    skos:prefLabel "Gi_Us"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GI_US"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gil_us]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gill{US}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume according the Anglo-American system of units (1/32 US Gallon)

-- QUDT"""@en .

emmo:Gi_Us_Per_Day a owl:Class ;
    rdfs:label "Gi_Us_Per_Day"@en ;
    rdfs:comment """unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.369145e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Gill (US) Per Day"@en ;
    skos:prefLabel "Gi_Us_Per_Day"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GI_US-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gil_us].d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gill{US}/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time day

-- QUDT"""@en .

emmo:Gi_Us_Per_Hr a owl:Class ;
    rdfs:label "Gi_Us_Per_Hr"@en ;
    rdfs:comment """unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.285947e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Gill (US) Per Hour"@en ;
    skos:prefLabel "Gi_Us_Per_Hr"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GI_US-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gil_us].h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gill{US}/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time hour

-- QUDT"""@en .

emmo:Gi_Us_Per_Min a owl:Class ;
    rdfs:label "Gi_Us_Per_Min"@en ;
    rdfs:comment """unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.971568e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Gill (US) Per Minute"@en ;
    skos:prefLabel "Gi_Us_Per_Min"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GI_US-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gil_us].min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gill{US}/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time minute

-- QUDT"""@en .

emmo:Gi_Us_Per_Sec a owl:Class ;
    rdfs:label "Gi_Us_Per_Sec"@en ;
    rdfs:comment """unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.182941e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Gill (US) Per Second"@en ;
    skos:prefLabel "Gi_Us_Per_Sec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GI_US-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gil_us].s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gill{US}/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the SI base unit second

-- QUDT"""@en .

emmo:GibiByte a owl:Class ;
    rdfs:label "GibiByte"^^xsd:string ;
    rdfs:comment """The gibibyte is a multiple of the unit byte for digital information storage. The prefix gibi means 1024³

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Byte ],
        [ a owl:Restriction ;
            owl:hasValue 1.073742e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "GibiByte"@en ;
    skos:prefLabel "GibiByte"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GibiBYTE"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "GiB"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The gibibyte is a multiple of the unit byte for digital information storage. The prefix gibi means 1024³

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:string .

emmo:GigaBasePair a owl:Class ;
    rdfs:label "GigaBasepair"@en ;
    rdfs:comment """A giga basepair (abbreviated Gb, or Gbp for giga basepairs.) is a unit of measurement used to help designate the length of DNA. One gigabase is equal to 1 billion bases.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0,
        emmo:EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Giga basepair"@en,
        "GigaBasePair"@en ;
    skos:prefLabel "GigaBasepair"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaBasePair"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Gbp"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A giga basepair (abbreviated Gb, or Gbp for giga basepairs.) is a unit of measurement used to help designate the length of DNA. One gigabase is equal to 1 billion bases.

-- QUDT"""@en .

emmo:GigaBecquerel a owl:Class ;
    rdfs:label "GigaBecquerel"^^xsd:string ;
    rdfs:comment """1 000 000 000-fold of the derived SI unit becquerel

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Becquerel ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "GigaBecquerel"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaBQ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GBq"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "GBq"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000 000-fold of the derived SI unit becquerel

-- QUDT"""@en .

emmo:GigaBitPerSecond a owl:Class ;
    rdfs:label "GigaBitPerSecond"^^xsd:string ;
    rdfs:comment """A gigabit per second (Gbit/s or Gb/s) is a unit of data transfer rate equal to 1,000,000,000 bits per second.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:BitPerSecond ],
        [ a owl:Restriction ;
            owl:hasValue 6.931472e+08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Gigabit per Second"@en ;
    skos:prefLabel "GigaBitPerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaBIT-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Gbit.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Gbps"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A gigabit per second (Gbit/s or Gb/s) is a unit of data transfer rate equal to 1,000,000,000 bits per second.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Data-rate_units#Gigabit_per_second"^^xsd:string .

emmo:GigaByte a owl:Class ;
    rdfs:label "GigaByte"^^xsd:string ;
    rdfs:comment """The gigabyte is a multiple of the unit byte for digital information storage. The prefix giga means 10 in the International System of Units (SI), therefore 1 gigabyte is 1,000,000,000 bytes. The unit symbol for the gigabyte is GB or Gbyte, but not Gb (lower case b) which is typically used for the gigabit. Historically, the term has also been used in some fields of computer science and information technology to denote the gibibyte, or 1073741824 bytes.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Byte ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "GigaByte"@en ;
    skos:prefLabel "GigaByte"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaBYTE"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GBy"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "GB"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The gigabyte is a multiple of the unit byte for digital information storage. The prefix giga means 10 in the International System of Units (SI), therefore 1 gigabyte is 1,000,000,000 bytes. The unit symbol for the gigabyte is GB or Gbyte, but not Gb (lower case b) which is typically used for the gigabit. Historically, the term has also been used in some fields of computer science and information technology to denote the gibibyte, or 1073741824 bytes.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Gigabyte?oldid=493019145"^^xsd:string .

emmo:GigaCoulomb a owl:Class ;
    rdfs:label "GigaCoulomb"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Coulomb ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "GigaCoulomb"@en ;
    skos:prefLabel "GigaCoulomb"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "GC"^^xsd:string .

emmo:GigaCoulombPerCubicMetre a owl:Class ;
    rdfs:label "GigaCoulombPerCubicMetre"^^xsd:string ;
    rdfs:comment """1 000 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:CoulombPerCubicMetre ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Gigacoulomb Per Cubic Metre"@en ;
    skos:prefLabel "GigaCoulombPerCubicMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaC-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GC.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "GC/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:GigaElectronVolt a owl:Class ;
    rdfs:label "GigaElectronVolt"@en ;
    rdfs:comment """"Giga Electron Volt" is a unit for  'Energy And Work' expressed as GeV.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:ElectronVolt ],
        [ a owl:Restriction ;
            owl:hasValue 1.602177e-10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Giga Electron Volt"@en ;
    skos:prefLabel "GigaElectronVolt"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaEV"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GeV"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "GeV"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Giga Electron Volt" is a unit for  'Energy And Work' expressed as GeV.

-- QUDT"""@en .

emmo:GigaHertz a owl:Class ;
    rdfs:label "GigaHertz"^^xsd:string ;
    rdfs:comment """The hertz (symbol Hz) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon. A GigaHertz is 10⁹ hz.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Hertz ],
        [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "GigaHertz"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaHZ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GHz"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "GHz"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The hertz (symbol Hz) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon. A GigaHertz is 10⁹ hz.

-- QUDT"""@en .

emmo:GigaHertzMetre a owl:Class ;
    rdfs:label "GigaHertzMetre"^^xsd:string ;
    rdfs:comment """product of the 1 000 000 000-fold of the SI derived unit hertz and the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:HertzMetre ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Gigahertz Metre"@en ;
    skos:prefLabel "GigaHertzMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaHZ-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GHz.m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "GHz⋅M"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the 1 000 000 000-fold of the SI derived unit hertz and the SI base unit metre

-- QUDT"""@en .

emmo:GigaJoule a owl:Class ;
    rdfs:label "GigaJoule"^^xsd:string ;
    rdfs:comment """1 000 000 000-fold of the SI derived unit joule

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Joule ],
        [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:prefLabel "GigaJoule"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaJ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GJ"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "GJ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000 000-fold of the SI derived unit joule

-- QUDT"""@en .

emmo:GigaOhm a owl:Class ;
    rdfs:label "GigaOhm"^^xsd:string ;
    rdfs:comment """1 000 000 000-fold of the SI derived unit ohm

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Ohm ],
        emmo:EMMO_7610efb8_c7c6_4684_abc1_774783c62472,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "GigaOhm"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaOHM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GOhm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "GΩ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000 000-fold of the SI derived unit ohm

-- QUDT"""@en .

emmo:GigaPascal a owl:Class ;
    rdfs:label "GigaPascal"^^xsd:string ;
    rdfs:comment """1 000 000 000-fold of the SI derived unit pascal

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Pascal ],
        [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "GigaPascal"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaPA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GPa"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "GPa"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000 000-fold of the SI derived unit pascal

-- QUDT"""@en .

emmo:GigaWatt a owl:Class ;
    rdfs:label "GigaWatt"^^xsd:string ;
    rdfs:comment """1 000 000 000-fold of the SI derived unit watt

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Watt ],
        [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:prefLabel "GigaWatt"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaW"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GW"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "GW"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000 000-fold of the SI derived unit watt

-- QUDT"""@en .

emmo:GigaWattHour a owl:Class ;
    rdfs:label "GigaWattHour"^^xsd:string ;
    rdfs:comment """1 000 000 000-fold of the product of the SI derived unit watt and the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.6e+12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Gigawatt Hour"@en ;
    skos:prefLabel "GigaWattHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaW-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GW.h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "GW⋅h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000 000-fold of the product of the SI derived unit watt and the unit hour

-- QUDT"""@en .

emmo:Gilbert a owl:Class ;
    rdfs:label "Gilbert"@en ;
    rdfs:comment """The fundamental unit of magnetomotive force (mmf) in electromagnetic units is called a Gilbert. It is the mmf which will produce a magnetic field strength of one Gauss (Maxwell per Square Centimeter) in a path one centimeter long.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 7.957747e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 ;
    skos:prefLabel "Gilbert"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GI"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Gb"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Gb"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The fundamental unit of magnetomotive force (mmf) in electromagnetic units is called a Gilbert. It is the mmf which will produce a magnetic field strength of one Gauss (Maxwell per Square Centimeter) in a path one centimeter long.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Gilbert?oldid=492755037"^^xsd:string .

emmo:Gon a owl:Class ;
    rdfs:label "Gon"@en ;
    rdfs:comment """"Gon" is a C.G.S System unit for  'Plane Angle' expressed as gon.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.570796e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 ;
    skos:prefLabel "Gon"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GON"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "gon"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gon"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Gon" is a C.G.S System unit for  'Plane Angle' expressed as gon.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Gon?oldid=424098171"^^xsd:string .

emmo:Grad a owl:Class ;
    rdfs:label "Grad"@en ;
    rdfs:comment """"Grad" is a unit for  'Plane Angle' expressed as grad.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.570796e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 ;
    skos:prefLabel "Grad"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GRAD"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "grad"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Grad" is a unit for  'Plane Angle' expressed as grad.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Grad?oldid=490906645"^^xsd:string .

emmo:Grade a owl:Class ;
    rdfs:label "Grade"@en ;
    rdfs:comment """the tangent of an angle of inclination multiplied by 100

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 ;
    skos:prefLabel "Grade"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GR"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """the tangent of an angle of inclination multiplied by 100

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Grade?oldid=485504533"^^xsd:string .

emmo:Grain a owl:Class ;
    rdfs:label "Grain"@en ;
    rdfs:comment """A grain is a unit of measurement of mass that is nominally based upon the mass of a single seed of a cereal.  The grain is the only unit of mass measure common to the three traditional English mass and weight systems; the obsolete Tower grain was, by definition, exactly  /64 of a troy grain. Since 1958, the grain or troy grain measure has been defined in terms of units of mass in the International System of Units as precisely 64.79891 milligrams. Thus, 1 gram ≈ 15.4323584 grains.  There are precisely 7,000 grains per avoirdupois pound in the imperial and U.S. customary units, and 5,760 grains in the Troy pound.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.479891e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Grain"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GRAIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gr]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gr{UK}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A grain is a unit of measurement of mass that is nominally based upon the mass of a single seed of a cereal.  The grain is the only unit of mass measure common to the three traditional English mass and weight systems; the obsolete Tower grain was, by definition, exactly  /64 of a troy grain. Since 1958, the grain or troy grain measure has been defined in terms of units of mass in the International System of Units as precisely 64.79891 milligrams. Thus, 1 gram ≈ 15.4323584 grains.  There are precisely 7,000 grains per avoirdupois pound in the imperial and U.S. customary units, and 5,760 grains in the Troy pound.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Cereal?oldid=495222949"^^xsd:string .

emmo:GrainPerGallon a owl:Class ;
    rdfs:label "GrainPerGallon"@en ;
    rdfs:comment """"Grain per Gallon" is an Imperial unit for  'Density' expressed as gr/gal.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.711806e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Grain per Gallon"@en ;
    skos:prefLabel "GrainPerGallon"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GRAIN-PER-GAL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gr].[gal_br]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "grain{UK}/gal"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Grain per Gallon" is an Imperial unit for  'Density' expressed as gr/gal.

-- QUDT"""@en .

emmo:Grain_Per_Gal_Us a owl:Class ;
    rdfs:label "Grain_Per_Gal_Us"@en ;
    rdfs:comment """unit of the density according to the Anglo-American system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.711806e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Grain Per Gallon (US)"@en ;
    skos:prefLabel "Grain_Per_Gal_Us"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GRAIN-PER-GAL_US"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gr].[gal_us]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "grain{US}/gal"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the density according to the Anglo-American system of units

-- QUDT"""@en .

emmo:GramCarbonPerSquareMetrePerDay a owl:Class ;
    rdfs:label "GramCarbonPerSquareMetrePerDay"^^xsd:string ;
    rdfs:comment """A metric unit of volume over time indicating the amount generated across one square meter over a day. Used to express productivity of an ecosystem.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.157407e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 ;
    skos:altLabel "grams Carbon per square metre per day"@en ;
    skos:prefLabel "GramCarbonPerSquareMetrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM_Carbon-PER-M2-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.m-2.d-1{C}"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g{carbon}/(m²⋅day)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A metric unit of volume over time indicating the amount generated across one square meter over a day. Used to express productivity of an ecosystem.

-- QUDT"""@en .

emmo:GramDegreeCelsius a owl:Class ;
    rdfs:label "GramDegreeCelsius"@en ;
    rdfs:comment """`Gram Degree Celsius` is a C.G.S System unit for 'Mass Temperature' expressed as g · degC.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_8455fa05_a877_48d7_b8a3_8e3bfad119bf ;
    skos:altLabel "Gram Degree Celsius"@en ;
    skos:prefLabel "GramDegreeCelsius"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-DEG_C"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "d.Cel-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/°C"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Gram Degree Celsius` is a C.G.S System unit for 'Mass Temperature' expressed as g · degC.

-- QUDT"""@en .

emmo:GramForce a owl:Class ;
    rdfs:label "GramForce"@en ;
    rdfs:comment """"Gram Force" is a unit for  'Force' expressed as gf.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.80665e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Gram Force"@en ;
    skos:prefLabel "GramForce"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "gf"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gf"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Gram Force" is a unit for  'Force' expressed as gf.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Kilogram-force?oldid=493375479"^^xsd:string .

emmo:GramForcePerSquareCentiMetre a owl:Class ;
    rdfs:label "GramForcePerSquareCentiMetre"^^xsd:string ;
    rdfs:comment """not SI conform unit of the pressure

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.80665e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Gram Force Per Square Centimetre"@en ;
    skos:prefLabel "GramForcePerSquareCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM_F-PER-CentiM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "gf.cm-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gf/cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """not SI conform unit of the pressure

-- QUDT"""@en .

emmo:GramMilliMetre a owl:Class ;
    rdfs:label "GramMilliMetre"^^xsd:string ;
    rdfs:comment """unit of the imbalance as product of the 0.001-fold of the SI base unit kilogram and the 0.001-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_3fe66e46_9343_4a36_b101_a732ad5f4f76,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Gram Millimetre"@en ;
    skos:prefLabel "GramMilliMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-MilliM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.mm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g·mm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the imbalance as product of the 0.001-fold of the SI base unit kilogram and the 0.001-fold of the SI base unit metre

-- QUDT"""@en .

emmo:GramNitrogenPerSquareMetrePerDay a owl:Class ;
    rdfs:label "GramNitrogenPerSquareMetrePerDay"^^xsd:string ;
    rdfs:comment """A metric unit of volume over time indicating the amount of Nitrogen generated across one square meter over a day. Used to express productivity of an ecosystem.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.157407e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 ;
    skos:altLabel "grams Nitrogen per square metre per day"@en ;
    skos:prefLabel "GramNitrogenPerSquareMetrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM_Nitrogen-PER-M2-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.m-2.d-1{N}"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g{nitrogen}/(m²⋅day)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A metric unit of volume over time indicating the amount of Nitrogen generated across one square meter over a day. Used to express productivity of an ecosystem.

-- QUDT"""@en .

emmo:GramPerCubicCentiMetre a owl:Class ;
    rdfs:label "GramPerCubicCentiMetre"^^xsd:string ;
    rdfs:comment """0,001-fold of the SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 ;
    skos:altLabel "Gram Per Cubic Centimetre"@en ;
    skos:prefLabel "GramPerCubicCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-CentiM3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.cm-3"^^xsd:string,
        "g/cm3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/cm³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:GramPerCubicDeciMetre a owl:Class ;
    rdfs:label "GramPerCubicDeciMetre"^^xsd:string ;
    rdfs:comment """0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 ;
    skos:altLabel "Gram Per Cubic Decimetre"@en ;
    skos:prefLabel "GramPerCubicDeciMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-DeciM3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.dm-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/dm³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:GramPerKiloMetre a owl:Class ;
    rdfs:label "GramPerKiloMetre"^^xsd:string ;
    rdfs:comment """0,001-fold of the SI base unit kilogram divided by the 1000-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 ;
    skos:altLabel "Gram Per Kilometre"@en ;
    skos:prefLabel "GramPerKiloMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-KiloM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.km-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/km"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the 1000-fold of the SI base unit metre

-- QUDT"""@en .

emmo:GramPerMilliMetre a owl:Class ;
    rdfs:label "GramPerMilliMetre"^^xsd:string ;
    rdfs:comment """0,001-fold of the SI base unit kilogram divided by the 0.001-fold the SI base unit meter

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 ;
    skos:altLabel "Gram Per Millimetre"@en ;
    skos:prefLabel "GramPerMilliMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-MilliM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.mm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/mm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the 0.001-fold the SI base unit meter

-- QUDT"""@en .

emmo:GramPerMole a owl:Class ;
    rdfs:label "GramPerMole"@en ;
    rdfs:comment """0,01-fold of the SI base unit kilogram divided by the SI base unit mol

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9ba91622_e39f_43e3_b95f_290937928d7e ;
    skos:altLabel "Gram Per Mole"@en ;
    skos:prefLabel "GramPerMole"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-MOL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.mol-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/mol"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,01-fold of the SI base unit kilogram divided by the SI base unit mol

-- QUDT"""@en .

emmo:GramPerSquareCentiMetrePerYear a owl:Class ;
    rdfs:label "GramPerSquareCentiMetrePerYear"^^xsd:string ;
    rdfs:comment """A rate of change of 0.001 of the SI unit of mass over 0.00001 of the SI unit of area in a period of an average calendar year (365.25 days)

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.168809e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 ;
    skos:altLabel "Grams per square centimetre per year"@en ;
    skos:prefLabel "GramPerSquareCentiMetrePerYear"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-CentiM2-YR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.cm-2.a-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/(cm²⋅yr)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A rate of change of 0.001 of the SI unit of mass over 0.00001 of the SI unit of area in a period of an average calendar year (365.25 days)

-- QUDT"""@en .

emmo:GrayPerSecond a owl:Class ;
    rdfs:label "GrayPerSecond"@en ;
    rdfs:comment """"Gray per Second" is a unit for  'Absorbed Dose Rate' expressed as Gy/s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Gy.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Gy/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Gray per Second" is a unit for  'Absorbed Dose Rate' expressed as Gy/s.

-- QUDT"""@en .

emmo:GrossTonnage a owl:Class ;
    rdfs:label "GrossTonnage"@en ;
    rdfs:comment """Gross tonnage (GT, G.T. or gt) is a nonlinear measure of a ship's overall internal volume. Gross tonnage is different from gross register tonnage. Gross tonnage is used to determine things such as a ship's manning regulations, safety rules, registration fees, and port dues, whereas the older gross register tonnage is a measure of the volume of only certain enclosed spaces.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.imo.org/en/About/Conventions/ListOfConventions/Pages/International-Convention-on-Tonnage-Measurement-of-Ships.aspx"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Gross Tonnage"@en ;
    skos:prefLabel "GrossTonnage"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t{gross}"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "G.T."^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Gross tonnage (GT, G.T. or gt) is a nonlinear measure of a ship's overall internal volume. Gross tonnage is different from gross register tonnage. Gross tonnage is used to determine things such as a ship's manning regulations, safety rules, registration fees, and port dues, whereas the older gross register tonnage is a measure of the volume of only certain enclosed spaces.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Gross_tonnage"^^xsd:string .

emmo:Hartley a owl:Class ;
    rdfs:label "Hartley"@en ;
    rdfs:comment """The "Hartley" is a unit of information.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.302585e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Hartley"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HART"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Hart"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The "Hartley" is a unit of information.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Hartley_(unit)"^^xsd:string .

emmo:HartleyPerSecond a owl:Class ;
    rdfs:label "HartleyPerSecond"@en ;
    rdfs:comment """The "Hartley per Second" is a unit of information rate.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Hartley per Second"@en ;
    skos:prefLabel "HartleyPerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HART-PER-SEC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Hart/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The "Hartley per Second" is a unit of information rate.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Ban_(information)"^^xsd:string .

emmo:Hartree a owl:Class ;
    rdfs:label "Hartree"@en ;
    rdfs:comment """The `Hartree` (symbol: E_h or Ha), also known as the `Hartree Energy`, is the atomic unit of energy. The hartree energy is equal to the absolute value of the electric potential energy of the hydrogen atom in its ground state. The energy of the electron in an H-atom in its ground state is -E_H, where E_H= 2 R_∞ · hc₀. The 2006 CODATA recommended value was E_H = 4.35974394(22) × 10⁻¹⁸ J = 27.21138386(68) eV.
Definition:
E_H = e²/(4π ε₀ a₀)
where, e is the elementary charge, ε₀ is the electric constant, and a₀ is the Bohr radius.'

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.359744e-18 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:prefLabel "Hartree"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/E_h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Ha"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The `Hartree` (symbol: E_h or Ha), also known as the `Hartree Energy`, is the atomic unit of energy. The hartree energy is equal to the absolute value of the electric potential energy of the hydrogen atom in its ground state. The energy of the electron in an H-atom in its ground state is -E_H, where E_H= 2 R_∞ · hc₀. The 2006 CODATA recommended value was E_H = 4.35974394(22) × 10⁻¹⁸ J = 27.21138386(68) eV.
Definition:
E_H = e²/(4π ε₀ a₀)
where, e is the elementary charge, ε₀ is the electric constant, and a₀ is the Bohr radius.'

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Hartree?oldid=489318053"^^xsd:string .

emmo:HeartBeatsPerMinute a owl:Class ;
    rdfs:label "HeartBeatsPerMinute"@en ;
    rdfs:comment """"Heart Beat per Minute" is a unit for  'Heart Rate' expressed as BPM.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Heart Beats per Minute"@en ;
    skos:prefLabel "HeartBeatsPerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BEAT-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/min{H.B.}"^^xsd:string,
        "min-1{H.B.}"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "BPM"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Heart Beat per Minute" is a unit for  'Heart Rate' expressed as BPM.

-- QUDT"""@en .

emmo:Hectare a owl:Class ;
    rdfs:label "Hectare"@en ;
    rdfs:comment "A non-SI metric unit of area defined as the square with 100-metre sides."@en,
        """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedspecialunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue "ha"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214,
        emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac ;
    skos:prefLabel "Hectare"@en ;
    schema:unitCode "HAR"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "har"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Hectare"^^xsd:string ;
    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:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Hectare"^^xsd:string .

emmo:HectoBar a owl:Class ;
    rdfs:label "HectoBar"^^xsd:string ;
    rdfs:comment """100-fold of the unit bar

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Bar ],
        [ a owl:Restriction ;
            owl:hasValue 1e+07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "HectoBar"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoBAR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hbar"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hbar"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """100-fold of the unit bar

-- QUDT"""@en .

emmo:HectoCoulomb a owl:Class ;
    rdfs:label "HectoCoulomb"^^xsd:string ;
    rdfs:comment """"HectoCoulomb" is a unit for  'Electric Charge' expressed as hC.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Coulomb ],
        [ a owl:Restriction ;
            owl:hasValue 1e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "HectoCoulomb"@en ;
    skos:prefLabel "HectoCoulomb"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hC"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"HectoCoulomb" is a unit for  'Electric Charge' expressed as hC.

-- QUDT"""@en .

emmo:HectoGram a owl:Class ;
    rdfs:label "HectoGram"^^xsd:string ;
    rdfs:comment """0.1-fold of the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Gram ],
        [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "HectoGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.1-fold of the SI base unit kilogram

-- QUDT"""@en .

emmo:HectoLitre a owl:Class ;
    rdfs:label "HectoLitre"^^xsd:string ;
    rdfs:comment """100-fold of the unit litre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Litre ],
        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 ;
    skos:prefLabel "HectoLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hL"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hL"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """100-fold of the unit litre

-- QUDT"""@en .

emmo:HectoMetre a owl:Class ;
    rdfs:label "HectoMetre"^^xsd:string ;
    rdfs:comment """100-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Metre ],
        emmo:EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "HectoMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """100-fold of the SI base unit metre

-- QUDT"""@en .

emmo:HectoPascal a owl:Class ;
    rdfs:label "HectoPascal"^^xsd:string ;
    rdfs:comment """Hectopascal is a unit of pressure. 1 Pa is approximately the pressure exerted by a 10-g mass resting on a 1-cm2 area. 1013 hPa = 1 atm. There are 100 pascals in 1 hectopascal.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Pascal ],
        [ a owl:Restriction ;
            owl:hasValue 1e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "HectoPascal"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoPA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hPa"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hPa"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Hectopascal is a unit of pressure. 1 Pa is approximately the pressure exerted by a 10-g mass resting on a 1-cm2 area. 1013 hPa = 1 atm. There are 100 pascals in 1 hectopascal.

-- QUDT"""@en .

emmo:HectoPascalCubicMetrePerSecond a owl:Class ;
    rdfs:label "HectoPascalCubicMetrePerSecond"^^xsd:string ;
    rdfs:comment """product out of the 100-fold of the SI unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:PascalCubicMetrePerSecond ],
        [ a owl:Restriction ;
            owl:hasValue 1e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Hectopascal Cubic Metre Per Second"@en ;
    skos:prefLabel "HectoPascalCubicMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoPA-M3-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hPa.m3.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hPa⋅m³/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product out of the 100-fold of the SI unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second

-- QUDT"""@en .

emmo:HectoPascalLitrePerSecond a owl:Class ;
    rdfs:label "HectoPascalLitrePerSecond"^^xsd:string ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:PascalLitrePerSecond ],
        [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Hectopascal Litre Per Second"@en ;
    skos:prefLabel "HectoPascalLitrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoPA-L-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hPa.L.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hPa⋅L/s"^^xsd:string ;
    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 .

emmo:HectoPascalPerBar a owl:Class ;
    rdfs:label "HectoPascalPerBar"^^xsd:string ;
    rdfs:comment """100-fold of the SI derived unit pascal divided by the unit bar

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:PascalPerBar ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9d09022c_e7ae_4379_a765_4803a8a502a1,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Hectopascal Per Bar"@en ;
    skos:prefLabel "HectoPascalPerBar"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoPA-PER-BAR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hPa.bar-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hPa/bar"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """100-fold of the SI derived unit pascal divided by the unit bar

-- QUDT"""@en .

emmo:HectoPascalPerHour a owl:Class ;
    rdfs:label "HectoPascalPerHour"^^xsd:string ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:PascalPerHour ],
        [ a owl:Restriction ;
            owl:hasValue 2.777778e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Hectopascals per hour"@en ;
    skos:prefLabel "HectoPascalPerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoPA-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hPa.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hPa/h"^^xsd:string ;
    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 .

emmo:HectoPascalPerKelvin a owl:Class ;
    rdfs:label "HectoPascalPerKelvin"^^xsd:string ;
    rdfs:comment """100-fold of the SI derived unit pascal divided by the SI base unit kelvin

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:PascalPerKelvin ],
        [ a owl:Restriction ;
            owl:hasValue 1e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e,
        emmo:EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Hectopascal Per Kelvin"@en ;
    skos:prefLabel "HectoPascalPerKelvin"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoPA-PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hPa.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hPa/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """100-fold of the SI derived unit pascal divided by the SI base unit kelvin

-- QUDT"""@en .

emmo:HertzPerVolt a owl:Class ;
    rdfs:label "HertzPerVolt"@en ;
    rdfs:comment """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.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_53b10105_52c7_4746_ab73_a5a30bd198e2 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Hz.V-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Hz/V"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:Horsepower a owl:Class ;
    rdfs:label "Horsepower"@en ;
    rdfs:comment """550 foot-pound force per second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 7.456999e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:prefLabel "Horsepower"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HP"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[HP]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "HP"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """550 foot-pound force per second

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Horsepower?oldid=495510329"^^xsd:string .

emmo:Hour a owl:Class ;
    rdfs:label "Hour"@en ;
    rdfs:comment "Measure of time defined as 3600 seconds."@en,
        """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedspecialunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.6e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue "h"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac ;
    skos:prefLabel "Hour"@en ;
    schema:unitCode "HUR"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "h"^^xsd:string ;
    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:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.H02866"^^xsd:string .

emmo:HourSquareFoot a owl:Class ;
    rdfs:label "HourSquareFoot"@en ;
    rdfs:comment """"Hour Square Foot" is an Imperial unit for  'Area Time' expressed as hr-ft².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.344509e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 ;
    skos:altLabel "Hour Square Foot"@en ;
    skos:prefLabel "HourSquareFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HR-FT2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "h.[ft_i]2"^^xsd:string,
        "h.[sft_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hr⋅ft²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Hour Square Foot" is an Imperial unit for  'Area Time' expressed as hr-ft².

-- QUDT"""@en .

emmo:Hp_Brake a owl:Class ;
    rdfs:label "Hp_Brake"@en ;
    rdfs:comment """unit of the power according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 9.8095e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Horsepower (brake)"@en ;
    skos:prefLabel "Hp_Brake"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HP_Brake"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "HP{brake}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the power according to the Imperial system of units

-- QUDT"""@en .

emmo:Hp_Electric a owl:Class ;
    rdfs:label "Hp_Electric"@en ;
    rdfs:comment """unit of the power according to the Anglo-American system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 7.46e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Horsepower (electric)"@en ;
    skos:prefLabel "Hp_Electric"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HP_Electric"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "HP{electric}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the power according to the Anglo-American system of units

-- QUDT"""@en .

emmo:Hp_Metric a owl:Class ;
    rdfs:label "Hp_Metric"@en ;
    rdfs:comment """unit of the mechanical power according to the Anglo-American system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 7.354988e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Horsepower (metric)"@en ;
    skos:prefLabel "Hp_Metric"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HP_Metric"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "HP{metric}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the mechanical power according to the Anglo-American system of units

-- QUDT"""@en .

emmo:HundredWeight_Short a owl:Class ;
    rdfs:label "HundredWeight_Short"@en ;
    rdfs:comment """"Hundred Weight - Short" is a unit for  'Mass' expressed as cwt.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.535924e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Hundred Weight - Short"@en ;
    skos:prefLabel "HundredWeight_Short"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CWT_SHORT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[scwt_av]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cwt{short}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Hundred Weight - Short" is a unit for  'Mass' expressed as cwt.

-- QUDT"""@en .

emmo:Hundredweight_Uk a owl:Class ;
    rdfs:label "Hundredweight_Uk"@en ;
    rdfs:comment """out of use unit of the mass according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.080235e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Hundredweight (UK)"@en ;
    skos:prefLabel "Hundredweight_Uk"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/Hundredweight_UK"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lcwt_av]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cwt{long}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """out of use unit of the mass according to the Imperial system of units

-- QUDT"""@en .

emmo:Hundredweight_Us a owl:Class ;
    rdfs:label "Hundredweight_Us"@en ;
    rdfs:comment """out of use unit of the mass according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.535924e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Hundredweight (US)"@en ;
    skos:prefLabel "Hundredweight_Us"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/Hundredweight_US"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[scwt_av]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cwt{short}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """out of use unit of the mass according to the Imperial system of units

-- QUDT"""@en .

emmo:ImperialGallon a owl:Class ;
    rdfs:label "ImperialGallon"@en ;
    rdfs:comment """"Imperial Gallon" is an Imperial unit for  'Liquid Volume' expressed as galIMP.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.54609e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Imperial Gallon"@en ;
    skos:prefLabel "ImperialGallon"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GAL_IMP"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gal_br]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gal{Imp}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Imperial Gallon" is an Imperial unit for  'Liquid Volume' expressed as galIMP.

-- QUDT"""@en .

emmo:ImperialMassOuncePerCubicInch a owl:Class ;
    rdfs:label "ImperialMassOuncePerCubicInch"@en ;
    rdfs:comment """"Ounce per Cubic Inch" is an Imperial unit for  'Density' expressed as oz/in³.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.729994e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Imperial Mass Ounce per Cubic Inch"@en ;
    skos:prefLabel "ImperialMassOuncePerCubicInch"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ-PER-IN3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[oz_av].[cin_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz/in³{US}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Ounce per Cubic Inch" is an Imperial unit for  'Density' expressed as oz/in³.

-- QUDT"""@en .

emmo:ImperialMassOuncePerGallon a owl:Class ;
    rdfs:label "ImperialMassOuncePerGallon"@en ;
    rdfs:comment """"Ounce per Gallon" is an Imperial unit for  'Density' expressed as oz/gal.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.236023e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Imperial Mass Ounce per Gallon"@en ;
    skos:prefLabel "ImperialMassOuncePerGallon"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ-PER-GAL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[oz_av].[gal_br]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz/gal{US}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Ounce per Gallon" is an Imperial unit for  'Density' expressed as oz/gal.

-- QUDT"""@en .

emmo:ImperialMassOuncePerSquareFoot a owl:Class ;
    rdfs:label "ImperialMassOuncePerSquareFoot"@en ;
    rdfs:comment """"Ounce per Square Foot" is an Imperial unit for  'Mass Per Area' expressed as oz/ft².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.051517e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Imperial Mass Ounce per Square Foot"@en ;
    skos:prefLabel "ImperialMassOuncePerSquareFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ-PER-FT2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[oz_av].[sft_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz/ft²{US}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Ounce per Square Foot" is an Imperial unit for  'Mass Per Area' expressed as oz/ft².

-- QUDT"""@en .

emmo:ImperialMassOuncePerSquareYard a owl:Class ;
    rdfs:label "ImperialMassOuncePerSquareYard"@en ;
    rdfs:comment """"Ounce per Square Yard" is an Imperial unit for  'Mass Per Area' expressed as oz/yd².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.390575e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Imperial Mass Ounce per Square Yard"@en ;
    skos:prefLabel "ImperialMassOuncePerSquareYard"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ-PER-YD2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[oz_av].[syd_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz/yd³{US}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Ounce per Square Yard" is an Imperial unit for  'Mass Per Area' expressed as oz/yd².

-- QUDT"""@en .

emmo:ImperialOunceForce a owl:Class ;
    rdfs:label "ImperialOunceForce"@en ;
    rdfs:comment """"Ounce Force" is an Imperial unit for  'Force' expressed as ozf.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 2.780139e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Imperial Ounce Force"@en ;
    skos:prefLabel "ImperialOunceForce"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ozf_av]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ozf"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Ounce Force" is an Imperial unit for  'Force' expressed as ozf.

-- QUDT"""@en .

emmo:ImperialOunceForceInch a owl:Class ;
    rdfs:label "ImperialOunceForceInch"@en ;
    rdfs:comment """"Ounce Force Inch" is an Imperial unit for  'Torque' expressed as ozf-in.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 7.061552e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Imperial Ounce Force Inch"@en ;
    skos:prefLabel "ImperialOunceForceInch"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ_F-IN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ozf_av].[in_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ozf⋅in"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Ounce Force Inch" is an Imperial unit for  'Torque' expressed as ozf-in.

-- QUDT"""@en .

emmo:ImperialPint a owl:Class ;
    rdfs:label "ImperialPint"@en ;
    rdfs:comment """"Imperial Pint" is an Imperial unit for  'Volume' expressed as pint.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.682613e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Imperial Pint"@en ;
    skos:prefLabel "ImperialPint"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PINT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pt_br]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pt"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Imperial Pint" is an Imperial unit for  'Volume' expressed as pint.

-- QUDT"""@en .

emmo:InchOfMercury a owl:Class ;
    rdfs:label "InchOfMercury"@en ;
    rdfs:comment """Inches of mercury, (inHg) is a unit of measurement for pressure. It is still widely used for barometric pressure in weather reports, refrigeration and aviation in the United States, but is seldom used elsewhere. It is defined as the pressure exerted by a column of mercury of 1 inch in height at 32 °F at the standard acceleration of gravity. 1 inHg = 3,386.389 pascals at 0 °C.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 3.386389e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Inch of Mercury"@en ;
    skos:prefLabel "InchOfMercury"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/IN_HG"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[in_i'Hg]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "inHg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Inches of mercury, (inHg) is a unit of measurement for pressure. It is still widely used for barometric pressure in weather reports, refrigeration and aviation in the United States, but is seldom used elsewhere. It is defined as the pressure exerted by a column of mercury of 1 inch in height at 32 °F at the standard acceleration of gravity. 1 inHg = 3,386.389 pascals at 0 °C.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Inch_of_mercury?oldid=486634645"^^xsd:string .

emmo:InchOfWater a owl:Class ;
    rdfs:label "InchOfWater"@en ;
    rdfs:comment """Inches of water, wc, inch water column (inch WC), inAq, Aq, or inH2O is a non-SI unit for pressure. The units are by convention and due to the historical measurement of certain pressure differentials. It is used for measuring small pressure differences across an orifice, or in a pipeline or shaft. Inches of water can be converted to a pressure unit using the formula for pressure head. It is defined as the pressure exerted by a column of water of 1 inch in height at defined conditions for example 39 °F at the standard acceleration of gravity; 1 inAq is approximately equal to 249 pascals at 0 °C.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.4908e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Inch of Water"@en ;
    skos:prefLabel "InchOfWater"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/IN_H2O"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[in_i'H2O]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "inH₂0"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Inches of water, wc, inch water column (inch WC), inAq, Aq, or inH2O is a non-SI unit for pressure. The units are by convention and due to the historical measurement of certain pressure differentials. It is used for measuring small pressure differences across an orifice, or in a pipeline or shaft. Inches of water can be converted to a pressure unit using the formula for pressure head. It is defined as the pressure exerted by a column of water of 1 inch in height at defined conditions for example 39 °F at the standard acceleration of gravity; 1 inAq is approximately equal to 249 pascals at 0 °C.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Inch_of_water?oldid=466175519"^^xsd:string .

emmo:InchPerDegreeFahrenheit a owl:Class ;
    rdfs:label "InchPerDegreeFahrenheit"@en ;
    rdfs:comment """unit inch according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.572e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_793f3567_b351_42ef_a1d4_5111d53999c4,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Inch Per Degree Fahrenheit"@en ;
    skos:prefLabel "InchPerDegreeFahrenheit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/IN-PER-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[in_i].[degF]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "in/°F"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit inch according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit

-- QUDT"""@en .

emmo:InchPerSecond a owl:Class ;
    rdfs:label "InchPerSecond"@en ;
    rdfs:comment """The inch per second is a unit of speed or velocity. It expresses the distance in inches (in) traveled or displaced, divided by time in seconds (s, or sec). The equivalent SI unit is the metre per second. Abbreviations include in/s, in/sec, ips, and less frequently in s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 2.54e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Inch per Second"@en ;
    skos:prefLabel "InchPerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/IN-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[in_i].s-1"^^xsd:string,
        "[in_i]/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "in/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The inch per second is a unit of speed or velocity. It expresses the distance in inches (in) traveled or displaced, divided by time in seconds (s, or sec). The equivalent SI unit is the metre per second. Abbreviations include in/s, in/sec, ips, and less frequently in s.

-- QUDT"""@en .

emmo:InchPerSquareSecond a owl:Class ;
    rdfs:label "InchPerSquareSecond"@en ;
    rdfs:comment """`Inch per Square second` is an Imperial unit for `Linear Acceleration` expressed as in/s².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.54e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Inch per Square second"@en ;
    skos:prefLabel "InchPerSquareSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/IN-PER-SEC2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[in_i].s-2"^^xsd:string,
        "[in_i]/s2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "in/s²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Inch per Square second` is an Imperial unit for `Linear Acceleration` expressed as in/s².

-- QUDT"""@en .

emmo:InternationalMile a owl:Class ;
    rdfs:label "InternationalMile"@en ;
    rdfs:comment """The exact length of the land mile varied slightly among English-speaking countries until the international yard and pound agreement in 1959 established the yard as exactly 0.9144 metres, giving a mile of exactly 1,609.344 metres. The United States adopted this international mile for most purposes, but retained the pre-1959 mile for some land-survey data, terming it the US survey mile. In the US, statute mile formally refers to the survey mile, about 3.219 mm (1/8 inch) longer than the international mile (the international mile is exactly 0.0002% less than the US survey mile).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.609344e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:altLabel "International Mile"@en ;
    skos:prefLabel "InternationalMile"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[mi_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mi"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The exact length of the land mile varied slightly among English-speaking countries until the international yard and pound agreement in 1959 established the yard as exactly 0.9144 metres, giving a mile of exactly 1,609.344 metres. The United States adopted this international mile for most purposes, but retained the pre-1959 mile for some land-survey data, terming it the US survey mile. In the US, statute mile formally refers to the survey mile, about 3.219 mm (1/8 inch) longer than the international mile (the international mile is exactly 0.0002% less than the US survey mile).

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Mile"^^xsd:string .

emmo:InternationalTableCalorie a owl:Class ;
    rdfs:label "InternationalTableCalorie"@en ;
    rdfs:comment """International Table calorie.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.1868e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "International Table calorie"@en ;
    skos:prefLabel "InternationalTableCalorie"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CAL_IT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cal_IT"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cal{IT}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """International Table calorie.

-- QUDT"""@en .

emmo:InternationalUnit a owl:Class ;
    rdfs:label "InternationalUnit"@en ;
    rdfs:comment """International Unit is a unit for `Amount Of Substance` expressed as IU.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b ;
    skos:altLabel "International Unit"@en ;
    skos:prefLabel "InternationalUnit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/IU"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[IU]"^^xsd:string,
        "[iU]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "IU"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """International Unit is a unit for `Amount Of Substance` expressed as IU.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/International_unit?oldid=488801913"^^xsd:string .

emmo:InternationalUnitPerLitre a owl:Class ;
    rdfs:label "InternationalUnitPerLitre"@en ;
    rdfs:comment """"International Unit per Liter" is a unit for  'Serum Or Plasma Level' expressed as IU/L.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 ;
    skos:altLabel "International Unit per Litre"@en ;
    skos:prefLabel "InternationalUnitPerLitre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/IU-PER-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[IU].L-1"^^xsd:string,
        "[IU]/L"^^xsd:string,
        "[iU].L-1"^^xsd:string,
        "[iU]/L"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "IU/L"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"International Unit per Liter" is a unit for  'Serum Or Plasma Level' expressed as IU/L.

-- QUDT"""@en .

emmo:InternationalUnitPerMilliGram a owl:Class ;
    rdfs:label "InternationalUnitPerMilliGram"^^xsd:string ;
    rdfs:comment """International Units per milligramme.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_95971713_d589_4002_a5a7_affc5c74cfdb,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "International Unit per milligram"@en ;
    skos:prefLabel "InternationalUnitPerMilliGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/IU-PER-MilliGM"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "IU/mg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """International Units per milligramme.

-- QUDT"""@en .

emmo:InverseSquarePlanckMass a owl:Class ;
    rdfs:label "InverseSquarePlanckMass"@en ;
    rdfs:comment """In physics, the Planck mass, denoted by m_P, is the unit of mass in the system of natural units known as Planck units. It is defined so that ≈  1.2209 × 10 GeV/c₀ = 2.17651(13) × 10 kg, (or 21.7651 μ g), where c₀ is the speed of light in a vacuum, G is the gravitational constant, and ℏ is the reduced Planck constant. Particle physicists and cosmologists often use the reduced Planck mass, which is ≈ 4.341 × 10 kg = 2.435 × 10 GeV/c. The added factor of 1/√(8π) simplifies a number of equations in general relativity. Quantum effects are typified by the magnitude of Planck's constant.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.111089e+15 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_6aa04359_50d6_43d7_b3a7_296bd391bf7d,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Inverse Square Planck Mass"@en ;
    skos:prefLabel "InverseSquarePlanckMass"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-PlanckMass2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/mₚ²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In physics, the Planck mass, denoted by m_P, is the unit of mass in the system of natural units known as Planck units. It is defined so that ≈  1.2209 × 10 GeV/c₀ = 2.17651(13) × 10 kg, (or 21.7651 μ g), where c₀ is the speed of light in a vacuum, G is the gravitational constant, and ℏ is the reduced Planck constant. Particle physicists and cosmologists often use the reduced Planck mass, which is ≈ 4.341 × 10 kg = 2.435 × 10 GeV/c. The added factor of 1/√(8π) simplifies a number of equations in general relativity. Quantum effects are typified by the magnitude of Planck's constant.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Planck_units"^^xsd:string .

emmo:JouleMetrePerMole a owl:Class ;
    rdfs:label "JouleMetrePerMole"@en ;
    rdfs:comment """`Joule Meter per Mole` is a unit for 'Length Molar Energy' expressed as J · m · mol⁻¹.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_8fb052e8_fcca_43ce_85db_55266baf2d7c ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m.mol-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J⋅m/mol"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Joule Meter per Mole` is a unit for 'Length Molar Energy' expressed as J · m · mol⁻¹.

-- QUDT"""@en .

emmo:JoulePerCubicMetreKelvin a owl:Class ;
    rdfs:label "JoulePerCubicMetreKelvin"@en ;
    rdfs:comment """`Joule per Cubic Meter Kelvin` is a unit for 'Volumetric Heat Capacity' expressed as J/(m³ K).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m-3.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/(m³⋅K)"^^xsd:string ;
    emmo: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 .

emmo:JoulePerGram a owl:Class ;
    rdfs:label "JoulePerGram"@en ;
    rdfs:comment """SI derived unit joule divided by the 0.001-fold of the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Joule Per Gram"@en ;
    skos:prefLabel "JoulePerGram"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-GM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.g-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/g"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit joule divided by the 0.001-fold of the SI base unit kilogram

-- QUDT"""@en .

emmo:JoulePerHour a owl:Class ;
    rdfs:label "JoulePerHour"@en ;
    rdfs:comment """SI derived unit joule divided by the 3600 times the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.6e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Joule Per Hour"@en ;
    skos:prefLabel "JoulePerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit joule divided by the 3600 times the SI base unit second

-- QUDT"""@en .

emmo:JoulePerKilogramKelvinCubicMetre a owl:Class ;
    rdfs:label "JoulePerKilogramKelvinCubicMetre"^^xsd:string ;
    rdfs:comment "Joule per kilogram and Kelvin and cubic metre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73 ;
    skos:prefLabel "JoulePerKilogramKelvinCubicMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-KiloGM-K-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.kg-1.K.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/(kg⋅K⋅m³)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Joule per kilogram and Kelvin and cubic metre."@en .

emmo:JoulePerKilogramKelvinPerPascal a owl:Class ;
    rdfs:label "JoulePerKilogramKelvinPerPascal"^^xsd:string ;
    rdfs:comment "Joule per kilogram and Kelvin and Pascal."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73 ;
    skos:prefLabel "JoulePerKilogramKelvinPerPascal"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-KiloGM-K-PA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.kg-1.K-1.Pa-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/(kg⋅K⋅Pa)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Joule per kilogram and Kelvin and Pascal."@en .

emmo:JoulePerMetre a owl:Class ;
    rdfs:label "JoulePerMetre"@en ;
    rdfs:comment "Joule per metre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c ;
    skos:prefLabel "JoulePerMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m-1"^^xsd:string,
        "J/m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Joule per metre."@en .

emmo:JoulePerMoleKelvin a owl:Class ;
    rdfs:label "JoulePerMoleKelvin"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_3cb55500_dc5b_4586_bbf3_1d4158afac35 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.mol-1.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/(mol⋅K)"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:JoulePerQuarticMetre a owl:Class ;
    rdfs:label "JoulePerQuarticMetre"@en ;
    rdfs:comment """`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.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m-4"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/m⁴"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:JoulePerSquareCentiMetre a owl:Class ;
    rdfs:label "JoulePerSquareCentiMetre"@en ;
    rdfs:comment """derived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ;
    skos:altLabel "Joule Per Square Centimetre"@en ;
    skos:prefLabel "JoulePerSquareCentiMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-CentiM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.cm-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """derived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2

-- QUDT"""@en .

emmo:JoulePerSquareCentiMetrePerDay a owl:Class ;
    rdfs:label "JoulePerSquareCentiMetrePerDay"^^xsd:string ;
    rdfs:comment """Radiant energy per 10⁻⁴ SI unit area over a period of one day.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.157407e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Joules per square centimetre per day"@en ;
    skos:prefLabel "JoulePerSquareCentiMetrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-CentiM2-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.cm-2.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/(cm²⋅day)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Radiant energy per 10⁻⁴ SI unit area over a period of one day.

-- QUDT"""@en .

emmo:JoulePerSquareTesla a owl:Class ;
    rdfs:label "JoulePerSquareTesla"@en ;
    rdfs:comment """A measure of the diamagnetic energy, for a Bohr-radius spread around a magnetic axis, per square Tesla.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.eng.fsu.edu/~dommelen/quantum/style_a/elecmagfld.html"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_df1d3a25_eba2_4530_9803_d82d349f4051 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.T-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/T²"^^xsd:string ;
    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 .

emmo:JoulePerTesla a owl:Class ;
    rdfs:label "JoulePerTesla"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.T-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/T"^^xsd:string ;
    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 .

emmo:JouleSecondPerMole a owl:Class ;
    rdfs:label "JouleSecondPerMole"@en ;
    rdfs:comment """`Joule Second per Mole` is a unit for 'Molar Angular Momentum' expressed as J s mol⁻¹.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_4fdf946a_9c40_4d71_80ab_e4221ff6a534 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.s.mol-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J⋅s/mol"^^xsd:string ;
    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 .

emmo:JouleSquareMetre a owl:Class ;
    rdfs:label "JouleSquareMetre"@en ;
    rdfs:comment "Joule square metre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_88f36585_bd30_4160_b975_61362f3468a9 ;
    skos:prefLabel "JouleSquareMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J⋅m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Joule square metre."@en .

emmo:JouleSquareMetrePerKilogram a owl:Class ;
    rdfs:label "JouleSquareMetrePerKilogram"^^xsd:string ;
    rdfs:comment "Joule square metre per kilogram."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_c0f32e02_44d7_4c99_986e_c368d7219e4c ;
    skos:prefLabel "JouleSquareMetrePerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-M2-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m2.kg-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "j⋅m²/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Joule square metre per kilogram."@en .

emmo:Kayser a owl:Class ;
    rdfs:label "Kayser"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:prefLabel "Kayser"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Ky"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K"^^xsd:string ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Kayser?oldid=458489166"^^xsd:string .

emmo:KelvinDay a owl:Class ;
    rdfs:label "KelvinDay"@en ;
    rdfs:comment "Kelvin day unit."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 8.64e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_3df1408c_df34_4037_8584_c25f854bb346,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "KelvinDay"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.d"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin day unit."@en .

emmo:KelvinMetre a owl:Class ;
    rdfs:label "KelvinMetre"^^xsd:string ;
    rdfs:comment "Kelvin metre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_d02c92e0_99ba_4c09_b01f_0d7a7dd7b24e ;
    skos:prefLabel "KelvinMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin metre."@en .

emmo:KelvinMetrePerSecond a owl:Class ;
    rdfs:label "KelvinMetrePerSecond"^^xsd:string ;
    rdfs:comment "Kelvin metre per second."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_0d4bdfcd_f4f0_4b8f_b470_e3f654e37d33,
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 ;
    skos:prefLabel "KelvinMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-M-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.m.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅m/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin metre per second."@en .

emmo:KelvinMetrePerWatt a owl:Class ;
    rdfs:label "KelvinMetrePerWatt"@en ;
    rdfs:comment """product of the SI base unit kelvin and the SI base unit metre divided by the derived SI unit watt

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_33b6c84d_e139_418c_8f8c_f1d45f94df46 ;
    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 ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.m.W-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅m/W"^^xsd:string ;
    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

-- QUDT"""@en .

emmo:KelvinPascalPerSecond a owl:Class ;
    rdfs:label "KelvinPascalPerSecond"^^xsd:string ;
    rdfs:comment "Kelvin Pascal per second."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_0cd4c619_b123_4ae4_b778_3c9adaad65e7,
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 ;
    skos:prefLabel "KelvinPascalPerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-PA-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.Pa.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅Pa/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin Pascal per second."@en .

emmo:KelvinPerHour a owl:Class ;
    rdfs:label "KelvinPerHour"@en ;
    rdfs:comment """`Kelvin per Hour` is a unit for 'Temperature Per Time' expressed as K / h.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.6e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Kelvin per Hour"@en ;
    skos:prefLabel "KelvinPerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kelvin per Hour` is a unit for 'Temperature Per Time' expressed as K / h.

-- QUDT"""@en .

emmo:KelvinPerKelvin a owl:Class ;
    rdfs:label "KelvinPerKelvin"@en ;
    rdfs:comment """SI base unit kelvin divided by the SI base unit kelvin

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kelvin divided by the SI base unit kelvin

-- QUDT"""@en .

emmo:KelvinPerMetre a owl:Class ;
    rdfs:label "KelvinPerMetre"@en ;
    rdfs:comment """A change of temperature on the Kelvin temperature scale in one SI unit of length.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_720a469f_a19c_4a88_900c_29b3938f5092 ;
    skos:altLabel "KelvinPerMeter"@en ;
    skos:prefLabel "KelvinPerMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A change of temperature on the Kelvin temperature scale in one SI unit of length.

-- QUDT"""@en .

emmo:KelvinPerMinute a owl:Class ;
    rdfs:label "KelvinPerMinute"@en ;
    rdfs:comment """`Kelvin per Minute` is a unit for 'Temperature Per Time' expressed as K / m.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.666667e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Kelvin per Minute"@en ;
    skos:prefLabel "KelvinPerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kelvin per Minute` is a unit for 'Temperature Per Time' expressed as K / m.

-- QUDT"""@en .

emmo:KelvinPerSecond a owl:Class ;
    rdfs:label "KelvinPerSecond"@en ;
    rdfs:comment """`Kelvin per Second` is a unit for 'Temperature Per Time' expressed as K / s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.s-1"^^xsd:string,
        "K/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kelvin per Second` is a unit for 'Temperature Per Time' expressed as K / s.

-- QUDT"""@en .

emmo:KelvinPerSquareSecond a owl:Class ;
    rdfs:label "KelvinPerSquareSecond"@en ;
    rdfs:comment """`Kelvin per Square Second` is a unit for 'Temperature Per Time Squared' expressed as K / s².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_c7188d13_52e6_43f7_9b6d_aba4c161fa8f ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.s-2"^^xsd:string,
        "K/s^2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/s²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kelvin per Square Second` is a unit for 'Temperature Per Time Squared' expressed as K / s².

-- QUDT"""@en .

emmo:KelvinPerTesla a owl:Class ;
    rdfs:label "KelvinPerTesla"@en ;
    rdfs:comment """`Kelvin per Tesla` is a unit for 'Temperature Per Magnetic Flux Density' expressed as K T⁻¹.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_f6fac54d_6b6d_4255_b217_4363a83f1834 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.T-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/T"^^xsd:string ;
    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 .

emmo:KelvinPerWatt a owl:Class ;
    rdfs:label "KelvinPerWatt"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_cff9f930_f3f7_43c6_9228_28bf3e1ec706 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.W-1"^^xsd:string,
        "K/W"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/W"^^xsd:string ;
    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).

-- QUDT"""@en .

emmo:KelvinSecond a owl:Class ;
    rdfs:label "KelvinSecond"@en ;
    rdfs:comment "Kelvin second."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_3df1408c_df34_4037_8584_c25f854bb346 ;
    skos:prefLabel "KelvinSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin second."@en .

emmo:KelvinSquareMetrePerKilogramPerSecond a owl:Class ;
    rdfs:label "KelvinSquareMetrePerKilogramPerSecond"^^xsd:string ;
    rdfs:comment "Kelvin square metres per kilogram and second."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_66e91d9a_05c1_4906_9731_3f4d8c4f3fd8 ;
    skos:prefLabel "KelvinSquareMetrePerKilogramPerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-M2-PER-KiloGM-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.m2.kg-1.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅m²/(kg⋅s)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin square metres per kilogram and second."@en .

emmo:KibiByte a owl:Class ;
    rdfs:label "KibiByte"^^xsd:string ;
    rdfs:comment """The kibibyte is a multiple of the unit byte for digital information equivalent to 1024 bytes.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Byte ],
        [ a owl:Restriction ;
            owl:hasValue 1.024e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "KibiByte"@en ;
    skos:prefLabel "KibiByte"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KibiBYTE"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "KiB"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The kibibyte is a multiple of the unit byte for digital information equivalent to 1024 bytes.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:string .

emmo:KiloAmpere a owl:Class ;
    rdfs:label "KiloAmpere"@en ;
    rdfs:comment "A kiloampere is 1000 A"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Ampere ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 ;
    skos:altLabel "kiloampere"@en ;
    skos:prefLabel "KiloAmpere"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kA"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kA"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A kiloampere is 1000 A"@en .

emmo:KiloAmpereHour a owl:Class ;
    rdfs:label "KiloAmpereHour"^^xsd:string ;
    rdfs:comment """product of the 1 000-fold of the SI base unit ampere and the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:AmpereHour ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kiloampere Hour"@en ;
    skos:prefLabel "KiloAmpereHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloA-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kA.h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kA⋅h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the 1 000-fold of the SI base unit ampere and the unit hour

-- QUDT"""@en .

emmo:KiloAmperePerMetre a owl:Class ;
    rdfs:label "KiloAmperePerMetre"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI base unit ampere divided by the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:AmperePerMetre ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 ;
    skos:altLabel "Kiloampere Per Metre"@en ;
    skos:prefLabel "KiloAmperePerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloA-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kA.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kA/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI base unit ampere divided by the SI base unit metre

-- QUDT"""@en .

emmo:KiloAmperePerSquareMetre a owl:Class ;
    rdfs:label "KiloAmperePerSquareMetre"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:AmperePerSquareMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kiloampere Per Square Metre"@en ;
    skos:prefLabel "KiloAmperePerSquareMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloA-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kA.m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kA/m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en .

emmo:KiloBar a owl:Class ;
    rdfs:label "KiloBar"^^xsd:string ;
    rdfs:comment """The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to 100,000 Pa = 1 bar ≈ 750.0616827 Torr. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Bar ],
        [ a owl:Restriction ;
            owl:hasValue 1e+08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "KiloBar"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloBAR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kbar"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kbar"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to 100,000 Pa = 1 bar ≈ 750.0616827 Torr. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:string .

emmo:KiloBecquerel a owl:Class ;
    rdfs:label "KiloBecquerel"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI derived unit becquerel

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Becquerel ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "KiloBecquerel"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloBQ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kBq"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kBq"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI derived unit becquerel

-- QUDT"""@en .

emmo:KiloBitPerSecond a owl:Class ;
    rdfs:label "KiloBitPerSecond"^^xsd:string ;
    rdfs:comment """A kilobit per second (kB/s) is a unit of data transfer rate equal to 1,000 bits per second.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.931472e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:BitPerSecond ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilobit per Second"@en ;
    skos:prefLabel "KiloBitPerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloBIT-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kbit.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kbps"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A kilobit per second (kB/s) is a unit of data transfer rate equal to 1,000 bits per second.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Data_rate_units#Kilobit_per_second"^^xsd:string .

emmo:KiloBtu_It a owl:Class ;
    rdfs:label "KiloBtu_It"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Btu_It ],
        [ a owl:Restriction ;
            owl:hasValue 1.055056e+05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Kilo British Thermal Unit (International Definition)"@en ;
    skos:prefLabel "KiloBtu_It"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloBTU_IT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "k[Btu_IT]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kBtu{IT}"^^xsd:string .

emmo:KiloBtu_It_Per_Hr a owl:Class ;
    rdfs:label "KiloBtu_It_Per_Hr"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.930711e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Kilo British Thermal Unit (International Definition) per Hour"@en ;
    skos:prefLabel "KiloBtu_It_Per_Hr"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloBTU_IT-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "k[Btu_IT].h-1"^^xsd:string,
        "k[Btu_IT]/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kBtu{IT}/hr"^^xsd:string .

emmo:KiloBtu_Th a owl:Class ;
    rdfs:label "KiloBtu_Th"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Btu_Th ],
        [ a owl:Restriction ;
            owl:hasValue 1.05435e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Kilo British Thermal Unit (Thermochemical Definition)"@en ;
    skos:prefLabel "KiloBtu_Th"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloBTU_TH"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "k[Btu_th]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kBtu{th}"^^xsd:string .

emmo:KiloBtu_Th_Per_Hr a owl:Class ;
    rdfs:label "KiloBtu_Th_Per_Hr"^^xsd:string ;
    rdfs:comment """unit of the heat energy according to the Imperial system of units divided by the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Btu_Th_Per_Hr ],
        [ a owl:Restriction ;
            owl:hasValue 2.929e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Kilo British Thermal Unit (thermochemical) Per Hour"@en ;
    skos:prefLabel "KiloBtu_Th_Per_Hr"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloBTU_TH-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "k[Btu_th].h-1"^^xsd:string,
        "k[Btu_th]/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kBtu{th}/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the heat energy according to the Imperial system of units divided by the unit hour

-- QUDT"""@en .

emmo:KiloByte a owl:Class ;
    rdfs:label "KiloByte"@en ;
    rdfs:comment """The kilobyte is a multiple of the unit byte for digital information equivalent to 1000 bytes. Although the prefix kilo- means 1000, the term kilobyte and symbol kB have historically been used to refer to either 1024 (210) bytes or 1000 (103) bytes, dependent upon context, in the fields of computer science and information technology. This ambiguity is removed in QUDT, with KibiBYTE used to refer to 1024 bytes.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Byte ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilo Byte"@en ;
    skos:prefLabel "KiloByte"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloBYTE"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kBy"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kB"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The kilobyte is a multiple of the unit byte for digital information equivalent to 1000 bytes. Although the prefix kilo- means 1000, the term kilobyte and symbol kB have historically been used to refer to either 1024 (210) bytes or 1000 (103) bytes, dependent upon context, in the fields of computer science and information technology. This ambiguity is removed in QUDT, with KibiBYTE used to refer to 1024 bytes.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Byte?oldid=493588918"^^xsd:string .

emmo:KiloBytePerSecond a owl:Class ;
    rdfs:label "KiloBytePerSecond"^^xsd:string ;
    rdfs:comment """A kilobyte per second (kByte/s) is a unit of data transfer rate equal to 1000 bytes per second or 8000 bits per second.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilobyte per Second"@en ;
    skos:prefLabel "KiloBytePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloBYTE-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kBy.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kBps"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A kilobyte per second (kByte/s) is a unit of data transfer rate equal to 1000 bytes per second or 8000 bits per second.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Data_rate_units#Kilobyte_per_second"^^xsd:string .

emmo:KiloCal_It a owl:Class ;
    rdfs:label "KiloCal_It"^^xsd:string ;
    rdfs:comment """1000-fold of the unit calorie, which is used particularly for calorific values of food

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.1868e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Kilocalorie (international Table)"@en ;
    skos:prefLabel "KiloCal_It"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL_IT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal_IT"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal{IT}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1000-fold of the unit calorie, which is used particularly for calorific values of food

-- QUDT"""@en .

emmo:KiloCal_It_Per_Hr_M_Deg_C a owl:Class ;
    rdfs:label "KiloCal_It_Per_Hr_M_Deg_C"^^xsd:string ;
    rdfs:comment """1 000-fold of the no longer approved unit international calorie for energy divided by the product of the SI base unit metre, the unit hour for time and the unit degree Celsius for temperature

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.163e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilocalorie (international Table) Per Hour Metre Degree Celsius"@en ;
    skos:prefLabel "KiloCal_It_Per_Hr_M_Deg_C"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL_IT-PER-HR-M-DEG_C"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal_IT.h-1.m-1.Cel-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal{IT}/(hr⋅m⋅°C)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the no longer approved unit international calorie for energy divided by the product of the SI base unit metre, the unit hour for time and the unit degree Celsius for temperature

-- QUDT"""@en .

emmo:KiloCal_Mean a owl:Class ;
    rdfs:label "KiloCal_Mean"^^xsd:string ;
    rdfs:comment """1000-fold of the unit calorie, which is used particularly for calorific values of food

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Cal_Mean ],
        [ a owl:Restriction ;
            owl:hasValue 4.19e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Kilocalorie (mean)"@en ;
    skos:prefLabel "KiloCal_Mean"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL_Mean"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal_m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal{mean}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1000-fold of the unit calorie, which is used particularly for calorific values of food

-- QUDT"""@en .

emmo:KiloCal_Th a owl:Class ;
    rdfs:label "KiloCal_Th"^^xsd:string ;
    rdfs:comment """1000-fold of the unit calorie, which is used particularly for calorific values of food

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.184e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Kilocalorie (thermochemical)"@en ;
    skos:prefLabel "KiloCal_Th"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL_TH"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Cal]"^^xsd:string,
        "kcal_th"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal{th}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1000-fold of the unit calorie, which is used particularly for calorific values of food

-- QUDT"""@en .

emmo:KiloCal_Th_Per_Hr a owl:Class ;
    rdfs:label "KiloCal_Th_Per_Hr"^^xsd:string ;
    rdfs:comment """1 000-fold of the non-legal unit thermochemical calorie divided by the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.162231e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Kilocalorie (thermochemical) Per Hour"@en ;
    skos:prefLabel "KiloCal_Th_Per_Hr"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL_TH-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal_th.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal{th}/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the non-legal unit thermochemical calorie divided by the unit hour

-- QUDT"""@en .

emmo:KiloCal_Th_Per_Min a owl:Class ;
    rdfs:label "KiloCal_Th_Per_Min"^^xsd:string ;
    rdfs:comment """1000-fold of the unit calorie divided by the unit minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Cal_Th_Per_Min ],
        [ a owl:Restriction ;
            owl:hasValue 6.973383e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Kilocalorie (thermochemical) Per Minute"@en ;
    skos:prefLabel "KiloCal_Th_Per_Min"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL_TH-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal_th.min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal{th}/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1000-fold of the unit calorie divided by the unit minute

-- QUDT"""@en .

emmo:KiloCal_Th_Per_Sec a owl:Class ;
    rdfs:label "KiloCal_Th_Per_Sec"^^xsd:string ;
    rdfs:comment """1000-fold of the unit calorie divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Cal_Th_Per_Sec ],
        [ a owl:Restriction ;
            owl:hasValue 4.184e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Kilocalorie (thermochemical) Per Second"@en ;
    skos:prefLabel "KiloCal_Th_Per_Sec"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL_TH-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal_th.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal{th}/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1000-fold of the unit calorie divided by the SI base unit second

-- QUDT"""@en .

emmo:KiloCalorie a owl:Class ;
    rdfs:label "KiloCalorie"^^xsd:string ;
    rdfs:comment """`Kilocalorie` is a unit for `Energy And Work` expressed as kcal.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 4.184e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:prefLabel "KiloCalorie"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kilocalorie` is a unit for `Energy And Work` expressed as kcal.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Calorie?oldid=494307622"^^xsd:string .

emmo:KiloCaloriePerCentiMetreSecondDegreeCelsius a owl:Class ;
    rdfs:label "KiloCaloriePerCentiMetreSecondDegreeCelsius"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.184e+05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilocalorie per Centimetre Second Degree Celsius"@en ;
    skos:prefLabel "KiloCaloriePerCentiMetreSecondDegreeCelsius"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-CentiM-SEC-DEG_C"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.cm-1.s-1.Cel-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/(cm⋅s⋅°C)"^^xsd:string .

emmo:KiloCaloriePerGram a owl:Class ;
    rdfs:label "KiloCaloriePerGram"^^xsd:string ;
    rdfs:comment """"Kilocalorie per Gram" is a unit for  'Specific Energy' expressed as kcal/gm.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.184e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilocalorie per Gram"@en ;
    skos:prefLabel "KiloCaloriePerGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-GM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.g-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/g"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Kilocalorie per Gram" is a unit for  'Specific Energy' expressed as kcal/gm.

-- QUDT"""@en .

emmo:KiloCaloriePerMinute a owl:Class ;
    rdfs:label "KiloCaloriePerMinute"^^xsd:string ;
    rdfs:comment """`Kilocalorie per Minute` is a unit for `Heat Flow Rate` and `Power` expressed as kcal/min.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.973333e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Kilocalorie Per Minute"@en ;
    skos:prefLabel "KiloCaloriePerMinute"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kilocalorie per Minute` is a unit for `Heat Flow Rate` and `Power` expressed as kcal/min.

-- QUDT"""@en .

emmo:KiloCaloriePerMole a owl:Class ;
    rdfs:label "KiloCaloriePerMole"^^xsd:string ;
    rdfs:comment """The kilocalorie per mole is a derived unit of energy per Avogadro's number of particles. It is the quotient of a kilocalorie (1000 thermochemical gram calories) and a mole, mainly used in the United States. In SI units, it is equal to 4.184 kJ/mol, or 6.9477 × 10 J per molecule. At room temperature it is equal to 1.688 . Physical quantities measured in kcal· mol are usually thermodynamical quantities; mostly free energies such as: Heat of vaporization Heat of fusion.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 4.184e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilocalorie per Mole"@en ;
    skos:prefLabel "KiloCaloriePerMole"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-MOL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.mol-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/mol"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The kilocalorie per mole is a derived unit of energy per Avogadro's number of particles. It is the quotient of a kilocalorie (1000 thermochemical gram calories) and a mole, mainly used in the United States. In SI units, it is equal to 4.184 kJ/mol, or 6.9477 × 10 J per molecule. At room temperature it is equal to 1.688 . Physical quantities measured in kcal· mol are usually thermodynamical quantities; mostly free energies such as: Heat of vaporization Heat of fusion.

-- QUDT"""@en .

emmo:KiloCaloriePerMoleDegreeCelsius a owl:Class ;
    rdfs:label "KiloCaloriePerMoleDegreeCelsius"^^xsd:string ;
    rdfs:comment """`Kilocalorie per Mole Degree Celsius` is a unit for 'Molar Heat Capacity' expressed as kcal/(mol-degC).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_3cb55500_dc5b_4586_bbf3_1d4158afac35,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilocalorie per Mole Degree Celsius"@en ;
    skos:prefLabel "KiloCaloriePerMoleDegreeCelsius"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-MOL-DEG_C"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.mol-1.Cel-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/(mol⋅°C)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kilocalorie per Mole Degree Celsius` is a unit for 'Molar Heat Capacity' expressed as kcal/(mol-degC).

-- QUDT"""@en .

emmo:KiloCaloriePerSecond a owl:Class ;
    rdfs:label "KiloCaloriePerSecond"^^xsd:string ;
    rdfs:comment """`Kilocalorie per Second` is a unit for `Heat Flow Rate` and `Power` expressed as kcal/s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.184e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Kilocalorie Per Second"@en ;
    skos:prefLabel "KiloCaloriePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kilocalorie per Second` is a unit for `Heat Flow Rate` and `Power` expressed as kcal/s.

-- QUDT"""@en .

emmo:KiloCaloriePerSquareCentiMetre a owl:Class ;
    rdfs:label "KiloCaloriePerSquareCentiMetre"^^xsd:string ;
    rdfs:comment """"Kilocalorie per Square Centimeter" is a unit for  'Energy Per Area' expressed as kcal/cm².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 4.184e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ;
    skos:altLabel "Kilocalorie per Square Centimetre"@en ;
    skos:prefLabel "KiloCaloriePerSquareCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.cm-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Kilocalorie per Square Centimeter" is a unit for  'Energy Per Area' expressed as kcal/cm².

-- QUDT"""@en .

emmo:KiloCaloriePerSquareCentiMetreMinute a owl:Class ;
    rdfs:label "KiloCaloriePerSquareCentiMetreMinute"^^xsd:string ;
    rdfs:comment """"Kilocalorie per Square Centimeter Minute" is a unit for  'Power Per Area' expressed as kcal/(cm²-min).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.973333e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilocalorie per Square Centimetre Minute"@en ;
    skos:prefLabel "KiloCaloriePerSquareCentiMetreMinute"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.cm-2.min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/(cm²⋅min)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Kilocalorie per Square Centimeter Minute" is a unit for  'Power Per Area' expressed as kcal/(cm²-min).

-- QUDT"""@en .

emmo:KiloCaloriePerSquareCentiMetreSecond a owl:Class ;
    rdfs:label "KiloCaloriePerSquareCentiMetreSecond"^^xsd:string ;
    rdfs:comment """"Kilocalorie per Square Centimeter Second" is a unit for  'Power Per Area' expressed as kcal/(cm²-s).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.184e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilocalorie per Square Centimetre Second"@en ;
    skos:prefLabel "KiloCaloriePerSquareCentiMetreSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.cm-2.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/(cm²⋅s)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Kilocalorie per Square Centimeter Second" is a unit for  'Power Per Area' expressed as kcal/(cm²-s).

-- QUDT"""@en .

emmo:KiloCoulomb a owl:Class ;
    rdfs:label "KiloCoulomb"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Coulomb ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "KiloCoulomb"@en ;
    skos:prefLabel "KiloCoulomb"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kC"^^xsd:string .

emmo:KiloCoulombPerCubicMetre a owl:Class ;
    rdfs:label "KiloCoulombPerCubicMetre"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:CoulombPerCubicMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_8f36559a_a494_4b00_abc5_60bbc1475009,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilocoulomb Per Cubic Metre"@en ;
    skos:prefLabel "KiloCoulombPerCubicMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloC-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kC.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kC/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:KiloCoulombPerSquareMetre a owl:Class ;
    rdfs:label "KiloCoulombPerSquareMetre"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:CoulombPerSquareMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilocoulomb Per Square Metre"@en ;
    skos:prefLabel "KiloCoulombPerSquareMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloC-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kC.m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kC/m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en .

emmo:KiloCurie a owl:Class ;
    rdfs:label "KiloCurie"^^xsd:string ;
    rdfs:comment """1 000-fold of the unit curie

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Curie ],
        [ a owl:Restriction ;
            owl:hasValue 3.7e+13 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "KiloCurie"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCi"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kCi"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kCi"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the unit curie

-- QUDT"""@en .

emmo:KiloElectronVolt a owl:Class ;
    rdfs:label "KiloElectronVolt"@en ;
    rdfs:comment """"Kilo Electron Volt" is a unit for  'Energy And Work' expressed as keV.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:ElectronVolt ],
        [ a owl:Restriction ;
            owl:hasValue 1.602177e-16 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Kilo Electron Volt"@en ;
    skos:prefLabel "KiloElectronVolt"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloEV"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "keV"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "keV"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Kilo Electron Volt" is a unit for  'Energy And Work' expressed as keV.

-- QUDT"""@en .

emmo:KiloElectronVoltPerMicroMetre a owl:Class ;
    rdfs:label "KiloElectronVoltPerMicroMetre"^^xsd:string ;
    rdfs:comment """"Kilo Electron Volt per Micrometer" is a unit for  'Linear Energy Transfer' expressed as keV/microM.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.602177e-10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilo Electron Volt per Micrometre"@en ;
    skos:prefLabel "KiloElectronVoltPerMicroMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloEV-PER-MicroM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "keV.um-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "keV/µM"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Kilo Electron Volt per Micrometer" is a unit for  'Linear Energy Transfer' expressed as keV/microM.

-- QUDT"""@en .

emmo:KiloGauss a owl:Class ;
    rdfs:label "KiloGauss"^^xsd:string ;
    rdfs:comment """1 000-fold of the CGS unit of the magnetic flux density B

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Gauss ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5 ;
    skos:prefLabel "KiloGauss"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGAUSS"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kG"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kGs"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the CGS unit of the magnetic flux density B

-- QUDT"""@en .

emmo:KiloHertz a owl:Class ;
    rdfs:label "KiloHertz"^^xsd:string ;
    rdfs:comment """"Kilohertz" is a C.G.S System unit for  'Frequency' expressed as KHz.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Hertz ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "KiloHertz"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloHZ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kHz"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kHz"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Kilohertz" is a C.G.S System unit for  'Frequency' expressed as KHz.

-- QUDT"""@en .

emmo:KiloHertzMetre a owl:Class ;
    rdfs:label "KiloHertzMetre"^^xsd:string ;
    rdfs:comment """product of the 1 000-fold of the SI derived unit hertz and the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:HertzMetre ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilohertz Metre"@en ;
    skos:prefLabel "KiloHertzMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloHZ-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kHz.m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kHz⋅m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the 1 000-fold of the SI derived unit hertz and the SI base unit metre

-- QUDT"""@en .

emmo:KiloJoule a owl:Class ;
    rdfs:label "KiloJoule"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI derived unit joule

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Joule ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:prefLabel "KiloJoule"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloJ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kJ"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kJ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI derived unit joule

-- QUDT"""@en .

emmo:KiloJoulePerKelvin a owl:Class ;
    rdfs:label "KiloJoulePerKelvin"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI derived unit joule divided by the SI base unit kelvin

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:JoulePerKelvin ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilojoule Per Kelvin"@en ;
    skos:prefLabel "KiloJoulePerKelvin"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloJ-PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kJ.K-1"^^xsd:string,
        "kJ/K"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kJ/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI derived unit joule divided by the SI base unit kelvin

-- QUDT"""@en .

emmo:KiloJoulePerKilogram a owl:Class ;
    rdfs:label "KiloJoulePerKilogram"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI derived unit joule divided by the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:JoulePerKilogram ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilojoule Per Kilogram"@en ;
    skos:prefLabel "KiloJoulePerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloJ-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kJ.kg-1"^^xsd:string,
        "kJ/kg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kJ/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI derived unit joule divided by the SI base unit kilogram

-- QUDT"""@en .

emmo:KiloJoulePerKilogramKelvin a owl:Class ;
    rdfs:label "KiloJoulePerKilogramKelvin"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI derived unit joule divided by the product of the SI base unit kilogram and the SI base unit kelvin

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:JoulePerKilogramKelvin ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilojoule Per Kilogram Kelvin"@en ;
    skos:prefLabel "KiloJoulePerKilogramKelvin"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloJ-PER-KiloGM-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kJ.(kg.K)-1"^^xsd:string,
        "kJ.kg-1.K-1"^^xsd:string,
        "kJ/(kg.K)"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kJ/(kg⋅K)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI derived unit joule divided by the product of the SI base unit kilogram and the SI base unit kelvin

-- QUDT"""@en .

emmo:KiloJoulePerMole a owl:Class ;
    rdfs:label "KiloJoulePerMole"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI derived unit joule divided by the SI base unit mol

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:JoulePerMole ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilojoule Per Mole"@en ;
    skos:prefLabel "KiloJoulePerMole"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloJ-PER-MOL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kJ.mol-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kJ/mol"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI derived unit joule divided by the SI base unit mol

-- QUDT"""@en .

emmo:KiloLitre a owl:Class ;
    rdfs:label "KiloLitre"^^xsd:string ;
    rdfs:comment """1 000-fold of the unit litre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Litre ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        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 ;
    skos:prefLabel "KiloLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kL"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kL"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the unit litre

-- QUDT"""@en .

emmo:KiloLitrePerHour a owl:Class ;
    rdfs:label "KiloLitrePerHour"^^xsd:string ;
    rdfs:comment """unit of the volume kilolitres divided by the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 2.777778e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:LitrePerHour ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilolitre Per Hour"@en ;
    skos:prefLabel "KiloLitrePerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloL-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kL.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kL/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume kilolitres divided by the unit hour

-- QUDT"""@en .

emmo:KiloMetre a owl:Class ;
    rdfs:label "KiloMetre"^^xsd:string ;
    rdfs:comment """A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Metre ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "KiloMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "km"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "km"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Kilometre?oldid=494821851"^^xsd:string .

emmo:KiloMetrePerDay a owl:Class ;
    rdfs:label "KiloMetrePerDay"^^xsd:string ;
    rdfs:comment """A change in location of a distance of one thousand metres in an elapsed time of one day (86400 seconds).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.157407e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilometres per day"@en ;
    skos:prefLabel "KiloMetrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloM-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "km.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A change in location of a distance of one thousand metres in an elapsed time of one day (86400 seconds).

-- QUDT"""@en .

emmo:KiloMetrePerHour a owl:Class ;
    rdfs:label "KiloMetrePerHour"^^xsd:string ;
    rdfs:comment """"Kilometer per Hour" is a C.G.S System unit for  'Linear Velocity' expressed as km/h.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MetrePerHour ],
        [ a owl:Restriction ;
            owl:hasValue 2.777778e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilometre per Hour"@en ;
    skos:prefLabel "KiloMetrePerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloM-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "km.h-1"^^xsd:string,
        "km/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "km/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Kilometer per Hour" is a C.G.S System unit for  'Linear Velocity' expressed as km/h.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Kilometres_per_hour?oldid=487674812"^^xsd:string .

emmo:KiloMetrePerSecond a owl:Class ;
    rdfs:label "KiloMetrePerSecond"^^xsd:string ;
    rdfs:comment """"Kilometer per Second" is a C.G.S System unit for  'Linear Velocity' expressed as km/s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ;
            owl:someValuesFrom emmo:MetrePerSecond ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilometre per Second"@en ;
    skos:prefLabel "KiloMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloM-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "km.s-1"^^xsd:string,
        "km/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "km/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Kilometer per Second" is a C.G.S System unit for  'Linear Velocity' expressed as km/s.

-- QUDT"""@en .

emmo:KiloMolPerKilogram a owl:Class ;
    rdfs:label "KiloMolePerKilogram"@en ;
    rdfs:comment """Kilomole Per Kilogram (kmol/kg) is a unit of Molality

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MolPerKilogram ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_95971713_d589_4002_a5a7_affc5c74cfdb,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilomole per Kilogram"@en ;
    skos:prefLabel "KiloMolePerKilogram"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloMOL-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kmol.kg-1"^^xsd:string,
        "kmol/kg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kmol/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Kilomole Per Kilogram (kmol/kg) is a unit of Molality

-- QUDT"""@en .

emmo:KiloMole a owl:Class ;
    rdfs:label "KiloMole"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI base unit mol

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Mole ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b ;
    skos:prefLabel "KiloMole"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloMOL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kmol"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kmol"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI base unit mol

-- QUDT"""@en .

emmo:KiloMolePerCubicMetre a owl:Class ;
    rdfs:label "KiloMolePerCubicMetre"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI base unit mol divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MolePerCubicMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 ;
    skos:altLabel "Kilomole Per Cubic Metre"@en ;
    skos:prefLabel "KiloMolePerCubicMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloMOL-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kmol.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kmol/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI base unit mol divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:KiloMolePerHour a owl:Class ;
    rdfs:label "KiloMolePerHour"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI base unit mole divided by the unit for time hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MolePerHour ],
        [ a owl:Restriction ;
            owl:hasValue 2.777778e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Kilomole Per Hour"@en ;
    skos:prefLabel "KiloMolePerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloMOL-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kmol.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kmol/h"^^xsd:string ;
    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 .

emmo:KiloMolePerMinute a owl:Class ;
    rdfs:label "KiloMolePerMinute"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI base unit mole divided by the unit for time minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.694444e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MolePerMinute ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Kilomole Per Minute"@en ;
    skos:prefLabel "KiloMolePerMinute"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloMOL-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kmol.min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kmol/min"^^xsd:string ;
    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 .

emmo:KiloMolePerSecond a owl:Class ;
    rdfs:label "KiloMolePerSecond"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI base unit mol divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MolePerSecond ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Kilomole Per Second"@en ;
    skos:prefLabel "KiloMolePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloMOL-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kmol.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kmol/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI base unit mol divided by the SI base unit second

-- QUDT"""@en .

emmo:KiloNewton a owl:Class ;
    rdfs:label "KiloNewton"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI derived unit newton

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Newton ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "KiloNewton"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kN"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kN"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI derived unit newton

-- QUDT"""@en .

emmo:KiloNewtonMetre a owl:Class ;
    rdfs:label "KiloNewtonMetre"^^xsd:string ;
    rdfs:comment """1 000-fold of the product of the SI derived unit newton and the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ;
            owl:someValuesFrom emmo:NewtonMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Kilonewton Metre"@en ;
    skos:prefLabel "KiloNewtonMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloN-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kN.m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kN⋅m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the product of the SI derived unit newton and the SI base unit metre

-- QUDT"""@en .

emmo:KiloNewtonSquareMetre a owl:Class ;
    rdfs:label "KiloNewtonSquareMetre"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:NewtonSquareMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_cb77e107_43ed_4a97_bf39_03b3587404d3 ;
    skos:altLabel "Kilo Newton Square Metre"@en ;
    skos:prefLabel "KiloNewtonSquareMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloN-M2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kN⋅m²"^^xsd:string .

emmo:KiloOhm a owl:Class ;
    rdfs:label "KiloOhm"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI derived unit ohm

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Ohm ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_7610efb8_c7c6_4684_abc1_774783c62472,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "KiloOhm"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloOHM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kOhm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kΩ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI derived unit ohm

-- QUDT"""@en .

emmo:KiloPascal a owl:Class ;
    rdfs:label "KiloPascal"^^xsd:string ;
    rdfs:comment """Kilopascal is a unit of pressure. 1 kPa is approximately the pressure exerted by a 10-g mass resting on a 1-cm2 area. 101.3 kPa = 1 atm. There are 1,000 pascals in 1 kilopascal.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Pascal ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "KiloPascal"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloPA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kPa"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kPa"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Kilopascal is a unit of pressure. 1 kPa is approximately the pressure exerted by a 10-g mass resting on a 1-cm2 area. 101.3 kPa = 1 atm. There are 1,000 pascals in 1 kilopascal.

-- QUDT"""@en .

emmo:KiloPascalAbsolute a owl:Class ;
    rdfs:label "KiloPascalAbsolute"^^xsd:string ;
    rdfs:comment """`Kilopascal Absolute` is a SI System unit for 'Force Per Area' expressed as KPaA.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilopascal Absolute"@en ;
    skos:prefLabel "KiloPascalAbsolute"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloPA_A"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kPa{absolute}"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "KPaA"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kilopascal Absolute` is a SI System unit for 'Force Per Area' expressed as KPaA.

-- QUDT"""@en .

emmo:KiloPascalPerBar a owl:Class ;
    rdfs:label "KiloPascalPerBar"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI derived unit pascal divided by the unit bar

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:PascalPerBar ],
        [ a owl:Restriction ;
            owl:hasValue 1e+08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9d09022c_e7ae_4379_a765_4803a8a502a1,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilopascal Per Bar"@en ;
    skos:prefLabel "KiloPascalPerBar"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloPA-PER-BAR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kPa.bar-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kPa/bar"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI derived unit pascal divided by the unit bar

-- QUDT"""@en .

emmo:KiloPascalPerKelvin a owl:Class ;
    rdfs:label "KiloPascalPerKelvin"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI derived unit pascal divided by the SI base unit kelvin

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:PascalPerKelvin ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilopascal Per Kelvin"@en ;
    skos:prefLabel "KiloPascalPerKelvin"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloPA-PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kPa.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kPa/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI derived unit pascal divided by the SI base unit kelvin

-- QUDT"""@en .

emmo:KiloPascalPerMilliMetre a owl:Class ;
    rdfs:label "KiloPascalPerMilliMetre"^^xsd:string ;
    rdfs:comment """1 000-fold of the derived SI unit pascal divided by the 0.001-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 ;
    skos:altLabel "Kilopascal Per Millimetre"@en ;
    skos:prefLabel "KiloPascalPerMilliMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloPA-PER-MilliM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kPa.mm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kPa/mm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the derived SI unit pascal divided by the 0.001-fold of the SI base unit metre

-- QUDT"""@en .

emmo:KiloPascalSquareMetrePerGram a owl:Class ;
    rdfs:label "KiloPascalSquareMetrePerGram"^^xsd:string ;
    rdfs:comment """sector-specific unit of the burst index as 1 000-fold of the derived unit for pressure pascal related to the substance, represented as a quotient from the 0.001-fold of the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilopascal Square Metre per Gram"@en ;
    skos:prefLabel "KiloPascalSquareMetrePerGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloPA-M2-PER-GM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kPa.m2.g-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kPa⋅m²/g"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """sector-specific unit of the burst index as 1 000-fold of the derived unit for pressure pascal related to the substance, represented as a quotient from the 0.001-fold of the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2

-- QUDT"""@en .

emmo:KiloPond a owl:Class ;
    rdfs:label "KiloPond"^^xsd:string ;
    rdfs:comment """illegal unit of the weight, defined as mass of 1 kg which receives a weight of 1 kp through gravitation at sea level, which equates to a force of 9,806 65 newton

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.80665e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "KiloPond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloP"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kP"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """illegal unit of the weight, defined as mass of 1 kg which receives a weight of 1 kp through gravitation at sea level, which equates to a force of 9,806 65 newton

-- QUDT"""@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Same as kilogramForce"@en .

emmo:KiloPoundForce a owl:Class ;
    rdfs:label "KiloPoundForce"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.448222e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:PoundForce ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "KiloPound Force"@en ;
    skos:prefLabel "KiloPoundForce"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloLB_F"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "klbf"^^xsd:string .

emmo:KiloPoundForcePerSquareInch a owl:Class ;
    rdfs:label "KiloPoundForcePerSquareInch"^^xsd:string ;
    rdfs:comment """1 000-fold of the unit for pressure psi as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:PoundForcePerSquareInch ],
        [ a owl:Restriction ;
            owl:hasValue 6.894758e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilopound Force Per Square Inch"@en ;
    skos:prefLabel "KiloPoundForcePerSquareInch"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloLB_F-PER-IN2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "k[lbf_av].[sin_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kpsi"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the unit for pressure psi as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2

-- QUDT"""@en .

emmo:KiloRoentgen a owl:Class ;
    rdfs:label "KiloRoentgen"^^xsd:string ;
    rdfs:comment """1 000-fold of the unit roentgen

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Roentgen ],
        [ a owl:Restriction ;
            owl:hasValue 2.58e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "KiloRoentgen"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kR"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kR"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the unit roentgen

-- QUDT"""@en .

emmo:KiloSiemensPerMetre a owl:Class ;
    rdfs:label "KiloSiemensPerMetre"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI derived unit siemens divided by the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:SiemensPerMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilosiemens Per Metre"@en ;
    skos:prefLabel "KiloSiemensPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloS-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kS.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kS/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI derived unit siemens divided by the SI base unit metre

-- QUDT"""@en .

emmo:KiloTonne a owl:Class ;
    rdfs:label "KiloTonne"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Tonne ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "KiloTonne"@en ;
    skos:prefLabel "KiloTonne"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloTONNE"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kt"^^xsd:string .

emmo:KiloVolt a owl:Class ;
    rdfs:label "KiloVolt"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI derived unit volt

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Volt ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "KiloVolt"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloV"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kV"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kV"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI derived unit volt

-- QUDT"""@en .

emmo:KiloVoltAmpere a owl:Class ;
    rdfs:label "KiloVoltAmpere"^^xsd:string ;
    rdfs:comment """1 000-fold of the product of the SI derived unit volt and the SI base unit ampere

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:VoltAmpere ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Kilovolt Ampere"@en ;
    skos:prefLabel "KiloVoltAmpere"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloV-A"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kV.A"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kV⋅A"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the product of the SI derived unit volt and the SI base unit ampere

-- QUDT"""@en .

emmo:KiloVoltAmpereHour a owl:Class ;
    rdfs:label "KiloVoltAmpereHour"^^xsd:string ;
    rdfs:comment """product of the 1 000-fold of the unit for apparent by ampere and the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:VoltAmpereHour ],
        [ a owl:Restriction ;
            owl:hasValue 3.6e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Kilovolt Ampere Hour"@en ;
    skos:prefLabel "KiloVoltAmpereHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloV-A-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kV.A.h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kV⋅A/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the 1 000-fold of the unit for apparent by ampere and the unit hour

-- QUDT"""@en .

emmo:KiloVoltAmpereReactive a owl:Class ;
    rdfs:label "KiloVoltAmpereReactive"^^xsd:string ;
    rdfs:comment """1 000-fold of the unit var

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:VoltAmpereReactive ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Kilovolt Ampere Reactive"@en ;
    skos:prefLabel "KiloVoltAmpereReactive"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloV-A_Reactive"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kV.A{reactive}"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kV⋅A{Reactive}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the unit var

-- QUDT"""@en .

emmo:KiloVoltAmpereReactiveHour a owl:Class ;
    rdfs:label "KiloVoltAmpereReactiveHour"^^xsd:string ;
    rdfs:comment """product of the 1 000-fold of the unit volt ampere reactive and the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:VoltAmpereReactiveHour ],
        [ a owl:Restriction ;
            owl:hasValue 3.6e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Kilovolt Ampere Reactive Hour"@en ;
    skos:prefLabel "KiloVoltAmpereReactiveHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloV-A_Reactive-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kV.A.h{reactive}"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kV⋅A{Reactive}⋅hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the 1 000-fold of the unit volt ampere reactive and the unit hour

-- QUDT"""@en .

emmo:KiloVoltPerMetre a owl:Class ;
    rdfs:label "KiloVoltPerMetre"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI derived unit volt divided by the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:VoltPerMetre ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 ;
    skos:altLabel "Kilovolt Per Metre"@en ;
    skos:prefLabel "KiloVoltPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloV-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kV.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kV/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI derived unit volt divided by the SI base unit metre

-- QUDT"""@en .

emmo:KiloWatt a owl:Class ;
    rdfs:label "KiloWatt"^^xsd:string ;
    rdfs:comment """The kilowatt is a derived unit of power in the International System of Units (SI),  The unit, defined as 1,000 joule per second, measures the rate of energy conversion or transfer.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Watt ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:prefLabel "KiloWatt"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloW"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kW"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kW"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The kilowatt is a derived unit of power in the International System of Units (SI),  The unit, defined as 1,000 joule per second, measures the rate of energy conversion or transfer.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Watt?oldid=494906356"^^xsd:string .

emmo:KiloWattHourPerSquareMetre a owl:Class ;
    rdfs:label "KiloWattHourPerSquareMetre"^^xsd:string ;
    rdfs:comment """A unit of energy per unit area, equivalent to 3 600 000 joules per square metre.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.6e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Kilowatt hour per square metre"@en ;
    skos:prefLabel "KiloWattHourPerSquareMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloW-HR-PER-M2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kW⋅h/m²"^^xsd:string ;
    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 .

emmo:KiloWatthour a owl:Class ;
    rdfs:label "KiloWattHour"^^xsd:string ;
    rdfs:comment """The kilowatt hour, or kilowatt-hour, (symbol kW · h, kW h or kWh) is a unit of energy equal to 1000 watt hours or 3.6 megajoules. For constant power, energy in watt hours is the product of power in watts and time in hours. The kilowatt hour is most commonly known as a billing unit for energy delivered to consumers by electric utilities.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Watthour ],
        [ a owl:Restriction ;
            owl:hasValue 3.6e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:prefLabel "KiloWattHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloW-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kW.h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kW⋅h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The kilowatt hour, or kilowatt-hour, (symbol kW · h, kW h or kWh) is a unit of energy equal to 1000 watt hours or 3.6 megajoules. For constant power, energy in watt hours is the product of power in watts and time in hours. The kilowatt hour is most commonly known as a billing unit for energy delivered to consumers by electric utilities.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Kilowatt_hour?oldid=494927235"^^xsd:string .

emmo:KiloWeber a owl:Class ;
    rdfs:label "KiloWeber"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Weber ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "KiloWeber"@en ;
    skos:prefLabel "KiloWeber"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloWB"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kWb"^^xsd:string .

emmo:KiloWeberPerMetre a owl:Class ;
    rdfs:label "KiloWeberPerMetre"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI derived unit weber divided by the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:WeberPerMetre ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kiloweber Per Metre"@en ;
    skos:prefLabel "KiloWeberPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloWB-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kWb.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kWb/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI derived unit weber divided by the SI base unit metre

-- QUDT"""@en .

emmo:KiloYear a owl:Class ;
    rdfs:label "KiloYear"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "KiloYear"@en ;
    skos:prefLabel "KiloYear"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloYR"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "1000 yr"^^xsd:string .

emmo:KilogramForce a owl:Class ;
    rdfs:label "KilogramForce"^^xsd:string ;
    rdfs:comment """"Kilogram Force" is a unit for  'Force' expressed as kgf.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.80665e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Kilogram Force"@en ;
    skos:prefLabel "KilogramForce"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kgf"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Kilogram Force" is a unit for  'Force' expressed as kgf.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Kilogram-force?oldid=493375479"^^xsd:string .

emmo:KilogramForceMetre a owl:Class ;
    rdfs:label "KilogramForceMetre"^^xsd:string ;
    rdfs:comment """product of the unit kilogram-force and the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.80665e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Kilogram?force Metre"@en ;
    skos:prefLabel "KilogramForceMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM_F-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf.m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kgf⋅m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the unit kilogram-force and the SI base unit metre

-- QUDT"""@en .

emmo:KilogramForceMetrePerSecond a owl:Class ;
    rdfs:label "KilogramForceMetrePerSecond"^^xsd:string ;
    rdfs:comment """product of the SI base unit metre and the unit kilogram-force according to the Anglo-American and Imperial system of units divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.80665e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Kilogram?force Metre Per Second"@en ;
    skos:prefLabel "KilogramForceMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM_F-M-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf.m.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kgf⋅m/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI base unit metre and the unit kilogram-force according to the Anglo-American and Imperial system of units divided by the SI base unit second

-- QUDT"""@en .

emmo:KilogramForceMetrePerSquareCentiMetre a owl:Class ;
    rdfs:label "KilogramForceMetrePerSquareCentiMetre"^^xsd:string ;
    rdfs:comment """product of the unit kilogram-force and the SI base unit metre divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 9.80665e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ;
    skos:altLabel "Kilogram?force Metre Per Square Centimetre"@en ;
    skos:prefLabel "KilogramForceMetrePerSquareCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM_F-M-PER-CentiM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf.m.cm-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kgf⋅m/cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the unit kilogram-force and the SI base unit metre divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2

-- QUDT"""@en .

emmo:KilogramForcePerSquareCentiMetre a owl:Class ;
    rdfs:label "KilogramForcePerSquareCentiMetre"^^xsd:string ;
    rdfs:comment """"Kilogram Force per Square Centimeter" is a unit for  'Force Per Area' expressed as kgf/cm².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.80665e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Kilogram Force per Square Centimetre"@en ;
    skos:prefLabel "KilogramForcePerSquareCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM_F-PER-CentiM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf.cm-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kgf/cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Kilogram Force per Square Centimeter" is a unit for  'Force Per Area' expressed as kgf/cm².

-- QUDT"""@en .

emmo:KilogramForcePerSquareMetre a owl:Class ;
    rdfs:label "KilogramForcePerSquareMetre"^^xsd:string ;
    rdfs:comment """not SI conform unit of the pressure

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.80665e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Kilogram Force Per Square Metre"@en ;
    skos:prefLabel "KilogramForcePerSquareMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM_F-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf.m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kgf/m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """not SI conform unit of the pressure

-- QUDT"""@en .

emmo:KilogramForcePerSquareMilliMetre a owl:Class ;
    rdfs:label "KilogramForcePerSquareMilliMetre"^^xsd:string ;
    rdfs:comment """not SI conform unit of the pressure

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.80665e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Kilogram Force Per Square Millimetre"@en ;
    skos:prefLabel "KilogramForcePerSquareMilliMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM_F-PER-MilliM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf.mm-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kgf/mm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """not SI conform unit of the pressure

-- QUDT"""@en .

emmo:KilogramKelvin a owl:Class ;
    rdfs:label "KilogramKelvin"^^xsd:string ;
    rdfs:comment """`Kilogram Kelvin` is a unit for 'Mass Temperature' expressed as kg-K.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_8455fa05_a877_48d7_b8a3_8e3bfad119bf,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Kilogram Kelvin"@en ;
    skos:prefLabel "KilogramKelvin"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.K"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kilogram Kelvin` is a unit for 'Mass Temperature' expressed as kg-K.

-- QUDT"""@en .

emmo:KilogramMetrePerSecond a owl:Class ;
    rdfs:label "KilogramMetrePerSecond"^^xsd:string ;
    rdfs:comment """"Kilogram Meter Per Second" is a unit for  'Linear Momentum' expressed as kg-m/s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 ;
    skos:altLabel "Kilogram Metre Per Second"@en ;
    skos:prefLabel "KilogramMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-M-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m.s-1"^^xsd:string,
        "kg.m/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅m/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Kilogram Meter Per Second" is a unit for  'Linear Momentum' expressed as kg-m/s.

-- QUDT"""@en .

emmo:KilogramPerCubicCentiMetre a owl:Class ;
    rdfs:label "KilogramPerCubicCentiMetre"^^xsd:string ;
    rdfs:comment """SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilogram Per Cubic Centimetre"@en ;
    skos:prefLabel "KilogramPerCubicCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-CentiM3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.cm-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/cm³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:KilogramPerCubicDeciMetre a owl:Class ;
    rdfs:label "KilogramPerCubicDeciMetre"^^xsd:string ;
    rdfs:comment """SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilogram Per Cubic Decimetre"@en ;
    skos:prefLabel "KilogramPerCubicDeciMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-DeciM3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.dm-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/dm³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:KilogramPerCubicMetre a owl:Class ;
    rdfs:label "KilogramPerCubicMetre"^^xsd:string ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Kilogram per Cubic Metre"@en ;
    skos:prefLabel "KilogramPerCubicMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-3"^^xsd:string,
        "kg/m3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/m³"^^xsd:string ;
    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³.

-- QUDT"""@en .

emmo:KilogramPerCubicMetrePerSecond a owl:Class ;
    rdfs:label "KilogramPerCubicMetrePerSecond"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58 ;
    skos:altLabel "Kilograms per cubic metre per second"@en ;
    skos:prefLabel "KilogramPerCubicMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M3-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-3.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m³⋅s)"^^xsd:string .

emmo:KilogramPerDay a owl:Class ;
    rdfs:label "KilogramPerDay"^^xsd:string ;
    rdfs:comment """SI base unit kilogram divided by the unit day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.157407e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c ;
    skos:altLabel "Kilogram Per Day"@en ;
    skos:prefLabel "KilogramPerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the unit day

-- QUDT"""@en .

emmo:KilogramPerHectare a owl:Class ;
    rdfs:label "KilogramPerHectare"^^xsd:string ;
    rdfs:comment """Kilogram Per Hectare is a unit of mass per area. Kilogram Per Hectare (kg/ha) has a dimension of ML-2 where M is mass, and L is length. It can be converted to the corresponding standard SI unit kg/m2 by multiplying its value by a factor of 0.0001.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 ;
    skos:altLabel "Kilogram per Hectare"@en ;
    skos:prefLabel "KilogramPerHectare"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-HA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.har-1"^^xsd:string,
        "kg/har"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/ha"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Kilogram Per Hectare is a unit of mass per area. Kilogram Per Hectare (kg/ha) has a dimension of ML-2 where M is mass, and L is length. It can be converted to the corresponding standard SI unit kg/m2 by multiplying its value by a factor of 0.0001.

-- QUDT"""@en .

emmo:KilogramPerHour a owl:Class ;
    rdfs:label "KilogramPerHour"^^xsd:string ;
    rdfs:comment """Kilogram Per Hour (kg/h) is a unit in the category of Mass flow rate. It is also known as kilogram/hour. Kilogram Per Hour (kg/h) has a dimension of MT-1 where M is mass, and T is time. It can be converted to the corresponding standard SI unit kg/s by multiplying its value by a factor of 0.000277777777778.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.777778e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c ;
    skos:altLabel "Kilogram per Hour"@en ;
    skos:prefLabel "KilogramPerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.h-1"^^xsd:string,
        "kg/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Kilogram Per Hour (kg/h) is a unit in the category of Mass flow rate. It is also known as kilogram/hour. Kilogram Per Hour (kg/h) has a dimension of MT-1 where M is mass, and T is time. It can be converted to the corresponding standard SI unit kg/s by multiplying its value by a factor of 0.000277777777778.

-- QUDT"""@en .

emmo:KilogramPerKiloMol a owl:Class ;
    rdfs:label "KilogramPerKiloMole"@en ;
    rdfs:comment """SI base unit kilogram divided by the 1 000-fold of the SI base unit mol

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ba91622_e39f_43e3_b95f_290937928d7e,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilogram Per Kilomole"@en ;
    skos:prefLabel "KilogramPerKiloMole"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-KiloMOL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.kmol-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/kmol"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the 1 000-fold of the SI base unit mol

-- QUDT"""@en .

emmo:KilogramPerKilogram a owl:Class ;
    rdfs:label "KilogramPerKilogram"^^xsd:string ;
    rdfs:comment """SI base unit kilogram divided by the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Kilogram Per Kilogram"@en ;
    skos:prefLabel "KilogramPerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.kg-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the SI base unit kilogram

-- QUDT"""@en .

emmo:KilogramPerLitre a owl:Class ;
    rdfs:label "KilogramPerLitre"^^xsd:string ;
    rdfs:comment """SI base unit kilogram divided by the unit litre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Kilogram Per Litre"@en ;
    skos:prefLabel "KilogramPerLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.L-1"^^xsd:string,
        "kg/L"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/L"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the unit litre

-- QUDT"""@en .

emmo:KilogramPerMetre a owl:Class ;
    rdfs:label "KilogramPerMetre"^^xsd:string ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Kilogram per Metre"@en ;
    skos:prefLabel "KilogramPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-1"^^xsd:string,
        "kg/m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/m"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:KilogramPerMetrePerHour a owl:Class ;
    rdfs:label "KilogramPerMetrePerHour"^^xsd:string ;
    rdfs:comment """One SI standard unit of mass over one SI standard unit of length over 3600 times one SI standard unit of time.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.777778e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Kilograms per metre per hour"@en ;
    skos:prefLabel "KilogramPerMetrePerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-1.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m⋅h)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One SI standard unit of mass over one SI standard unit of length over 3600 times one SI standard unit of time.

-- QUDT"""@en .

emmo:KilogramPerMetrePerSecond a owl:Class ;
    rdfs:label "KilogramPerMetrePerSecond"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Kilograms per metre per second"@en ;
    skos:prefLabel "KilogramPerMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-1.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m⋅s)"^^xsd:string .

emmo:KilogramPerMetrePerSquareSecond a owl:Class ;
    rdfs:label "KilogramPerMetrePerSquareSecond"^^xsd:string ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Kilograms per metre per square second"@en ;
    skos:prefLabel "KilogramPerMetrePerSquareSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M-SEC2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-1.s-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m⋅s²)"^^xsd:string ;
    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:KilogramPerMilliMetre a owl:Class ;
    rdfs:label "KilogramPerMilliMetre"^^xsd:string ;
    rdfs:comment """SI base unit kilogram divided by the 0.001-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilogram Per Millimetre"@en ;
    skos:prefLabel "KilogramPerMilliMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-MilliM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.mm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/mm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the 0.001-fold of the SI base unit metre

-- QUDT"""@en .

emmo:KilogramPerMinute a owl:Class ;
    rdfs:label "KilogramPerMinute"^^xsd:string ;
    rdfs:comment """SI base unit kilogram divided by the unit minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.666667e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c ;
    skos:altLabel "Kilogram Per Minute"@en ;
    skos:prefLabel "KilogramPerMinute"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.min-1"^^xsd:string,
        "kg/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the unit minute

-- QUDT"""@en .

emmo:KilogramPerMol a owl:Class ;
    rdfs:label "KilogramPerMole"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9ba91622_e39f_43e3_b95f_290937928d7e ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.mol-1"^^xsd:string,
        "kg/mol"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/mol"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:KilogramPerSecond a owl:Class ;
    rdfs:label "KilogramPerSecond"^^xsd:string ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c ;
    skos:altLabel "Kilogram per Second"@en ;
    skos:prefLabel "KilogramPerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.s-1"^^xsd:string,
        "kg/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/s"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:KilogramPerSecondPerSquareMetre a owl:Class ;
    rdfs:label "KilogramPerSecondPerSquareMetre"^^xsd:string ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 ;
    skos:altLabel "Kilogram Per Second Per Square Metre"@en ;
    skos:prefLabel "KilogramPerSecondPerSquareMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-SEC-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.(s.m2)-1"^^xsd:string,
        "kg.s-1.m-2"^^xsd:string,
        "kg/(s.m2)"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(s⋅m²)"^^xsd:string ;
    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

-- QUDT"""@en .

emmo:KilogramPerSquareCentiMetre a owl:Class ;
    rdfs:label "KilogramPerSquareCentiMetre"^^xsd:string ;
    rdfs:comment """SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilogram Per Square Centimetre"@en ;
    skos:prefLabel "KilogramPerSquareCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-CentiM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.cm-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2

-- QUDT"""@en .

emmo:KilogramPerSquareKiloMetre a owl:Class ;
    rdfs:label "KilogramPerSquareKiloMetre"^^xsd:string ;
    rdfs:comment """One SI standard unit of mass over the square of one thousand standard unit of length.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilograms per square kilometre"@en ;
    skos:prefLabel "KilogramPerSquareKiloMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-KiloM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.km-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/km²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One SI standard unit of mass over the square of one thousand standard unit of length.

-- QUDT"""@en .

emmo:KilogramPerSquareMetre a owl:Class ;
    rdfs:label "KilogramPerSquareMetre"^^xsd:string ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 ;
    skos:altLabel "Kilogram per Square Metre"@en ;
    skos:prefLabel "KilogramPerSquareMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-2"^^xsd:string,
        "kg/m2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/m²"^^xsd:string ;
    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 .

emmo:KilogramPerSquareMetrePerPascalPerSecond a owl:Class ;
    rdfs:label "KilogramPerSquareMetrePerPascalPerSecond"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422 ;
    skos:altLabel "Kilograms per square metre per Pascal per second"@en ;
    skos:prefLabel "KilogramPerSquareMetrePerPascalPerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M2-PA-SEC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m²⋅s⋅Pa)"^^xsd:string ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:string .

emmo:KilogramPerSquareMetrePerSecond a owl:Class ;
    rdfs:label "KilogramPerSquareMetrePerSecond"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 ;
    skos:altLabel "Kilograms per square metre per second"@en ;
    skos:prefLabel "KilogramPerSquareMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-2.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m²⋅s)"^^xsd:string .

emmo:KilogramPerSquareMetreSquareSecond a owl:Class ;
    rdfs:label "KilogramPerSquareMetreSquareSecond"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 ;
    skos:altLabel "Kilogram per Square Metre Square Second"@en ;
    skos:prefLabel "KilogramPerSquareMetreSquareSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m²⋅s²)"^^xsd:string .

emmo:KilogramPerSquareSecond a owl:Class ;
    rdfs:label "KilogramPerSquareSecond"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ;
    skos:altLabel "Kilogram per Square Second"@en ;
    skos:prefLabel "KilogramPerSquareSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-SEC2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.s-2"^^xsd:string,
        "kg/s2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/s²"^^xsd:string .

emmo:KilogramSquareCentiMetre a owl:Class ;
    rdfs:label "KilogramSquareCentiMetre"^^xsd:string ;
    rdfs:comment """product of the SI base unit kilogram and the 0 0001fold of the power of the SI base unit metre with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_3532cc67_472a_4227_96f4_04b93146cec3,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilogram Square Centimetre"@en ;
    skos:prefLabel "KilogramSquareCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-CentiM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.cm2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI base unit kilogram and the 0 0001fold of the power of the SI base unit metre with the exponent 2

-- QUDT"""@en .

emmo:KilogramSquareMetre a owl:Class ;
    rdfs:label "KilogramSquareMetre"^^xsd:string ;
    rdfs:comment """"Kilogram Square Meter" is a unit for  'Moment Of Inertia' expressed as kg-m².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_3532cc67_472a_4227_96f4_04b93146cec3,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Kilogram Square Metre"@en ;
    skos:prefLabel "KilogramSquareMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Kilogram Square Meter" is a unit for  'Moment Of Inertia' expressed as kg-m².

-- QUDT"""@en .

emmo:KilogramSquareMetrePerSecond a owl:Class ;
    rdfs:label "KilogramSquareMetrePerSecond"^^xsd:string ;
    rdfs:comment """"Kilogram Square Meter Per Second" is a unit for  'Angular Momentum' expressed as kg-m²-s⁻¹.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Kilogram Square Metre Per Second"@en ;
    skos:prefLabel "KilogramSquareMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-M2-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m2.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅m²/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Kilogram Square Meter Per Second" is a unit for  'Angular Momentum' expressed as kg-m²-s⁻¹.

-- QUDT"""@en .

emmo:KilogramSquareMilliMetre a owl:Class ;
    rdfs:label "KilogramSquareMilliMetre"^^xsd:string ;
    rdfs:comment """product of the SI base kilogram and the  0.001-fold of the power of the SI base metre with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_3532cc67_472a_4227_96f4_04b93146cec3,
        emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Kilogram Square Millimetre"@en ;
    skos:prefLabel "KilogramSquareMilliMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-MilliM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.mm2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅mm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI base kilogram and the  0.001-fold of the power of the SI base metre with the exponent 2

-- QUDT"""@en .

emmo:KilogramSquareSecond a owl:Class ;
    rdfs:label "KilogramSquareSecond"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_5f375229_de0c_46bf_b11f_da9d3b742253,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Kilogram Square Second"@en ;
    skos:prefLabel "KilogramSquareSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-SEC2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.s2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅s²"^^xsd:string .

emmo:Kip a owl:Class ;
    rdfs:label "Kip"@en ;
    rdfs:comment """1000 pound-force

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.448222e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Kip"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KIP_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "k[lbf_av]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kip"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1000 pound-force

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Kip?oldid=492552722"^^xsd:string .

emmo:KipPerSquareInch a owl:Class ;
    rdfs:label "KipPerSquareInch"@en ;
    rdfs:comment """"Kip per Square Inch" is a unit for  'Force Per Area' expressed as kip/in².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.894758e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Kip per Square Inch"@en ;
    skos:prefLabel "KipPerSquareInch"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KIP_F-PER-IN2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "k[lbf_av].[in_i]-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kip/in²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Kip per Square Inch" is a unit for  'Force Per Area' expressed as kip/in².

-- QUDT"""@en .

emmo:Knot a owl:Class ;
    rdfs:label "Knot"@en ;
    rdfs:comment """The knot (pronounced 'not') is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation kn is preferred by the International Hydrographic Organization (IHO), which includes every major sea-faring nation; however, the abbreviations kt (singular) and kts (plural) are also widely used. However, use of the abbreviation kt for knot conflicts with the SI symbol for kilotonne. The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation - for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. Etymologically, the term knot derives from counting the number of knots in the line that unspooled from the reel of a chip log in a specific time.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 5.144444e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Knot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[kn_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kn"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The knot (pronounced 'not') is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation kn is preferred by the International Hydrographic Organization (IHO), which includes every major sea-faring nation; however, the abbreviations kt (singular) and kts (plural) are also widely used. However, use of the abbreviation kt for knot conflicts with the SI symbol for kilotonne. The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation - for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. Etymologically, the term knot derives from counting the number of knots in the line that unspooled from the reel of a chip log in a specific time.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Knot?oldid=495066194"^^xsd:string .

emmo:KnotPerSecond a owl:Class ;
    rdfs:label "KnotPerSecond"@en ;
    rdfs:comment """`Knot per Second` is a unit for 'Linear Acceleration' expressed as kt/s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.144444e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Knot per Second"@en ;
    skos:prefLabel "KnotPerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KN-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[kn_i].s-1"^^xsd:string,
        "[kn_i]/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kn/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Knot per Second` is a unit for 'Linear Acceleration' expressed as kt/s.

-- QUDT"""@en .

emmo:Lambert a owl:Class ;
    rdfs:label "Lambert"@en ;
    rdfs:comment """The lambert (symbol L, la or Lb) is a non-SI unit of luminance. A related unit of luminance, the foot-lambert, is used in the lighting, cinema and flight simulation industries. The SI unit is the candela per square metre (cd/m²).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.183099e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Lambert"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Lmb"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The lambert (symbol L, la or Lb) is a non-SI unit of luminance. A related unit of luminance, the foot-lambert, is used in the lighting, cinema and flight simulation industries. The SI unit is the candela per square metre (cd/m²).

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Lambert?oldid=494078267"^^xsd:string .

emmo:Lb_Ft2 a owl:Class ;
    rdfs:label "Lb_Ft2"@en ;
    rdfs:comment """product of the unit pound according to the avoirdupois system of units and the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.214011e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_3532cc67_472a_4227_96f4_04b93146cec3,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound Mass (avoirdupois) Square Foot"@en ;
    skos:prefLabel "Lb_Ft2"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-FT2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].[sft_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb⋅ft²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the unit pound according to the avoirdupois system of units and the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2

-- QUDT"""@en .

emmo:Lb_In a owl:Class ;
    rdfs:label "Lb_In"@en ;
    rdfs:comment """unit of the unbalance (product of avoirdupois pound according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units)

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.152125e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_3fe66e46_9343_4a36_b101_a732ad5f4f76,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound Mass (avoirdupois) Inch"@en ;
    skos:prefLabel "Lb_In"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-IN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].[in_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb⋅in"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the unbalance (product of avoirdupois pound according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units)

-- QUDT"""@en .

emmo:Lb_In2 a owl:Class ;
    rdfs:label "Lb_In2"@en ;
    rdfs:comment """product of the unit pound according to the avoirdupois system of units and the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.926397e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_3532cc67_472a_4227_96f4_04b93146cec3,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound Mass (avoirdupois) Square Inch"@en ;
    skos:prefLabel "Lb_In2"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-IN2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].[sin_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb⋅in²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the unit pound according to the avoirdupois system of units and the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2

-- QUDT"""@en .

emmo:Lb_Per_Day a owl:Class ;
    rdfs:label "Lb_Per_Day"@en ;
    rdfs:comment """unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit for time day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 5.249912e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound (avoirdupois) Per Day"@en ;
    skos:prefLabel "Lb_Per_Day"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit for time day

-- QUDT"""@en .

emmo:Lb_Per_Ft2 a owl:Class ;
    rdfs:label "Lb_Per_Ft2"@en ;
    rdfs:comment """unit for areal-related mass as a unit pound according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.882428e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound Mass (avoirdupois) Per Square Foot"@en ;
    skos:prefLabel "Lb_Per_Ft2"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-PER-FT2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].[ft_i]-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb/ft²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit for areal-related mass as a unit pound according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2

-- QUDT"""@en .

emmo:Lb_Per_Gal_Uk a owl:Class ;
    rdfs:label "Lb_Per_Gal_Uk"@en ;
    rdfs:comment """unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit gallon (UK) according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.977637e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound (avoirdupois) Per Gallon (UK)"@en ;
    skos:prefLabel "Lb_Per_Gal_Uk"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-PER-GAL_UK"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].[gal_br]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb/gal{UK}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit gallon (UK) according to the Imperial system of units

-- QUDT"""@en .

emmo:Lb_Per_Gal_Us a owl:Class ;
    rdfs:label "Lb_Per_Gal_Us"@en ;
    rdfs:comment """unit of the mass avoirdupois pound according to the avoirdupois system divided by the unit gallon (US, liq.) according to the Anglo-American system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 8.308122e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound (avoirdupois) Per Gallon (US)"@en ;
    skos:prefLabel "Lb_Per_Gal_Us"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-PER-GAL_US"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].[gal_us]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb/gal{US}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the mass avoirdupois pound according to the avoirdupois system divided by the unit gallon (US, liq.) according to the Anglo-American system of units

-- QUDT"""@en .

emmo:Lb_Per_In2 a owl:Class ;
    rdfs:label "Lb_Per_In2"@en ;
    rdfs:comment """unit of the areal-related mass as avoirdupois pound according to the avoirdupois system of units related to the area square inch according to the Anglo-American and Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 7.030696e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound (avoirdupois) Per Square Inch"@en ;
    skos:prefLabel "Lb_Per_In2"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-PER-IN2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].[sin_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb/in²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the areal-related mass as avoirdupois pound according to the avoirdupois system of units related to the area square inch according to the Anglo-American and Imperial system of units

-- QUDT"""@en .

emmo:Lb_Per_Sec a owl:Class ;
    rdfs:label "Lb_Per_Sec"@en ;
    rdfs:comment """unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the SI base unit for time second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.535924e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound (avoirdupois) Per Second"@en ;
    skos:prefLabel "Lb_Per_Sec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the SI base unit for time second

-- QUDT"""@en .

emmo:LightYear a owl:Class ;
    rdfs:label "LightYear"@en ;
    rdfs:comment """A unit of length defining the distance, in meters, that light travels in a vacuum in one year.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.46073e+15 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:altLabel "Light Year"@en ;
    skos:prefLabel "LightYear"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ly]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ly"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of length defining the distance, in meters, that light travels in a vacuum in one year.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Light-year?oldid=495083584"^^xsd:string .

emmo:LitrePerMicroMole a owl:Class ;
    rdfs:label "LitrePerMicroMole"^^xsd:string ;
    rdfs:comment """The inverse of a molar concentration - the untits of per molarity.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Litres per micromole"@en ;
    skos:prefLabel "LitrePerMicroMole"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-MicroMOL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.umol-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/µmol"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The inverse of a molar concentration - the untits of per molarity.

-- QUDT"""@en .

emmo:LitrePerMole a owl:Class ;
    rdfs:label "LitrePerMole"@en ;
    rdfs:comment """unit litre divided by the SI base unit mol

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Litre Per Mole"@en ;
    skos:prefLabel "LitrePerMole"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-MOL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.mol-1"^^xsd:string,
        "L/mol"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/mol"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit litre divided by the SI base unit mol

-- QUDT"""@en .

emmo:LitrePerSecondPerSquareMetre a owl:Class ;
    rdfs:label "LitrePerSecondPerSquareMetre"@en ;
    rdfs:comment """Ventilation rate in Litres per second divided by the floor area

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Litre Per Second Per Square Metre"@en ;
    skos:prefLabel "LitrePerSecondPerSquareMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-SEC-M2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/(m²⋅s)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Ventilation rate in Litres per second divided by the floor area

-- QUDT"""@en .

emmo:LongHundredWeight a owl:Class ;
    rdfs:label "LongHundredWeight"@en ;
    rdfs:comment """"Hundred Weight - Long" is a unit for  'Mass' expressed as cwt.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.080235e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Long Hundred Weight"@en ;
    skos:prefLabel "LongHundredWeight"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CWT_LONG"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lcwt_av]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cwt{long}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Hundred Weight - Long" is a unit for  'Mass' expressed as cwt.

-- QUDT"""@en .

emmo:LongTon a owl:Class ;
    rdfs:label "LongTon"@en ;
    rdfs:comment """Long ton (weight ton or imperial ton) is the name for the unit called the "ton" in the avoirdupois or Imperial system of measurements, as used in the United Kingdom and several other Commonwealth countries. One long ton is equal to 2,240 pounds (1,016 kg), 1.12 times as much as a short ton, or 35 cubic feet (0.9911 m3) of salt water with a density of 64 lb/ft3 (1.025 g/ml).
It has some limited use in the United States, most commonly in measuring the displacement of ships, and was the unit prescribed for warships by the Washington Naval Treaty 1922-for example battleships were limited to a mass of 35,000 long tons (36,000 t; 39,000 short tons).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.016047e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Long Ton"@en ;
    skos:prefLabel "LongTon"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TON_LONG"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lton_av]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t{long}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Long ton (weight ton or imperial ton) is the name for the unit called the "ton" in the avoirdupois or Imperial system of measurements, as used in the United Kingdom and several other Commonwealth countries. One long ton is equal to 2,240 pounds (1,016 kg), 1.12 times as much as a short ton, or 35 cubic feet (0.9911 m3) of salt water with a density of 64 lb/ft3 (1.025 g/ml).
It has some limited use in the United States, most commonly in measuring the displacement of ships, and was the unit prescribed for warships by the Washington Naval Treaty 1922-for example battleships were limited to a mass of 35,000 long tons (36,000 t; 39,000 short tons).

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Long_ton"^^xsd:string .

emmo:LongTonPerCubicYard a owl:Class ;
    rdfs:label "LongTonPerCubicYard"@en ;
    rdfs:comment """The long ton per cubic yard density measurement unit is used to measure volume in cubic yards in order to estimate weight or mass in long tons.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.328939e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Long Ton per Cubic Yard"@en ;
    skos:prefLabel "LongTonPerCubicYard"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TON_LONG-PER-YD3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lton_av]/[cyd_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t{long}/yd³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The long ton per cubic yard density measurement unit is used to measure volume in cubic yards in order to estimate weight or mass in long tons.

-- QUDT"""@en .

emmo:LumenPerWatt a owl:Class ;
    rdfs:label "LumenPerWatt"@en ;
    rdfs:comment """A measurement of luminous efficacy, which is the light output in lumens using one watt of electricity.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_044f83a6_ade4_4441_9c73_5490dd93344f,
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "lm.W-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lm/W"^^xsd:string ;
    emmo: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 .

emmo:LumenSecond a owl:Class ;
    rdfs:label "LumenSecond"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "lumen second"@en ;
    skos:prefLabel "LumenSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LM-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "lm.s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lm⋅s"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:LunarMass a owl:Class ;
    rdfs:label "LunarMass"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 7.346e+22 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Lunar mass"@en ;
    skos:prefLabel "LunarMass"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LunarMass"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "M☾"^^xsd:string ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Moon?oldid=494566371"^^xsd:string .

emmo:LuxHour a owl:Class ;
    rdfs:label "LuxHour"@en ;
    rdfs:comment """The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.6e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec,
        emmo:EMMO_e467cc3f_676c_432e_b70e_19237d1bcc78 ;
    skos:altLabel "Lux Hour"@en ;
    skos:prefLabel "LuxHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LUX-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "lx.h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lx⋅h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Lux?oldid=494700274"^^xsd:string .

emmo:M2_Hr_Deg_C_Per_KiloCal_It a owl:Class ;
    rdfs:label "M2_Hr_Deg_C_Per_KiloCal_It"^^xsd:string ;
    rdfs:comment """product of the power of the SI base unit metre with the exponent 2, of the unit hour for time and the unit degree Celsius for temperature divided by the 1000-fold of the out of use unit for energy international calorie

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 8.59845e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_869e6e4f_a9b5_4db8_a978_8ad050239933,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Square Metre Hour Degree Celsius Per Kilocalorie (international Table)"@en ;
    skos:prefLabel "M2_Hr_Deg_C_Per_KiloCal_It"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-HR-DEG_C-PER-KiloCAL_IT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.h.Cel/kcal_IT"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅hr⋅°C/kcal{IT}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the power of the SI base unit metre with the exponent 2, of the unit hour for time and the unit degree Celsius for temperature divided by the 1000-fold of the out of use unit for energy international calorie

-- QUDT"""@en .

emmo:Maxwell a owl:Class ;
    rdfs:label "Maxwell"@en ;
    rdfs:comment """"Maxwell" is a C.G.S System unit for  'Magnetic Flux' expressed as Mx.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Maxwell"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MX"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Mx"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Mx"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Maxwell" is a C.G.S System unit for  'Magnetic Flux' expressed as Mx.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Maxwell?oldid=478391976"^^xsd:string .

emmo:MeanGregorianMonth a owl:Class ;
    rdfs:label "MeanGregorianMonth"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://aurora.regenstrief.org/~ucum/ucum.html#iso1000"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.629746e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Mean Gregorian Month"@en ;
    skos:prefLabel "MeanGregorianMonth"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MO_MeanGREGORIAN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mo_g"^^xsd:string .

emmo:MeanJulianMonth a owl:Class ;
    rdfs:label "MeanJulianMonth"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://aurora.regenstrief.org/~ucum/ucum.html#iso1000"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Mean Julian Month"@en ;
    skos:prefLabel "MeanJulianMonth"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MO_MeanJulian"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mo_j"^^xsd:string .

emmo:MebiByte a owl:Class ;
    rdfs:label "MebiByte"^^xsd:string ;
    rdfs:comment """The mebibyte is a multiple of the unit byte for digital information equivalent to 1024² bytes or 2²⁰ bytes.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.048576e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Byte ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MebiByte"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MebiBYTE"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MiB"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The mebibyte is a multiple of the unit byte for digital information equivalent to 1024² bytes or 2²⁰ bytes.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:string .

emmo:MegaAmpere a owl:Class ;
    rdfs:label "MegaAmpere"^^xsd:string ;
    rdfs:comment """1 000 000-fold of the SI base unit ampere

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Ampere ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 ;
    skos:prefLabel "MegaAmpere"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MA"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MA"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000-fold of the SI base unit ampere

-- QUDT"""@en .

emmo:MegaAmperePerSquareMetre a owl:Class ;
    rdfs:label "MegaAmperePerSquareMetre"@en ;
    rdfs:comment """1 000 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "Megaampere Per Square Metre"@en ;
    skos:prefLabel "MegaAmperePerSquareMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaA-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MA.m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MA/m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en .

emmo:MegaBar a owl:Class ;
    rdfs:label "MegaBar"^^xsd:string ;
    rdfs:comment """The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to 100,000 Pa = 1 bar ≈ 750.0616827 Torr. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Bar ],
        [ a owl:Restriction ;
            owl:hasValue 1e+11 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MegaBar"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaBAR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Mbar"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Mbar"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to 100,000 Pa = 1 bar ≈ 750.0616827 Torr. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:string .

emmo:MegaBecquerel a owl:Class ;
    rdfs:label "MegaBecquerel"^^xsd:string ;
    rdfs:comment """1 000 000-fold of the derived unit becquerel

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Becquerel ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:prefLabel "MegaBecquerel"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaBQ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MBq"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MBq"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000-fold of the derived unit becquerel

-- QUDT"""@en .

emmo:MegaBitPerSecond a owl:Class ;
    rdfs:label "MegaBitPerSecond"^^xsd:string ;
    rdfs:comment """A megabit per second (Mbit/s or Mb/s; not to be confused with mbit/s which means millibit per second, or with Mbitps which means megabit picosecond) is a unit of data transfer rate equal to 1,000,000 bits per second or 1,000 kilobits per second or 125,000 bytes per second or 125 kilobytes per second.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:BitPerSecond ],
        [ a owl:Restriction ;
            owl:hasValue 6.931472e+05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Megabit per Second"@en ;
    skos:prefLabel "MegaBitPerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaBIT-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MBd"^^xsd:string,
        "Mbit/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mbps"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A megabit per second (Mbit/s or Mb/s; not to be confused with mbit/s which means millibit per second, or with Mbitps which means megabit picosecond) is a unit of data transfer rate equal to 1,000,000 bits per second or 1,000 kilobits per second or 125,000 bytes per second or 125 kilobytes per second.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Data_rate_units"^^xsd:string .

emmo:MegaBtu_It_Per_Hr a owl:Class ;
    rdfs:label "MegaBtu_It_Per_Hr"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.930711e+05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Mega British Thermal Unit (International Definition) per Hour"@en ;
    skos:prefLabel "MegaBtu_It_Per_Hr"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaBTU_IT-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "M[Btu_IT].h-1"^^xsd:string,
        "M[Btu_IT]/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MBtu{IT}/hr"^^xsd:string .

emmo:MegaByte a owl:Class ;
    rdfs:label "MegaByte"@en ;
    rdfs:comment """The megabyte is defined here as one million Bytes. Also, see unit:MebiBYTE.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Byte ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01,
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Mega byte"@en ;
    skos:prefLabel "MegaByte"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaBYTE"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MBy"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MB"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The megabyte is defined here as one million Bytes. Also, see unit:MebiBYTE.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Megabyte?oldid=487094486"^^xsd:string .

emmo:MegaCoulomb a owl:Class ;
    rdfs:label "MegaCoulomb"^^xsd:string ;
    rdfs:comment """A MegaCoulomb is 10⁶ C.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Coulomb ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "MegaCoulomb"@en ;
    skos:prefLabel "MegaCoulomb"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MC"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A MegaCoulomb is 10⁶ C.

-- QUDT"""@en .

emmo:MegaCoulombPerCubicMetre a owl:Class ;
    rdfs:label "MegaCoulombPerCubicMetre"^^xsd:string ;
    rdfs:comment """1 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:CoulombPerCubicMetre ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_8f36559a_a494_4b00_abc5_60bbc1475009,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Megacoulomb Per Cubic Metre"@en ;
    skos:prefLabel "MegaCoulombPerCubicMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaC-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MC.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MC/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:MegaCoulombPerSquareMetre a owl:Class ;
    rdfs:label "MegaCoulombPerSquareMetre"^^xsd:string ;
    rdfs:comment """1 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:CoulombPerSquareMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Megacoulomb Per Square Metre"@en ;
    skos:prefLabel "MegaCoulombPerSquareMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaC-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MC.m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MC/m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en .

emmo:MegaElectronVolt a owl:Class ;
    rdfs:label "MegaElectronVolt"@en ;
    rdfs:comment """`Mega Electron Volt` is a unit for  'Energy And Work' expressed as MeV.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:ElectronVolt ],
        [ a owl:Restriction ;
            owl:hasValue 1.602177e-13 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Mega Electron Volt"@en ;
    skos:prefLabel "MegaElectronVolt"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaEV"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MeV"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MeV"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Mega Electron Volt` is a unit for  'Energy And Work' expressed as MeV.

-- QUDT"""@en .

emmo:MegaElectronVoltFemtoMetre a owl:Class ;
    rdfs:label "MegaElectronVoltFemtoMetre"^^xsd:string ;
    rdfs:comment """`Mega Electron Volt Femtometer` is a unit for  'Length Energy' expressed as MeV fm.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.602177e-28 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_cb77e107_43ed_4a97_bf39_03b3587404d3 ;
    skos:altLabel "Mega Electron Volt Femtometre"@en ;
    skos:prefLabel "MegaElectronVoltFemtoMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaEV-FemtoM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MeV.fm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MeV⋅fm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Mega Electron Volt Femtometer` is a unit for  'Length Energy' expressed as MeV fm.

-- QUDT"""@en .

emmo:MegaElectronVoltPerCentiMetre a owl:Class ;
    rdfs:label "MegaElectronVoltPerCentiMetre"^^xsd:string ;
    rdfs:comment """"Mega Electron Volt per Centimeter" is a unit for  'Linear Energy Transfer' expressed as MeV/cm.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.602177e-11 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Mega Electron Volt per Centimetre"@en ;
    skos:prefLabel "MegaElectronVoltPerCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaEV-PER-CentiM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MeV.cm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MeV/cm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Mega Electron Volt per Centimeter" is a unit for  'Linear Energy Transfer' expressed as MeV/cm.

-- QUDT"""@en .

emmo:MegaElectronVoltPerSpeedOfLight a owl:Class ;
    rdfs:label "MegaElectronVoltPerSpeedOfLight"@en ;
    rdfs:comment """"Mega Electron Volt per Speed of Light" is a unit for  'Linear Momentum' expressed as MeV/c.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 ;
    skos:altLabel "Mega Electron Volt per Speed of Light"@en ;
    skos:prefLabel "MegaElectronVoltPerSpeedOfLight"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaEV-PER-SpeedOfLight"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MeV.[c]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MeV/c"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Mega Electron Volt per Speed of Light" is a unit for  'Linear Momentum' expressed as MeV/c.

-- QUDT"""@en .

emmo:MegaGram a owl:Class ;
    rdfs:label "MegaGram"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Gram ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MegaGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Mg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Mg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI base unit kilogram

-- QUDT"""@en .

emmo:MegaGramPerCubicMetre a owl:Class ;
    rdfs:label "MegaGramPerCubicMetre"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:GramPerCubicMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Megagram Per Cubic Metre"@en ;
    skos:prefLabel "MegaGramPerCubicMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaGM-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Mg.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Mg/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:MegaGramPerHectare a owl:Class ;
    rdfs:label "MegaGramPerHectare"^^xsd:string ;
    rdfs:comment """1 000-fold of the SI base unit kilogram divided by the 10,0000-fold of the power of the SI base unit metre with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Megagram Per Hectare"@en ;
    skos:prefLabel "MegaGramPerHectare"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaGM-PER-HA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Mg.har-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Mg/ha"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI base unit kilogram divided by the 10,0000-fold of the power of the SI base unit metre with the exponent 2

-- QUDT"""@en .

emmo:MegaHertz a owl:Class ;
    rdfs:label "MegaHertz"^^xsd:string ;
    rdfs:comment """"Megahertz" is a C.G.S System unit for  'Frequency' expressed as MHz.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Hertz ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:prefLabel "MegaHertz"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaHZ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MHz"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MHz"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Megahertz" is a C.G.S System unit for  'Frequency' expressed as MHz.

-- QUDT"""@en .

emmo:MegaHertzMetre a owl:Class ;
    rdfs:label "MegaHertzMetre"^^xsd:string ;
    rdfs:comment """product of the 1 000 000-fold of the SI derived unit hertz and the 1 000-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:HertzMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Megahertz Metre"@en ;
    skos:prefLabel "MegaHertzMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaHZ-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MHz.m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MHz⋅m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the 1 000 000-fold of the SI derived unit hertz and the 1 000-fold of the SI base unit metre

-- QUDT"""@en .

emmo:MegaHertzPerKelvin a owl:Class ;
    rdfs:label "MegaHertzPerKelvin"@en ;
    rdfs:comment """`Mega Hertz per Kelvin` is a unit for 'Inverse Time Temperature' expressed as MHz K⁻¹.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:HertzPerKelvin ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_6bcf334d_efeb_49f8_9dd0_dbcbb31514d3,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Mega Hertz per Kelvin"@en ;
    skos:prefLabel "MegaHertzPerKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaHZ-PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MHz.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MHz/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Mega Hertz per Kelvin` is a unit for 'Inverse Time Temperature' expressed as MHz K⁻¹.

-- QUDT"""@en .

emmo:MegaHertzPerTesla a owl:Class ;
    rdfs:label "MegaHertzPerTesla"@en ;
    rdfs:comment """"Mega Hertz per Tesla" is a unit for  'Electric Charge Per Mass' expressed as MHz T⁻¹.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:HertzPerTesla ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2,
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Mega Hertz per Tesla"@en ;
    skos:prefLabel "MegaHertzPerTesla"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaHZ-PER-T"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MHz.T-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MHz/T"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Mega Hertz per Tesla" is a unit for  'Electric Charge Per Mass' expressed as MHz T⁻¹.

-- QUDT"""@en .

emmo:MegaJoule a owl:Class ;
    rdfs:label "MegaJoule"^^xsd:string ;
    rdfs:comment """1,000,000-fold of the derived unit joule

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Joule ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:prefLabel "MegaJoule"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaJ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MJ"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MJ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000-fold of the derived unit joule

-- QUDT"""@en .

emmo:MegaJoulePerCubicMetre a owl:Class ;
    rdfs:label "MegaJoulePerCubicMetre"^^xsd:string ;
    rdfs:comment """1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:JoulePerCubicMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Megajoule Per Cubic Metre"@en ;
    skos:prefLabel "MegaJoulePerCubicMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaJ-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MJ.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MJ/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:MegaJoulePerKelvin a owl:Class ;
    rdfs:label "MegaJoulePerKelvin"^^xsd:string ;
    rdfs:comment """MegaJoule Per Kelvin (MegaJ/K) is a unit in the category of Entropy.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:JoulePerKelvin ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b,
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "MegaJoule per Kelvin"@en ;
    skos:prefLabel "MegaJoulePerKelvin"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaJ-PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MJ.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MJ/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """MegaJoule Per Kelvin (MegaJ/K) is a unit in the category of Entropy.

-- QUDT"""@en .

emmo:MegaJoulePerKilogram a owl:Class ;
    rdfs:label "MegaJoulePerKilogram"^^xsd:string ;
    rdfs:comment """1,000,000-fold of the derived SI unit joule divided by the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:JoulePerKilogram ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Megajoule Per Kilogram"@en ;
    skos:prefLabel "MegaJoulePerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaJ-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MJ.kg-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MJ/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000-fold of the derived SI unit joule divided by the SI base unit kilogram

-- QUDT"""@en .

emmo:MegaJoulePerSecond a owl:Class ;
    rdfs:label "MegaJoulePerSecond"^^xsd:string ;
    rdfs:comment """quotient of the 1,000,000-fold of the derived SI unit joule divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:JoulePerSecond ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Megajoule Per Second"@en ;
    skos:prefLabel "MegaJoulePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaJ-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MJ.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MJ/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """quotient of the 1,000,000-fold of the derived SI unit joule divided by the SI base unit second

-- QUDT"""@en .

emmo:MegaJoulePerSquareMetre a owl:Class ;
    rdfs:label "MegaJoulePerSquareMetre"^^xsd:string ;
    rdfs:comment """1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:JoulePerSquareMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ;
    skos:altLabel "Megajoule Per Square Metre"@en ;
    skos:prefLabel "MegaJoulePerSquareMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaJ-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MJ.m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MJ/m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en .

emmo:MegaLitre a owl:Class ;
    rdfs:label "MegaLitre"^^xsd:string ;
    rdfs:comment """1 000 000-fold of the unit litre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Litre ],
        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 ;
    skos:prefLabel "MegaLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ML"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ML"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000-fold of the unit litre

-- QUDT"""@en .

emmo:MegaNewton a owl:Class ;
    rdfs:label "MegaNewton"^^xsd:string ;
    rdfs:comment """1,000,000-fold of the SI derived unit newton

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Newton ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MegaNewton"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MN"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MN"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000-fold of the SI derived unit newton

-- QUDT"""@en .

emmo:MegaNewtonMetre a owl:Class ;
    rdfs:label "MegaNewtonMetre"^^xsd:string ;
    rdfs:comment """1,000,000-fold of the product of the SI derived unit newton and the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ;
            owl:someValuesFrom emmo:NewtonMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Meganewton Metre"@en ;
    skos:prefLabel "MegaNewtonMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaN-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MN.m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MN⋅m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000-fold of the product of the SI derived unit newton and the SI base unit metre

-- QUDT"""@en .

emmo:MegaOhm a owl:Class ;
    rdfs:label "MegaOhm"^^xsd:string ;
    rdfs:comment """1,000,000-fold of the derived unit ohm

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Ohm ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_7610efb8_c7c6_4684_abc1_774783c62472,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MegaOhm"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaOHM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MOhm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MΩ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000-fold of the derived unit ohm

-- QUDT"""@en .

emmo:MegaPascal a owl:Class ;
    rdfs:label "MegaPascal"^^xsd:string ;
    rdfs:comment """1,000,000-fold of the derived unit pascal

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Pascal ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MegaPascal"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaPA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MPa"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MPa"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000-fold of the derived unit pascal

-- QUDT"""@en .

emmo:MegaPascalCubicMetrePerSecond a owl:Class ;
    rdfs:label "MegaPascalCubicMetrePerSecond"^^xsd:string ;
    rdfs:comment """product out of the 1,000,000-fold 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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:PascalCubicMetrePerSecond ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Megapascal Cubic Metre Per Second"@en ;
    skos:prefLabel "MegaPascalCubicMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaPA-M3-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MPa.m3.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MPa⋅m³/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product out of the 1,000,000-fold 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 .

emmo:MegaPascalLitrePerSecond a owl:Class ;
    rdfs:label "MegaPascalLitrePerSecond"^^xsd:string ;
    rdfs:comment """product out of the 1,000,000-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:PascalLitrePerSecond ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Megapascal Litre Per Second"@en ;
    skos:prefLabel "MegaPascalLitrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaPA-L-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MPa.L.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MPa⋅L/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product out of the 1,000,000-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second

-- QUDT"""@en .

emmo:MegaPascalPerBar a owl:Class ;
    rdfs:label "MegaPascalPerBar"^^xsd:string ;
    rdfs:comment """1,000,000-fold of the SI derived unit pascal divided by the unit bar

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:PascalPerBar ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9d09022c_e7ae_4379_a765_4803a8a502a1,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Megapascal Per Bar"@en ;
    skos:prefLabel "MegaPascalPerBar"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaPA-PER-BAR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MPa.bar-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MPa/bar"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000-fold of the SI derived unit pascal divided by the unit bar

-- QUDT"""@en .

emmo:MegaPascalPerKelvin a owl:Class ;
    rdfs:label "MegaPascalPerKelvin"^^xsd:string ;
    rdfs:comment """1,000,000-fold of the SI derived unit pascal divided by the SI base unit kelvin

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:PascalPerKelvin ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e,
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Megapascal Per Kelvin"@en ;
    skos:prefLabel "MegaPascalPerKelvin"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaPA-PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MPa.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MPa/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000-fold of the SI derived unit pascal divided by the SI base unit kelvin

-- QUDT"""@en .

emmo:MegaPascalSquareRootMeter a owl:Class ;
    rdfs:label "MegaPascalSquareRootMeter"^^xsd:string ;
    rdfs:comment """1,000,000-fold of the derived unit Pascal Square Root Meter

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:PascalSquareRootMeter ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ;
    skos:altLabel "Megapascal Square Root Meter"@en ;
    skos:prefLabel "MegaPascalSquareRootMeter"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaPA-M0pt5"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MPa√m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000-fold of the derived unit Pascal Square Root Meter

-- QUDT"""@en .

emmo:MegaPoundForce a owl:Class ;
    rdfs:label "MegaPoundForce"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:PoundForce ],
        [ a owl:Restriction ;
            owl:hasValue 4.448222e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Mega Pound Force"@en ;
    skos:prefLabel "MegaPoundForce"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaLB_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "M[lbf_av]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Mlbf"^^xsd:string ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Pound-force?oldid=453191483"^^xsd:string .

emmo:MegaSiemens a owl:Class ;
    rdfs:label "MegaSiemens"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Siemens ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c,
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "MegaSiemens"@en ;
    skos:prefLabel "MegaSiemens"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaS"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MS"^^xsd:string .

emmo:MegaSiemensPerMetre a owl:Class ;
    rdfs:label "MegaSiemensPerMetre"^^xsd:string ;
    rdfs:comment """1,000,000-fold of the SI derived unit siemens divided by the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:SiemensPerMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Megasiemens Per Metre"@en ;
    skos:prefLabel "MegaSiemensPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaS-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MS.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MS/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000-fold of the SI derived unit siemens divided by the SI base unit metre

-- QUDT"""@en .

emmo:MegaTonOfOilEquivalent a owl:Class ;
    rdfs:label "MegaTonOfOilEquivalent"^^xsd:string ;
    rdfs:comment """The tonne of oil equivalent (toe) is a unit of energy: the amount of energy released by burning one tonne of crude oil, approximately 42 GJ (as different crude oils have different calorific values, the exact value of the toe is defined by convention; unfortunately there are several slightly different definitions as discussed below). The toe is sometimes used for large amounts of energy, as it can be more intuitive to visualise, say, the energy released by burning 1000 tonnes of oil than 42,000 billion joules (the SI unit of energy).
Multiples of the toe are used, in particular the megatoe (Mtoe, one million toe) and the gigatoe (Gtoe, one billion toe).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.1868e+16 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Megaton of Oil Equivalent"@en ;
    skos:prefLabel "MegaTonOfOilEquivalent"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaTOE"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "megatoe"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The tonne of oil equivalent (toe) is a unit of energy: the amount of energy released by burning one tonne of crude oil, approximately 42 GJ (as different crude oils have different calorific values, the exact value of the toe is defined by convention; unfortunately there are several slightly different definitions as discussed below). The toe is sometimes used for large amounts of energy, as it can be more intuitive to visualise, say, the energy released by burning 1000 tonnes of oil than 42,000 billion joules (the SI unit of energy).
Multiples of the toe are used, in particular the megatoe (Mtoe, one million toe) and the gigatoe (Gtoe, one billion toe).

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Tonne_of_oil_equivalent"^^xsd:string .

emmo:MegaVolt a owl:Class ;
    rdfs:label "MegaVolt"^^xsd:string ;
    rdfs:comment """1,000,000-fold of the derived unit volt

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c,
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928 ;
    skos:prefLabel "MegaVolt"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaV"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MV"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MV"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000-fold of the derived unit volt

-- QUDT"""@en .

emmo:MegaVoltAmpere a owl:Class ;
    rdfs:label "MegaVoltAmpere"^^xsd:string ;
    rdfs:comment """1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:VoltAmpere ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Megavolt Ampere"@en ;
    skos:prefLabel "MegaVoltAmpere"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaV-A"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MV.A"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MV⋅A"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere

-- QUDT"""@en .

emmo:MegaVoltAmpereHour a owl:Class ;
    rdfs:label "MegaVoltAmpereHour"^^xsd:string ;
    rdfs:comment """product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:VoltAmpereHour ],
        [ a owl:Restriction ;
            owl:hasValue 3.6e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Megavolt Ampere Hour"@en ;
    skos:prefLabel "MegaVoltAmpereHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaV-A-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MV.A.h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MV⋅A⋅h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour

-- QUDT"""@en .

emmo:MegaVoltAmpereReactive a owl:Class ;
    rdfs:label "MegaVoltAmpereReactive"^^xsd:string ;
    rdfs:comment """1 000 000-fold of the unit volt ampere reactive

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:VoltAmpereReactive ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Megavolt Ampere Reactive"@en ;
    skos:prefLabel "MegaVoltAmpereReactive"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaV-A_Reactive"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MV.A{reactive}"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MV⋅A{Reactive}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000-fold of the unit volt ampere reactive

-- QUDT"""@en .

emmo:MegaVoltAmpereReactiveHour a owl:Class ;
    rdfs:label "MegaVoltAmpereReactiveHour"^^xsd:string ;
    rdfs:comment """product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:VoltAmpereReactiveHour ],
        [ a owl:Restriction ;
            owl:hasValue 3.6e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Megavolt Ampere Reactive Hour"@en ;
    skos:prefLabel "MegaVoltAmpereReactiveHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaV-A_Reactive-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MV.A{reactive}.h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MV⋅A{Reactive}⋅hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour

-- QUDT"""@en .

emmo:MegaVoltPerMetre a owl:Class ;
    rdfs:label "MegaVoltPerMetre"^^xsd:string ;
    rdfs:comment """1,000,000-fold of the SI derived unit volt divided by the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:VoltPerMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 ;
    skos:altLabel "Megavolt Per Metre"@en ;
    skos:prefLabel "MegaVoltPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaV-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MV.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MV/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000-fold of the SI derived unit volt divided by the SI base unit metre

-- QUDT"""@en .

emmo:MegaWatt a owl:Class ;
    rdfs:label "MegaWatt"@en ;
    rdfs:comment "Unit for power; 1 000 000 watt."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Watt ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704,
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:prefLabel "MegaWatt"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaW"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MW"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MW"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Unit for power; 1 000 000 watt."@en .

emmo:MegaWattHour a owl:Class ;
    rdfs:label "MegaWattHour"^^xsd:string ;
    rdfs:comment """1 000 000-fold of the product of the SI derived unit watt and the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.6e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Megawatt Hour"@en ;
    skos:prefLabel "MegaWattHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaW-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MW.h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MW⋅h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000-fold of the product of the SI derived unit watt and the unit hour

-- QUDT"""@en .

emmo:Mesh a owl:Class ;
    rdfs:label "Mesh"@en ;
    rdfs:comment """"Mesh" is a measure of particle size or fineness of a woven product.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Mesh"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MESH"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[mesh_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mesh"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Mesh" is a measure of particle size or fineness of a woven product.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Mesh_(scale)"^^xsd:string .

emmo:MetreKelvin a owl:Class ;
    rdfs:label "MetreKelvin"@en ;
    rdfs:comment """`Meter Kelvin` is a unit for 'Length Temperature' expressed as m K.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_d02c92e0_99ba_4c09_b01f_0d7a7dd7b24e ;
    skos:altLabel "Metre Kelvin"@en ;
    skos:prefLabel "MetreKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.K"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⋅K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Meter Kelvin` is a unit for 'Length Temperature' expressed as m K.

-- QUDT"""@en .

emmo:MetreKilogram a owl:Class ;
    rdfs:label "MetreKilogram"@en ;
    rdfs:comment "Kilogram metre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_3fe66e46_9343_4a36_b101_a732ad5f4f76 ;
    skos:prefLabel "MetreKilogram"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.kg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⋅kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kilogram metre."@en .

emmo:MetrePerFarad a owl:Class ;
    rdfs:label "MetrePerFarad"@en ;
    rdfs:comment "Metre per Farad."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_d2a20142_b3a4_4d3b_a7e1_e17597e7f177 ;
    skos:prefLabel "MetrePerFarad"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-PER-FARAD"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.F-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/f"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Metre per Farad."@en .

emmo:MetricDeciTon a owl:Class ;
    rdfs:label "MetricDeciTon"^^xsd:string ;
    rdfs:comment """100-fold of the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Metric DeciTON"@en ;
    skos:prefLabel "MetricDeciTon"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciTON_Metric"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dt"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dt"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """100-fold of the SI base unit kilogram

-- QUDT"""@en .

emmo:MetricKiloTon a owl:Class ;
    rdfs:label "MetricKiloTon"^^xsd:string ;
    rdfs:comment """1 000 000-fold of the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Metric KiloTON"@en ;
    skos:prefLabel "MetricKiloTon"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloTON_Metric"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kt"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kton{short}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000-fold of the SI base unit kilogram

-- QUDT"""@en .

emmo:MetricPerm a owl:Class ;
    rdfs:label "MetricPerm"@en ;
    rdfs:comment """A perm is a unit of permeance or "water vapor transmission" given a certain differential in partial pressures on either side of a material or membrane. The metric perm (not an SI unit) is defined as 1 gram of water vapor per day, per square meter, per millimeter of mercury.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 8.68127e-11 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Metric Perm"@en ;
    skos:prefLabel "MetricPerm"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PERM_Metric"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "perm{Metric}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A perm is a unit of permeance or "water vapor transmission" given a certain differential in partial pressures on either side of a material or membrane. The metric perm (not an SI unit) is defined as 1 gram of water vapor per day, per square meter, per millimeter of mercury.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:string .

emmo:MetricTon a owl:Class ;
    rdfs:label "MetricTon"@en ;
    rdfs:comment """1,000-fold of the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Metric Ton"@en ;
    skos:prefLabel "MetricTon"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TON_Metric"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000-fold of the SI base unit kilogram

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Tonne?oldid=492526238"^^xsd:string .

emmo:Mho a owl:Class ;
    rdfs:label "Mho"@en ;
    rdfs:comment "A unit of conductance, equal to the reciprocal of the ohm."@en,
        "The name is simply Ohm spelled backwards."@en,
        "The preferred unit is now Siemens."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.simetric.co.uk/siderived.htm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Mho"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MHO"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mho"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "℧"^^xsd:string ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """"Mho" is a C.G.S System unit for  'ElectricConductance' expressed as mho.

-- QUDT"""@en .

emmo:MicroAmpere a owl:Class ;
    rdfs:label "MicroAmpere"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Ampere ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 ;
    skos:altLabel "microampere"@en ;
    skos:prefLabel "MicroAmpere"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uA"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µA"^^xsd:string .

emmo:MicroAtmospheres a owl:Class ;
    rdfs:label "MicroAtmospheres"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.01325e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae ;
    skos:prefLabel "MicroAtmospheres"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroATM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uatm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µatm"^^xsd:string .

emmo:MicroBar a owl:Class ;
    rdfs:label "MicroBar"^^xsd:string ;
    rdfs:comment """0.000001-fold of the unit bar

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MicroBar"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroBAR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ubar"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μbar"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the unit bar

-- QUDT"""@en .

emmo:MicroBecquerel a owl:Class ;
    rdfs:label "MicroBecquerel"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI derived unit becquerel

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae ;
    skos:prefLabel "MicroBecquerel"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroBQ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uBq"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μBq"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit becquerel

-- QUDT"""@en .

emmo:MicroBecquerelPerKilogram a owl:Class ;
    rdfs:label "MicroBecquerelPerKilogram"^^xsd:string ;
    rdfs:comment """One radioactive disintegration per hundred thousand seconds from an SI standard unit of mass of sample.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:BecquerelPerKilogram ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_52b029aa_e525_4907_95d8_759298b04f97,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Microbecquerels per kilogram"@en ;
    skos:prefLabel "MicroBecquerelPerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroBQ-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uBq.kg-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µBq/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One radioactive disintegration per hundred thousand seconds from an SI standard unit of mass of sample.

-- QUDT"""@en .

emmo:MicroBecquerelPerLitre a owl:Class ;
    rdfs:label "MicroBecquerelPerLitre"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:BecquerelPerLitre ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Microbecquerels per litre"@en ;
    skos:prefLabel "MicroBecquerelPerLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroBQ-PER-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uBq.L-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µBq/L"^^xsd:string .

emmo:MicroCoulomb a owl:Class ;
    rdfs:label "MicroCoulomb"^^xsd:string ;
    rdfs:comment """A MicroCoulomb is 10⁻⁶ C.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Coulomb ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "MicroCoulomb"@en ;
    skos:prefLabel "MicroCoulomb"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µC"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A MicroCoulomb is 10⁻⁶ C.

-- QUDT"""@en .

emmo:MicroCoulombPerCubicMetre a owl:Class ;
    rdfs:label "MicroCoulombPerCubicMetre"@en ;
    rdfs:comment """0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_8f36559a_a494_4b00_abc5_60bbc1475009 ;
    skos:altLabel "Microcoulomb Per Cubic Metre"@en ;
    skos:prefLabel "MicroCoulombPerCubicMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroC-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uC.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μC/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:MicroCoulombPerSquareMetre a owl:Class ;
    rdfs:label "MicroCoulombPerSquareMetre"@en ;
    rdfs:comment """0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be ;
    skos:altLabel "Microcoulomb Per Square Metre"@en ;
    skos:prefLabel "MicroCoulombPerSquareMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroC-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uC.m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μC/m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en .

emmo:MicroCurie a owl:Class ;
    rdfs:label "MicroCurie"^^xsd:string ;
    rdfs:comment """Another commonly used measure of radioactivity, the microcurie: 1 μCi = 3.7 × 10 disintegrations per second = 2.22 × 10 disintegrations per minute. A radiotherapy machine may have roughly 1000 Ci of a radioisotope such as caesium-137 or cobalt-60. This quantity of radioactivity can produce serious health effects with only a few minutes of close-range, un-shielded exposure. The typical human body contains roughly 0.1 μCi of naturally occurring potassium-40.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.7e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae ;
    skos:altLabel "MicroCurie"@en ;
    skos:prefLabel "MicroCurie"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroCi"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uCi"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μCi"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Another commonly used measure of radioactivity, the microcurie: 1 μCi = 3.7 × 10 disintegrations per second = 2.22 × 10 disintegrations per minute. A radiotherapy machine may have roughly 1000 Ci of a radioisotope such as caesium-137 or cobalt-60. This quantity of radioactivity can produce serious health effects with only a few minutes of close-range, un-shielded exposure. The typical human body contains roughly 0.1 μCi of naturally occurring potassium-40.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Curie?oldid=495080313"^^xsd:string .

emmo:MicroFarad a owl:Class ;
    rdfs:label "MicroFarad"^^xsd:string ;
    rdfs:comment """The "microfarad" (symbolized μ F) is a unit of capacitance, equivalent to 0.000001 (10 to the -6th power) farad. The microfarad is a moderate unit of capacitance. In utility alternating-current (AC) and audio-frequency (AF) circuits, capacitors with values on the order of 1 μ F or more are common. At radio frequencies (RF), a smaller unit, the picofarad (pF), is often used.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Farad ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_b14d9be5_f81e_469b_abca_379c2e83feab,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "microfarad"@en ;
    skos:prefLabel "MicroFarad"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroFARAD"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uF"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µF"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The "microfarad" (symbolized μ F) is a unit of capacitance, equivalent to 0.000001 (10 to the -6th power) farad. The microfarad is a moderate unit of capacitance. In utility alternating-current (AC) and audio-frequency (AF) circuits, capacitors with values on the order of 1 μ F or more are common. At radio frequencies (RF), a smaller unit, the picofarad (pF), is often used.

-- QUDT"""@en .

emmo:MicroFaradPerKiloMetre a owl:Class ;
    rdfs:label "MicroFaradPerKiloMetre"@en ;
    rdfs:comment """0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "Microfarad Per Kilometre"@en ;
    skos:prefLabel "MicroFaradPerKiloMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroFARAD-PER-KiloM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uF.km-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μF/km"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre

-- QUDT"""@en .

emmo:MicroFaradPerMetre a owl:Class ;
    rdfs:label "MicroFaradPerMetre"@en ;
    rdfs:comment """0.000001-fold of the SI derived unit farad divided by the SI base unit metre.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "Microfarad Per Metre"@en ;
    skos:prefLabel "MicroFaradPerMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroFARAD-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uF.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μF/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit farad divided by the SI base unit metre.

-- QUDT"""@en .

emmo:MicroGalsPerMetre a owl:Class ;
    rdfs:label "MicroGalsPerMetre"^^xsd:string ;
    rdfs:comment """A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a distance of one metre.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "MicroGals per metre"@en ;
    skos:prefLabel "MicroGalsPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGAL-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uGal.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µGal/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a distance of one metre.

-- QUDT"""@en .

emmo:MicroGram a owl:Class ;
    rdfs:label "MicroGram"^^xsd:string ;
    rdfs:comment """0.000000001-fold of the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae ;
    skos:prefLabel "MicroGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000001-fold of the SI base unit kilogram

-- QUDT"""@en .

emmo:MicroGramPerCubicMetre a owl:Class ;
    rdfs:label "MicroGramPerCubicMetre"^^xsd:string ;
    rdfs:comment """0.000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 ;
    skos:altLabel "Microgram Per Cubic Metre"@en ;
    skos:prefLabel "MicroGramPerCubicMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.m-3"^^xsd:string,
        "ug/m3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μg/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:MicroGramPerCubicMetrePerHour a owl:Class ;
    rdfs:label "MicroGramPerCubicMetrePerHour"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.777778e-13 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Micrograms per cubic metre per hour"@en ;
    skos:prefLabel "MicroGramPerCubicMetrePerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-M3-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.m-3.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µg/(m³⋅day)"^^xsd:string .

emmo:MicroGramPerGram a owl:Class ;
    rdfs:label "MicroGramPerGram"^^xsd:string ;
    rdfs:comment """One part per 10**6 (million) by mass of the measurand in the matrix.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:GramPerGram ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Micrograms per gram"@en ;
    skos:prefLabel "MicroGramPerGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-GM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.g-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µg/g"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One part per 10**6 (million) by mass of the measurand in the matrix.

-- QUDT"""@en .

emmo:MicroGramPerKilogram a owl:Class ;
    rdfs:label "MicroGramPerKilogram"^^xsd:string ;
    rdfs:comment """mass ratio as 0.000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 ;
    skos:altLabel "Microgram Per Kilogram"@en ;
    skos:prefLabel "MicroGramPerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.kg-1"^^xsd:string,
        "ug/kg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μg/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """mass ratio as 0.000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram

-- QUDT"""@en .

emmo:MicroGramPerLitre a owl:Class ;
    rdfs:label "MicroGramPerLitre"^^xsd:string ;
    rdfs:comment """0.000000001-fold of the SI base unit kilogram divided by the unit litre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 ;
    skos:altLabel "Microgram Per Litre"@en ;
    skos:prefLabel "MicroGramPerLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.L-1"^^xsd:string,
        "ug/L"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μg/L"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000001-fold of the SI base unit kilogram divided by the unit litre

-- QUDT"""@en .

emmo:MicroGramPerLitrePerHour a owl:Class ;
    rdfs:label "MicroGramPerLitrePerHour"^^xsd:string ;
    rdfs:comment """A rate of change of mass of a measurand equivalent to 10⁻⁹ kilogram (the SI unit of mass) per litre volume of matrix over a period of 1 hour.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.777778e-10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Micrograms per litre per hour"@en ;
    skos:prefLabel "MicroGramPerLitrePerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-L-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.L-1.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µg/(L⋅h)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A rate of change of mass of a measurand equivalent to 10⁻⁹ kilogram (the SI unit of mass) per litre volume of matrix over a period of 1 hour.

-- QUDT"""@en .

emmo:MicroGramPerMilliLitre a owl:Class ;
    rdfs:label "MicroGramPerMilliLitre"^^xsd:string ;
    rdfs:comment """One 10**6 part of the SI standard unit of mass of the measurand per millilitre volume of matrix.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ;
            owl:someValuesFrom emmo:GramPerMilliLitre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Micrograms per millilitre"@en ;
    skos:prefLabel "MicroGramPerMilliLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-MilliL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.mL-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µg/mL"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One 10**6 part of the SI standard unit of mass of the measurand per millilitre volume of matrix.

-- QUDT"""@en .

emmo:MicroGramPerSquareCentiMetre a owl:Class ;
    rdfs:label "MicroGramPerSquareCentiMetre"^^xsd:string ;
    rdfs:comment """A unit of mass per area, equivalent to 0.01 grammes per square metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ;
            owl:someValuesFrom emmo:GramPerSquareCentiMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Microgram per square centimetre"@en ;
    skos:prefLabel "MicroGramPerSquareCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroG-PER-CentiM2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µg/cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of mass per area, equivalent to 0.01 grammes per square metre

-- QUDT"""@en .

emmo:MicroGramPerSquareMetrePerDay a owl:Class ;
    rdfs:label "MicroGramPerSquareMetrePerDay"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:GramPerSquareMetrePerDay ],
        [ a owl:Restriction ;
            owl:hasValue 1.157407e-14 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 ;
    skos:altLabel "Micrograms per square metre per day"@en ;
    skos:prefLabel "MicroGramPerSquareMetrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-M2-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.m-2.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µg/(m²⋅day)"^^xsd:string .

emmo:MicroGravity a owl:Class ;
    rdfs:label "MicroGravity"^^xsd:string ;
    rdfs:comment """"Microgravity" is a unit for  'Linear Acceleration' expressed as microG.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Gravity ],
        [ a owl:Restriction ;
            owl:hasValue 9.80665e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae ;
    skos:prefLabel "MicroGravity"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroG"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "u[g]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µG"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Microgravity" is a unit for  'Linear Acceleration' expressed as microG.

-- QUDT"""@en .

emmo:MicroGray a owl:Class ;
    rdfs:label "MicroGray"^^xsd:string ;
    rdfs:comment """0.000001 fold of the SI unit of radiation dose. Radiation carries energy, and when it is absorbed by matter the matter receives this energy. The dose is the amount of energy deposited per unit of mass. One gray is defined to be the dose of one joule of energy absorbed per kilogram of matter, or 100 rad. The unit is named for the British physician L. Harold Gray (1905-1965), an authority on the use of radiation in the treatment of cancer.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Gray ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "MicroGray"@en ;
    skos:prefLabel "MicroGray"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGRAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uGy"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µGy"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001 fold of the SI unit of radiation dose. Radiation carries energy, and when it is absorbed by matter the matter receives this energy. The dose is the amount of energy deposited per unit of mass. One gray is defined to be the dose of one joule of energy absorbed per kilogram of matter, or 100 rad. The unit is named for the British physician L. Harold Gray (1905-1965), an authority on the use of radiation in the treatment of cancer.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Grey?oldid=494774160"^^xsd:string .

emmo:MicroHenry a owl:Class ;
    rdfs:label "MicroHenry"^^xsd:string ;
    rdfs:comment """The SI derived unit for inductance is the henry. 1 henry is equal to 1000000 microhenry.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Henry ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MicroHenry"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroH"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uH"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µH"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI derived unit for inductance is the henry. 1 henry is equal to 1000000 microhenry.

-- QUDT"""@en .

emmo:MicroHenryPerKiloOhm a owl:Class ;
    rdfs:label "MicroHenryPerKiloOhm"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI derived unit henry divided by the 1,000-fold of the SI derived unit ohm

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ;
            owl:someValuesFrom emmo:HenryPerKiloOhm ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Microhenry Per Kiloohm"@en ;
    skos:prefLabel "MicroHenryPerKiloOhm"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroH-PER-KiloOHM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uH.kOhm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µH/kΩ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit henry divided by the 1,000-fold of the SI derived unit ohm

-- QUDT"""@en .

emmo:MicroHenryPerMetre a owl:Class ;
    rdfs:label "MicroHenryPerMetre"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI derived unit henry divided by the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185 ;
    skos:altLabel "Microhenry Per Metre"@en ;
    skos:prefLabel "MicroHenryPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroH-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uH.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μH/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit henry divided by the SI base unit metre

-- QUDT"""@en .

emmo:MicroHenryPerOhm a owl:Class ;
    rdfs:label "MicroHenryPerOhm"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI derived unit henry divided by the SI derived unit ohm

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:HenryPerOhm ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Microhenry Per Ohm"@en ;
    skos:prefLabel "MicroHenryPerOhm"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroH-PER-OHM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uH.Ohm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µH/Ω"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit henry divided by the SI derived unit ohm

-- QUDT"""@en .

emmo:MicroInch a owl:Class ;
    rdfs:label "MicroInch"^^xsd:string ;
    rdfs:comment """"Microinch" is an Imperial unit for  'Length' expressed as in⁻⁶.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Inch ],
        [ a owl:Restriction ;
            owl:hasValue 2.54e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:prefLabel "MicroInch"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "u[in_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µin"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Microinch" is an Imperial unit for  'Length' expressed as in⁻⁶.

-- QUDT"""@en .

emmo:MicroJoule a owl:Class ;
    rdfs:label "MicroJoule"@en ;
    rdfs:comment """0.000001-fold of the SI derived unit joule

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Joule ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Micro Joule"@en ;
    skos:prefLabel "MicroJoule"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroJ"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µJ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit joule

-- QUDT"""@en .

emmo:MicroLitre a owl:Class ;
    rdfs:label "MicroLitre"^^xsd:string ;
    rdfs:comment """0.000001-fold of the unit litre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae ;
    skos:prefLabel "MicroLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uL"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μL"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the unit litre

-- QUDT"""@en .

emmo:MicroLitrePerLitre a owl:Class ;
    rdfs:label "MicroLitrePerLitre"^^xsd:string ;
    rdfs:comment """volume ratio as 0.000001-fold of the unit litre divided by the unit litre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Microlitre Per Litre"@en ;
    skos:prefLabel "MicroLitrePerLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroL-PER-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uL.L-1"^^xsd:string,
        "uL/L"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μL/L"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """volume ratio as 0.000001-fold of the unit litre divided by the unit litre

-- QUDT"""@en .

emmo:MicroMetre a owl:Class ;
    rdfs:label "MicroMetre"@en ;
    rdfs:comment """"Micrometer" is a unit for  'Length' expressed as microm.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Metre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Microm"@en,
        "MicroMeter"@en-us ;
    skos:prefLabel "MicroMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "um"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Micrometer" is a unit for  'Length' expressed as microm.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Micrometer?oldid=491270437"^^xsd:string .

emmo:MicroMetrePerKelvin a owl:Class ;
    rdfs:label "MicroMetrePerKelvin"@en ;
    rdfs:comment """0.000001-fold of the SI base unit metre divided by the SI base unit kelvin

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_793f3567_b351_42ef_a1d4_5111d53999c4 ;
    skos:altLabel "Micrometre Per Kelvin"@en ;
    skos:prefLabel "MicroMetrePerKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroM-PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "um.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μm/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit metre divided by the SI base unit kelvin

-- QUDT"""@en .

emmo:MicroMetrePerNewton a owl:Class ;
    rdfs:label "MicroMetrePerNewton"@en ;
    rdfs:comment """Micro metres measured per Newton

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f508dec1_e2d8_43d5_ae65_c386c7b330f9 ;
    skos:altLabel "Micro metre per Newton"@en ;
    skos:prefLabel "MicroMetrePerNewton"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroM-PER-N"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µJ/N"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Micro metres measured per Newton

-- QUDT"""@en .

emmo:MicroMho a owl:Class ;
    rdfs:label "MicroMho"^^xsd:string ;
    rdfs:comment """0.000001-fold of the obsolete unit mho of the electric conductance

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae ;
    skos:prefLabel "MicroMho"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMHO"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umho"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μmho"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the obsolete unit mho of the electric conductance

-- QUDT"""@en .

emmo:MicroMole a owl:Class ;
    rdfs:label "MicroMole"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI base unit mol

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b ;
    skos:prefLabel "MicroMole"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μmol"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit mol

-- QUDT"""@en .

emmo:MicroMolePerGram a owl:Class ;
    rdfs:label "MicroMolePerGram"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_95971713_d589_4002_a5a7_affc5c74cfdb,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Micromoles per gram"@en ;
    skos:prefLabel "MicroMolePerGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-GM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.g-1"^^xsd:string,
        "umol/g"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/g"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram

-- QUDT"""@en .

emmo:MicroMolePerGramPerHour a owl:Class ;
    rdfs:label "MicroMolePerGramPerHour"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MolePerGramPerHour ],
        [ a owl:Restriction ;
            owl:hasValue 2.777778e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Micromoles per gram per hour"@en ;
    skos:prefLabel "MicroMolePerGramPerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-GM-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.g-1.h-1"^^xsd:string,
        "umol/g/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/(g⋅h)"^^xsd:string .

emmo:MicroMolePerGramPerSecond a owl:Class ;
    rdfs:label "MicroMolePerGramPerSecond"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "Micromoles per gram per second"@en ;
    skos:prefLabel "MicroMolePerGramPerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-GM-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.g-1.s-1"^^xsd:string,
        "umol/g/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μmol/(g⋅s)"^^xsd:string .

emmo:MicroMolePerKilogram a owl:Class ;
    rdfs:label "MicroMolePerKilogram"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_95971713_d589_4002_a5a7_affc5c74cfdb,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Micromoles per kilogram"@en ;
    skos:prefLabel "MicroMolePerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.kg-1"^^xsd:string,
        "umol/kg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/kg"^^xsd:string .

emmo:MicroMolePerLitre a owl:Class ;
    rdfs:label "MicroMolePerLitre"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MolePerLitre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 ;
    skos:altLabel "Micromoles per litre"@en ;
    skos:prefLabel "MicroMolePerLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.L-1"^^xsd:string,
        "umol/L"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/L"^^xsd:string .

emmo:MicroMolePerLitrePerDay a owl:Class ;
    rdfs:label "MicroMolePerLitrePerDay"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.157407e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Micromoles per litre per day"@en ;
    skos:prefLabel "MicroMolePerLitrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroM-PER-L-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "um.L-1.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µm/(L⋅day)"^^xsd:string .

emmo:MicroMolePerLitrePerHour a owl:Class ;
    rdfs:label "MicroMolePerLitrePerHour"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.777778e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Micromoles per litre per hour"@en ;
    skos:prefLabel "MicroMolePerLitrePerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-L-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.L-1.h-1"^^xsd:string,
        "umol/L/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/(L⋅h)"^^xsd:string .

emmo:MicroMolePerMicroMoleOfBiomassPerDay a owl:Class ;
    rdfs:label "MicroMolePerMicroMoleOfBiomassPerDay"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.157407e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Micromole per micromole of biomass per day"@en ;
    skos:prefLabel "MicroMolePerMicroMoleOfBiomassPerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-MicroMOL-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.umol-1.d-1"^^xsd:string,
        "umol/umol/d"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/(µmol⋅day)"^^xsd:string .

emmo:MicroMolePerMole a owl:Class ;
    rdfs:label "MicroMolePerMole"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f76f5a24_d703_4e8c_b368_f9a7777cb73a ;
    skos:altLabel "Micromoles per mole"@en ;
    skos:prefLabel "MicroMolePerMole"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-MOL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.mol-1"^^xsd:string,
        "umol/mol"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/mol"^^xsd:string .

emmo:MicroMolePerSecond a owl:Class ;
    rdfs:label "MicroMolePerSecond"^^xsd:string ;
    rdfs:comment """ This unit is used commonly to describe Photosynthetic Photon Flux (PPF) - the total number of photons emitted by a light source each second within the PAR wavelength range.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MolePerSecond ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 ;
    skos:altLabel "Micromoles per second"@en ;
    skos:prefLabel "MicroMolePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.s-1"^^xsd:string,
        "umol/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """ This unit is used commonly to describe Photosynthetic Photon Flux (PPF) - the total number of photons emitted by a light source each second within the PAR wavelength range.

-- QUDT"""@en .

emmo:MicroMolePerSquareMetre a owl:Class ;
    rdfs:label "MicroMolePerSquareMetre"^^xsd:string ;
    rdfs:comment """One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MolePerSquareMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_183f6fac_8543_44e0_bd59_434aa7054f4c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Micromoles per square metre"@en ;
    skos:prefLabel "MicroMolePerSquareMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.m-2"^^xsd:string,
        "umol/m2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area.

-- QUDT"""@en .

emmo:MicroMolePerSquareMetrePerDay a owl:Class ;
    rdfs:label "MicroMolePerSquareMetrePerDay"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MolePerSquareMetrePerDay ],
        [ a owl:Restriction ;
            owl:hasValue 1.157407e-11 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Micromoles per square metre per day"@en ;
    skos:prefLabel "MicroMolePerSquareMetrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-M2-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.m-2.d-1"^^xsd:string,
        "umol/m2/d"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/(m²⋅day)"^^xsd:string .

emmo:MicroMolePerSquareMetrePerHour a owl:Class ;
    rdfs:label "MicroMolePerSquareMetrePerHour"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.777778e-10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Micromoles per square metre per hour"@en ;
    skos:prefLabel "MicroMolePerSquareMetrePerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-M2-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.m-2.h-1"^^xsd:string,
        "umol/m2/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/(m²⋅h)"^^xsd:string .

emmo:MicroMolePerSquareMetrePerSecond a owl:Class ;
    rdfs:label "MicroMolePerSquareMetrePerSecond"^^xsd:string ;
    rdfs:comment """One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time.  This term is based on the number of photons in a certain waveband incident per unit time (s) on a unit area (m2) divided by the Avogadro constant (6.022 x 1023 mol-1). It is used commonly to describe PAR in the 400-700 nm waveband. Definition Source: Thimijan, Richard W., and Royal D. Heins. 1982. Photometric, Radiometric, and Quantum Light Units of Measure: A Review of Procedures for Interconversion. HortScience 18:818-822.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MolePerSquareMetrePerSecond ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Micromoles per square metre per second"@en ;
    skos:prefLabel "MicroMolePerSquareMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-M2-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.m-2.s-1"^^xsd:string,
        "umol/m2/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/(m²⋅s)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time.  This term is based on the number of photons in a certain waveband incident per unit time (s) on a unit area (m2) divided by the Avogadro constant (6.022 x 1023 mol-1). It is used commonly to describe PAR in the 400-700 nm waveband. Definition Source: Thimijan, Richard W., and Royal D. Heins. 1982. Photometric, Radiometric, and Quantum Light Units of Measure: A Review of Procedures for Interconversion. HortScience 18:818-822.

-- QUDT"""@en .

emmo:MicroNewton a owl:Class ;
    rdfs:label "MicroNewton"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI derived unit newton

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae ;
    skos:prefLabel "MicroNewton"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uN"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μN"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit newton

-- QUDT"""@en .

emmo:MicroNewtonMetre a owl:Class ;
    rdfs:label "MicroNewtonMetre"@en ;
    rdfs:comment """0.000001-fold of the product out of the derived SI newton and the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Micronewton Metre"@en ;
    skos:prefLabel "MicroNewtonMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroN-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uN.m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μN⋅m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the product out of the derived SI newton and the SI base unit metre

-- QUDT"""@en .

emmo:MicroOhm a owl:Class ;
    rdfs:label "MicroOhm"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI derived unit ohm

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_7610efb8_c7c6_4684_abc1_774783c62472,
        emmo:EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae ;
    skos:prefLabel "MicroOhm"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroOHM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uOhm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μΩ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit ohm

-- QUDT"""@en .

emmo:MicroPascal a owl:Class ;
    rdfs:label "MicroPascal"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI derived unit pascal

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae ;
    skos:prefLabel "MicroPascal"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroPA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uPa"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μPa"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit pascal

-- QUDT"""@en .

emmo:MicroPoise a owl:Class ;
    rdfs:label "MicroPoise"^^xsd:string ;
    rdfs:comment """0.000001-fold of the CGS unit of the dynamic viscosity poise

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MicroPoise"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroPOISE"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uP"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μP"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the CGS unit of the dynamic viscosity poise

-- QUDT"""@en .

emmo:MicroRadian a owl:Class ;
    rdfs:label "MicroRadian"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Radian ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 ;
    skos:altLabel "microradian"@en ;
    skos:prefLabel "MicroRadian"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroRAD"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "urad"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µrad"^^xsd:string .

emmo:MicroSecond a owl:Class ;
    rdfs:label "MicroSecond"^^xsd:string ;
    rdfs:comment """"Microsecond" is a unit for  'Time' expressed as microsec.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Second ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "microsecond"@en ;
    skos:prefLabel "MicroSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroSEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "us"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µs"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Microsecond" is a unit for  'Time' expressed as microsec.

-- QUDT"""@en .

emmo:MicroSiemens a owl:Class ;
    rdfs:label "MicroSiemens"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI derived unit siemens

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c,
        emmo:EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae ;
    skos:prefLabel "MicroSiemens"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroS"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uS"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μS"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit siemens

-- QUDT"""@en .

emmo:MicroSiemensPerCentiMetre a owl:Class ;
    rdfs:label "MicroSiemensPerCentiMetre"@en ;
    rdfs:comment """0.000001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe ;
    skos:altLabel "Microsiemens Per Centimetre"@en ;
    skos:prefLabel "MicroSiemensPerCentiMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroS-PER-CentiM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uS.cm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μS/cm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre

-- QUDT"""@en .

emmo:MicroSiemensPerMetre a owl:Class ;
    rdfs:label "MicroSiemensPerMetre"@en ;
    rdfs:comment """0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe ;
    skos:altLabel "Microsiemens Per Metre"@en ;
    skos:prefLabel "MicroSiemensPerMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroS-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uS.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μS/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre

-- QUDT"""@en .

emmo:MicroSievert a owl:Class ;
    rdfs:label "MicroSievert"^^xsd:string ;
    rdfs:comment """Although the sievert has the same dimensions as the gray (i.e. joules per kilogram), it measures a different quantity. To avoid any risk of confusion between the absorbed dose and the equivalent dose, the corresponding special units, namely the gray instead of the joule per kilogram for absorbed dose and the sievert instead of the joule per kilogram for the dose equivalent, should be used. 0.000001-fold of the SI derived unit sievert.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Sievert ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "MicroSievert"@en ;
    skos:prefLabel "MicroSievert"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroSV"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uSv"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µSv"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Although the sievert has the same dimensions as the gray (i.e. joules per kilogram), it measures a different quantity. To avoid any risk of confusion between the absorbed dose and the equivalent dose, the corresponding special units, namely the gray instead of the joule per kilogram for absorbed dose and the sievert instead of the joule per kilogram for the dose equivalent, should be used. 0.000001-fold of the SI derived unit sievert.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Sievert?oldid=495474333"^^xsd:string .

emmo:MicroSievertPerHour a owl:Class ;
    rdfs:label "MicroSievertPerHour"^^xsd:string ;
    rdfs:comment """0.000001-fold of the derived SI unit sievert divided by the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.77778e-10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "MicroSievert per hour"@en ;
    skos:prefLabel "MicroSievertPerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroSV-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uSv.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µSv/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the derived SI unit sievert divided by the unit hour

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Sievert?oldid=495474333"^^xsd:string .

emmo:MicroTesla a owl:Class ;
    rdfs:label "MicroTesla"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI derived unit tesla

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Tesla ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5 ;
    skos:prefLabel "MicroTesla"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uT"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µT"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit tesla

-- QUDT"""@en .

emmo:MicroTorr a owl:Class ;
    rdfs:label "MicroTorr"^^xsd:string ;
    rdfs:comment """"MicroTorr" is a unit for  'Force Per Area' expressed as microtorr.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.33322e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Torr ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae ;
    skos:altLabel "MicroTorr"@en ;
    skos:prefLabel "MicroTorr"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroTORR"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µTorr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"MicroTorr" is a unit for  'Force Per Area' expressed as microtorr.

-- QUDT"""@en .

emmo:MicroVolt a owl:Class ;
    rdfs:label "MicroVolt"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI derived unit volt

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Volt ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MicroVolt"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroV"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uV"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µV"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit volt

-- QUDT"""@en .

emmo:MicroVoltPerMetre a owl:Class ;
    rdfs:label "MicroVoltPerMetre"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI derived unit volt divided by the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:VoltPerMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 ;
    skos:altLabel "Microvolt Per Metre"@en ;
    skos:prefLabel "MicroVoltPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroV-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uV.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µV/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit volt divided by the SI base unit metre

-- QUDT"""@en .

emmo:MicroWatt a owl:Class ;
    rdfs:label "MicroWatt"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI derived unit watt

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:prefLabel "MicroWatt"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroW"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uW"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μW"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit watt

-- QUDT"""@en .

emmo:MicroWattPerSquareMetre a owl:Class ;
    rdfs:label "MicroWattPerSquareMetre"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:WattPerSquareMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Microwatt Per Square Metre"@en ;
    skos:prefLabel "MicroWattPerSquareMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroW-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uW.m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µW/m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en .

emmo:Mil a owl:Class ;
    rdfs:label "Mil"@en ;
    rdfs:comment """The Mil unit of plane angle, as defined by NATO to be 1/6400 of a circle.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.908739e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 ;
    skos:altLabel "Mil Angle (NATO)"@en ;
    skos:prefLabel "Mil"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MIL"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mil{NATO}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The Mil unit of plane angle, as defined by NATO to be 1/6400 of a circle.

-- QUDT"""@en .

emmo:MilLength a owl:Class ;
    rdfs:label "MilLength"@en ;
    rdfs:comment """"Mil Length" is a C.G.S System unit for  'Length' expressed as mil.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.54e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:altLabel "Mil Length"@en ;
    skos:prefLabel "MilLength"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilLength"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[mil_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mil"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Mil Length" is a C.G.S System unit for  'Length' expressed as mil.

-- QUDT"""@en .

emmo:MilePerHour a owl:Class ;
    rdfs:label "MilePerHour"@en ;
    rdfs:comment """Miles per hour is an imperial unit of speed expressing the number of statute miles covered in one hour. It is currently the standard unit used for speed limits, and to express speeds generally, on roads in the United Kingdom and the United States. A common abbreviation is mph or MPH.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.4704e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Mile per Hour"@en ;
    skos:prefLabel "MilePerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[mi_i].h-1"^^xsd:string,
        "[mi_i]/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mi/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Miles per hour is an imperial unit of speed expressing the number of statute miles covered in one hour. It is currently the standard unit used for speed limits, and to express speeds generally, on roads in the United Kingdom and the United States. A common abbreviation is mph or MPH.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Miles_per_hour?oldid=482840548"^^xsd:string .

emmo:MilePerMinute a owl:Class ;
    rdfs:label "MilePerMinute"@en ;
    rdfs:comment """Miles per minute is an imperial unit of speed expressing the number of statute miles covered in one minute.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.68224e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Mile per Minute"@en ;
    skos:prefLabel "MilePerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[mi_i].min-1"^^xsd:string,
        "[mi_i]/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mi/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Miles per minute is an imperial unit of speed expressing the number of statute miles covered in one minute.

-- QUDT"""@en .

emmo:MilePerSecond a owl:Class ;
    rdfs:label "MilePerSecond"@en ;
    rdfs:comment """Miles per second is an imperial unit of speed expressing the number of statute miles covered in one second.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.609344e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Mile per Second"@en ;
    skos:prefLabel "MilePerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[mi_i].sec-1"^^xsd:string,
        "[mi_i]/sec"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mi/sec"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Miles per second is an imperial unit of speed expressing the number of statute miles covered in one second.

-- QUDT"""@en .

emmo:MileUsStatute a owl:Class ;
    rdfs:label "MileUsStatute"@en ;
    rdfs:comment """The exact length of the land mile varied slightly among English-speaking countries until the international yard and pound agreement in 1959 established the yard as exactly 0.9144 metres, giving a mile of exactly 1,609.344 metres. The United States adopted this international mile for most purposes, but retained the pre-1959 mile for some land-survey data, terming it the US survey mile. In the US, statute mile formally refers to the survey mile, about 3.219 mm (1/8 inch) longer than the international mile (the international mile is exactly 0.0002% less than the US survey mile).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.609347e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:altLabel "Mile US Statute"@en ;
    skos:prefLabel "MileUsStatute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI_US"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[mi_us]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mi{US}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The exact length of the land mile varied slightly among English-speaking countries until the international yard and pound agreement in 1959 established the yard as exactly 0.9144 metres, giving a mile of exactly 1,609.344 metres. The United States adopted this international mile for most purposes, but retained the pre-1959 mile for some land-survey data, terming it the US survey mile. In the US, statute mile formally refers to the survey mile, about 3.219 mm (1/8 inch) longer than the international mile (the international mile is exactly 0.0002% less than the US survey mile).

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Mile"^^xsd:string .

emmo:MilliAmpere a owl:Class ;
    rdfs:label "MilliAmpere"@en ;
    rdfs:comment "A milliampere is 0.001 A"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Ampere ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 ;
    skos:altLabel "milliampere"@en ;
    skos:prefLabel "MilliAmpere"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mA"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mA"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A milliampere is 0.001 A"@en .

emmo:MilliAmpereHour a owl:Class ;
    rdfs:label "MilliAmpereHour"^^xsd:string ;
    rdfs:comment """product of the 0.001-fold of the SI base unit ampere and the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.6e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a ;
    skos:altLabel "Milliampere Hour"@en ;
    skos:prefLabel "MilliAmpereHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliA-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mA.h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µA⋅h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the 0.001-fold of the SI base unit ampere and the unit hour

-- QUDT"""@en .

emmo:MilliAmpereHourPerGram a owl:Class ;
    rdfs:label "MilliAmpereHourPerGram"^^xsd:string ;
    rdfs:comment """`Milliampere hour per gram` is a practical unit of electric charge relative to the mass of the (active) parts. 1mAh/g describes the capability of a material to store charge equivalent to 1h charge with 1mA per gram. The unit is often used in electrochemistry to describe the properties of active components like electrodes.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 3.6e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Milliampere Hour per Gram"@en ;
    skos:prefLabel "MilliAmpereHourPerGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliA-HR-PER-GM"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mA⋅h/g"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Milliampere hour per gram` is a practical unit of electric charge relative to the mass of the (active) parts. 1mAh/g describes the capability of a material to store charge equivalent to 1h charge with 1mA per gram. The unit is often used in electrochemistry to describe the properties of active components like electrodes.

-- QUDT"""@en .

emmo:MilliAmpereHourPerSquareCentiMetre a owl:Class ;
    rdfs:label "MilliAmpereHourPerSquareCentiMetre"@en ;
    rdfs:comment "unit of areic capacity"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.6e+10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MilliAmpereHourPerSquareCentiMetre"@en ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mA.h.cm-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mA⋅h/cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "unit of areic capacity"@en .

emmo:MilliAmperePerGram a owl:Class ;
    rdfs:label "MilliAmperePerGram"@en ;
    rdfs:comment "a unit of electric current per mass"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac ;
    skos:prefLabel "MilliAmperePerGram"@en ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mA/g"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a unit of electric current per mass"@en .

emmo:MilliAmperePerInch a owl:Class ;
    rdfs:label "MilliAmperePerInch"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI base unit ampere divided by the unit inch according to the Anglo-American and the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 3.937008e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 ;
    skos:altLabel "Milliampere Per Inch"@en ;
    skos:prefLabel "MilliAmperePerInch"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliA-PER-IN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mA.[in_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µA/in"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI base unit ampere divided by the unit inch according to the Anglo-American and the Imperial system of units

-- QUDT"""@en .

emmo:MilliAmperePerMilliMetre a owl:Class ;
    rdfs:label "MilliAmperePerMilliMetre"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI base unit ampere  divided by the 0.001-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ;
            owl:someValuesFrom emmo:AmperePerMilliMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 ;
    skos:altLabel "Milliampere Per Millimetre"@en ;
    skos:prefLabel "MilliAmperePerMilliMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliA-PER-MilliM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mA.mm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mA/mm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI base unit ampere  divided by the 0.001-fold of the SI base unit metre

-- QUDT"""@en .

emmo:MilliAmperePerSquareCentiMetre a owl:Class ;
    rdfs:label "MilliAmperePerSquareCentiMetre"@en ;
    rdfs:comment "0.001-fold of the SI base unit ampere divided by the 0.0001-fold  of the power of the SI base unit metre by exponent 2"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 ;
    skos:prefLabel "MilliAmperePerSquareCentiMetre"@en ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mA/cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "0.001-fold of the SI base unit ampere divided by the 0.0001-fold  of the power of the SI base unit metre by exponent 2"@en .

emmo:MilliArcsecond a owl:Class ;
    rdfs:label "MilliArcsecond"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.848137e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Arcsecond ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Milli ArcSecond"@en ;
    skos:prefLabel "MilliArcsecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliARCSEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m''"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mas"^^xsd:string ;
    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"^^xsd:string .

emmo:MilliBar a owl:Class ;
    rdfs:label "MilliBar"^^xsd:string ;
    rdfs:comment """The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to 100,000 Pa = 1 bar ≈ 750.0616827 Torr. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Bar ],
        [ a owl:Restriction ;
            owl:hasValue 1e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MilliBar"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBAR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mbar"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mbar"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to 100,000 Pa = 1 bar ≈ 750.0616827 Torr. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:string .

emmo:MilliBarCubicMetrePerSecond a owl:Class ;
    rdfs:label "MilliBarCubicMetrePerSecond"^^xsd:string ;
    rdfs:comment """product of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:BarCubicMetrePerSecond ],
        [ a owl:Restriction ;
            owl:hasValue 1e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Millibar Cubic Metre Per Second"@en ;
    skos:prefLabel "MilliBarCubicMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBAR-M3-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mbar.m3.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mbar⋅m³/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second

-- QUDT"""@en .

emmo:MilliBarLitrePerSecond a owl:Class ;
    rdfs:label "MilliBarLitrePerSecond"^^xsd:string ;
    rdfs:comment """product out of the 0.001-fold of the unit bar and the unit litre divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:BarLitrePerSecond ],
        [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Millibar Litre Per Second"@en ;
    skos:prefLabel "MilliBarLitrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBAR-L-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mbar.L.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mbar⋅L/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product out of the 0.001-fold of the unit bar and the unit litre divided by the SI base unit second

-- QUDT"""@en .

emmo:MilliBarPerBar a owl:Class ;
    rdfs:label "MilliBarPerBar"^^xsd:string ;
    rdfs:comment """0.01-fold of the unit bar divided by the unit bar

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:BarPerBar ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9d09022c_e7ae_4379_a765_4803a8a502a1,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millibar Per Bar"@en ;
    skos:prefLabel "MilliBarPerBar"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBAR-PER-BAR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mbar.bar-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mbar/bar"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.01-fold of the unit bar divided by the unit bar

-- QUDT"""@en .

emmo:MilliBarPerKelvin a owl:Class ;
    rdfs:label "MilliBarPerKelvin"^^xsd:string ;
    rdfs:comment """0.001-fold of the unit bar divided by the unit temperature kelvin

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:BarPerKelvin ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millibar Per Kelvin"@en ;
    skos:prefLabel "MilliBarPerKelvin"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBAR-PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mbar.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mbar/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit bar divided by the unit temperature kelvin

-- QUDT"""@en .

emmo:MilliBecquerel a owl:Class ;
    rdfs:label "MilliBecquerel"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Becquerel ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "MilliBecquerel"@en ;
    skos:prefLabel "MilliBecquerel"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBQ"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mBq"^^xsd:string .

emmo:MilliBecquerelPerGram a owl:Class ;
    rdfs:label "MilliBecquerelPerGram"^^xsd:string ;
    rdfs:comment """One radioactive disintegration per thousand seconds per 1000th SI unit of sample mass.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_52b029aa_e525_4907_95d8_759298b04f97,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millibecquerels per gram"@en ;
    skos:prefLabel "MilliBecquerelPerGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBQ-PER-GM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mBq.g-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mBq/g"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One radioactive disintegration per thousand seconds per 1000th SI unit of sample mass.

-- QUDT"""@en .

emmo:MilliBecquerelPerKilogram a owl:Class ;
    rdfs:label "MilliBecquerelPerKilogram"^^xsd:string ;
    rdfs:comment """One radioactive disintegration per thousand seconds from an SI standard unit of mass of sample.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:BecquerelPerKilogram ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_52b029aa_e525_4907_95d8_759298b04f97,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millibecquerels per kilogram"@en ;
    skos:prefLabel "MilliBecquerelPerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBQ-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mBq.kg-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mBq/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One radioactive disintegration per thousand seconds from an SI standard unit of mass of sample.

-- QUDT"""@en .

emmo:MilliBecquerelPerLitre a owl:Class ;
    rdfs:label "MilliBecquerelPerLitre"^^xsd:string ;
    rdfs:comment """One radioactive disintegration per second from the SI unit of volume (cubic metre). Equivalent to Becquerels per cubic metre.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:BecquerelPerLitre ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millibecquerels per litre"@en ;
    skos:prefLabel "MilliBecquerelPerLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBQ-PER-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mBq.L-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mBq/L"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One radioactive disintegration per second from the SI unit of volume (cubic metre). Equivalent to Becquerels per cubic metre.

-- QUDT"""@en .

emmo:MilliBecquerelPerSquareMetrePerDay a owl:Class ;
    rdfs:label "MilliBecquerelPerSquareMetrePerDay"^^xsd:string ;
    rdfs:comment """One radioactive disintegration per thousand seconds in material passing through an area of one square metre during a period of one day (86400 seconds).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.157407e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_7cfbe969_6ced_47a2_86c6_de33673c45d0,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millibecquerels per square metre per day"@en ;
    skos:prefLabel "MilliBecquerelPerSquareMetrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBQ-PER-M2-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mBq.m-2.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mBq/(m²⋅day)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One radioactive disintegration per thousand seconds in material passing through an area of one square metre during a period of one day (86400 seconds).

-- QUDT"""@en .

emmo:MilliCoulomb a owl:Class ;
    rdfs:label "MilliCoulomb"^^xsd:string ;
    rdfs:comment """A MilliCoulomb is 10⁻³ C.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Coulomb ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "MilliCoulomb"@en ;
    skos:prefLabel "MilliCoulomb"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mC"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A MilliCoulomb is 10⁻³ C.

-- QUDT"""@en .

emmo:MilliCoulombPerCubicMetre a owl:Class ;
    rdfs:label "MilliCoulombPerCubicMetre"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:CoulombPerCubicMetre ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_8f36559a_a494_4b00_abc5_60bbc1475009,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millicoulomb Per Cubic Metre"@en ;
    skos:prefLabel "MilliCoulombPerCubicMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliC-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mC.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mC/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:MilliCoulombPerKilogram a owl:Class ;
    rdfs:label "MilliCoulombPerKilogram"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI derived unit coulomb divided by the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:CoulombPerKilogram ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millicoulomb Per Kilogram"@en ;
    skos:prefLabel "MilliCoulombPerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliC-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mC.kg-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mC/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit coulomb divided by the SI base unit kilogram

-- QUDT"""@en .

emmo:MilliCoulombPerSquareMetre a owl:Class ;
    rdfs:label "MilliCoulombPerSquareMetre"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:CoulombPerSquareMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millicoulomb Per Square Metre"@en ;
    skos:prefLabel "MilliCoulombPerSquareMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliC-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mC.m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mC/m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en .

emmo:MilliCurie a owl:Class ;
    rdfs:label "MilliCurie"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI derived unit curie

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.7e+07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Curie ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MilliCurie"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliCi"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mCi"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mCi"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit curie

-- QUDT"""@en .

emmo:MilliDegreeCelsius a owl:Class ;
    rdfs:label "MilliDegreeCelsius"^^xsd:string ;
    rdfs:comment """Millidegree Celsius is a scaled unit of measurement for temperature.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.7315e+02 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:DegreeCelsius ],
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_feb03a8a_bbb6_4918_a891_46713ef557f4 ;
    skos:altLabel "Millidegree Celsius"@en ;
    skos:prefLabel "MilliDegreeCelsius"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliDEG_C"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mCel"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m°C"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Millidegree Celsius is a scaled unit of measurement for temperature.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Celsius?oldid=494152178"^^xsd:string .

emmo:MilliFarad a owl:Class ;
    rdfs:label "MilliFarad"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI derived unit farad

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Farad ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_b14d9be5_f81e_469b_abca_379c2e83feab,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MilliFarad"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliFARAD"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mF"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mF"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit farad

-- QUDT"""@en .

emmo:MilliGal a owl:Class ;
    rdfs:label "MilliGal"^^xsd:string ;
    rdfs:comment """0.001-fold of the unit of acceleration called gal according to the CGS system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 ;
    skos:prefLabel "MilliGal"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGAL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mGal"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mgal"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit of acceleration called gal according to the CGS system of units

-- QUDT"""@en .

emmo:MilliGalsPerMonth a owl:Class ;
    rdfs:label "MilliGalsPerMonth"^^xsd:string ;
    rdfs:comment """A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a time duration of 30.4375 days or 2629800 seconds.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.802571e-10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_55ffe612_cf43_4b9b_a4e1_6aeb0c59c10c,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "MilliGals per month"@en ;
    skos:prefLabel "MilliGalsPerMonth"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGAL-PER-MO"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mGal.mo-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mgal/mo"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a time duration of 30.4375 days or 2629800 seconds.

-- QUDT"""@en .

emmo:MilliGram a owl:Class ;
    rdfs:label "MilliGram"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Gram ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MilliGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram

-- QUDT"""@en .

emmo:MilliGramPerCubicMetre a owl:Class ;
    rdfs:label "MilliGramPerCubicMetre"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:GramPerCubicMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Milligram Per Cubic Metre"@en ;
    skos:prefLabel "MilliGramPerCubicMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-3"^^xsd:string,
        "mg/m3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:MilliGramPerCubicMetrePerDay a owl:Class ;
    rdfs:label "MilliGramPerCubicMetrePerDay"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.157407e-11 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Milligrams per cubic metre per day"@en ;
    skos:prefLabel "MilliGramPerCubicMetrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M3-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-3.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/(m³⋅day)"^^xsd:string .

emmo:MilliGramPerCubicMetrePerHour a owl:Class ;
    rdfs:label "MilliGramPerCubicMetrePerHour"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.777778e-10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Milligrams per cubic metre per hour"@en ;
    skos:prefLabel "MilliGramPerCubicMetrePerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M3-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-3.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/(m³⋅h)"^^xsd:string .

emmo:MilliGramPerCubicMetrePerSecond a owl:Class ;
    rdfs:label "MilliGramPerCubicMetrePerSecond"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Milligrams per cubic metre per second"@en ;
    skos:prefLabel "MilliGramPerCubicMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M3-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-3.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/(m³⋅s)"^^xsd:string .

emmo:MilliGramPerDay a owl:Class ;
    rdfs:label "MilliGramPerDay"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI base unit kilogram divided by the unit day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:GramPerDay ],
        [ a owl:Restriction ;
            owl:hasValue 1.157407e-11 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Milligram Per Day"@en ;
    skos:prefLabel "MilliGramPerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the unit day

-- QUDT"""@en .

emmo:MilliGramPerDeciLitre a owl:Class ;
    rdfs:label "MilliGramPerDeciLitre"^^xsd:string ;
    rdfs:comment """A derived unit for amount-of-substance concentration measured in mg/dL.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "milligrams per decilitre"@en ;
    skos:prefLabel "MilliGramPerDeciLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-DeciL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.dL-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/L"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A derived unit for amount-of-substance concentration measured in mg/dL.

-- QUDT"""@en .

emmo:MilliGramPerGram a owl:Class ;
    rdfs:label "MilliGramPerGram"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:GramPerGram ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Milligram Per Gram"@en ;
    skos:prefLabel "MilliGramPerGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-GM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.g-1"^^xsd:string,
        "mg/g"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/gm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram

-- QUDT"""@en .

emmo:MilliGramPerHectare a owl:Class ;
    rdfs:label "MilliGramPerHectare"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI base unit kilogram divided by the 10,0000-fold of the power of the SI base unit metre with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Milligram Per Hectare"@en ;
    skos:prefLabel "MilliGramPerHectare"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-HA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.har-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/ha"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the 10,0000-fold of the power of the SI base unit metre with the exponent 2

-- QUDT"""@en .

emmo:MilliGramPerHour a owl:Class ;
    rdfs:label "MilliGramPerHour"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI base unit kilogram divided by the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:GramPerHour ],
        [ a owl:Restriction ;
            owl:hasValue 2.777778e-10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Milligram Per Hour"@en ;
    skos:prefLabel "MilliGramPerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the unit hour

-- QUDT"""@en .

emmo:MilliGramPerKilogram a owl:Class ;
    rdfs:label "MilliGramPerKilogram"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:GramPerKilogram ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Milligram Per Kilogram"@en ;
    skos:prefLabel "MilliGramPerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.kg-1"^^xsd:string,
        "mg/kg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram

-- QUDT"""@en .

emmo:MilliGramPerLitre a owl:Class ;
    rdfs:label "MilliGramPerLitre"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI base unit kilogram divided by the unit litre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:GramPerLitre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Milligram Per Litre"@en ;
    skos:prefLabel "MilliGramPerLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.L-1"^^xsd:string,
        "mg/L"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/L"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the unit litre

-- QUDT"""@en .

emmo:MilliGramPerMetre a owl:Class ;
    rdfs:label "MilliGramPerMetre"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI base unit kilogram divided by the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:GramPerMetre ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Milligram Per Metre"@en ;
    skos:prefLabel "MilliGramPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the SI base unit metre

-- QUDT"""@en .

emmo:MilliGramPerMilliLitre a owl:Class ;
    rdfs:label "MilliGramPerMilliLitre"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI base unit kilogram divided by the unit millilitre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ;
            owl:someValuesFrom emmo:GramPerMilliLitre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Milligram Per Millilitre"@en ;
    skos:prefLabel "MilliGramPerMilliLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-MilliL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.mL-1"^^xsd:string,
        "mg/mL"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/mL"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the unit millilitre

-- QUDT"""@en .

emmo:MilliGramPerMinute a owl:Class ;
    rdfs:label "MilliGramPerMinute"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI base unit kilogram divided by the unit minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:GramPerMinute ],
        [ a owl:Restriction ;
            owl:hasValue 1.666667e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Milligram Per Minute"@en ;
    skos:prefLabel "MilliGramPerMinute"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the unit minute

-- QUDT"""@en .

emmo:MilliGramPerSecond a owl:Class ;
    rdfs:label "MilliGramPerSecond"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI base unit kilogram divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:GramPerSecond ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Milligram Per Second"@en ;
    skos:prefLabel "MilliGramPerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the SI base unit second

-- QUDT"""@en .

emmo:MilliGramPerSquareCentiMetre a owl:Class ;
    rdfs:label "MilliGramPerSquareCentiMetre"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ;
            owl:someValuesFrom emmo:GramPerSquareCentiMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Milligram Per Square Centimetre"@en ;
    skos:prefLabel "MilliGramPerSquareCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-CentiM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.cm-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2

-- QUDT"""@en .

emmo:MilliGramPerSquareMetre a owl:Class ;
    rdfs:label "MilliGramPerSquareMetre"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:GramPerSquareMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Milligram Per Square Metre"@en ;
    skos:prefLabel "MilliGramPerSquareMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-2"^^xsd:string,
        "mg/m2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en .

emmo:MilliGramPerSquareMetrePerDay a owl:Class ;
    rdfs:label "MilliGramPerSquareMetrePerDay"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:GramPerSquareMetrePerDay ],
        [ a owl:Restriction ;
            owl:hasValue 1.157407e-11 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 ;
    skos:altLabel "Milligrams per square metre per day"@en ;
    skos:prefLabel "MilliGramPerSquareMetrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M2-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-2.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/(m²⋅day)"^^xsd:string .

emmo:MilliGramPerSquareMetrePerHour a owl:Class ;
    rdfs:label "MilliGramPerSquareMetrePerHour"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.777778e-10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 ;
    skos:altLabel "Milligrams per square metre per hour"@en ;
    skos:prefLabel "MilliGramPerSquareMetrePerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M2-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-2.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/(m²⋅h)"^^xsd:string .

emmo:MilliGramPerSquareMetrePerSecond a owl:Class ;
    rdfs:label "MilliGramPerSquareMetrePerSecond"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 ;
    skos:altLabel "Milligrams per square metre per second"@en ;
    skos:prefLabel "MilliGramPerSquareMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M2-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-2.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/(m²⋅s)"^^xsd:string .

emmo:MilliGravity a owl:Class ;
    rdfs:label "MilliGravity"^^xsd:string ;
    rdfs:comment """"Milligravity" is a unit for  'Linear Acceleration' expressed as mG.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Gravity ],
        [ a owl:Restriction ;
            owl:hasValue 9.80665e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MilliGravity"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliG"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m[g]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mG"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Milligravity" is a unit for  'Linear Acceleration' expressed as mG.

-- QUDT"""@en .

emmo:MilliGray a owl:Class ;
    rdfs:label "MilliGray"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI derived unit gray

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Gray ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MilliGray"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGRAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mGy"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mGy"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit gray

-- QUDT"""@en .

emmo:MilliHenry a owl:Class ;
    rdfs:label "MilliHenry"^^xsd:string ;
    rdfs:comment """A unit of inductance equal to one thousandth of a henry.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Henry ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MilliHenry"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliH"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mH"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mH"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of inductance equal to one thousandth of a henry.

-- QUDT"""@en .

emmo:MilliHenryPerKiloOhm a owl:Class ;
    rdfs:label "MilliHenryPerKiloOhm"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ;
            owl:someValuesFrom emmo:HenryPerKiloOhm ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millihenry Per Kiloohm"@en ;
    skos:prefLabel "MilliHenryPerKiloOhm"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliH-PER-KiloOHM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mH.kOhm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mH/kΩ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm

-- QUDT"""@en .

emmo:MilliHenryPerOhm a owl:Class ;
    rdfs:label "MilliHenryPerOhm"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI derived unit henry divided by the SI derived unit ohm

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:HenryPerOhm ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millihenry Per Ohm"@en ;
    skos:prefLabel "MilliHenryPerOhm"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliH-PER-OHM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mH.Ohm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mH/Ω"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit henry divided by the SI derived unit ohm

-- QUDT"""@en .

emmo:MilliInch a owl:Class ;
    rdfs:label "MilliInch"@en ;
    rdfs:comment """0.001-fold of the unit inch according to the Anglo-American and Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.54e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:altLabel "Milli-inch"@en ;
    skos:prefLabel "MilliInch"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m[in_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mil"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit inch according to the Anglo-American and Imperial system of units

-- QUDT"""@en .

emmo:MilliJoule a owl:Class ;
    rdfs:label "MilliJoule"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI derived unit joule

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Joule ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:prefLabel "MilliJoule"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliJ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mJ"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mJ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit joule

-- QUDT"""@en .

emmo:MilliLitre a owl:Class ;
    rdfs:label "MilliLitre"^^xsd:string ;
    rdfs:comment """0.001-fold of the unit litre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Litre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:prefLabel "MilliLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit litre

-- QUDT"""@en .

emmo:MilliLitrePerCubicMetre a owl:Class ;
    rdfs:label "MilliLitrePerCubicMetre"^^xsd:string ;
    rdfs:comment """0.001-fold of the unit litre divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Millilitre Per Cubic Metre"@en ;
    skos:prefLabel "MilliLitrePerCubicMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.m-3"^^xsd:string,
        "mL/m3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit litre divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:MilliLitrePerDay a owl:Class ;
    rdfs:label "MilliLitrePerDay"^^xsd:string ;
    rdfs:comment """0.001-fold of the unit litre divided by the unit day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:LitrePerDay ],
        [ a owl:Restriction ;
            owl:hasValue 1.157407e-11 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millilitre Per Day"@en ;
    skos:prefLabel "MilliLitrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit litre divided by the unit day

-- QUDT"""@en .

emmo:MilliLitrePerHour a owl:Class ;
    rdfs:label "MilliLitrePerHour"^^xsd:string ;
    rdfs:comment """0.001-fold of the unit litre divided by the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:LitrePerHour ],
        [ a owl:Restriction ;
            owl:hasValue 2.777778e-10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millilitre Per Hour"@en ;
    skos:prefLabel "MilliLitrePerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit litre divided by the unit hour

-- QUDT"""@en .

emmo:MilliLitrePerKelvin a owl:Class ;
    rdfs:label "MilliLitrePerKelvin"^^xsd:string ;
    rdfs:comment """0.001-fold of the unit litre divided by the SI base unit kelvin

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:LitrePerKelvin ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_85d72920_708d_4eb9_89ce_8a588b0ce66d,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millilitre Per Kelvin"@en ;
    skos:prefLabel "MilliLitrePerKelvin"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit litre divided by the SI base unit kelvin

-- QUDT"""@en .

emmo:MilliLitrePerKilogram a owl:Class ;
    rdfs:label "MilliLitrePerKilogram"^^xsd:string ;
    rdfs:comment """0.001-fold of the unit of the volume litre divided by the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:LitrePerKilogram ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millilitre Per Kilogram"@en ;
    skos:prefLabel "MilliLitrePerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.kg-1"^^xsd:string,
        "mL/kg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit of the volume litre divided by the SI base unit kilogram

-- QUDT"""@en .

emmo:MilliLitrePerLitre a owl:Class ;
    rdfs:label "MilliLitrePerLitre"^^xsd:string ;
    rdfs:comment """volume ratio consisting of the 0.001-fold of the unit litre divided by the unit litre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:LitrePerLitre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Millilitre Per Litre"@en ;
    skos:prefLabel "MilliLitrePerLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.L-1"^^xsd:string,
        "mL/L"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/L"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """volume ratio consisting of the 0.001-fold of the unit litre divided by the unit litre

-- QUDT"""@en .

emmo:MilliLitrePerMinute a owl:Class ;
    rdfs:label "MilliLitrePerMinute"^^xsd:string ;
    rdfs:comment """0.001-fold of the unit litre divided by the unit minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:LitrePerMinute ],
        [ a owl:Restriction ;
            owl:hasValue 1.666667e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millilitre Per Minute"@en ;
    skos:prefLabel "MilliLitrePerMinute"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.min-1"^^xsd:string,
        "mL/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit litre divided by the unit minute

-- QUDT"""@en .

emmo:MilliLitrePerSecond a owl:Class ;
    rdfs:label "MilliLitrePerSecond"^^xsd:string ;
    rdfs:comment """0.001-fold of the unit litre divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:LitrePerSecond ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millilitre Per Second"@en ;
    skos:prefLabel "MilliLitrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit litre divided by the SI base unit second

-- QUDT"""@en .

emmo:MilliLitrePerSquareCentiMetreMinute a owl:Class ;
    rdfs:label "MilliLitrePerSquareCentiMetreMinute"^^xsd:string ;
    rdfs:comment """quotient of the 0.001-fold of the unit litre and the unit minute divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.666667e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millilitre Per Square Centimetre Minute"@en ;
    skos:prefLabel "MilliLitrePerSquareCentiMetreMinute"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-CentiM2-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.cm-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/(cm²⋅min)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """quotient of the 0.001-fold of the unit litre and the unit minute divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2

-- QUDT"""@en .

emmo:MilliLitrePerSquareCentiMetreSecond a owl:Class ;
    rdfs:label "MilliLitrePerSquareCentiMetreSecond"^^xsd:string ;
    rdfs:comment """unit of the volume flow rate millilitre divided by second related to the transfer area as 0.0001-fold of the power of the SI base unit metre by exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millilitre Per Square Centimetre Second"@en ;
    skos:prefLabel "MilliLitrePerSquareCentiMetreSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-CentiM2-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.cm-2.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/(cm²⋅s)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume flow rate millilitre divided by second related to the transfer area as 0.0001-fold of the power of the SI base unit metre by exponent 2

-- QUDT"""@en .

emmo:MilliLitrePerSquareMetrePerDay a owl:Class ;
    rdfs:label "MilliLitrePerSquareMetrePerDay"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.157407e-11 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millilitres per square metre per day"@en ;
    skos:prefLabel "MilliLitrePerSquareMetrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-M2-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.m-2.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/(m²⋅day)"^^xsd:string .

emmo:MilliMetre a owl:Class ;
    rdfs:label "MilliMetre"^^xsd:string ;
    rdfs:comment """The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly 5/127 (approximately 0.039370) of an inch.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Metre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MilliMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly 5/127 (approximately 0.039370) of an inch.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Millimetre?oldid=493032457"^^xsd:string .

emmo:MilliMetreOfMercury a owl:Class ;
    rdfs:label "MilliMetreOfMercury"^^xsd:string ;
    rdfs:comment """The millimeter of mercury is defined as the pressure exerted at the base of a column of fluid exactly 1 mm high, when the density of the fluid is exactly 13.5951 g/cm³, at a place where the acceleration of gravity is exactly 9.80665 m/s².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.333224e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millimetre of Mercury"@en ;
    skos:prefLabel "MilliMetreOfMercury"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM_HG"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm[Hg]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmHg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The millimeter of mercury is defined as the pressure exerted at the base of a column of fluid exactly 1 mm high, when the density of the fluid is exactly 13.5951 g/cm³, at a place where the acceleration of gravity is exactly 9.80665 m/s².

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Torr?oldid=495199381"^^xsd:string .

emmo:MilliMetreOfMercury_Absolute a owl:Class ;
    rdfs:label "MilliMetreOfMercury_Absolute"^^xsd:string ;
    rdfs:comment """Millimeters of Mercury inclusive of atmospheric pressure

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millimetre of Mercury - Absolute"@en ;
    skos:prefLabel "MilliMetreOfMercury_Absolute"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM_HGA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm[Hg]{absolute}"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmHgA"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Millimeters of Mercury inclusive of atmospheric pressure

-- QUDT"""@en .

emmo:MilliMetrePerDay a owl:Class ;
    rdfs:label "MilliMetrePerDay"^^xsd:string ;
    rdfs:comment """A measure of change in depth over time for a specific area, typically used to express precipitation intensity or evaporation (the amount of liquid water evaporated per unit of time from the area)

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.15741e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "millimetres per day"@en ;
    skos:prefLabel "MilliMetrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm.d-1"^^xsd:string,
        "mm/d"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A measure of change in depth over time for a specific area, typically used to express precipitation intensity or evaporation (the amount of liquid water evaporated per unit of time from the area)

-- QUDT"""@en .

emmo:MilliMetrePerHour a owl:Class ;
    rdfs:label "MilliMetrePerHour"^^xsd:string ;
    rdfs:comment """0001-fold of the SI base unit metre divided by the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MetrePerHour ],
        [ a owl:Restriction ;
            owl:hasValue 2.777778e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millimetre Per Hour"@en ;
    skos:prefLabel "MilliMetrePerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm.h-1"^^xsd:string,
        "mm/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0001-fold of the SI base unit metre divided by the unit hour

-- QUDT"""@en .

emmo:MilliMetrePerKelvin a owl:Class ;
    rdfs:label "MilliMetrePerKelvin"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI base unit metre divided by the SI base unit kelvin

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MetrePerKelvin ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_793f3567_b351_42ef_a1d4_5111d53999c4,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millimetre Per Kelvin"@en ;
    skos:prefLabel "MilliMetrePerKelvin"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM-PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI base unit metre divided by the SI base unit kelvin

-- QUDT"""@en .

emmo:MilliMetrePerMinute a owl:Class ;
    rdfs:label "MilliMetrePerMinute"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI base unit metre divided by the unit minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.666667e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MetrePerMinute ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millimetre Per Minute"@en ;
    skos:prefLabel "MilliMetrePerMinute"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm.min-1"^^xsd:string,
        "mm/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI base unit metre divided by the unit minute

-- QUDT"""@en .

emmo:MilliMetrePerSecond a owl:Class ;
    rdfs:label "MilliMetrePerSecond"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI base unit metre divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ;
            owl:someValuesFrom emmo:MetrePerSecond ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millimetre Per Second"@en ;
    skos:prefLabel "MilliMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI base unit metre divided by the SI base unit second

-- QUDT"""@en .

emmo:MilliMetrePerYear a owl:Class ;
    rdfs:label "MilliMetrePerYear"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI base unit metre divided by the unit year

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MetrePerYear ],
        [ a owl:Restriction ;
            owl:hasValue 1.71e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millimetre Per Year"@en ;
    skos:prefLabel "MilliMetrePerYear"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM-PER-YR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm.a-1"^^xsd:string,
        "mm/a"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm/yr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI base unit metre divided by the unit year

-- QUDT"""@en .

emmo:MilliMole a owl:Class ;
    rdfs:label "MilliMole"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI base unit mol

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Mole ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b ;
    skos:prefLabel "MilliMole"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI base unit mol

-- QUDT"""@en .

emmo:MilliMolePerCubicMetre a owl:Class ;
    rdfs:label "MilliMolePerCubicMetre"^^xsd:string ;
    rdfs:comment """Unavailable.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MolePerCubicMetre ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 ;
    skos:altLabel "Millimoles per cubic metre"@en ;
    skos:prefLabel "MilliMolePerCubicMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unavailable.

-- QUDT"""@en .

emmo:MilliMolePerCubicMetrePerDay a owl:Class ;
    rdfs:label "MilliMolePerCubicMetrePerDay"^^xsd:string ;
    rdfs:comment """Unavailable.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.157407e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millimoles per cubic metre per day"@en ;
    skos:prefLabel "MilliMolePerCubicMetrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-M3-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.m-3.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol/(m³⋅day)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unavailable.

-- QUDT"""@en .

emmo:MilliMolePerGram a owl:Class ;
    rdfs:label "MilliMolePerGram"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_95971713_d589_4002_a5a7_affc5c74cfdb,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millimole Per Gram"@en ;
    skos:prefLabel "MilliMolePerGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-GM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.g-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol/g"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram

-- QUDT"""@en .

emmo:MilliMolePerKilogram a owl:Class ;
    rdfs:label "MilliMolePerKilogram"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI base unit mol divided by the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_95971713_d589_4002_a5a7_affc5c74cfdb,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millimole Per Kilogram"@en ;
    skos:prefLabel "MilliMolePerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.kg-1"^^xsd:string,
        "mmol/kg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI base unit mol divided by the SI base unit kilogram

-- QUDT"""@en .

emmo:MilliMolePerLitre a owl:Class ;
    rdfs:label "MilliMolePerLitre"^^xsd:string ;
    rdfs:comment """The SI derived unit for amount-of-substance concentration is the mmo/L.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MolePerLitre ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 ;
    skos:altLabel "millimoles per litre"@en ;
    skos:prefLabel "MilliMolePerLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.L-1"^^xsd:string,
        "mmol/L"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmo/L"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI derived unit for amount-of-substance concentration is the mmo/L.

-- QUDT"""@en .

emmo:MilliMolePerMole a owl:Class ;
    rdfs:label "MilliMolePerMole"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f76f5a24_d703_4e8c_b368_f9a7777cb73a ;
    skos:altLabel "Millimoles per mole"@en ;
    skos:prefLabel "MilliMolePerMole"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-MOL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.mol-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol/mol"^^xsd:string .

emmo:MilliMolePerSquareMetre a owl:Class ;
    rdfs:label "MilliMolePerSquareMetre"^^xsd:string ;
    rdfs:comment """Unavailable.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MolePerSquareMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_183f6fac_8543_44e0_bd59_434aa7054f4c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millimoles per square metre"@en ;
    skos:prefLabel "MilliMolePerSquareMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol/m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unavailable.

-- QUDT"""@en .

emmo:MilliMolePerSquareMetrePerDay a owl:Class ;
    rdfs:label "MilliMolePerSquareMetrePerDay"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MolePerSquareMetrePerDay ],
        [ a owl:Restriction ;
            owl:hasValue 1.157407e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millimoles per square metre per day"@en ;
    skos:prefLabel "MilliMolePerSquareMetrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-M2-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.m-2.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol/(m²⋅day)"^^xsd:string .

emmo:MilliMolePerSquareMetrePerSecond a owl:Class ;
    rdfs:label "MilliMolePerSquareMetrePerSecond"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 ;
    skos:altLabel "Millimoles per square metre per second"@en ;
    skos:prefLabel "MilliMolePerSquareMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-M2-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.m-2.s-1"^^xsd:string,
        "mmol/m2/s1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µg/(m²⋅s)"^^xsd:string .

emmo:MilliNewton a owl:Class ;
    rdfs:label "MilliNewton"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI derived unit newton

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Newton ],
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MilliNewton"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mN"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mN"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit newton

-- QUDT"""@en .

emmo:MilliNewtonMetre a owl:Class ;
    rdfs:label "MilliNewtonMetre"^^xsd:string ;
    rdfs:comment """0.001-fold of the product of the SI derived unit newton and the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ;
            owl:someValuesFrom emmo:NewtonMetre ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Millinewton Metre"@en ;
    skos:prefLabel "MilliNewtonMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliN-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mN.m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mN⋅m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the product of the SI derived unit newton and the SI base unit metre

-- QUDT"""@en .

emmo:MilliNewtonPerMetre a owl:Class ;
    rdfs:label "MilliNewtonPerMetre"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI derived unit newton divided by the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:NewtonPerMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ;
    skos:altLabel "Millinewton Per Metre"@en ;
    skos:prefLabel "MilliNewtonPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliN-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mN.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mN/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit newton divided by the SI base unit metre

-- QUDT"""@en .

emmo:MilliOhm a owl:Class ;
    rdfs:label "MilliOhm"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI derived unit ohm

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Ohm ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_7610efb8_c7c6_4684_abc1_774783c62472,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MilliOhm"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliOHM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mOhm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mΩ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit ohm

-- QUDT"""@en .

emmo:MilliPascal a owl:Class ;
    rdfs:label "MilliPascal"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI derived unit pascal

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Pascal ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MilliPascal"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliPA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mPa"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mPa"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit pascal

-- QUDT"""@en .

emmo:MilliPascalSecond a owl:Class ;
    rdfs:label "MilliPascalSecond"^^xsd:string ;
    rdfs:comment """0.001-fold of the product of the SI derived unit pascal and the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:PascalSecond ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millipascal Second"@en ;
    skos:prefLabel "MilliPascalSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliPA-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mPa.s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mPa⋅s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the product of the SI derived unit pascal and the SI base unit second

-- QUDT"""@en .

emmo:MilliPascalSecondPerBar a owl:Class ;
    rdfs:label "MilliPascalSecondPerBar"@en ;
    rdfs:comment """0.001-fold of the product of the SI derived unit pascal and the SI base unit second divided by the unit of the pressure bar

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:PascalSecondPerBar ],
        [ a owl:Restriction ;
            owl:hasValue 1e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millipascal Second Per Bar"@en ;
    skos:prefLabel "MilliPascalSecondPerBar"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliPA-SEC-PER-BAR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mPa.s.bar-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mPa⋅s/bar"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the product of the SI derived unit pascal and the SI base unit second divided by the unit of the pressure bar

-- QUDT"""@en .

emmo:MilliRad a owl:Class ;
    rdfs:label "MilliRad"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Rad ],
        [ a owl:Restriction ;
            owl:hasValue 1e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "MilliRad"@en ;
    skos:prefLabel "MilliRad"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliRAD_R"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mrad"^^xsd:string .

emmo:MilliRadPerHour a owl:Class ;
    rdfs:label "MilliRadPerHour"^^xsd:string ;
    rdfs:comment """One thousandth part of an absorbed ionizing radiation dose equal to 100 ergs per gram of irradiated material received per hour.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.777778e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Millirads per hour"@en ;
    skos:prefLabel "MilliRadPerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliRAD_R-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mRAD.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mrad/h"^^xsd:string ;
    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 .

emmo:MilliRadian a owl:Class ;
    rdfs:label "MilliRadian"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Radian ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        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 ;
    skos:altLabel "milliradian"@en ;
    skos:prefLabel "MilliRadian"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliRAD"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mrad"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mrad"^^xsd:string .

emmo:MilliRoentgen a owl:Class ;
    rdfs:label "MilliRoentgen"^^xsd:string ;
    rdfs:comment """0.001-fold of the unit roentgen.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Roentgen ],
        [ a owl:Restriction ;
            owl:hasValue 2.58e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MilliRoentgen"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mR"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mR"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit roentgen.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Roentgen_(unit)"^^xsd:string .

emmo:MilliRoentgenEquivalentMan a owl:Class ;
    rdfs:label "MilliRoentgenEquivalentMan"^^xsd:string ;
    rdfs:comment """The roentgen equivalent man (or rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are measures of the health effect of low levels of ionizing radiation on the human body.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.58e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Milliroentgen Equivalent Man"@en ;
    skos:prefLabel "MilliRoentgenEquivalentMan"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliR_man"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mREM"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mrem"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The roentgen equivalent man (or rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are measures of the health effect of low levels of ionizing radiation on the human body.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Roentgen_equivalent_man"^^xsd:string .

emmo:MilliSecond a owl:Class ;
    rdfs:label "MilliSecond"^^xsd:string ;
    rdfs:comment """"Millisecond" is an Imperial unit for 'Time' expressed as ms.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Second ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "millisecond"@en ;
    skos:prefLabel "MilliSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliSEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ms"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ms"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Millisecond" is an Imperial unit for 'Time' expressed as ms.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Millisecond?oldid=495102042"^^xsd:string .

emmo:MilliSiemens a owl:Class ;
    rdfs:label "MilliSiemens"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI derived unit siemens

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Siemens ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MilliSiemens"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliS"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mS"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mS"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit siemens

-- QUDT"""@en .

emmo:MilliSiemensPerCentiMetre a owl:Class ;
    rdfs:label "MilliSiemensPerCentiMetre"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ;
            owl:someValuesFrom emmo:SiemensPerCentiMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millisiemens Per Centimetre"@en ;
    skos:prefLabel "MilliSiemensPerCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliS-PER-CentiM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mS.cm-1"^^xsd:string,
        "mS/cm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mS/cm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre

-- QUDT"""@en .

emmo:MilliSiemensPerMetre a owl:Class ;
    rdfs:label "MilliSiemensPerMetre"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:SiemensPerMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "MilliSiemens per metre"@en ;
    skos:prefLabel "MilliSiemensPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliS-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mS.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mS/m"^^xsd:string .

emmo:MilliSievert a owl:Class ;
    rdfs:label "MilliSievert"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI derived unit sievert

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Sievert ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MilliSievert"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliSV"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mSv"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mSv"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit sievert

-- QUDT"""@en .

emmo:MilliTesla a owl:Class ;
    rdfs:label "MilliTesla"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI derived unit tesla

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Tesla ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5 ;
    skos:prefLabel "MilliTesla"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mT"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mT"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit tesla

-- QUDT"""@en .

emmo:MilliTorr a owl:Class ;
    rdfs:label "MilliTorr"^^xsd:string ;
    rdfs:comment """"MilliTorr" is a unit for  'Force Per Area' expressed as utorr.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Torr ],
        [ a owl:Restriction ;
            owl:hasValue 1.33322e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "MilliTorr"@en ;
    skos:prefLabel "MilliTorr"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliTORR"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mTorr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"MilliTorr" is a unit for  'Force Per Area' expressed as utorr.

-- QUDT"""@en .

emmo:MilliVolt a owl:Class ;
    rdfs:label "MilliVolt"^^xsd:string ;
    rdfs:comment """0,001-fold of the SI derived unit volt

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Volt ],
        emmo:EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MilliVolt"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliV"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mV"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mV"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI derived unit volt

-- QUDT"""@en .

emmo:MilliVoltPerMetre a owl:Class ;
    rdfs:label "MilliVoltPerMetre"^^xsd:string ;
    rdfs:comment """0.000001-fold of the SI derived unit volt divided by the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:VoltPerMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 ;
    skos:altLabel "Millivolt Per Metre"@en ;
    skos:prefLabel "MilliVoltPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliV-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mV.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mV/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit volt divided by the SI base unit metre

-- QUDT"""@en .

emmo:MilliVoltPerMinute a owl:Class ;
    rdfs:label "MilliVoltPerMinute"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI derived unit volt divided by the unit minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.666667e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_6837b106_7220_4ec6_b7c9_d549d6163672,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Millivolt Per Minute"@en ;
    skos:prefLabel "MilliVoltPerMinute"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliV-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mV.min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mV/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit volt divided by the unit minute

-- QUDT"""@en .

emmo:MilliWatt a owl:Class ;
    rdfs:label "MilliWatt"@en ;
    rdfs:comment "A milliwatt 0.01 N."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Watt ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "milliwatt"@en ;
    skos:prefLabel "MilliWatt"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliW"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mW"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mW"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A milliwatt 0.01 N."@en .

emmo:MilliWattPerSquareCentiMetrePerMicroMetrePerSteradian a owl:Class ;
    rdfs:label "MilliWattPerSquareCentiMetrePerMicroMetrePerSteradian"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c ;
    skos:altLabel "Milliwatts per square centimetre per micrometre per steradian"@en ;
    skos:prefLabel "MilliWattPerSquareCentiMetrePerMicroMetrePerSteradian"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliW-PER-CentiM2-MicroM-SR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mW.cm-2.um-1.sr-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mW/(cm⋅µm⋅sr)"^^xsd:string .

emmo:MilliWattPerSquareMetre a owl:Class ;
    rdfs:label "MilliWattPerSquareMetre"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI derived unit weber divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:WattPerSquareMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Milliwatt Per Square Metre"@en ;
    skos:prefLabel "MilliWattPerSquareMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliW-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mW.m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mW/m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit weber divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en .

emmo:MilliWattPerSquareMetrePerNanoMetre a owl:Class ;
    rdfs:label "MilliWattPerSquareMetrePerNanoMetre"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ;
            owl:someValuesFrom emmo:WattPerSquareMetrePerNanoMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c ;
    skos:altLabel "Milliwatts per square metre per nanometre"@en ;
    skos:prefLabel "MilliWattPerSquareMetrePerNanoMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliW-PER-M2-NanoM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mW.m-2.nm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mW/(cm⋅nm)"^^xsd:string .

emmo:MilliWattPerSquareMetrePerNanoMetrePerSteradian a owl:Class ;
    rdfs:label "MilliWattPerSquareMetrePerNanoMetrePerSteradian"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ;
            owl:someValuesFrom emmo:WattPerSquareMetrePerNanoMetrePerSteradian ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c ;
    skos:altLabel "Milliwatts per square metre per nanometre per steradian"@en ;
    skos:prefLabel "MilliWattPerSquareMetrePerNanoMetrePerSteradian"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliW-PER-M2-NanoM-SR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mW.m-2.nm-1.sr-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mW/(cm⋅nm⋅sr)"^^xsd:string .

emmo:MilliWeber a owl:Class ;
    rdfs:label "MilliWeber"^^xsd:string ;
    rdfs:comment """0.001-fold of the SI derived unit weber

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Weber ],
        emmo:EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MilliWeber"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliWB"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mWb"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mWb"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit weber

-- QUDT"""@en .

emmo:MillionYear a owl:Class ;
    rdfs:label "MillionYear"@en ;
    rdfs:comment """1,000,000-fold of the derived unit year.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "https://en.wiktionary.org/wiki/megayear"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 3.15576e+13 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Million Years"@en ;
    skos:prefLabel "MillionYear"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaYR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Ma"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Myr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000-fold of the derived unit year.

-- QUDT"""@en .

emmo:Minute a owl:Class ;
    rdfs:label "Minute"@en ;
    rdfs:comment """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,
        "Non-SI time unit defined as 60 seconds."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedspecialunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue "min"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac ;
    skos:prefLabel "Minute"@en ;
    schema:unitCode "MIN"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "min"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Minute"^^xsd:string ;
    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 .

emmo:MinuteAngle a owl:Class ;
    rdfs:label "MinuteAngle"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.908882e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 ;
    skos:altLabel "Minute Angle"@en ;
    skos:prefLabel "MinuteAngle"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MIN_Angle"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "'"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "'"^^xsd:string .

emmo:Mohm a owl:Class ;
    rdfs:label "Mohm"@en ;
    rdfs:comment """A unit of mechanical mobility for sound waves, being the reciprocal of the mechanical ohm unit of impedance, i.e., for an acoustic medium, the ratio of the flux or volumic speed (area times particle speed) of the resulting waves through it to the effective sound pressure (i.e. force) causing them, the unit being qualified, according to the units used, as m.k.s. or c.g.s. The mechanical ohm is equivalent to 1 dyn· s· cm⁻¹ or 10⁻³ N· s· m⁻¹.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-914"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_52ba3876_b51e_4670_a6f2_ce726abc2d3d,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Mohm"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOHM"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mohm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of mechanical mobility for sound waves, being the reciprocal of the mechanical ohm unit of impedance, i.e., for an acoustic medium, the ratio of the flux or volumic speed (area times particle speed) of the resulting waves through it to the effective sound pressure (i.e. force) causing them, the unit being qualified, according to the units used, as m.k.s. or c.g.s. The mechanical ohm is equivalent to 1 dyn· s· cm⁻¹ or 10⁻³ N· s· m⁻¹.

-- QUDT"""@en .

emmo:MoleDegreeCelsius a owl:Class ;
    rdfs:label "MoleDegreeCelsius"@en ;
    rdfs:comment """`Mole Degree Celsius` is a C.G.S System unit for 'Temperature Amount Of Substance' expressed as mol-degC.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_3d254432_6f8f_4a6d_9eb3_4ab54388171b,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.Cel"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol⋅°C"^^xsd:string ;
    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 .

emmo:MoleKelvin a owl:Class ;
    rdfs:label "MoleKelvin"@en ;
    rdfs:comment """Mole Kelvin is a unit for `Temperature Amount Of Substance` expressed as mol-K.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_3d254432_6f8f_4a6d_9eb3_4ab54388171b ;
    skos:altLabel "Mole Kelvin"@en ;
    skos:prefLabel "MoleKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.K"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol⋅K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Mole Kelvin is a unit for `Temperature Amount Of Substance` expressed as mol-K.

-- QUDT"""@en .

emmo:MolePerCubicDeciMetre a owl:Class ;
    rdfs:label "MolePerCubicDeciMetre"@en ;
    rdfs:comment """SI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 ;
    skos:altLabel "Mole Per Cubic Decimetre"@en ;
    skos:prefLabel "MolePerCubicDeciMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-DeciM3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.dm-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/dm³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:MolePerKilogramPascal a owl:Class ;
    rdfs:label "MolePerKilogramPascal"^^xsd:string ;
    rdfs:comment """Mole Per Kilogram Pascal (mol/kg-pa) is a unit of Molar Mass variation due to Pressure.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_2d66cf6d_9396_40c8_bb82_324ab19067ce ;
    skos:altLabel "Mole per Kilogram Pascal"@en ;
    skos:prefLabel "MolePerKilogramPascal"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-KiloGM-PA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.kg-1.Pa-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(kg⋅Pa)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Mole Per Kilogram Pascal (mol/kg-pa) is a unit of Molar Mass variation due to Pressure.

-- QUDT"""@en .

emmo:MolePerSquareMetrePerSecondPerMetre a owl:Class ;
    rdfs:label "MolePerSquareMetrePerSecondPerMetre"^^xsd:string ;
    rdfs:comment "Moles per square metre and second and metre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 ;
    skos:prefLabel "MolePerSquareMetrePerSecondPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M2-SEC-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-2.s-1.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(m²⋅s⋅m)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Moles per square metre and second and metre."@en .

emmo:MolePerSquareMetrePerSecondPerMetrePerSteradian a owl:Class ;
    rdfs:label "MolePerSquareMetrePerSecondPerMetrePerSteradian"^^xsd:string ;
    rdfs:comment "Moles per square metre per second per metre per steradian."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 ;
    skos:prefLabel "MolePerSquareMetrePerSecondPerMetrePerSteradian"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M2-SEC-M-SR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-2.s-1.m-1.sr-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(m²⋅s⋅m⋅sr)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Moles per square metre per second per metre per steradian."@en .

emmo:MolePerSquareMetrePerSecondPerSteradian a owl:Class ;
    rdfs:label "MolePerSquareMetrePerSecondPerSteradian"^^xsd:string ;
    rdfs:comment "Moles per square metre per second per steradian."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 ;
    skos:prefLabel "MolePerSquareMetrePerSecondPerSteradian"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M2-SEC-SR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-2.s-1.sr-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(m²⋅s⋅sr)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Moles per square metre per second per steradian."@en .

emmo:Month a owl:Class ;
    rdfs:label "Month"@en ;
    rdfs:comment """A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks. Also known as the 'Synodic Month' and calculated as 29.53059 days.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.thefreedictionary.com/Synodal+month"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.551443e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Month"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MO"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mo"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mo"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks. Also known as the 'Synodic Month' and calculated as 29.53059 days.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Month"^^xsd:string .

emmo:NanoAmpere a owl:Class ;
    rdfs:label "NanoAmpere"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Ampere ],
        [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 ;
    skos:altLabel "nanoampere"@en ;
    skos:prefLabel "NanoAmpere"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nA"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nA"^^xsd:string .

emmo:NanoBecquerel a owl:Class ;
    rdfs:label "NanoBecquerel"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Becquerel ],
        [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        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 ;
    skos:altLabel "NanoBecquerel"@en ;
    skos:prefLabel "NanoBecquerel"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoBQ"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nBq"^^xsd:string .

emmo:NanoBecquerelPerLitre a owl:Class ;
    rdfs:label "NanoBecquerelPerLitre"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:BecquerelPerLitre ],
        emmo:EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 ;
    skos:altLabel "Nanobecquerels per litre"@en ;
    skos:prefLabel "NanoBecquerelPerLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoBQ-PER-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nBq.L-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nBq/L"^^xsd:string .

emmo:NanoCoulomb a owl:Class ;
    rdfs:label "NanoCoulomb"^^xsd:string ;
    rdfs:comment """A NanoCoulomb is 10⁻⁹ C.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Coulomb ],
        [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 ;
    skos:altLabel "NanoCoulomb"@en ;
    skos:prefLabel "NanoCoulomb"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nC"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A NanoCoulomb is 10⁻⁹ C.

-- QUDT"""@en .

emmo:NanoFarad a owl:Class ;
    rdfs:label "NanoFarad"^^xsd:string ;
    rdfs:comment """A common metric unit of electric capacitance equal to 10⁻⁹ farad. This unit was previously called the millimicrofarad.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Farad ],
        [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b14d9be5_f81e_469b_abca_379c2e83feab,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 ;
    skos:prefLabel "NanoFarad"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoFARAD"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nF"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nF"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A common metric unit of electric capacitance equal to 10⁻⁹ farad. This unit was previously called the millimicrofarad.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Farad?oldid=493070876"^^xsd:string .

emmo:NanoFaradPerMetre a owl:Class ;
    rdfs:label "NanoFaradPerMetre"^^xsd:string ;
    rdfs:comment """0.000000001-fold of the SI derived unit farad divided by the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:FaradPerMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 ;
    skos:altLabel "Nanofarad Per Metre"@en ;
    skos:prefLabel "NanoFaradPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoFARAD-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nF.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nF/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000001-fold of the SI derived unit farad divided by the SI base unit metre

-- QUDT"""@en .

emmo:NanoGram a owl:Class ;
    rdfs:label "NanoGram"^^xsd:string ;
    rdfs:comment """10**-9 grams or one 10**-12 of the SI standard unit of mass (kilogram).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Gram ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 ;
    skos:prefLabel "NanoGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ng"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ng"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """10**-9 grams or one 10**-12 of the SI standard unit of mass (kilogram).

-- QUDT"""@en .

emmo:NanoGramPerCubicMetre a owl:Class ;
    rdfs:label "NanoGramPerCubicMetre"^^xsd:string ;
    rdfs:comment """0.000000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:GramPerCubicMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 ;
    skos:altLabel "Nanogram Per Cubic Metre"@en ;
    skos:prefLabel "NanoGramPerCubicMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ng.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ng/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:NanoGramPerDay a owl:Class ;
    rdfs:label "NanoGramPerDay"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:GramPerDay ],
        [ a owl:Restriction ;
            owl:hasValue 1.157407e-17 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 ;
    skos:altLabel "Nanograms per day"@en ;
    skos:prefLabel "NanoGramPerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ng.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ng/day"^^xsd:string .

emmo:NanoGramPerKilogram a owl:Class ;
    rdfs:label "NanoGramPerKilogram"^^xsd:string ;
    rdfs:comment """mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:GramPerKilogram ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 ;
    skos:altLabel "Nanogram Per Kilogram"@en ;
    skos:prefLabel "NanoGramPerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ng.kg-1"^^xsd:string,
        "ng/kg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ng/Kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram

-- QUDT"""@en .

emmo:NanoGramPerLitre a owl:Class ;
    rdfs:label "NanoGramPerLitre"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:GramPerLitre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 ;
    skos:altLabel "Nanograms per litre"@en ;
    skos:prefLabel "NanoGramPerLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM-PER-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ng.L-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ng/L"^^xsd:string .

emmo:NanoGramPerMicroLitre a owl:Class ;
    rdfs:label "NanoGramPerMicroLitre"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 ;
    skos:altLabel "Nanograms per microlitre"@en ;
    skos:prefLabel "NanoGramPerMicroLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM-PER-MicroL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ng.uL-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ng/µL"^^xsd:string .

emmo:NanoGramPerMilliLitre a owl:Class ;
    rdfs:label "NanoGramPerMilliLitre"^^xsd:string ;
    rdfs:comment """One 10**12 part of the SI standard unit of mass of the measurand per millilitre volume of matrix.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ;
            owl:someValuesFrom emmo:GramPerMilliLitre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 ;
    skos:altLabel "Nanograms per millilitre"@en ;
    skos:prefLabel "NanoGramPerMilliLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM-PER-MilliL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ng.mL-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ng/mL"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One 10**12 part of the SI standard unit of mass of the measurand per millilitre volume of matrix.

-- QUDT"""@en .

emmo:NanoGramPerSquareMetrePerPascalPerSecond a owl:Class ;
    rdfs:label "NanoGramPerSquareMetrePerPascalPerSecond"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_9f0338b9_326f_44c2_893c_2d815b763130 ;
    skos:altLabel "Nanograms per square metre per Pascal per second"@en ;
    skos:prefLabel "NanoGramPerSquareMetrePerPascalPerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM-PER-M2-PA-SEC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ng/(m²⋅s⋅Pa)"^^xsd:string ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:string .

emmo:NanoHenry a owl:Class ;
    rdfs:label "NanoHenry"^^xsd:string ;
    rdfs:comment """0.000000001-fold of the SI derived unit henry

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Henry ],
        [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 ;
    skos:prefLabel "NanoHenry"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoH"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nH"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nH"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000001-fold of the SI derived unit henry

-- QUDT"""@en .

emmo:NanoHenryPerMetre a owl:Class ;
    rdfs:label "NanoHenryPerMetre"^^xsd:string ;
    rdfs:comment """0.000000001-fold of the SI derived unit henry divided by the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:HenryPerMetre ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4,
        emmo:EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185 ;
    skos:altLabel "Nanohenry Per Metre"@en ;
    skos:prefLabel "NanoHenryPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoH-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nH.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nH/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000001-fold of the SI derived unit henry divided by the SI base unit metre

-- QUDT"""@en .

emmo:NanoLitre a owl:Class ;
    rdfs:label "NanoLitre"^^xsd:string ;
    rdfs:comment """0.000000001-fold of the unit litre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Litre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:prefLabel "NanoLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nL"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nL"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000001-fold of the unit litre

-- QUDT"""@en .

emmo:NanoMeterPerCentiMeterPsi a owl:Class ;
    rdfs:label "NanoMeterPerCentiMeterPsi"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.450377e-11 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Nanometer Per Centimeter PSI"@en ;
    skos:prefLabel "NanoMeterPerCentiMeterPsi"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoM-PER-CentiM-PSI"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nm.cm-1.PSI-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nm/(cm⋅PSI)"^^xsd:string .

emmo:NanoMeterPerMilliMeterMegaPascal a owl:Class ;
    rdfs:label "NanoMeterPerMilliMeterMegaPascal"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Nanometer Per Millimeter Megapascal"@en ;
    skos:prefLabel "NanoMeterPerMilliMeterMegaPascal"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoM-PER-MilliM-MegaPA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nm.mm-1.MPa-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nm/(mm⋅MPa)"^^xsd:string .

emmo:NanoMetre a owl:Class ;
    rdfs:label "NanoMetre"^^xsd:string ;
    rdfs:comment """0.000000001-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Metre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 ;
    skos:prefLabel "NanoMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nM"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000001-fold of the SI base unit metre

-- QUDT"""@en .

emmo:NanoMole a owl:Class ;
    rdfs:label "NanoMole"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Mole ],
        [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4,
        emmo:EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b ;
    skos:altLabel "NanoMole"@en ;
    skos:prefLabel "NanoMole"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol"^^xsd:string .

emmo:NanoMolePerCubicCentiMetrePerHour a owl:Class ;
    rdfs:label "NanoMolePerCubicCentiMetrePerHour"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 2.777778e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        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 ;
    skos:altLabel "Nanomoles per cubic centimetre per hour"@en ;
    skos:prefLabel "NanoMolePerCubicCentiMetrePerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-CentiM3-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.cm-3.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(cm³⋅h)"^^xsd:string .

emmo:NanoMolePerGramPerSecond a owl:Class ;
    rdfs:label "NanoMolePerGramPerSecond"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Nanomoles per gram per second"@en ;
    skos:prefLabel "NanoMolePerGramPerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-GM-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.g-1.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(g⋅s)"^^xsd:string .

emmo:NanoMolePerKilogram a owl:Class ;
    rdfs:label "NanoMolePerKilogram"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        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 ;
    skos:altLabel "Nanomoles per kilogram"@en ;
    skos:prefLabel "NanoMolePerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.kg-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/kg"^^xsd:string .

emmo:NanoMolePerLitre a owl:Class ;
    rdfs:label "NanoMolePerLitre"^^xsd:string ;
    rdfs:comment """A scaled unit of amount-of-substance concentration.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MolePerLitre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Nanomoles per litre"@en ;
    skos:prefLabel "NanoMolePerLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.L-1"^^xsd:string,
        "nmol/L"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/L"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A scaled unit of amount-of-substance concentration.

-- QUDT"""@en .

emmo:NanoMolePerLitrePerDay a owl:Class ;
    rdfs:label "NanoMolePerLitrePerDay"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.157407e-11 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        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 ;
    skos:altLabel "Nanomoles per litre per day"@en ;
    skos:prefLabel "NanoMolePerLitrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-L-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.L-1.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(L⋅day)"^^xsd:string .

emmo:NanoMolePerLitrePerHour a owl:Class ;
    rdfs:label "NanoMolePerLitrePerHour"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.777778e-10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Nanomoles per litre per hour"@en ;
    skos:prefLabel "NanoMolePerLitrePerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-L-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.L-1.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(L⋅h)"^^xsd:string .

emmo:NanoMolePerMicroGramPerHour a owl:Class ;
    rdfs:label "NanoMolePerMicroGramPerHour"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.777778e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Nanomoles per microgram per hour"@en ;
    skos:prefLabel "NanoMolePerMicroGramPerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-MicroGM-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.ug-1.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(µg⋅h)"^^xsd:string .

emmo:NanoMolePerMicroMole a owl:Class ;
    rdfs:label "NanoMolePerMicroMole"^^xsd:string ;
    rdfs:comment """Unavailable.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4,
        emmo:EMMO_f76f5a24_d703_4e8c_b368_f9a7777cb73a ;
    skos:altLabel "Nanomoles per micromole"@en ;
    skos:prefLabel "NanoMolePerMicroMole"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-MicroMOL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.umol-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/µmol"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unavailable.

-- QUDT"""@en .

emmo:NanoMolePerMicroMolePerDay a owl:Class ;
    rdfs:label "NanoMolePerMicroMolePerDay"^^xsd:string ;
    rdfs:comment """Unavailable.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.157407e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Nanomoles per micromole per day"@en ;
    skos:prefLabel "NanoMolePerMicroMolePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-MicroMOL-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.umol-1.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(µmol⋅day)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unavailable.

-- QUDT"""@en .

emmo:NanoMolePerSquareMetrePerDay a owl:Class ;
    rdfs:label "NanoMolePerSquareMetrePerDay"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MolePerSquareMetrePerDay ],
        [ a owl:Restriction ;
            owl:hasValue 1.157407e-14 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Nanomoles per square metre per day"@en ;
    skos:prefLabel "NanoMolePerSquareMetrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-M2-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.m-2.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(m²⋅day)"^^xsd:string .

emmo:NanoSecond a owl:Class ;
    rdfs:label "NanoSecond"^^xsd:string ;
    rdfs:comment """A nanosecond is a SI unit of time equal to one billionth of a second (10-9 or 1/1,000,000,000 s). One nanosecond is to one second as one second is to 31.69 years. The word nanosecond is formed by the prefix nano and the unit second.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Second ],
        [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 ;
    skos:altLabel "nanosecond"@en ;
    skos:prefLabel "NanoSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoSEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ns"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ns"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A nanosecond is a SI unit of time equal to one billionth of a second (10-9 or 1/1,000,000,000 s). One nanosecond is to one second as one second is to 31.69 years. The word nanosecond is formed by the prefix nano and the unit second.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Nanosecond?oldid=919778950"^^xsd:string .

emmo:NanoSiemens a owl:Class ;
    rdfs:label "NanoSiemens"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Siemens ],
        [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 ;
    skos:altLabel "NanoSiemens"@en ;
    skos:prefLabel "NanoSiemens"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoS"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nS"^^xsd:string .

emmo:NanoSiemensPerCentiMetre a owl:Class ;
    rdfs:label "NanoSiemensPerCentiMetre"^^xsd:string ;
    rdfs:comment """0.000000001-fold of the SI derived unit Siemens by the 0.01 fol of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ;
            owl:someValuesFrom emmo:SiemensPerCentiMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 ;
    skos:altLabel "Nanosiemens Per Centimetre"@en ;
    skos:prefLabel "NanoSiemensPerCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoS-PER-CentiM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nS.cm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nS/cm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000001-fold of the SI derived unit Siemens by the 0.01 fol of the SI base unit metre

-- QUDT"""@en .

emmo:NanoSiemensPerMetre a owl:Class ;
    rdfs:label "NanoSiemensPerMetre"^^xsd:string ;
    rdfs:comment """0.000000001-fold of the SI derived unit Siemens divided by the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:SiemensPerMetre ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 ;
    skos:altLabel "Nanosiemens Per Metre"@en ;
    skos:prefLabel "NanoSiemensPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoS-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nS.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nS/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000001-fold of the SI derived unit Siemens divided by the SI base unit metre

-- QUDT"""@en .

emmo:NanoTesla a owl:Class ;
    rdfs:label "NanoTesla"^^xsd:string ;
    rdfs:comment """0.000000001-fold of the SI derived unit tesla

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Tesla ],
        [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4,
        emmo:EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5 ;
    skos:prefLabel "NanoTesla"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nT"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nT"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000001-fold of the SI derived unit tesla

-- QUDT"""@en .

emmo:NanoWatt a owl:Class ;
    rdfs:label "NanoWatt"^^xsd:string ;
    rdfs:comment """0.000000001-fold of the SI derived unit watt

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Watt ],
        [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f,
        emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 ;
    skos:prefLabel "NanoWatt"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoW"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nW"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nW"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000001-fold of the SI derived unit watt

-- QUDT"""@en .

emmo:Nat a owl:Class ;
    rdfs:label "Nat"@en ;
    rdfs:comment """A nat is a logarithmic unit of information or entropy, based on natural logarithms and powers of e, rather than the powers of 2 and base 2 logarithms which define the bit. The nat is the natural unit for information entropy. Physical systems of natural units which normalize Boltzmann's constant to 1 are effectively measuring thermodynamic entropy in nats.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_972e01b0_b017_4903_8c05_b7edda958723,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Nat"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NAT"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nat"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A nat is a logarithmic unit of information or entropy, based on natural logarithms and powers of e, rather than the powers of 2 and base 2 logarithms which define the bit. The nat is the natural unit for information entropy. Physical systems of natural units which normalize Boltzmann's constant to 1 are effectively measuring thermodynamic entropy in nats.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Nat?oldid=474010287"^^xsd:string .

emmo:NatPerSecond a owl:Class ;
    rdfs:label "NatPerSecond"@en ;
    rdfs:comment """"Nat per Second" is information rate in natural units.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Nat per Second"@en ;
    skos:prefLabel "NatPerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NAT-PER-SEC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nat/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Nat per Second" is information rate in natural units.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Nat?oldid=474010287"^^xsd:string .

emmo:NauticalMile a owl:Class ;
    rdfs:label "NauticalMile"@en ;
    rdfs:comment """A unit of distance used primarily at sea and in aviation. The nautical mile is defined to be the average distance on the Earth's surface represented by one minute of latitude.  In 1929 an international conference in Monaco redefined the nautical mile to be exactly 1852 meters or 6076.115 49 feet, a distance known as the international nautical mile. The international nautical mile equals about 1.1508 statute miles. There are usually 3 nautical miles in a league. The unit is designed to equal 1/60 degree, although actual degrees of latitude vary from about 59.7 to 60.3 nautical miles. (Note: using data from the Geodetic Reference System 1980, the "true" length of a nautical mile would be 1852.216 meters.)

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.852e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:altLabel "Nautical Mile"@en ;
    skos:prefLabel "NauticalMile"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI_N"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[nmi_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmi"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of distance used primarily at sea and in aviation. The nautical mile is defined to be the average distance on the Earth's surface represented by one minute of latitude.  In 1929 an international conference in Monaco redefined the nautical mile to be exactly 1852 meters or 6076.115 49 feet, a distance known as the international nautical mile. The international nautical mile equals about 1.1508 statute miles. There are usually 3 nautical miles in a league. The unit is designed to equal 1/60 degree, although actual degrees of latitude vary from about 59.7 to 60.3 nautical miles. (Note: using data from the Geodetic Reference System 1980, the "true" length of a nautical mile would be 1852.216 meters.)

-- QUDT"""@en .

emmo:NauticalMilePerHour a owl:Class ;
    rdfs:label "NauticalMilePerHour"@en ;
    rdfs:comment """The knot is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation kn is preferred by the International Hydrographic Organization (IHO), which includes every major seafaring nation; but the abbreviations kt (singular) and kts (plural) are also widely used conflicting with the SI symbol for kilotonne which is also "kt". The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation-for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.14444e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Nautical Mile per Hour"@en ;
    skos:prefLabel "NauticalMilePerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI_N-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[nmi_i].h-1"^^xsd:string,
        "[nmi_i]/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmi/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The knot is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation kn is preferred by the International Hydrographic Organization (IHO), which includes every major seafaring nation; but the abbreviations kt (singular) and kts (plural) are also widely used conflicting with the SI symbol for kilotonne which is also "kt". The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation-for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour.

-- QUDT"""@en .

emmo:NauticalMilePerMinute a owl:Class ;
    rdfs:label "NauticalMilePerMinute"@en ;
    rdfs:comment """The SI derived unit for speed is the meter/second.
1 meter/second is equal to 0.0323974082073 nautical mile per minute.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Nautical Mile per Minute"@en ;
    skos:prefLabel "NauticalMilePerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI_N-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[nmi_i].min-1"^^xsd:string,
        "[nmi_i]/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmi/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI derived unit for speed is the meter/second.
1 meter/second is equal to 0.0323974082073 nautical mile per minute.

-- QUDT"""@en .

emmo:Neper a owl:Class ;
    rdfs:label "Neper"@en ;
    rdfs:comment """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,
        """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedspecialunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue "Np"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac,
        emmo:EMMO_972e01b0_b017_4903_8c05_b7edda958723 ;
    skos:prefLabel "Neper"@en ;
    schema:unitCode "C50"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NP"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Np"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Neper"^^xsd:string ;
    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: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:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Neper"^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.N04106"^^xsd:string .

emmo:NephelometryTurbidityUnit a owl:Class ;
    rdfs:label "NephelometryTurbidityUnit"@en ;
    rdfs:comment """"Nephelometry Turbidity Unit" is a C.G.S System unit for  'Turbidity' expressed as NTU.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Nephelometry Turbidity Unit"@en ;
    skos:prefLabel "NephelometryTurbidityUnit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NTU"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "NTU"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Nephelometry Turbidity Unit" is a C.G.S System unit for  'Turbidity' expressed as NTU.

-- QUDT"""@en .

emmo:NewtonCentiMetre a owl:Class ;
    rdfs:label "NewtonCentiMetre"@en ;
    rdfs:comment """product of the SI derived unit newton and the 0.01-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Newton Centimetre"@en ;
    skos:prefLabel "NewtonCentiMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-CentiM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.cm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅cm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI derived unit newton and the 0.01-fold of the SI base unit metre

-- QUDT"""@en .

emmo:NewtonMetrePerAmpere a owl:Class ;
    rdfs:label "NewtonMetrePerAmpere"@en ;
    rdfs:comment """product of the SI derived unit newton and the SI base unit metre divided by the SI base unit ampere

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m.A-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m/A"^^xsd:string ;
    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 .

emmo:NewtonMetrePerKilogram a owl:Class ;
    rdfs:label "NewtonMetrePerKilogram"^^xsd:string ;
    rdfs:comment """product of the derived SI unit newton and the SI base unit metre divided by the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 ;
    skos:altLabel "Newton Metre Per Kilogram"@en ;
    skos:prefLabel "NewtonMetrePerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m.kg-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m/kg"^^xsd:string ;
    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

-- QUDT"""@en .

emmo:NewtonMetrePerMetre a owl:Class ;
    rdfs:label "NewtonMetrePerMetre"@en ;
    rdfs:comment """This is the SI unit for the rolling resistance, which is equivalent to drag force in newton

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c ;
    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"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m/m"^^xsd:string ;
    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 .

emmo:NewtonMetrePerMetrePerRadian a owl:Class ;
    rdfs:label "NewtonMetrePerMetrePerRadian"^^xsd:string ;
    rdfs:comment "Newton metre per metre and radian."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c ;
    skos:prefLabel "NewtonMetrePerMetrePerRadian"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M-PER-M-RAD"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m/(m⋅rad)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Newton metre per metre and radian."@en .

emmo:NewtonMetrePerRadian a owl:Class ;
    rdfs:label "NewtonMetrePerRadian"@en ;
    rdfs:comment """Newton Meter per Radian is the SI unit for Torsion Constant

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    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"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m/rad"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Newton Meter per Radian is the SI unit for Torsion Constant

-- QUDT"""@en .

emmo:NewtonMetrePerSquareMetre a owl:Class ;
    rdfs:label "NewtonMetrePerSquareMetre"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m.m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m/m²"^^xsd:string ;
    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

-- QUDT"""@en .

emmo:NewtonMetreSecond a owl:Class ;
    rdfs:label "NewtonMetreSecond"@en ;
    rdfs:comment """The SI derived unit of angular momentum.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m.s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m⋅s"^^xsd:string ;
    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"^^xsd:string .

emmo:NewtonMetreSecondPerMetre a owl:Class ;
    rdfs:label "NewtonMetreSecondPerMetre"^^xsd:string ;
    rdfs:comment """Newton metre seconds measured per metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 ;
    skos:altLabel "Newton metre seconds per metre"@en ;
    skos:prefLabel "NewtonMetreSecondPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M-SEC-PER-M"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m⋅s/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Newton metre seconds measured per metre

-- QUDT"""@en .

emmo:NewtonMetreSecondPerRadian a owl:Class ;
    rdfs:label "NewtonMetreSecondPerRadian"^^xsd:string ;
    rdfs:comment """Newton metre seconds measured per radian

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a ;
    skos:altLabel "Newton metre seconds per radian"@en ;
    skos:prefLabel "NewtonMetreSecondPerRadian"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M-SEC-PER-RAD"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m⋅s/rad"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Newton metre seconds measured per radian

-- QUDT"""@en .

emmo:NewtonPerAmpere a owl:Class ;
    rdfs:label "NewtonPerAmpere"@en ;
    rdfs:comment """SI derived unit newton divided by the SI base unit ampere

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.A-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/A"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit newton divided by the SI base unit ampere

-- QUDT"""@en .

emmo:NewtonPerCentiMetre a owl:Class ;
    rdfs:label "NewtonPerCentiMetre"@en ;
    rdfs:comment """SI derived unit newton divided by the 0.01-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ;
    skos:altLabel "Newton Per Centimetre"@en ;
    skos:prefLabel "NewtonPerCentiMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-CentiM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.cm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/cm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit newton divided by the 0.01-fold of the SI base unit metre

-- QUDT"""@en .

emmo:NewtonPerCoulomb a owl:Class ;
    rdfs:label "NewtonPerCoulomb"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.C-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/C"^^xsd:string ;
    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 .

emmo:NewtonPerCubicMetre a owl:Class ;
    rdfs:label "NewtonPerCubicMetre"^^xsd:string ;
    rdfs:comment "Newton per cubic metre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 ;
    skos:prefLabel "NewtonPerCubicMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Newton per cubic metre."@en .

emmo:NewtonPerKilogram a owl:Class ;
    rdfs:label "NewtonPerKilogram"^^xsd:string ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6 ;
    skos:altLabel "Newton per Kilogram"@en ;
    skos:prefLabel "NewtonPerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.kg-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/kg"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:NewtonPerMilliMetre a owl:Class ;
    rdfs:label "NewtonPerMilliMetre"@en ;
    rdfs:comment """SI derived unit newton divided by the 0.001-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ;
    skos:altLabel "Newton Per Millimetre"@en ;
    skos:prefLabel "NewtonPerMilliMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-MilliM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.mm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/mm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit newton divided by the 0.001-fold of the SI base unit metre

-- QUDT"""@en .

emmo:NewtonPerRadian a owl:Class ;
    rdfs:label "NewtonPerRadian"@en ;
    rdfs:comment """A one-newton force applied for one angle/torsional torque

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c ;
    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"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/rad"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A one-newton force applied for one angle/torsional torque

-- QUDT"""@en .

emmo:NewtonPerSquareCentiMetre a owl:Class ;
    rdfs:label "NewtonPerSquareCentiMetre"@en ;
    rdfs:comment """derived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "Newton Per Square Centimetre"@en ;
    skos:prefLabel "NewtonPerSquareCentiMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-CentiM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.cm-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """derived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2

-- QUDT"""@en .

emmo:NewtonPerSquareMetre a owl:Class ;
    rdfs:label "NewtonPerSquareMetre"^^xsd:string ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b ;
    skos:altLabel "Newtons Per Square Metre"@en ;
    skos:prefLabel "NewtonPerSquareMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/m²"^^xsd:string ;
    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"^^xsd:string .

emmo:NewtonPerSquareMilliMetre a owl:Class ;
    rdfs:label "NewtonPerSquareMilliMetre"@en ;
    rdfs:comment """SI derived unit newton divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "Newton Per Square Millimetre"@en ;
    skos:prefLabel "NewtonPerSquareMilliMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-MilliM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.mm-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/mm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit newton divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 2

-- QUDT"""@en .

emmo:NewtonSecond a owl:Class ;
    rdfs:label "NewtonSecond"@en ;
    rdfs:comment """product of the SI derived unit newton and the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 ;
    skos:altLabel "Newton Second"@en ;
    skos:prefLabel "NewtonSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI derived unit newton and the SI base unit second

-- QUDT"""@en .

emmo:NewtonSecondPerCubicMetre a owl:Class ;
    rdfs:label "NewtonSecondPerCubicMetre"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.s.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅s/m³"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:NewtonSecondPerMetre a owl:Class ;
    rdfs:label "NewtonSecondPerMetre"@en ;
    rdfs:comment """Newton second measured per metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.s.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅s/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Newton second measured per metre

-- QUDT"""@en .

emmo:NewtonSecondPerRadian a owl:Class ;
    rdfs:label "NewtonSecondPerRadian"^^xsd:string ;
    rdfs:comment """Newton seconds measured per radian

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 ;
    skos:altLabel "Newton seconds per radian"@en ;
    skos:prefLabel "NewtonSecondPerRadian"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-SEC-PER-RAD"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅s/rad"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Newton seconds measured per radian

-- QUDT"""@en .

emmo:NewtonSquareMetrePerAmpere a owl:Class ;
    rdfs:label "NewtonSquareMetrePerAmpere"@en ;
    rdfs:comment "Newton metre squared per Ampere."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_431ce3bc_3d54_481d_a10d_7c4a4418732a ;
    skos:prefLabel "NewtonSquareMetrePerAmpere"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M2-PER-A"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m2.A-1"^^xsd:string,
        "N.m2/A"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m²/A"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Newton metre squared per Ampere."@en .

emmo:NewtonSquareMetrePerSquareKilogram a owl:Class ;
    rdfs:label "NewtonSquareMetrePerSquareKilogram"^^xsd:string ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_3181bb28_623b_4411_ad79_80277c661322 ;
    skos:altLabel "Newton Square Metre Per Square Kilogram"@en ;
    skos:prefLabel "NewtonSquareMetrePerSquareKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M2-PER-KiloGM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m2.kg-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m²/kg²"^^xsd:string ;
    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

-- QUDT"""@en .

emmo:NumberPer100Gram a owl:Class ;
    rdfs:label "NumberPer100Gram"^^xsd:string ;
    rdfs:comment """Count of an entity or phenomenon occurrence in one 10th of the SI unit of mass (kilogram).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_59197cce_b8b6_4216_a08d_26fb83c032af,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Number per 100 grams"@en ;
    skos:prefLabel "NumberPer100Gram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NUM-PER-HectoGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}.hg-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/hg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Count of an entity or phenomenon occurrence in one 10th of the SI unit of mass (kilogram).

-- QUDT"""@en .

emmo:NumberPerCubicMetre a owl:Class ;
    rdfs:label "NumberPerCubicMetre"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Number per cubic metre"@en ;
    skos:prefLabel "NumberPerCubicMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NUM-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/m³"^^xsd:string .

emmo:NumberPerGram a owl:Class ;
    rdfs:label "NumberPerGram"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_59197cce_b8b6_4216_a08d_26fb83c032af,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Number per gram"@en ;
    skos:prefLabel "NumberPerGram"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NUM-PER-GM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}.g-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/g"^^xsd:string .

emmo:NumberPerHectare a owl:Class ;
    rdfs:label "NumberPerHectare"@en ;
    rdfs:comment """Count of an entity or phenomenon's occurrence in 10,000 times the SI unit area (square metre).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_11708648_fc62_46c6_bae5_3a10693e416e,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Number per hectare"@en ;
    skos:prefLabel "NumberPerHectare"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NUM-PER-HA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}.har-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/ha"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Count of an entity or phenomenon's occurrence in 10,000 times the SI unit area (square metre).

-- QUDT"""@en .

emmo:NumberPerHour a owl:Class ;
    rdfs:label "NumberPerHour"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.777778e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Number per hour"@en ;
    skos:prefLabel "NumberPerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NUM-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/hr"^^xsd:string .

emmo:NumberPerLitre a owl:Class ;
    rdfs:label "NumberPerLitre"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Number per litre"@en ;
    skos:prefLabel "NumberPerLitre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NUM-PER-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}.L-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/L"^^xsd:string .

emmo:NumberPerMetre a owl:Class ;
    rdfs:label "NumberPerMetre"@en ;
    rdfs:comment """Unavailable.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Number per metre"@en ;
    skos:prefLabel "NumberPerMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NUM-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unavailable.

-- QUDT"""@en .

emmo:NumberPerMicroLitre a owl:Class ;
    rdfs:label "NumberPerMicroLitre"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Number per microlitre"@en ;
    skos:prefLabel "NumberPerMicroLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NUM-PER-MicroL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}.uL-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/µL"^^xsd:string .

emmo:NumberPerMilliGram a owl:Class ;
    rdfs:label "NumberPerMilliGram"^^xsd:string ;
    rdfs:comment """Count of an entity or phenomenon occurrence in one millionth of the SI unit of mass (kilogram).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_59197cce_b8b6_4216_a08d_26fb83c032af,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Number per milligram"@en ;
    skos:prefLabel "NumberPerMilliGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NUM-PER-MilliGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}.mg-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/mg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Count of an entity or phenomenon occurrence in one millionth of the SI unit of mass (kilogram).

-- QUDT"""@en .

emmo:NumberPerNanoLitre a owl:Class ;
    rdfs:label "NumberPerNanoLitre"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 2.147484e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Number per nanolitre"@en ;
    skos:prefLabel "NumberPerNanoLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NUM-PER-NanoL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}.nL-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/nL"^^xsd:string .

emmo:NumberPerSquareCentiMetrePerThousandYear a owl:Class ;
    rdfs:label "NumberPerSquareCentiMetrePerThousandYear"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.168809e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_9f0338b9_326f_44c2_893c_2d815b763130,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Number per square centimetre per thousand years"@en ;
    skos:prefLabel "NumberPerSquareCentiMetrePerThousandYear"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NUM-PER-CentiM-KiloYR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}.cm-2.ka-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(cm⋅1000 yr)"^^xsd:string .

emmo:NumberPerSquareKiloMetre a owl:Class ;
    rdfs:label "NumberPerSquareKiloMetre"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_11708648_fc62_46c6_bae5_3a10693e416e,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Number per square kilometre"@en ;
    skos:prefLabel "NumberPerSquareKiloMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NUM-PER-KiloM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}.km-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/km²"^^xsd:string .

emmo:NumberPerSquareMetre a owl:Class ;
    rdfs:label "NumberPerSquareMetre"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_11708648_fc62_46c6_bae5_3a10693e416e,
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Number per square metre"@en ;
    skos:prefLabel "NumberPerSquareMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NUM-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}.m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/m²"^^xsd:string .

emmo:NumberPerSquareMetrePerDay a owl:Class ;
    rdfs:label "NumberPerSquareMetrePerDay"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.157407e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Number per square metre per day"@en ;
    skos:prefLabel "NumberPerSquareMetrePerDay"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NUM-PER-M2-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}.m-2.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m²⋅day)"^^xsd:string .

emmo:NumberPerYear a owl:Class ;
    rdfs:label "NumberPerYear"@en ;
    rdfs:comment """"Number per Year" is a unit for  'Frequency' expressed as #/yr.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.168809e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Number per Year"@en ;
    skos:prefLabel "NumberPerYear"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NUM-PER-YR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}.a-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "#/yr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Number per Year" is a unit for  'Frequency' expressed as #/yr.

-- QUDT"""@en .

emmo:Oct a owl:Class ;
    rdfs:label "Oct"@en ;
    rdfs:comment """An octave is a doubling or halving of a frequency.  One oct is the logarithmic frequency interval between f1 and f2 when f2/f1 = 2.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_972e01b0_b017_4903_8c05_b7edda958723 ;
    skos:prefLabel "Oct"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OCT"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oct"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An octave is a doubling or halving of a frequency.  One oct is the logarithmic frequency interval between f1 and f2 when f2/f1 = 2.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Octave_(electronics)"^^xsd:string .

emmo:Oersted a owl:Class ;
    rdfs:label "Oersted"@en ;
    rdfs:comment """Oersted (abbreviated as Oe) is the unit of magnetizing field (also known as H-field, magnetic field strength or intensity) in the CGS system of units.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 7.957747e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 ;
    skos:prefLabel "Oersted"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OERSTED"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Oe"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Oe"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Oersted (abbreviated as Oe) is the unit of magnetizing field (also known as H-field, magnetic field strength or intensity) in the CGS system of units.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Oersted?oldid=491396460"^^xsd:string .

emmo:OerstedCentiMetre a owl:Class ;
    rdfs:label "OerstedCentiMetre"^^xsd:string ;
    rdfs:comment """"Oersted Centimeter" is a C.G.S System unit for  'Magnetomotive Force' expressed as Oe-cm.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 7.957747e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 ;
    skos:altLabel "Oersted Centimetre"@en ;
    skos:prefLabel "OerstedCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OERSTED-CentiM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Oe.cm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Oe⋅cm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Oersted Centimeter" is a C.G.S System unit for  'Magnetomotive Force' expressed as Oe-cm.

-- QUDT"""@en .

emmo:OhmMetre a owl:Class ;
    rdfs:label "OhmMetre"@en ;
    rdfs:comment "Ohm metre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_359312ca_1d9d_4765_b20b_28d9f45d77e7 ;
    skos:prefLabel "OhmMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OHM-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Ohm.m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Ω⋅m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ohm metre."@en .

emmo:OhmSquareMetrePerMetre a owl:Class ;
    rdfs:label "OhmSquareMetrePerMetre"@en ;
    rdfs:comment "Ohm square metre per metre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_359312ca_1d9d_4765_b20b_28d9f45d77e7 ;
    skos:prefLabel "OhmSquareMetrePerMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OHM-M2-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Ohm2.m.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Ω⋅m²/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ohm square metre per metre."@en .

emmo:OunceMass a owl:Class ;
    rdfs:label "OunceMass"@en ;
    rdfs:comment """An ounce of mass is 1/16th of a pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.834952e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ounce Mass"@en ;
    skos:prefLabel "OunceMass"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[oz_av]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An ounce of mass is 1/16th of a pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg.

-- QUDT"""@en .

emmo:OunceTroy a owl:Class ;
    rdfs:label "OunceTroy"@en ;
    rdfs:comment """An obsolete unit of mass; the Troy Ounce is 1/12th of a Troy Pound. Based on the international definition of a Troy Pound as 5760 grains, the Troy Ounce is exactly 480 grains, or 0.0311034768 kg.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.110348e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ounce Troy"@en ;
    skos:prefLabel "OunceTroy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ_TROY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[oz_tr]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz{Troy}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An obsolete unit of mass; the Troy Ounce is 1/12th of a Troy Pound. Based on the international definition of a Troy Pound as 5760 grains, the Troy Ounce is exactly 480 grains, or 0.0311034768 kg.

-- QUDT"""@en .

emmo:Oz_Ft a owl:Class ;
    rdfs:label "Oz_Ft"@en ;
    rdfs:comment """unit of the unbalance as a product of avoirdupois ounce according to  the avoirdupois system of units and foot according to the Anglo-American and Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 8.6409e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_3fe66e46_9343_4a36_b101_a732ad5f4f76,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ounce (avoirdupois) Foot"@en ;
    skos:prefLabel "Oz_Ft"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ-FT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[oz_av].[ft_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz⋅ft"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the unbalance as a product of avoirdupois ounce according to  the avoirdupois system of units and foot according to the Anglo-American and Imperial system of units

-- QUDT"""@en .

emmo:Oz_In a owl:Class ;
    rdfs:label "Oz_In"@en ;
    rdfs:comment """unit of the unbalance as a product of avoirdupois ounce according to  the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 6.94563e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_3fe66e46_9343_4a36_b101_a732ad5f4f76,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ounce (avoirdupois) Inch"@en ;
    skos:prefLabel "Oz_In"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ-IN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[oz_av].[in_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz⋅in"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the unbalance as a product of avoirdupois ounce according to  the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units

-- QUDT"""@en .

emmo:Oz_Per_Day a owl:Class ;
    rdfs:label "Oz_Per_Day"@en ;
    rdfs:comment """traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 3.2812e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ounce (avoirdupois) Per Day"@en ;
    skos:prefLabel "Oz_Per_Day"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[oz_av].d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time day

-- QUDT"""@en .

emmo:Oz_Per_Gal_Uk a owl:Class ;
    rdfs:label "Oz_Per_Gal_Uk"@en ;
    rdfs:comment """unit of the density according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.236e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ounce (avoirdupois) Per Gallon (UK)"@en ;
    skos:prefLabel "Oz_Per_Gal_Uk"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ-PER-GAL_UK"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[oz_av].[gal_br]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz/gal{UK}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the density according to the Imperial system of units

-- QUDT"""@en .

emmo:Oz_Per_Gal_Us a owl:Class ;
    rdfs:label "Oz_Per_Gal_Us"@en ;
    rdfs:comment """unit of the density according to the Anglo-American system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "https://cdd.iec.ch/cdd/iec61360/iec61360.nsf/Units/0112-2---62720%23UAA924"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 7.8125e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ounce (avoirdupois) Per Gallon (US)"@en ;
    skos:prefLabel "Oz_Per_Gal_Us"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ-PER-GAL_US"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[oz_av].[gal_us]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz/gal{US}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the density according to the Anglo-American system of units

-- QUDT"""@en .

emmo:Oz_Per_Hr a owl:Class ;
    rdfs:label "Oz_Per_Hr"@en ;
    rdfs:comment """traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 7.87487e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ounce (avoirdupois) Per Hour"@en ;
    skos:prefLabel "Oz_Per_Hr"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[oz_av].h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time hour

-- QUDT"""@en .

emmo:Oz_Per_Min a owl:Class ;
    rdfs:label "Oz_Per_Min"@en ;
    rdfs:comment """traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 4.72492e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ounce (avoirdupois) Per Minute"@en ;
    skos:prefLabel "Oz_Per_Min"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[oz_av].min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time minute

-- QUDT"""@en .

emmo:Oz_Per_Sec a owl:Class ;
    rdfs:label "Oz_Per_Sec"@en ;
    rdfs:comment """traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.834952e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ounce (avoirdupois) Per Second"@en ;
    skos:prefLabel "Oz_Per_Sec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[oz_av].s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the SI base unit second

-- QUDT"""@en .

emmo:Oz_Per_Yd3 a owl:Class ;
    rdfs:label "Oz_Per_Yd3"@en ;
    rdfs:comment """unit ounce  according to the avoirdupois system of units divided by the power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.70798e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ounce (avoirdupois) Per Cubic Yard"@en ;
    skos:prefLabel "Oz_Per_Yd3"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ-PER-YD3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[oz_av].[cyd_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz/yd³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit ounce  according to the avoirdupois system of units divided by the power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3

-- QUDT"""@en .

emmo:Oz_Vol_Uk a owl:Class ;
    rdfs:label "Oz_Vol_Uk"@en ;
    rdfs:comment """unit of the volume for fluids according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.841306e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Fluid Ounce (UK)"@en ;
    skos:prefLabel "Oz_Vol_Uk"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ_VOL_UK"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[foz_br]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz{UK}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume for fluids according to the Imperial system of units

-- QUDT"""@en .

emmo:Oz_Vol_Uk_Per_Day a owl:Class ;
    rdfs:label "Oz_Vol_Uk_Per_Day"@en ;
    rdfs:comment """unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 7.87487e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ounce (UK Fluid) Per Day"@en ;
    skos:prefLabel "Oz_Vol_Uk_Per_Day"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ_VOL_UK-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[foz_br].d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz{UK}/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time day

-- QUDT"""@en .

emmo:Oz_Vol_Uk_Per_Hr a owl:Class ;
    rdfs:label "Oz_Vol_Uk_Per_Hr"@en ;
    rdfs:comment """unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 7.87487e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ounce (UK Fluid) Per Hour"@en ;
    skos:prefLabel "Oz_Vol_Uk_Per_Hr"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ_VOL_UK-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[foz_br].h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz{UK}/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time hour

-- QUDT"""@en .

emmo:Oz_Vol_Uk_Per_Min a owl:Class ;
    rdfs:label "Oz_Vol_Uk_Per_Min"@en ;
    rdfs:comment """unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.72492e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ounce (UK Fluid) Per Minute"@en ;
    skos:prefLabel "Oz_Vol_Uk_Per_Min"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ_VOL_UK-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[foz_br].min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz{UK}/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time minute

-- QUDT"""@en .

emmo:Oz_Vol_Uk_Per_Sec a owl:Class ;
    rdfs:label "Oz_Vol_Uk_Per_Sec"@en ;
    rdfs:comment """unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.84e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ounce (UK Fluid) Per Second"@en ;
    skos:prefLabel "Oz_Vol_Uk_Per_Sec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ_VOL_UK-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[foz_br].s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz{UK}/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the SI base unit second

-- QUDT"""@en .

emmo:Oz_Vol_Us_Per_Day a owl:Class ;
    rdfs:label "Oz_Vol_Us_Per_Day"@en ;
    rdfs:comment """unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by unit for time day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 3.42286e-10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ounce (US Fluid) Per Day"@en ;
    skos:prefLabel "Oz_Vol_Us_Per_Day"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ_VOL_US-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[foz_us].d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz{US}/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by unit for time day

-- QUDT"""@en .

emmo:Oz_Vol_Us_Per_Hr a owl:Class ;
    rdfs:label "Oz_Vol_Us_Per_Hr"@en ;
    rdfs:comment """unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 8.214869e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ounce (US Fluid) Per Hour"@en ;
    skos:prefLabel "Oz_Vol_Us_Per_Hr"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ_VOL_US-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[foz_us].h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz{US}/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time hour

-- QUDT"""@en .

emmo:Oz_Vol_Us_Per_Min a owl:Class ;
    rdfs:label "Oz_Vol_Us_Per_Min"@en ;
    rdfs:comment """unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.92892e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ounce (US Fluid) Per Minute"@en ;
    skos:prefLabel "Oz_Vol_Us_Per_Min"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ_VOL_US-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[foz_us].min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz{US}/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time minute

-- QUDT"""@en .

emmo:Oz_Vol_Us_Per_Sec a owl:Class ;
    rdfs:label "Oz_Vol_Us_Per_Sec"@en ;
    rdfs:comment """unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.957353e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ounce (US Fluid) Per Second"@en ;
    skos:prefLabel "Oz_Vol_Us_Per_Sec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ_VOL_US-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[foz_us].s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oz{US}/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the SI base unit second

-- QUDT"""@en .

emmo:Parsec a owl:Class ;
    rdfs:label "Parsec"@en ;
    rdfs:comment """The parsec (parallax of one arcsecond; symbol: pc) is a unit of length, equal to just under 31 trillion (31 × 10¹²) kilometres (about 19 trillion miles), 206265 AU, or about 3.26 light-years. The parsec measurement unit is used in astronomy. It is defined as the length of the adjacent side of an imaginary right triangle in space. The two dimensions that specify this triangle are the parallax angle (defined as 1 arcsecond) and the opposite side (defined as 1 astronomical unit (AU), the distance from the Earth to the Sun). Given these two measurements, along with the rules of trigonometry, the length of the adjacent side (the parsec) can be found.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 3.085678e+16 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:prefLabel "Parsec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PARSEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pc"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pc"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The parsec (parallax of one arcsecond; symbol: pc) is a unit of length, equal to just under 31 trillion (31 × 10¹²) kilometres (about 19 trillion miles), 206265 AU, or about 3.26 light-years. The parsec measurement unit is used in astronomy. It is defined as the length of the adjacent side of an imaginary right triangle in space. The two dimensions that specify this triangle are the parallax angle (defined as 1 arcsecond) and the opposite side (defined as 1 astronomical unit (AU), the distance from the Earth to the Sun). Given these two measurements, along with the rules of trigonometry, the length of the adjacent side (the parsec) can be found.

-- QUDT"""@en .

emmo:PartPerBillion a owl:Class ;
    rdfs:label "PartPerBillion"^^xsd:string ;
    rdfs:comment """Dimensionless unit for concentration. Recommended practice is to use specific units such as ug/l.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://aurora.regenstrief.org/~ucum/ucum.html#section-Derived-Unit-Atoms"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ;
    skos:altLabel "Parts per billion"@en ;
    skos:prefLabel "PartPerBillion"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PPB"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ppb]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "PPB"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Dimensionless unit for concentration. Recommended practice is to use specific units such as ug/l.

-- QUDT"""@en .

emmo:PartPerMillion a owl:Class ;
    rdfs:label "PartPerMillion"@en ;
    rdfs:comment """Dimensionless unit for concentration. Recommended practice is to use specific units such as ug/l.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://aurora.regenstrief.org/~ucum/ucum.html#section-Derived-Unit-Atoms"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ;
    skos:altLabel "Parts per million"@en ;
    skos:prefLabel "PartPerMillion"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PPM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ppm]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "PPM"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Dimensionless unit for concentration. Recommended practice is to use specific units such as ug/l.

-- QUDT"""@en .

emmo:PartPerMillionPerKelvin a owl:Class ;
    rdfs:label "PartPerMillionPerKelvin"@en ;
    rdfs:comment """Unit for expansion ratios expressed as parts per million per Kelvin.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02a935c8_c2d4_4a00_bd6f_b89d05aac79e,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Parts Per Million per Kelvin"@en ;
    skos:prefLabel "PartPerMillionPerKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PPM-PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ppm.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "PPM/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unit for expansion ratios expressed as parts per million per Kelvin.

-- QUDT"""@en .

emmo:PartPerTenMillion a owl:Class ;
    rdfs:label "PartPerTenMillion"@en ;
    rdfs:comment """Dimensionless unit for concentration. Recommended practice is to use specific units such as ug/l.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ;
    skos:altLabel "Parts per Ten Million"@en ;
    skos:prefLabel "PartPerTenMillion"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PPTM"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "PPTM"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Dimensionless unit for concentration. Recommended practice is to use specific units such as ug/l.

-- QUDT"""@en .

emmo:PartPerTenMillionPerKelvin a owl:Class ;
    rdfs:label "PartPerTenMillionPerKelvin"@en ;
    rdfs:comment """Unit for expansion ratios expressed as parts per ten million per Kelvin.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02a935c8_c2d4_4a00_bd6f_b89d05aac79e,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Parts Per Ten Million per Kelvin"@en ;
    skos:prefLabel "PartPerTenMillionPerKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PPTM-PER-K"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "PPTM/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unit for expansion ratios expressed as parts per ten million per Kelvin.

-- QUDT"""@en .

emmo:PartPerThousand a owl:Class ;
    rdfs:label "PartPerThousand"^^xsd:string ;
    rdfs:comment """Dimensionless unit for concentration. Recommended practice is to use specific units such as ug/l.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://aurora.regenstrief.org/~ucum/ucum.html#section-Derived-Unit-Atoms"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ;
    skos:altLabel "Parts per thousand"@en ;
    skos:prefLabel "PartPerThousand"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PPTH"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ppth]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "‰"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Dimensionless unit for concentration. Recommended practice is to use specific units such as ug/l.

-- QUDT"""@en .

emmo:PartPerThousandPerHour a owl:Class ;
    rdfs:label "PartPerThousandPerHour"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.777778e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Parts per thousand per hour"@en ;
    skos:prefLabel "PartPerThousandPerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PPTH-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ppth].h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "‰/hr"^^xsd:string .

emmo:PartPerTrillion a owl:Class ;
    rdfs:label "PartPerTrillion"^^xsd:string ;
    rdfs:comment """Dimensionless unit for concentration. Recommended practice is to use specific units such as ug/l.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://aurora.regenstrief.org/~ucum/ucum.html#section-Derived-Unit-Atoms"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ;
    skos:altLabel "Parts per trillion"@en ;
    skos:prefLabel "PartPerTrillion"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PPTR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pptr]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "PPTR"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Dimensionless unit for concentration. Recommended practice is to use specific units such as ug/l.

-- QUDT"""@en .

emmo:PartPerTrillionByVolume a owl:Class ;
    rdfs:label "PartPerTrillionByVolume"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad ;
    skos:altLabel "Parts per trillion by volume"@en ;
    skos:prefLabel "PartPerTrillionByVolume"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PPTR_VOL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pptr]{vol}"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pptr"^^xsd:string .

emmo:PascalMetre a owl:Class ;
    rdfs:label "PascalMetre"^^xsd:string ;
    rdfs:comment "Pascal metre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ;
    skos:prefLabel "PascalMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Pascal metre."@en .

emmo:PascalMetrePerSecond a owl:Class ;
    rdfs:label "PascalMetrePerSecond"^^xsd:string ;
    rdfs:comment "Pascal metre per second."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 ;
    skos:prefLabel "PascalMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-M-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.m.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅m/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Pascal metre per second."@en .

emmo:PascalMetrePerSquareSecond a owl:Class ;
    rdfs:label "PascalMetrePerSquareSecond"^^xsd:string ;
    rdfs:comment "Pascal metre per square second."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_30261696_a8a4_44ce_9bf5_b18201a83c76 ;
    skos:prefLabel "PascalMetrePerSquareSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-M-PER-SEC2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.m.s-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅m/s²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Pascal metre per square second."@en .

emmo:PascalPerMetre a owl:Class ;
    rdfs:label "PascalPerMetre"@en ;
    rdfs:comment """SI derived unit pascal divided by the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.m-1"^^xsd:string,
        "Pa/m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit pascal divided by the SI base unit metre

-- QUDT"""@en .

emmo:PascalPerMinute a owl:Class ;
    rdfs:label "PascalPerMinute"@en ;
    rdfs:comment """A rate of change of pressure measured as the number of Pascals in a period of one minute.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.666667e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec,
        emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c ;
    skos:altLabel "Pascal per Minute"@en ;
    skos:prefLabel "PascalPerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "P/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A rate of change of pressure measured as the number of Pascals in a period of one minute.

-- QUDT"""@en .

emmo:PascalPerSecond a owl:Class ;
    rdfs:label "PascalPerSecond"@en ;
    rdfs:comment """A rate of change of pressure measured as the number of Pascals in a period of one second.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.s-1"^^xsd:string,
        "Pa/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "P/s"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:PascalSecondPerCubicMetre a owl:Class ;
    rdfs:label "PascalSecondPerCubicMetre"@en ;
    rdfs:comment """`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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.efunda.com/glossary/units/units--acoustic_impedance--pascal_second_per_cubic_meter.cfm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_9cffc70d_4b60_4187_a7cd_706f5740ae87 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.s.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅s/m³"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:PascalSecondPerMetre a owl:Class ;
    rdfs:label "PascalSecondPerMetre"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.efunda.com/glossary/units/units--specific_acoustic_impedance--pascal_second_per_meter.cfm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.s.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅s/m"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:PebiByte a owl:Class ;
    rdfs:label "PebiByte"^^xsd:string ;
    rdfs:comment """The pebibyte is a standards-based binary multiple (prefix pebi, symbol Pi) of the byte, a unit of digital information storage. The pebibyte unit symbol is PiB. 1 pebibyte =  1125899906842624bytes = 1024 tebibytes The pebibyte is closely related to the petabyte, which is defined as 10¹⁵ bytes = 1,000,000,000,000,000 bytes.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Byte ],
        [ a owl:Restriction ;
            owl:hasValue 6.243315e+15 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "PebiByte"@en ;
    skos:prefLabel "PebiByte"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PebiBYTE"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "PiB"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The pebibyte is a standards-based binary multiple (prefix pebi, symbol Pi) of the byte, a unit of digital information storage. The pebibyte unit symbol is PiB. 1 pebibyte =  1125899906842624bytes = 1024 tebibytes The pebibyte is closely related to the petabyte, which is defined as 10¹⁵ bytes = 1,000,000,000,000,000 bytes.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Pebibyte?oldid=492685015"^^xsd:string .

emmo:PennyWeight a owl:Class ;
    rdfs:label "PennyWeight"@en ;
    rdfs:comment """"Penny Weight" is a unit for  'Mass' expressed as dwt.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.555174e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Penny Weight"@en ;
    skos:prefLabel "PennyWeight"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DWT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pwt_tr]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dwt"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Penny Weight" is a unit for  'Mass' expressed as dwt.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Pennyweight?oldid=486693644"^^xsd:string .

emmo:Pennyweight a owl:Class ;
    rdfs:label "Pennyweight"@en ;
    rdfs:comment """non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10³ kg

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.555174e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Pennyweight"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/Pennyweight"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pwt_tr]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dwt"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10³ kg

-- QUDT"""@en .

emmo:PerCentiMetre a owl:Class ;
    rdfs:label "PerCentiMetre"@en ;
    rdfs:comment """reciprocal of the 0.01-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "ReciprocalCentimetre"@en ;
    skos:prefLabel "PerCentiMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-CentiM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/cm"^^xsd:string,
        "cm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/cm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal of the 0.01-fold of the SI base unit metre

-- QUDT"""@en .

emmo:PerCubicCentiMetre a owl:Class ;
    rdfs:label "PerCubicCentiMetre"@en ;
    rdfs:comment """reciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e ;
    skos:altLabel "ReciprocalCubicCentiMetre"@en ;
    skos:prefLabel "PerCubicCentiMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-CentiM3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/cm³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:PerCubicMetre a owl:Class ;
    rdfs:label "PerCubicMetre"@en ;
    rdfs:comment """"Per Cubic Meter" is a denominator unit with dimensions /m³.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e ;
    skos:altLabel "Reciprocal Cubic Metre"@en ;
    skos:prefLabel "PerCubicMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/m3"^^xsd:string,
        "m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Per Cubic Meter" is a denominator unit with dimensions /m³.

-- QUDT"""@en .

emmo:PerCubicMetreSecond a owl:Class ;
    rdfs:label "PerCubicMetreSecond"@en ;
    rdfs:comment "Per cubic metre and second."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04 ;
    skos:prefLabel "PerCubicMetreSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M3-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-3.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m³⋅s)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per cubic metre and second."@en .

emmo:PerCubicMilliMetre a owl:Class ;
    rdfs:label "PerCubicMilliMetre"@en ;
    rdfs:comment """reciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e ;
    skos:altLabel "ReciprocalCubicMilliMetre"@en ;
    skos:prefLabel "PerCubicMilliMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MilliM3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/mm³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:PerHenry a owl:Class ;
    rdfs:label "PerHenry"@en ;
    rdfs:comment "Reciprocal Henry."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_07f571cd_252b_4421_8f98_94b6690d2ab9,
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 ;
    skos:altLabel "ReciprocalHenry"@en ;
    skos:prefLabel "PerHenry"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-H"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "H-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/H"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Reciprocal Henry."@en .

emmo:PerJouleCubicMetre a owl:Class ;
    rdfs:label "PerJouleCubicMetre"@en ;
    rdfs:comment "Per Joule cubic metre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 ;
    skos:prefLabel "PerJouleCubicMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-J-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J-1.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(J⋅m³)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per Joule cubic metre."@en .

emmo:PerKelvin a owl:Class ;
    rdfs:label "PerKelvin"@en ;
    rdfs:comment """Per Kelvin Unit is a denominator unit with dimensions /K.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02a935c8_c2d4_4a00_bd6f_b89d05aac79e,
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 ;
    skos:altLabel "Reciprocal Kelvin"@en ;
    skos:prefLabel "PerKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Kelvin Unit is a denominator unit with dimensions /K.

-- QUDT"""@en .

emmo:PerKiloMetre a owl:Class ;
    rdfs:label "PerKiloMetre"@en ;
    rdfs:comment """Per Kilometer Unit is a denominator unit with dimensions /km.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "ReciprocalKiloMetre"@en ;
    skos:prefLabel "PerKiloMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-KiloM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/km"^^xsd:string,
        "km-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/km"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Kilometer Unit is a denominator unit with dimensions /km.

-- QUDT"""@en .

emmo:PerMetre a owl:Class ;
    rdfs:label "PerMetre"@en ;
    rdfs:comment """Per Meter Unit is a denominator unit with dimensions /m.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf ;
    skos:altLabel "Reciprocal metre"@en ;
    skos:prefLabel "PerMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/m"^^xsd:string,
        "m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Meter Unit is a denominator unit with dimensions /m.

-- QUDT"""@en .

emmo:PerMetreKelvin a owl:Class ;
    rdfs:label "PerMetreKelvin"@en ;
    rdfs:comment """Per Meter Kelvin Unit is a denominator unit with dimensions /m.k.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_61eec472_f9af_4861_bedd_d741f022a7e5 ;
    skos:altLabel "ReciprocalMetreKelvin"@en ;
    skos:prefLabel "PerMetreKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-1.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m⋅K)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Meter Kelvin Unit is a denominator unit with dimensions /m.k.

-- QUDT"""@en .

emmo:PerMetreNanoMetre a owl:Class ;
    rdfs:label "PerMetreNanoMetre"@en ;
    rdfs:comment "Per metre and nanometre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_11708648_fc62_46c6_bae5_3a10693e416e,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "ReciprocalMetreNanoMetre"@en ;
    skos:prefLabel "PerMetreNanoMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M-NanoM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-1.nm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m⋅nm)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per metre and nanometre."@en .

emmo:PerMetreNanoMetreSteradian a owl:Class ;
    rdfs:label "PerMetreNanoMetreSteradian"@en ;
    rdfs:comment "Per metre and nanometre and steradian."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_11708648_fc62_46c6_bae5_3a10693e416e,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "ReciprocalMetreNanoMetreSteradian"@en ;
    skos:prefLabel "PerMetreNanoMetreSteradian"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M-NanoM-SR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-1.nm-1.sr-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m⋅nm⋅sr)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per metre and nanometre and steradian."@en .

emmo:PerMetreSecond a owl:Class ;
    rdfs:label "PerMetreSecond"@en ;
    rdfs:comment "Per metre and second."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_9f0338b9_326f_44c2_893c_2d815b763130 ;
    skos:altLabel "ReciprocalMetreSecond"@en ;
    skos:prefLabel "PerMetreSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-1.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m⋅s)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per metre and second."@en .

emmo:PerMetreSteradian a owl:Class ;
    rdfs:label "PerMetreSteradian"@en ;
    rdfs:comment "Per metre and steradian."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf ;
    skos:altLabel "ReciprocalMetreSteradian"@en ;
    skos:prefLabel "PerMetreSteradian"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M-SR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-1.sr-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m⋅sr)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per metre and steradian."@en .

emmo:PerMicroMetre a owl:Class ;
    rdfs:label "PerMicroMetre"@en ;
    rdfs:comment """Per Micrometer Unit is a denominator unit with dimensions /microm.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "ReciprocalMicroMetre"@en ;
    skos:prefLabel "PerMicroMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MicroM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/um"^^xsd:string,
        "um-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/µm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Micrometer Unit is a denominator unit with dimensions /microm.

-- QUDT"""@en .

emmo:PerMilliMetre a owl:Class ;
    rdfs:label "PerMilliMetre"@en ;
    rdfs:comment """Per Millimeter Unit is a denominator unit with dimensions /mm.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "ReciprocalMilliMetre"@en ;
    skos:prefLabel "PerMilliMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MilliM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/mm"^^xsd:string,
        "mm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/mm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Millimeter Unit is a denominator unit with dimensions /mm.

-- QUDT"""@en .

emmo:PerMilliSecond a owl:Class ;
    rdfs:label "PerMilliSecond"@en ;
    rdfs:comment "Per millisecond."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "ReciprocalMilliSecond"@en ;
    skos:prefLabel "PerMilliSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MilliSEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ms-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/ms"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per millisecond."@en .

emmo:PerMole a owl:Class ;
    rdfs:label "PerMole"@en ;
    rdfs:comment """Per Mole Unit is a denominator unit with dimensions mol⁻¹.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_af24ae20_8ef2_435a_86a1_2ea44488b318 ;
    skos:altLabel "ReciprocalMole"@en ;
    skos:prefLabel "PerMole"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MOL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/mol"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Mole Unit is a denominator unit with dimensions mol⁻¹.

-- QUDT"""@en .

emmo:PerNanoMetre a owl:Class ;
    rdfs:label "PerNanoMetre"@en ;
    rdfs:comment """Per Nanometer Unit is a denominator unit with dimensions /nm.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "ReciprocalNanoMetre"@en ;
    skos:prefLabel "PerNanoMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-NanoM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/nm"^^xsd:string,
        "nm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/nm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Nanometer Unit is a denominator unit with dimensions /nm.

-- QUDT"""@en .

emmo:PerPascal a owl:Class ;
    rdfs:label "PerPascal"@en ;
    rdfs:comment "Per Pascal."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 ;
    skos:altLabel "ReciprocalPascal"@en ;
    skos:prefLabel "PerPascal"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-PA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/Pa"^^xsd:string ;
    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"^^xsd:string .

emmo:PerPascalSecond a owl:Class ;
    rdfs:label "PerPascalSecond"@en ;
    rdfs:comment "Per Pascal and Second."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_2f31340f_59ca_4a57_8513_269837af3796 ;
    skos:altLabel "PerPascalSecond"@en ;
    skos:prefLabel "PerPascalSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-PA-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa-1.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(Pa⋅s)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per Pascal and Second."@en .

emmo:PerPicoMetre a owl:Class ;
    rdfs:label "PerPicoMetre"@en ;
    rdfs:comment """Per Picoometer Unit is a denominator unit with dimensions /pm.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "ReciprocalPicoMetre"@en ;
    skos:prefLabel "PerPicoMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-PicoM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/pm"^^xsd:string,
        "pm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/pm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Picoometer Unit is a denominator unit with dimensions /pm.

-- QUDT"""@en .

emmo:PerSecond a owl:Class ;
    rdfs:label "PerSecond"@en ;
    rdfs:comment """A reciprical unit of time for `reciprocal second` or `inverse second`. The `Per Second` is a unit of rate.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 ;
    skos:altLabel "ReciprocalSecond"@en ;
    skos:prefLabel "PerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/s"^^xsd:string,
        "s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A reciprical unit of time for `reciprocal second` or `inverse second`. The `Per Second` is a unit of rate.

-- QUDT"""@en .

emmo:PerSecondSquareMetre a owl:Class ;
    rdfs:label "PerSecondSquareMetre"@en ;
    rdfs:comment """`Per Second Square Meter` is a measure of flux with dimensions /sec-m².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 ;
    skos:altLabel "ReciprocalSecondSquareMetre"@en ;
    skos:prefLabel "PerSecondSquareMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SEC-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/(s1.m2)"^^xsd:string,
        "s-1.m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/s⋅m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Per Second Square Meter` is a measure of flux with dimensions /sec-m².

-- QUDT"""@en .

emmo:PerSecondSquareMetreSteradian a owl:Class ;
    rdfs:label "PerSecondSquareMetreSteradian"@en ;
    rdfs:comment """Per Second Square Meter Steradian is a denominator unit with dimensions /sec-m²-sr.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 ;
    skos:altLabel "ReciprocalSecondSquareMetreSteradian"@en ;
    skos:prefLabel "PerSecondSquareMetreSteradian"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SEC-M2-SR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/(s.m2.sr)"^^xsd:string,
        "s-1.m-2.sr-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/s⋅m²⋅sr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Second Square Meter Steradian is a denominator unit with dimensions /sec-m²-sr.

-- QUDT"""@en .

emmo:PerSecondSteradian a owl:Class ;
    rdfs:label "PerSecondSteradian"@en ;
    rdfs:comment """Per Second Steradian Unit is a denominator unit with dimensions /sec-sr.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 ;
    skos:altLabel "ReciprocalSecondSteradian"@en ;
    skos:prefLabel "PerSecondSteradian"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SEC-SR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/(s.sr)"^^xsd:string,
        "s-1.sr-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/s⋅sr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Second Steradian Unit is a denominator unit with dimensions /sec-sr.

-- QUDT"""@en .

emmo:PerSquareJoule a owl:Class ;
    rdfs:label "PerSquareJoule"@en ;
    rdfs:comment """Per Square Joule is a denominator unit with dimensions /eV².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_87b5dd20_e4fe_422d_9e70_1eee54ec9496 ;
    skos:altLabel "ReciprocalSquareJoule"@en ;
    skos:prefLabel "PerSquareJoule"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-J2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/J²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Square Joule is a denominator unit with dimensions /eV².

-- QUDT"""@en .

emmo:PerSquareKilogram a owl:Class ;
    rdfs:label "PerSquareKilogram"^^xsd:string ;
    rdfs:comment """Per Square Kilogram is a denominator unit with dimensions /kg².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_6aa04359_50d6_43d7_b3a7_296bd391bf7d ;
    skos:altLabel "ReciprocalSquareKilogram"@en ;
    skos:prefLabel "PerSquareKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-KiloGM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/kg²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Square Kilogram is a denominator unit with dimensions /kg².

-- QUDT"""@en .

emmo:PerSquareMetre a owl:Class ;
    rdfs:label "PerSquareMetre"@en ;
    rdfs:comment """"Per Square Meter" is a denominator unit with dimensions /m².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_11708648_fc62_46c6_bae5_3a10693e416e,
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 ;
    skos:altLabel "ReciprocalSquareMetre"@en ;
    skos:prefLabel "PerSquareMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/m2"^^xsd:string,
        "m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Per Square Meter" is a denominator unit with dimensions /m².

-- QUDT"""@en .

emmo:PerSquareMetreSecond a owl:Class ;
    rdfs:label "PerSquareMetreSecond"@en ;
    rdfs:comment "Per square metre and second."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 ;
    skos:altLabel "ReciprocalSquareMetreSecond"@en ;
    skos:prefLabel "PerSquareMetreSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M2-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-2.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m²⋅s)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per square metre and second."@en .

emmo:PerSquareSecond a owl:Class ;
    rdfs:label "PerSquareSecond"@en ;
    rdfs:comment "Per square second."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac ;
    skos:altLabel "ReciprocalSquareSecond"@en ;
    skos:prefLabel "PerSquareSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SEC2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "s-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/s²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per square second."@en .

emmo:PerSteradian a owl:Class ;
    rdfs:label "PerSteradian"@en ;
    rdfs:comment "Per steradian."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ;
    skos:altLabel "ReciprocalSteradian"@en ;
    skos:prefLabel "PerSteradian"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-SR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "sr-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/sr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per steradian."@en .

emmo:PerTeslaMetre a owl:Class ;
    rdfs:label "PerTeslaMetre"@en ;
    rdfs:comment """Per Tesla Meter Unit is a denominator unit with dimensions /m .· T.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_01cd670e_d37c_424f_b91e_c2c2bbb5ea43,
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 ;
    skos:altLabel "ReciprocalTeslaMetre."@en ;
    skos:prefLabel "PerTeslaMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-T-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "T-1.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/t⋅m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Tesla Meter Unit is a denominator unit with dimensions /m .· T.

-- QUDT"""@en .

emmo:PerTeslaSecond a owl:Class ;
    rdfs:label "PerTeslaSecond"@en ;
    rdfs:comment """Per Tesla Second Unit is a denominator unit with dimensions /s . T.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "T-1.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/T⋅s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Tesla Second Unit is a denominator unit with dimensions /s . T.

-- QUDT"""@en .

emmo:PerWeber a owl:Class ;
    rdfs:label "PerWeber"@en ;
    rdfs:comment "Per Weber unit."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_53b10105_52c7_4746_ab73_a5a30bd198e2 ;
    skos:altLabel "ReciprocalWeber"@en ;
    skos:prefLabel "PerWeber"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-WB"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Wb-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/Wb"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per Weber unit."@en .

emmo:Percent a owl:Class ;
    rdfs:label "Percent"@en ;
    rdfs:comment """"Percent" is a unit for  'Dimensionless Ratio' expressed as %.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ;
    skos:prefLabel "Percent"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PERCENT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "%"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "%"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Percent" is a unit for  'Dimensionless Ratio' expressed as %.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Percentage?oldid=495284540"^^xsd:string .

emmo:PercentPerDay a owl:Class ;
    rdfs:label "PercentPerDay"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.157407e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Percent per day"@en ;
    skos:prefLabel "PercentPerDay"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PERCENT-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "%.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "%/day"^^xsd:string .

emmo:PercentPerHour a owl:Class ;
    rdfs:label "PercentPerHour"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 2.777778e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Percent per hour"@en ;
    skos:prefLabel "PercentPerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PERCENT-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "%.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "%/day"^^xsd:string .

emmo:PercentPerMetre a owl:Class ;
    rdfs:label "PercentPerMetre"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Percent per metre"@en ;
    skos:prefLabel "PercentPerMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PERCENT-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "%.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "%/m"^^xsd:string .

emmo:PercentPerWeek a owl:Class ;
    rdfs:label "PercentPerWeek"@en ;
    rdfs:comment """A rate of change in percent over a period of 7 days

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.653439e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Percent per week"@en ;
    skos:prefLabel "PercentPerWeek"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PERCENT-PER-WK"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "%.wk-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "%/wk"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A rate of change in percent over a period of 7 days

-- QUDT"""@en .

emmo:PercentRelativeHumidity a owl:Class ;
    rdfs:label "PercentRelativeHumidity"@en ;
    rdfs:comment """Percent relative humidity is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of water at a given temperature, expressed as a percentage.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9d09022c_e7ae_4379_a765_4803a8a502a1,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Percent Relative Humidity"@en ;
    skos:prefLabel "PercentRelativeHumidity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PERCENT_RH"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "%RH"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Percent relative humidity is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of water at a given temperature, expressed as a percentage.

-- QUDT"""@en .

emmo:PetaByte a owl:Class ;
    rdfs:label "PetaByte"^^xsd:string ;
    rdfs:comment """A petabyte is a unit of information equal to one quadrillion bytes, or 1024 terabytes. The unit symbol for the petabyte is PB. The prefix peta (P) indicates the fifth power to 1000: 1 PB = 1000000000000000B, 1 million gigabytes = 1 thousand terabytes The pebibyte (PiB), using a binary prefix, is the corresponding power of 1024, which is more than 12% greater (2⁵⁰ bytes = 1,125,899,906,842,624 bytes).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Byte ],
        [ a owl:Restriction ;
            owl:hasValue 5.545177e+15 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01,
        emmo:EMMO_43a6b269_da31_4bb6_a537_c97df4fff32a,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "PetaByte"@en ;
    skos:prefLabel "PetaByte"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PetaBYTE"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "PBy"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "PB"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A petabyte is a unit of information equal to one quadrillion bytes, or 1024 terabytes. The unit symbol for the petabyte is PB. The prefix peta (P) indicates the fifth power to 1000: 1 PB = 1000000000000000B, 1 million gigabytes = 1 thousand terabytes The pebibyte (PiB), using a binary prefix, is the corresponding power of 1024, which is more than 12% greater (2⁵⁰ bytes = 1,125,899,906,842,624 bytes).

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Petabyte?oldid=494735969"^^xsd:string .

emmo:PetaCoulomb a owl:Class ;
    rdfs:label "PetaCoulomb"^^xsd:string ;
    rdfs:comment """A PetaCoulomb is 10¹⁵ C.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+15 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Coulomb ],
        emmo:EMMO_43a6b269_da31_4bb6_a537_c97df4fff32a,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "PetaCoulomb"@en ;
    skos:prefLabel "PetaCoulomb"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PetaC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "PC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "PC"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A PetaCoulomb is 10¹⁵ C.

-- QUDT"""@en .

emmo:PetaJoule a owl:Class ;
    rdfs:label "PetaJoule"^^xsd:string ;
    rdfs:comment """1,000,000,000,000,000-fold of the derived SI unit joule

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Joule ],
        [ a owl:Restriction ;
            owl:hasValue 1e+15 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_43a6b269_da31_4bb6_a537_c97df4fff32a,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:prefLabel "PetaJoule"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PetaJ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "PJ"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "PJ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000,000,000,000-fold of the derived SI unit joule

-- QUDT"""@en .

emmo:Phot a owl:Class ;
    rdfs:label "Phot"@en ;
    rdfs:comment """A phot (ph) is a photometric unit of illuminance, or luminous flux through an area. It is not an SI unit, but rather is associated with the older centimetre gram second system of units.  Metric dimensions: illuminance = luminous intensity × solid angle / length.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Phot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PHOT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ph"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ph"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A phot (ph) is a photometric unit of illuminance, or luminous flux through an area. It is not an SI unit, but rather is associated with the older centimetre gram second system of units.  Metric dimensions: illuminance = luminous intensity × solid angle / length.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Phot?oldid=477198725"^^xsd:string .

emmo:Pica a owl:Class ;
    rdfs:label "Pica"@en ;
    rdfs:comment """A pica is a typographic unit of measure corresponding to 1/72 of its respective foot, and therefore to 1/6 of an inch. The pica contains 12 point units of measure. Notably, Adobe PostScript promoted the pica unit of measure that is the standard in contemporary printing, as in home computers and printers. Usually, pica measurements are represented with an upper-case 'P' with an upper-right-to-lower-left virgule (slash) starting in the upper right portion of the 'P' and ending at the lower left of the upright portion of the 'P'; essentially drawing a virgule (/) through a 'P'.  Note that these definitions are different from a typewriter's pica setting, which denotes a type size of ten characters per horizontal inch.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.2333e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:prefLabel "Pica"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PCA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pca]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pc"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A pica is a typographic unit of measure corresponding to 1/72 of its respective foot, and therefore to 1/6 of an inch. The pica contains 12 point units of measure. Notably, Adobe PostScript promoted the pica unit of measure that is the standard in contemporary printing, as in home computers and printers. Usually, pica measurements are represented with an upper-case 'P' with an upper-right-to-lower-left virgule (slash) starting in the upper right portion of the 'P' and ending at the lower left of the upright portion of the 'P'; essentially drawing a virgule (/) through a 'P'.  Note that these definitions are different from a typewriter's pica setting, which denotes a type size of ten characters per horizontal inch.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Pica?oldid=458102937"^^xsd:string .

emmo:PicoAmpere a owl:Class ;
    rdfs:label "PicoAmpere"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Ampere ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 ;
    skos:altLabel "picoampere"@en ;
    skos:prefLabel "PicoAmpere"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pA"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pA"^^xsd:string .

emmo:PicoAmpsPerMicroMolePerLitre a owl:Class ;
    rdfs:label "PicoAmpsPerMicroMolePerLitre"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_d5b6a25a_408a_408d_aebc_e017260d885d ;
    skos:altLabel "Picoamps per micromole per litre"@en ;
    skos:prefLabel "PicoAmpsPerMicroMolePerLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoA-PER-MicroMOL-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pA.umol-1.L-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pA/(mmol⋅L)"^^xsd:string .

emmo:PicoCoulomb a owl:Class ;
    rdfs:label "PicoCoulomb"^^xsd:string ;
    rdfs:comment """A PicoCoulomb is 10⁻¹² C.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Coulomb ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "PicoCoulomb"@en ;
    skos:prefLabel "PicoCoulomb"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pC"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A PicoCoulomb is 10⁻¹² C.

-- QUDT"""@en .

emmo:PicoFarad a owl:Class ;
    rdfs:label "PicoFarad"^^xsd:string ;
    rdfs:comment """"PicoF" is a common unit of electric capacitance equal to 10⁻¹² farad. This unit was formerly called the micromicrofarad.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Farad ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b14d9be5_f81e_469b_abca_379c2e83feab,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "PicoFarad"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoFARAD"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pF"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pF"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"PicoF" is a common unit of electric capacitance equal to 10⁻¹² farad. This unit was formerly called the micromicrofarad.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Farad?oldid=493070876"^^xsd:string .

emmo:PicoFaradPerMetre a owl:Class ;
    rdfs:label "PicoFaradPerMetre"^^xsd:string ;
    rdfs:comment """1e-12 fold of the SI derived unit farad divided by the SI base unit metre.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:FaradPerMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Picofarad Per Metre"@en ;
    skos:prefLabel "PicoFaradPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoFARAD-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pF.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pF/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1e-12 fold of the SI derived unit farad divided by the SI base unit metre.

-- QUDT"""@en .

emmo:PicoGram a owl:Class ;
    rdfs:label "PicoGram"^^xsd:string ;
    rdfs:comment """10**-12 grams or one 10**-15 of the SI standard unit of mass (kilogram).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Gram ],
        [ a owl:Restriction ;
            owl:hasValue 1e-15 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "PicoGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """10**-12 grams or one 10**-15 of the SI standard unit of mass (kilogram).

-- QUDT"""@en .

emmo:PicoGramPerGram a owl:Class ;
    rdfs:label "PicoGramPerGram"^^xsd:string ;
    rdfs:comment """One part per 10**12 (trillion) by mass of the measurand in the matrix.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:GramPerGram ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Picograms per gram"@en ;
    skos:prefLabel "PicoGramPerGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoGM-PER-GM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pg.g-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pg/g"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One part per 10**12 (trillion) by mass of the measurand in the matrix.

-- QUDT"""@en .

emmo:PicoGramPerKilogram a owl:Class ;
    rdfs:label "PicoGramPerKilogram"^^xsd:string ;
    rdfs:comment """One part per 10**15 by mass of the measurand in the matrix.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-15 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:GramPerKilogram ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Picograms per kilogram"@en ;
    skos:prefLabel "PicoGramPerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoGM-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pg.kg-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pg/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One part per 10**15 by mass of the measurand in the matrix.

-- QUDT"""@en .

emmo:PicoGramPerMilliLitre a owl:Class ;
    rdfs:label "PicoGramPerMilliLitre"^^xsd:string ;
    rdfs:comment """One 10**15 part of the SI standard unit of mass of the measurand per millilitre volume of matrix.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ;
            owl:someValuesFrom emmo:GramPerMilliLitre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Picograms per millilitre"@en ;
    skos:prefLabel "PicoGramPerMilliLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoGM-PER-MilliL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pg.mL-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pg/mL"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One 10**15 part of the SI standard unit of mass of the measurand per millilitre volume of matrix.

-- QUDT"""@en .

emmo:PicoHenry a owl:Class ;
    rdfs:label "PicoHenry"^^xsd:string ;
    rdfs:comment """0.000000000001-fold of the SI derived unit henry

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Henry ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "PicoHenry"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoH"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pH"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pH"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000000001-fold of the SI derived unit henry

-- QUDT"""@en .

emmo:PicoLitre a owl:Class ;
    rdfs:label "PicoLitre"^^xsd:string ;
    rdfs:comment """0.000000000001-fold of the unit litre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Litre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-15 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "PicoLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pL"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pL"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000000001-fold of the unit litre

-- QUDT"""@en .

emmo:PicoMetre a owl:Class ;
    rdfs:label "PicoMetre"^^xsd:string ;
    rdfs:comment """0.000000000001-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Metre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "PicoMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000000001-fold of the SI base unit metre

-- QUDT"""@en .

emmo:PicoMole a owl:Class ;
    rdfs:label "PicoMole"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Mole ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b ;
    skos:altLabel "PicoMole"@en ;
    skos:prefLabel "PicoMole"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol"^^xsd:string .

emmo:PicoMolePerCubicMetre a owl:Class ;
    rdfs:label "PicoMolePerCubicMetre"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MolePerCubicMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 ;
    skos:altLabel "Picomoles per cubic metre"@en ;
    skos:prefLabel "PicoMolePerCubicMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/m³"^^xsd:string .

emmo:PicoMolePerCubicMetrePerSecond a owl:Class ;
    rdfs:label "PicoMolePerCubicMetrePerSecond"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MolePerCubicMetrePerSecond ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Picomoles per cubic metre per second"@en ;
    skos:prefLabel "PicoMolePerCubicMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-M3-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.m-3.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/(m³⋅s)"^^xsd:string .

emmo:PicoMolePerKilogram a owl:Class ;
    rdfs:label "PicoMolePerKilogram"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_95971713_d589_4002_a5a7_affc5c74cfdb,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Picomoles per kilogram"@en ;
    skos:prefLabel "PicoMolePerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.kg-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/kg"^^xsd:string .

emmo:PicoMolePerLitre a owl:Class ;
    rdfs:label "PicoMolePerLitre"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MolePerLitre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 ;
    skos:altLabel "Picomoles per litre"@en ;
    skos:prefLabel "PicoMolePerLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.L-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/L"^^xsd:string .

emmo:PicoMolePerLitrePerDay a owl:Class ;
    rdfs:label "PicoMolePerLitrePerDay"^^xsd:string ;
    rdfs:comment """A change in the quantity of matter of 10⁻¹² moles in the SI unit of volume scaled by 10⁻³ over a period of 86400 seconds.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.157407e-14 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Picomoles per litre per day"@en ;
    skos:prefLabel "PicoMolePerLitrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-L-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.L-1.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A change in the quantity of matter of 10⁻¹² moles in the SI unit of volume scaled by 10⁻³ over a period of 86400 seconds.

-- QUDT"""@en .

emmo:PicoMolePerLitrePerHour a owl:Class ;
    rdfs:label "PicoMolePerLitrePerHour"^^xsd:string ;
    rdfs:comment """A change in the quantity of matter of 10⁻¹² moles in the SI unit of volume scaled by 10⁻³ over a period of 3600 seconds.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.777778e-13 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Picomoles per litre per hour"@en ;
    skos:prefLabel "PicoMolePerLitrePerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-L-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.L-1.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/(L⋅h)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A change in the quantity of matter of 10⁻¹² moles in the SI unit of volume scaled by 10⁻³ over a period of 3600 seconds.

-- QUDT"""@en .

emmo:PicoMolePerMetrePerWattPerSecond a owl:Class ;
    rdfs:label "PicoMolePerMetrePerWattPerSecond"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_052e9796_1144_43ae_a798_c5755cd6cd81,
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Picomoles per metre per watt per second"@en ;
    skos:prefLabel "PicoMolePerMetrePerWattPerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-M-W-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.m-1.W-1.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/(m⋅W⋅s)"^^xsd:string .

emmo:PicoMolePerSquareMetrePerDay a owl:Class ;
    rdfs:label "PicoMolePerSquareMetrePerDay"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:MolePerSquareMetrePerDay ],
        [ a owl:Restriction ;
            owl:hasValue 1.157407e-17 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Picomoles per square metre per day"@en ;
    skos:prefLabel "PicoMolePerSquareMetrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-M2-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.m-2.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/(m²⋅day)"^^xsd:string .

emmo:PicoPascal a owl:Class ;
    rdfs:label "PicoPascal"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Pascal ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "PicoPascal"@en ;
    skos:prefLabel "PicoPascal"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoPA"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pPa"^^xsd:string .

emmo:PicoPascalPerKiloMetre a owl:Class ;
    rdfs:label "PicoPascalPerKiloMetre"^^xsd:string ;
    rdfs:comment """0.000000000001-fold of the SI derived unit pascal divided by the 1 000-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-15 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ;
    skos:altLabel "Picopascal Per Kilometre"@en ;
    skos:prefLabel "PicoPascalPerKiloMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoPA-PER-KiloM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pPa.km-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pPa/km"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000000001-fold of the SI derived unit pascal divided by the 1 000-fold of the SI base unit metre

-- QUDT"""@en .

emmo:PicoSecond a owl:Class ;
    rdfs:label "PicoSecond"^^xsd:string ;
    rdfs:comment """0.000000000001-fold of the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Second ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "PicoSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoSEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ps"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ps"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000000001-fold of the SI base unit second

-- QUDT"""@en .

emmo:PicoSiemens a owl:Class ;
    rdfs:label "PicoSiemens"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Siemens ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "PicoSiemens"@en ;
    skos:prefLabel "PicoSiemens"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoS"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pS"^^xsd:string .

emmo:PicoSiemensPerMetre a owl:Class ;
    rdfs:label "PicoSiemensPerMetre"^^xsd:string ;
    rdfs:comment """0.000000000001-fold of the SI derived unit Siemens divided by the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:SiemensPerMetre ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Picosiemens Per Metre"@en ;
    skos:prefLabel "PicoSiemensPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoS-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pS.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pS/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000000001-fold of the SI derived unit Siemens divided by the SI base unit metre

-- QUDT"""@en .

emmo:PicoWatt a owl:Class ;
    rdfs:label "PicoWatt"^^xsd:string ;
    rdfs:comment """0.000000000001-fold of the SI derived unit watt

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Watt ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:prefLabel "PicoWatt"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoW"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pW"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pW"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000000001-fold of the SI derived unit watt

-- QUDT"""@en .

emmo:PicoWattPerSquareCentiMetrePerLitre a owl:Class ;
    rdfs:label "PicoWattPerSquareCentiMetrePerLitre"^^xsd:string ;
    rdfs:comment """The power (scaled by 10⁻¹²) per SI unit of area (scaled by 10⁻⁴) produced per SI unit of volume (scaled by 10⁻³).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_36e03182_1be9_497c_bb71_e26fbb9160d2,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Picowatts per square centimetre per litre"@en ;
    skos:prefLabel "PicoWattPerSquareCentiMetrePerLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoW-PER-CentiM2-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pW.cm-2.L-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pW/(cm²⋅L)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The power (scaled by 10⁻¹²) per SI unit of area (scaled by 10⁻⁴) produced per SI unit of volume (scaled by 10⁻³).

-- QUDT"""@en .

emmo:PicoWattPerSquareMetre a owl:Class ;
    rdfs:label "PicoWattPerSquareMetre"^^xsd:string ;
    rdfs:comment """0.000000000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:WattPerSquareMetre ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100,
        emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Picowatt Per Square Metre"@en ;
    skos:prefLabel "PicoWattPerSquareMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoW-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pW.m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pW/m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en .

emmo:Pint_Uk a owl:Class ;
    rdfs:label "Pint_Uk"@en ;
    rdfs:comment """unit of the volume (both for fluids and for dry measures) according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.682613e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pint (UK)"@en ;
    skos:prefLabel "Pint_Uk"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PINT_UK"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pt_br]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pt{UK}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume (both for fluids and for dry measures) according to the Imperial system of units

-- QUDT"""@en .

emmo:Pint_Uk_Per_Day a owl:Class ;
    rdfs:label "Pint_Uk_Per_Day"@en ;
    rdfs:comment """unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.577098e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pint (UK) Per Day"@en ;
    skos:prefLabel "Pint_Uk_Per_Day"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PINT_UK-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pt_br].d"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pt{UK}/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day

-- QUDT"""@en .

emmo:Pint_Uk_Per_Hr a owl:Class ;
    rdfs:label "Pint_Uk_Per_Hr"@en ;
    rdfs:comment """unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.578504e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pint (UK) Per Hour"@en ;
    skos:prefLabel "Pint_Uk_Per_Hr"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PINT_UK-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pt_br].h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pt{UK}/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour

-- QUDT"""@en .

emmo:Pint_Uk_Per_Min a owl:Class ;
    rdfs:label "Pint_Uk_Per_Min"@en ;
    rdfs:comment """unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.471022e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pint (UK) Per Minute"@en ;
    skos:prefLabel "Pint_Uk_Per_Min"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PINT_UK-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pt_br].min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pt{UK}/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute

-- QUDT"""@en .

emmo:Pint_Uk_Per_Sec a owl:Class ;
    rdfs:label "Pint_Uk_Per_Sec"@en ;
    rdfs:comment """unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.682613e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pint (UK) Per Second"@en ;
    skos:prefLabel "Pint_Uk_Per_Sec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PINT_UK-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pt_br].s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pt{UK}/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second

-- QUDT"""@en .

emmo:Pint_Us_Per_Day a owl:Class ;
    rdfs:label "Pint_Us_Per_Day"@en ;
    rdfs:comment """unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.47658e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pint (US Liquid) Per Day"@en ;
    skos:prefLabel "Pint_Us_Per_Day"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PINT_US-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pt_us].d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pt{US}/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time day

-- QUDT"""@en .

emmo:Pint_Us_Per_Hr a owl:Class ;
    rdfs:label "Pint_Us_Per_Hr"@en ;
    rdfs:comment """unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.314379e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pint (US Liquid) Per Hour"@en ;
    skos:prefLabel "Pint_Us_Per_Hr"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PINT_US-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pt_us].h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pt{US}/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time hour

-- QUDT"""@en .

emmo:Pint_Us_Per_Min a owl:Class ;
    rdfs:label "Pint_Us_Per_Min"@en ;
    rdfs:comment """unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 7.886275e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pint (US Liquid) Per Minute"@en ;
    skos:prefLabel "Pint_Us_Per_Min"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PINT_US-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pt_us].min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pt{US}/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time minute

-- QUDT"""@en .

emmo:Pint_Us_Per_Sec a owl:Class ;
    rdfs:label "Pint_Us_Per_Sec"@en ;
    rdfs:comment """unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.731765e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pint (US Liquid) Per Second"@en ;
    skos:prefLabel "Pint_Us_Per_Sec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PINT_US-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pt_us].s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pt{US}/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the SI base unit second

-- QUDT"""@en .

emmo:Pk_Uk a owl:Class ;
    rdfs:label "Pk_Uk"@en ;
    rdfs:comment """unit of the volume according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.092181e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Peck (UK)"@en ;
    skos:prefLabel "Pk_Uk"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PK_UK"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pk_br]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "peck{UK}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume according to the Imperial system of units

-- QUDT"""@en .

emmo:Pk_Uk_Per_Day a owl:Class ;
    rdfs:label "Pk_Uk_Per_Day"@en ;
    rdfs:comment """unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.052336e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Peck (UK) Per Day"@en ;
    skos:prefLabel "Pk_Uk_Per_Day"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PK_UK-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pk_br].d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "peck{UK}/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time day

-- QUDT"""@en .

emmo:Pk_Uk_Per_Hr a owl:Class ;
    rdfs:label "Pk_Uk_Per_Hr"@en ;
    rdfs:comment """unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.525606e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Peck (UK) Per Hour"@en ;
    skos:prefLabel "Pk_Uk_Per_Hr"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PK_UK-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pk_br].h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "peck{UK}/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time hour

-- QUDT"""@en .

emmo:Pk_Uk_Per_Min a owl:Class ;
    rdfs:label "Pk_Uk_Per_Min"@en ;
    rdfs:comment """unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.515364e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Peck (UK) Per Minute"@en ;
    skos:prefLabel "Pk_Uk_Per_Min"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PK_UK-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pk_br].min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "peck{UK}/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time minute

-- QUDT"""@en .

emmo:Pk_Uk_Per_Sec a owl:Class ;
    rdfs:label "Pk_Uk_Per_Sec"@en ;
    rdfs:comment """unit of the volume peck (UK) according to the Imperial system of units divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.092181e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Peck (UK) Per Second"@en ;
    skos:prefLabel "Pk_Uk_Per_Sec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PK_UK-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pk_br].s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "peck{UK}/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume peck (UK) according to the Imperial system of units divided by the SI base unit second

-- QUDT"""@en .

emmo:Pk_Us_Dry_Per_Day a owl:Class ;
    rdfs:label "Pk_Us_Dry_Per_Day"@en ;
    rdfs:comment """unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.019649e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Peck (US Dry) Per Day"@en ;
    skos:prefLabel "Pk_Us_Dry_Per_Day"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PK_US_DRY-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pk_us].d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "peck{US}/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time day

-- QUDT"""@en .

emmo:Pk_Us_Dry_Per_Hr a owl:Class ;
    rdfs:label "Pk_Us_Dry_Per_Hr"@en ;
    rdfs:comment """unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.447158e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Peck (US Dry) Per Hour"@en ;
    skos:prefLabel "Pk_Us_Dry_Per_Hr"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PK_US_DRY-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pk_us].h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "peck{US}/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time hour

-- QUDT"""@en .

emmo:Pk_Us_Dry_Per_Min a owl:Class ;
    rdfs:label "Pk_Us_Dry_Per_Min"@en ;
    rdfs:comment """unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.468295e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Peck (US Dry) Per Minute"@en ;
    skos:prefLabel "Pk_Us_Dry_Per_Min"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PK_US_DRY-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pk_us].min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "peck{US}/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time minute

-- QUDT"""@en .

emmo:Pk_Us_Dry_Per_Sec a owl:Class ;
    rdfs:label "Pk_Us_Dry_Per_Sec"@en ;
    rdfs:comment """unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 8.809768e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Peck (US Dry) Per Second"@en ;
    skos:prefLabel "Pk_Us_Dry_Per_Sec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PK_US_DRY-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pk_us].s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "peck{US}/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the SI base unit second

-- QUDT"""@en .

emmo:PlanckAngularFrequency a owl:Class ;
    rdfs:label "PlanckAngularFrequency"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.85487e+43 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Planck Angular Frequency"@en ;
    skos:prefLabel "PlanckAngularFrequency"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PlanckFrequency_Ang"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "planckangularfrequency"^^xsd:string .

emmo:PlanckArea a owl:Class ;
    rdfs:label "PlanckArea"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.61223e-70 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Planck Area"@en ;
    skos:prefLabel "PlanckArea"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PlanckArea"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "planckarea"^^xsd:string .

emmo:PlanckCharge a owl:Class ;
    rdfs:label "PlanckCharge"@en ;
    rdfs:comment """In physics, the Planck charge, denoted by, is one of the base units in the system of natural units called Planck units. It is a quantity of electric charge defined in terms of fundamental physical constants. The Planck charge is defined as: coulombs, where: is the speed of light in the vacuum, is Planck's constant, is the reduced Planck constant, is the permittivity of free space is the elementary charge = (137.03599911) is the fine structure constant. The Planck charge is times greater than the elementary charge e carried by an electron.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.875546e-18 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Planck Charge"@en ;
    skos:prefLabel "PlanckCharge"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PlanckCharge"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "planckcharge"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In physics, the Planck charge, denoted by, is one of the base units in the system of natural units called Planck units. It is a quantity of electric charge defined in terms of fundamental physical constants. The Planck charge is defined as: coulombs, where: is the speed of light in the vacuum, is Planck's constant, is the reduced Planck constant, is the permittivity of free space is the elementary charge = (137.03599911) is the fine structure constant. The Planck charge is times greater than the elementary charge e carried by an electron.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Planck_units"^^xsd:string .

emmo:PlanckCurrent a owl:Class ;
    rdfs:label "PlanckCurrent"@en ;
    rdfs:comment """The Planck current is the unit of electric current, denoted by Iₚ, in the system of natural units known as Planck units. ≈ 3.479 × 10 A, where:  the Planck time is the permittivity in vacuum and the reduced Planck constant G is the gravitational constant c is the speed of light in vacuum. The Planck current is that current which, in a conductor, carries a Planck charge in Planck time. Alternatively, the Planck current is that constant current which, if maintained in two straight parallel conductors of infinite length and negligible circular cross-section, and placed a Planck length apart in vacuum, would produce between these conductors a force equal to a Planck force per Planck length.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.4789e+25 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 ;
    skos:altLabel "Planck Current"@en ;
    skos:prefLabel "PlanckCurrent"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PlanckCurrent"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Iₚ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The Planck current is the unit of electric current, denoted by Iₚ, in the system of natural units known as Planck units. ≈ 3.479 × 10 A, where:  the Planck time is the permittivity in vacuum and the reduced Planck constant G is the gravitational constant c is the speed of light in vacuum. The Planck current is that current which, in a conductor, carries a Planck charge in Planck time. Alternatively, the Planck current is that constant current which, if maintained in two straight parallel conductors of infinite length and negligible circular cross-section, and placed a Planck length apart in vacuum, would produce between these conductors a force equal to a Planck force per Planck length.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Planck_current?oldid=493640689"^^xsd:string .

emmo:PlanckCurrentDensity a owl:Class ;
    rdfs:label "PlanckCurrentDensity"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.331774e+95 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Planck Current Density"@en ;
    skos:prefLabel "PlanckCurrentDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PlanckCurrentDensity"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "planckcurrentdensity"^^xsd:string .

emmo:PlanckDensity a owl:Class ;
    rdfs:label "PlanckDensity"@en ;
    rdfs:comment """The Planck density is the unit of density, denoted by ρₚ, in the system of natural units known as Planck units. 1 ρₚ is ≈ 5.155 × 10⁹⁶ kg/m³. This is a unit which is very large, about equivalent to 10²³ solar masses squeezed into the space of a single atomic nucleus. At one unit of Planck time after the Big Bang, the mass density of the universe is thought to have been approximately one unit of Planck density.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.155e+96 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Planck Density"@en ;
    skos:prefLabel "PlanckDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PlanckDensity"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ρₚ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The Planck density is the unit of density, denoted by ρₚ, in the system of natural units known as Planck units. 1 ρₚ is ≈ 5.155 × 10⁹⁶ kg/m³. This is a unit which is very large, about equivalent to 10²³ solar masses squeezed into the space of a single atomic nucleus. At one unit of Planck time after the Big Bang, the mass density of the universe is thought to have been approximately one unit of Planck density.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Planck_density?oldid=493642128"^^xsd:string .

emmo:PlanckEnergy a owl:Class ;
    rdfs:label "PlanckEnergy"@en ;
    rdfs:comment """In physics, the unit of energy in the system of natural units known as Planck units is called the Planck energy, denoted by Eₚ. Eₚ is a derived, as opposed to basic, Planck unit. An equivalent definition is: Eₚ = ℏ / tₚ where tₚ is the Planck time. Also: Eₚ = mₚ c² where mₚ is the Planck mass.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.9561e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Planck Energy"@en ;
    skos:prefLabel "PlanckEnergy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PlanckEnergy"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Eᵨ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In physics, the unit of energy in the system of natural units known as Planck units is called the Planck energy, denoted by Eₚ. Eₚ is a derived, as opposed to basic, Planck unit. An equivalent definition is: Eₚ = ℏ / tₚ where tₚ is the Planck time. Also: Eₚ = mₚ c² where mₚ is the Planck mass.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Planck_energy?oldid=493639955"^^xsd:string .

emmo:PlanckForce a owl:Class ;
    rdfs:label "PlanckForce"@en ;
    rdfs:comment """Planck force is the derived unit of force resulting from the definition of the base Planck units for time, length, and mass. It is equal to the natural unit of momentum divided by the natural unit of time.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.21027e+44 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Planck Force"@en ;
    skos:prefLabel "PlanckForce"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PlanckForce"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "planckforce"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Planck force is the derived unit of force resulting from the definition of the base Planck units for time, length, and mass. It is equal to the natural unit of momentum divided by the natural unit of time.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Planck_force?oldid=493643031"^^xsd:string .

emmo:PlanckFrequency a owl:Class ;
    rdfs:label "PlanckFrequency"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.85487e+43 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Planck Frequency"@en ;
    skos:prefLabel "PlanckFrequency"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PlanckFrequency"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "planckfrequency"^^xsd:string ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Planck_angular_frequency?oldid=493641308"^^xsd:string .

emmo:PlanckImpedance a owl:Class ;
    rdfs:label "PlanckImpedance"@en ;
    rdfs:comment """The Planck impedance is the unit of electrical resistance, denoted by Zₚ, in the system of natural units known as Planck units. The Planck impedance is directly coupled to the impedance of free space, Z₀, and differs in value from Z₀ only by a factor of 4π. If the Planck charge were instead defined to normalize the permittivity of free space, ε₀, rather than the Coulomb constant, 1/(4πε₀), then the Planck impedance would be identical to the characteristic impedance of free space.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.997925e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_7610efb8_c7c6_4684_abc1_774783c62472,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Planck Impedance"@en ;
    skos:prefLabel "PlanckImpedance"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PlanckImpedance"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Zₚ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The Planck impedance is the unit of electrical resistance, denoted by Zₚ, in the system of natural units known as Planck units. The Planck impedance is directly coupled to the impedance of free space, Z₀, and differs in value from Z₀ only by a factor of 4π. If the Planck charge were instead defined to normalize the permittivity of free space, ε₀, rather than the Coulomb constant, 1/(4πε₀), then the Planck impedance would be identical to the characteristic impedance of free space.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Planck_impedance"^^xsd:string .

emmo:PlanckLength a owl:Class ;
    rdfs:label "PlanckLength"@en ;
    rdfs:comment """In physics, the Planck length, denoted ℓₚ, is a unit of length, equal to 1.616199(97)×10⁻³⁵ metres. It is a base unit in the system of Planck units. The Planck length can be defined from three fundamental physical constants: the speed of light in a vacuum, Planck's constant, and the gravitational constant.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.616252e-35 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:altLabel "Planck Length"@en ;
    skos:prefLabel "PlanckLength"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PlanckLength"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ℓₚ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In physics, the Planck length, denoted ℓₚ, is a unit of length, equal to 1.616199(97)×10⁻³⁵ metres. It is a base unit in the system of Planck units. The Planck length can be defined from three fundamental physical constants: the speed of light in a vacuum, Planck's constant, and the gravitational constant.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Planck_units"^^xsd:string .

emmo:PlanckMass a owl:Class ;
    rdfs:label "PlanckMass"@en ;
    rdfs:comment """In physics, the Planck mass, denoted by mₚ, is the unit of mass in the system of natural units known as Planck units. It is defined so that ≈  1.2209 × 10 GeV/c₀ = 2.17651(13) × 10 kg, (or 21.7651 μ g), where c₀ is the speed of light in a vacuum, G is the gravitational constant, and ℏ is the reduced Planck constant. Particle physicists and cosmologists often use the reduced Planck mass, which is ≈  4.341 × 10 kg = 2.435  × 10 GeV/c. The added factor of 1/{√{8π}} simplifies a number of equations in general relativity. Quantum effects are typified by the magnitude of Planck's constant.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.17644e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Planck Mass"@en ;
    skos:prefLabel "PlanckMass"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PlanckMass"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mₚ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In physics, the Planck mass, denoted by mₚ, is the unit of mass in the system of natural units known as Planck units. It is defined so that ≈  1.2209 × 10 GeV/c₀ = 2.17651(13) × 10 kg, (or 21.7651 μ g), where c₀ is the speed of light in a vacuum, G is the gravitational constant, and ℏ is the reduced Planck constant. Particle physicists and cosmologists often use the reduced Planck mass, which is ≈  4.341 × 10 kg = 2.435  × 10 GeV/c. The added factor of 1/{√{8π}} simplifies a number of equations in general relativity. Quantum effects are typified by the magnitude of Planck's constant.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Planck_units"^^xsd:string .

emmo:PlanckMomentum a owl:Class ;
    rdfs:label "PlanckMomentum"@en ;
    rdfs:comment """Planck momentum is the unit of momentum in the system of natural units known as Planck units. It has no commonly used symbol of its own, but can be denoted by, where is the Planck mass and is the speed of light in a vacuum. Then where is the reduced Planck's constant, is the Planck length, is the gravitational constant. In SI units Planck momentum is ≈ 6.5 kg m/s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.52485e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 ;
    skos:altLabel "Planck Momentum"@en ;
    skos:prefLabel "PlanckMomentum"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PlanckMomentum"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "planckmomentum"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Planck momentum is the unit of momentum in the system of natural units known as Planck units. It has no commonly used symbol of its own, but can be denoted by, where is the Planck mass and is the speed of light in a vacuum. Then where is the reduced Planck's constant, is the Planck length, is the gravitational constant. In SI units Planck momentum is ≈ 6.5 kg m/s.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Planck_momentum?oldid=493644981"^^xsd:string .

emmo:PlanckPower a owl:Class ;
    rdfs:label "PlanckPower"@en ;
    rdfs:comment """The Planck energy divided by the Planck time is the Planck power Pₚ , equal to about 3.62831 × 10⁵² W. This is an extremely large unit; even gamma-ray bursts, the most luminous phenomena known, have output on the order of 1 × 10⁴⁵ W, less than one ten-millionth of the Planck power.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.62831e+52 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Planck Power"@en ;
    skos:prefLabel "PlanckPower"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PlanckPower"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pₚ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The Planck energy divided by the Planck time is the Planck power Pₚ , equal to about 3.62831 × 10⁵² W. This is an extremely large unit; even gamma-ray bursts, the most luminous phenomena known, have output on the order of 1 × 10⁴⁵ W, less than one ten-millionth of the Planck power.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Planck_power?oldid=493642483"^^xsd:string .

emmo:PlanckPressure a owl:Class ;
    rdfs:label "PlanckPressure"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.63309e+113 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Planck Pressure"@en ;
    skos:prefLabel "PlanckPressure"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PlanckPressure"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "planckpressure"^^xsd:string ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Planck_pressure?oldid=493640883"^^xsd:string .

emmo:PlanckTime a owl:Class ;
    rdfs:label "PlanckTime"@en ;
    rdfs:comment """In physics, the Planck time, denoted by tₚ, is the unit of time in the system of natural units known as Planck units. It is the time required for light to travel, in a vacuum, a distance of 1 Planck length. The unit is named after Max Planck, who was the first to propose it. tₚ ≡ √(ℏ G/c⁵) ≈ 5.39106(32) × 10⁻⁴⁴ s where, c is the speed of light in a vacuum, ℏ is the reduced Planck's constant (defined as ℏ = h/(2 π)) and G is the gravitational constant. The two digits between parentheses denote the standard error of the estimated value.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.39124e-44 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Planck Time"@en ;
    skos:prefLabel "PlanckTime"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PlanckTime"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "tₚ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In physics, the Planck time, denoted by tₚ, is the unit of time in the system of natural units known as Planck units. It is the time required for light to travel, in a vacuum, a distance of 1 Planck length. The unit is named after Max Planck, who was the first to propose it. tₚ ≡ √(ℏ G/c⁵) ≈ 5.39106(32) × 10⁻⁴⁴ s where, c is the speed of light in a vacuum, ℏ is the reduced Planck's constant (defined as ℏ = h/(2 π)) and G is the gravitational constant. The two digits between parentheses denote the standard error of the estimated value.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Planck_units"^^xsd:string .

emmo:PlanckVolt a owl:Class ;
    rdfs:label "PlanckVolt"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.04295e+27 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Planck Volt"@en ;
    skos:prefLabel "PlanckVolt"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PlanckVolt"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Vₚ"^^xsd:string .

emmo:PlanckVolume a owl:Class ;
    rdfs:label "PlanckVolume"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.22419e-105 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Planck Volume"@en ;
    skos:prefLabel "PlanckVolume"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PlanckVolume"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "l³ₚ"^^xsd:string .

emmo:Plancktemperature a owl:Class ;
    rdfs:label "Plancktemperature"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.416784e+32 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "PlanckTemperature"@en ;
    skos:prefLabel "Plancktemperature"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PlanckTemperature"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "plancktemperature"^^xsd:string ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Planck_units"^^xsd:string .

emmo:Point a owl:Class ;
    rdfs:label "Point"@en ;
    rdfs:comment """In typography, a point is the smallest unit of measure, being a subdivision of the larger pica. It is commonly abbreviated as pt. The point has long been the usual unit for measuring font size and leading and other minute items on a printed page.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.54e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:prefLabel "Point"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pnt]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pt"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In typography, a point is the smallest unit of measure, being a subdivision of the larger pica. It is commonly abbreviated as pt. The point has long been the usual unit for measuring font size and leading and other minute items on a printed page.

-- QUDT"""@en .

emmo:PoundDegreeFahrenheit a owl:Class ;
    rdfs:label "PoundDegreeFahrenheit"@en ;
    rdfs:comment """`Pound Degree Fahrenheit` is an Imperial unit for 'Mass Temperature' expressed as lb-degF.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_8455fa05_a877_48d7_b8a3_8e3bfad119bf,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Pound Degree Fahrenheit"@en ;
    skos:prefLabel "PoundDegreeFahrenheit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].[degF]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb⋅°F"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Pound Degree Fahrenheit` is an Imperial unit for 'Mass Temperature' expressed as lb-degF.

-- QUDT"""@en .

emmo:PoundDegreeRankine a owl:Class ;
    rdfs:label "PoundDegreeRankine"@en ;
    rdfs:comment """`Pound Degree Rankine` is an Imperial unit for 'Mass Temperature' expressed as lb-degR.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_8455fa05_a877_48d7_b8a3_8e3bfad119bf,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Pound Degree Rankine"@en ;
    skos:prefLabel "PoundDegreeRankine"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-DEG_R"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].[degR]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb⋅°R"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Pound Degree Rankine` is an Imperial unit for 'Mass Temperature' expressed as lb-degR.

-- QUDT"""@en .

emmo:PoundForceFoot a owl:Class ;
    rdfs:label "PoundForceFoot"@en ;
    rdfs:comment """"Pound Force Foot" is an Imperial unit for  'Torque' expressed as lbf-ft.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.355818e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Pound Force Foot"@en ;
    skos:prefLabel "PoundForceFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB_F-FT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lbf_av].[ft_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lbf⋅ft"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Pound Force Foot" is an Imperial unit for  'Torque' expressed as lbf-ft.

-- QUDT"""@en .

emmo:PoundForceFootPerAmpere a owl:Class ;
    rdfs:label "PoundForceFootPerAmpere"@en ;
    rdfs:comment """product of the Anglo-American unit pound-force and foot divided by the SI base unit ampere

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 2.728303e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound Force Foot Per Ampere"@en ;
    skos:prefLabel "PoundForceFootPerAmpere"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloLB_F-FT-PER-A"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lbf_av].[ft_i].A-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "klbf⋅ft/A"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the Anglo-American unit pound-force and foot divided by the SI base unit ampere

-- QUDT"""@en .

emmo:PoundForceFootPerPound a owl:Class ;
    rdfs:label "PoundForceFootPerPound"@en ;
    rdfs:comment """product of the Anglo-American unit pound-force and the Anglo-American unit foot divided by the Anglo-American unit pound (US) of mass

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.989067e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound Force Foot Per Pound"@en ;
    skos:prefLabel "PoundForceFootPerPound"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloLB_F-FT-PER-LB"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lbf_av].[ft_i].[lb_av]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "klbf⋅ft/lb"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the Anglo-American unit pound-force and the Anglo-American unit foot divided by the Anglo-American unit pound (US) of mass

-- QUDT"""@en .

emmo:PoundForceInch a owl:Class ;
    rdfs:label "PoundForceInch"@en ;
    rdfs:comment """"Pound Force Inch" is an Imperial unit for  'Torque' expressed as lbf-in.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.129848e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Pound Force Inch"@en ;
    skos:prefLabel "PoundForceInch"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB_F-IN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lbf_av].[in_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lbf⋅in"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Pound Force Inch" is an Imperial unit for  'Torque' expressed as lbf-in.

-- QUDT"""@en .

emmo:PoundForcePerFoot a owl:Class ;
    rdfs:label "PoundForcePerFoot"@en ;
    rdfs:comment """"Pound Force per Foot" is an Imperial unit for  'Force Per Length' expressed as lbf/ft.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.45939e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ;
    skos:altLabel "Pound Force Per Foot"@en ;
    skos:prefLabel "PoundForcePerFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloLB_F-PER-FT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lbf_av].[ft_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "klbf/ft"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Pound Force per Foot" is an Imperial unit for  'Force Per Length' expressed as lbf/ft.

-- QUDT"""@en .

emmo:PoundForcePerInch a owl:Class ;
    rdfs:label "PoundForcePerInch"@en ;
    rdfs:comment """"Pound Force per Inch" is an Imperial unit for  'Force Per Length' expressed as lbf/in.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.751268e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ;
    skos:altLabel "Pound Force per Inch"@en ;
    skos:prefLabel "PoundForcePerInch"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB_F-PER-IN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lbf_av].[in_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lbf/in"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Pound Force per Inch" is an Imperial unit for  'Force Per Length' expressed as lbf/in.

-- QUDT"""@en .

emmo:PoundForcePerPound a owl:Class ;
    rdfs:label "PoundForcePerPound"@en ;
    rdfs:comment """"Pound Force per Pound" is an Imperial unit for  'Thrust To Mass Ratio' expressed as lbf/lb.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.806651e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound Force per Pound"@en ;
    skos:prefLabel "PoundForcePerPound"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB_F-PER-LB"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lbf_av].[lb_av]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lbf/lb"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Pound Force per Pound" is an Imperial unit for  'Thrust To Mass Ratio' expressed as lbf/lb.

-- QUDT"""@en .

emmo:PoundForcePerSquareFoot a owl:Class ;
    rdfs:label "PoundForcePerSquareFoot"@en ;
    rdfs:comment """Pounds or Pounds Force per Square Foot is a British (Imperial) and American pressure unit which is directly related to the psi pressure unit by a factor of 144 (1 sq ft = 12 in x 12 in = 144 sq in). 1 Pound per Square Foot equals 47.8803 Pascals. The psf pressure unit is mostly for lower pressure applications such as specifying building structures to withstand a certain wind force or rating a building floor for maximum weight load.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.788026e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound Force per Square Foot"@en ;
    skos:prefLabel "PoundForcePerSquareFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB_F-PER-FT2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lbf_av].[sft_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lbf/ft²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Pounds or Pounds Force per Square Foot is a British (Imperial) and American pressure unit which is directly related to the psi pressure unit by a factor of 144 (1 sq ft = 12 in x 12 in = 144 sq in). 1 Pound per Square Foot equals 47.8803 Pascals. The psf pressure unit is mostly for lower pressure applications such as specifying building structures to withstand a certain wind force or rating a building floor for maximum weight load.

-- QUDT"""@en .

emmo:PoundForcePerSquareInchDegreeFahrenheit a owl:Class ;
    rdfs:label "PoundForcePerSquareInchDegreeFahrenheit"@en ;
    rdfs:comment """composed unit for pressure (pound-force per square inch) divided by the unit degree Fahrenheit for temperature

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.241056e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound Force Per Square Inch Degree Fahrenheit"@en ;
    skos:prefLabel "PoundForcePerSquareInchDegreeFahrenheit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB_F-PER-IN2-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lbf_av].[sin_i]-1.[degF]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lbf/(in²⋅°F)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """composed unit for pressure (pound-force per square inch) divided by the unit degree Fahrenheit for temperature

-- QUDT"""@en .

emmo:PoundForcePerSquareInchSecond a owl:Class ;
    rdfs:label "PoundForcePerSquareInchSecond"@en ;
    rdfs:comment """"Pound Force per Square Inch Second" is a unit for  'Force Per Area Time' expressed as lbf / in²-s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.894758e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c ;
    skos:altLabel "Pound Force per Square Inch Second"@en ;
    skos:prefLabel "PoundForcePerSquareInchSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB_F-PER-IN2-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lbf_av].[sin_i]-1.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lbf/in²⋅s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Pound Force per Square Inch Second" is a unit for  'Force Per Area Time' expressed as lbf / in²-s.

-- QUDT"""@en .

emmo:PoundForceSecondPerSquareFoot a owl:Class ;
    rdfs:label "PoundForceSecondPerSquareFoot"@en ;
    rdfs:comment """"Pound Force Second per Square Foot" is an Imperial unit for  'Dynamic Viscosity' expressed as lbf-s/ft².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.788026e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound Force Second per Square Foot"@en ;
    skos:prefLabel "PoundForceSecondPerSquareFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB_F-SEC-PER-FT2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lbf_av].s.[sft_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lbf⋅s/ft²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Pound Force Second per Square Foot" is an Imperial unit for  'Dynamic Viscosity' expressed as lbf-s/ft².

-- QUDT"""@en .

emmo:PoundForceSecondPerSquareInch a owl:Class ;
    rdfs:label "PoundForceSecondPerSquareInch"@en ;
    rdfs:comment """"Pound Force Second per Square Inch" is an Imperial unit for  'Dynamic Viscosity' expressed as lbf-s/in².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.894758e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound Force Second per Square Inch"@en ;
    skos:prefLabel "PoundForceSecondPerSquareInch"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB_F-SEC-PER-IN2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lbf_av].s.[sin_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lbf⋅s/in²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Pound Force Second per Square Inch" is an Imperial unit for  'Dynamic Viscosity' expressed as lbf-s/in².

-- QUDT"""@en .

emmo:PoundMass a owl:Class ;
    rdfs:label "PoundMass"@en ;
    rdfs:comment """A pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 4.535924e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound Mass"@en ;
    skos:prefLabel "PoundMass"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lbm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg.

-- QUDT"""@en .

emmo:PoundMole a owl:Class ;
    rdfs:label "PoundMole"@en ;
    rdfs:comment """Pound Mole is a unit for `Mass Amount Of Substance` expressed as lb-mol..

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.535924e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_0f43918c_3578_4196_a5fa_d3fa6c0d5869,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Pound Mole"@en ;
    skos:prefLabel "PoundMole"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-MOL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].mol"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb⋅mol"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Pound Mole is a unit for `Mass Amount Of Substance` expressed as lb-mol..

-- QUDT"""@en .

emmo:PoundMoleDegreeFahrenheit a owl:Class ;
    rdfs:label "PoundMoleDegreeFahrenheit"@en ;
    rdfs:comment """`Pound Mole Degree Fahrenheit` is a unit for 'Mass Amount Of Substance Temperature' expressed as lb-mol-degF.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_3d254432_6f8f_4a6d_9eb3_4ab54388171b,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Pound Mole Degree Fahrenheit"@en ;
    skos:prefLabel "PoundMoleDegreeFahrenheit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-MOL-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].mol.[degF]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb⋅mol⋅°F"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Pound Mole Degree Fahrenheit` is a unit for 'Mass Amount Of Substance Temperature' expressed as lb-mol-degF.

-- QUDT"""@en .

emmo:PoundPerCubicFoot a owl:Class ;
    rdfs:label "PoundPerCubicFoot"@en ;
    rdfs:comment """"Pound per Cubic Foot" is an Imperial unit for  'Density' expressed as lb/ft³.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.601846e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound per Cubic Foot"@en ;
    skos:prefLabel "PoundPerCubicFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-PER-FT3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].[cft_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb/ft³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Pound per Cubic Foot" is an Imperial unit for  'Density' expressed as lb/ft³.

-- QUDT"""@en .

emmo:PoundPerCubicInch a owl:Class ;
    rdfs:label "PoundPerCubicInch"@en ;
    rdfs:comment """"Pound per Cubic Inch" is an Imperial unit for  'Density' expressed as lb/in³.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.76799e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound per Cubic Inch"@en ;
    skos:prefLabel "PoundPerCubicInch"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-PER-IN3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].[cin_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb/in³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Pound per Cubic Inch" is an Imperial unit for  'Density' expressed as lb/in³.

-- QUDT"""@en .

emmo:PoundPerCubicMetre a owl:Class ;
    rdfs:label "PoundPerCubicMetre"@en ;
    rdfs:comment """"Pound per Cubic Meter" is a unit for  'Density' expressed as lb/m³.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.535924e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound per Cubic Metre"@en ;
    skos:prefLabel "PoundPerCubicMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Pound per Cubic Meter" is a unit for  'Density' expressed as lb/m³.

-- QUDT"""@en .

emmo:PoundPerCubicYard a owl:Class ;
    rdfs:label "PoundPerCubicYard"@en ;
    rdfs:comment """"Pound per Cubic Yard" is an Imperial unit for  'Density' expressed as lb/yd³.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.932764e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound per Cubic Yard"@en ;
    skos:prefLabel "PoundPerCubicYard"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-PER-YD3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].[cyd_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb/yd³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Pound per Cubic Yard" is an Imperial unit for  'Density' expressed as lb/yd³.

-- QUDT"""@en .

emmo:PoundPerFoot a owl:Class ;
    rdfs:label "PoundPerFoot"@en ;
    rdfs:comment """"Pound per Foot" is an Imperial unit for  'Mass Per Length' expressed as lb/ft.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.488164e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound per Foot"@en ;
    skos:prefLabel "PoundPerFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-PER-FT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].[ft_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb/ft"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Pound per Foot" is an Imperial unit for  'Mass Per Length' expressed as lb/ft.

-- QUDT"""@en .

emmo:PoundPerFootHour a owl:Class ;
    rdfs:label "PoundPerFootHour"@en ;
    rdfs:comment """"Pound per Foot Hour" is an Imperial unit for  'Dynamic Viscosity' expressed as lb/(ft-hr).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 4.133789e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound per Foot Hour"@en ;
    skos:prefLabel "PoundPerFootHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-PER-FT-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].[ft_i]-1.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb/(ft⋅hr)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Pound per Foot Hour" is an Imperial unit for  'Dynamic Viscosity' expressed as lb/(ft-hr).

-- QUDT"""@en .

emmo:PoundPerFootSecond a owl:Class ;
    rdfs:label "PoundPerFootSecond"@en ;
    rdfs:comment """"Pound per Foot Second" is an Imperial unit for  'Dynamic Viscosity' expressed as lb/(ft-s).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.488164e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound per Foot Second"@en ;
    skos:prefLabel "PoundPerFootSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-PER-FT-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].[ft_i]-1.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb/(ft⋅s)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Pound per Foot Second" is an Imperial unit for  'Dynamic Viscosity' expressed as lb/(ft-s).

-- QUDT"""@en .

emmo:PoundPerGallon a owl:Class ;
    rdfs:label "PoundPerGallon"@en ;
    rdfs:comment """"Pound per Gallon" is an Imperial unit for  'Density' expressed as lb/gal.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.977637e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound per Gallon"@en ;
    skos:prefLabel "PoundPerGallon"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-PER-GAL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].[gal_br]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb/gal"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Pound per Gallon" is an Imperial unit for  'Density' expressed as lb/gal.

-- QUDT"""@en .

emmo:PoundPerHour a owl:Class ;
    rdfs:label "PoundPerHour"@en ;
    rdfs:comment """Pound per hour is a mass flow unit. It is abbreviated as PPH or more conventionally as lb/h. Fuel flow for engines is usually expressed using this unit, it is particularly useful when dealing with gases or liquids as volume flow varies more with temperature and pressure. 1 lb/h = 0.4535927 kg/h = 126.00 mg/s.  Minimum fuel intake on a jumbojet can be as low as 150 lb/h when idling, however this is not enough to sustain flight.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.259979e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound per Hour"@en ;
    skos:prefLabel "PoundPerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "PPH"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Pound per hour is a mass flow unit. It is abbreviated as PPH or more conventionally as lb/h. Fuel flow for engines is usually expressed using this unit, it is particularly useful when dealing with gases or liquids as volume flow varies more with temperature and pressure. 1 lb/h = 0.4535927 kg/h = 126.00 mg/s.  Minimum fuel intake on a jumbojet can be as low as 150 lb/h when idling, however this is not enough to sustain flight.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Pound_per_hour?oldid=328571072"^^xsd:string .

emmo:PoundPerInch a owl:Class ;
    rdfs:label "PoundPerInch"@en ;
    rdfs:comment """"Pound per Inch" is an Imperial unit for  'Mass Per Length' expressed as lb/in.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.785797e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound per Inch"@en ;
    skos:prefLabel "PoundPerInch"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-PER-IN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].[in_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb/in"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Pound per Inch" is an Imperial unit for  'Mass Per Length' expressed as lb/in.

-- QUDT"""@en .

emmo:PoundPerMinute a owl:Class ;
    rdfs:label "PoundPerMinute"@en ;
    rdfs:comment """"Pound per Minute" is an Imperial unit for  'Mass Per Time' expressed as lb/min.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 7.559873e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound per Minute"@en ;
    skos:prefLabel "PoundPerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lb/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Pound per Minute" is an Imperial unit for  'Mass Per Time' expressed as lb/min.

-- QUDT"""@en .

emmo:PoundTroy a owl:Class ;
    rdfs:label "PoundTroy"@en ;
    rdfs:comment """An obsolete unit of mass; the Troy Pound has been defined as exactly 5760 grains, or 0.3732417216 kg. A Troy Ounce is 1/12th of a Troy Pound.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.732417e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound Troy"@en ;
    skos:prefLabel "PoundTroy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB_T"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_tr]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lbt"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An obsolete unit of mass; the Troy Pound has been defined as exactly 5760 grains, or 0.3732417216 kg. A Troy Ounce is 1/12th of a Troy Pound.

-- QUDT"""@en .

emmo:Poundal a owl:Class ;
    rdfs:label "Poundal"@en ;
    rdfs:comment """The poundal is a unit of force that is part of the foot-pound-second system of units, in Imperial units introduced in 1877, and is from the specialized subsystem of English absolute (a coherent system). The poundal is defined as the force necessary to accelerate 1 pound-mass to 1 foot per second per second. 1 pdl = 0.138254954376 N exactly.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.38255e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Poundal"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PDL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].[ft_i].s-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pdl"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The poundal is a unit of force that is part of the foot-pound-second system of units, in Imperial units introduced in 1877, and is from the specialized subsystem of English absolute (a coherent system). The poundal is defined as the force necessary to accelerate 1 pound-mass to 1 foot per second per second. 1 pdl = 0.138254954376 N exactly.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Poundal?oldid=494626458"^^xsd:string .

emmo:PoundalPerSquareFoot a owl:Class ;
    rdfs:label "PoundalPerSquareFoot"@en ;
    rdfs:comment """Poundal Per Square Foot (pdl/ft²) is a unit in the category of Pressure. It is also known as poundals per square foot, poundal/square foot. This unit is commonly used in the UK, US unit systems. Poundal Per Square Foot has a dimension of ML⁻¹T⁻², where M is mass, L is length, and T is time. It can be converted to the corresponding standard SI unit `Pa` by multiplying its value by a factor of 1.488163944.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.efunda.com/glossary/units/units--pressure--poundal_per_square_foot.cfm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.488164e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Poundal per Square Foot"@en ;
    skos:prefLabel "PoundalPerSquareFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PDL-PER-FT2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lb_av].[ft_i].s-2.[sft_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pdl/ft²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Poundal Per Square Foot (pdl/ft²) is a unit in the category of Pressure. It is also known as poundals per square foot, poundal/square foot. This unit is commonly used in the UK, US unit systems. Poundal Per Square Foot has a dimension of ML⁻¹T⁻², where M is mass, L is length, and T is time. It can be converted to the corresponding standard SI unit `Pa` by multiplying its value by a factor of 1.488163944.

-- QUDT"""@en .

emmo:PracticalSalinityUnit a owl:Class ;
    rdfs:label "PracticalSalinityUnit"@en ;
    rdfs:comment """Practical salinity scale 1978 (PSS-78) is used for ionic content of seawater determined by electrical conductivity. Salinities measured using PSS-78 do not have units, but are approximately scaled to parts-per-thousand for the valid range. The suffix psu or PSU (denoting practical salinity unit) is sometimes added to PSS-78 measurement values. The addition of PSU as a unit after the value is "formally incorrect and strongly discouraged".

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Practical salinity unit"@en ;
    skos:prefLabel "PracticalSalinityUnit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PSU"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "PSU"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Practical salinity scale 1978 (PSS-78) is used for ionic content of seawater determined by electrical conductivity. Salinities measured using PSS-78 do not have units, but are approximately scaled to parts-per-thousand for the valid range. The suffix psu or PSU (denoting practical salinity unit) is sometimes added to PSS-78 measurement values. The addition of PSU as a unit after the value is "formally incorrect and strongly discouraged".

-- QUDT"""@en .

emmo:Psi a owl:Class ;
    rdfs:label "Psi"@en ;
    rdfs:comment """Pounds of force per square inch, the unit for pressure as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.894758e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "PSI"@en ;
    skos:prefLabel "Psi"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PSI"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[psi]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "psi"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Pounds of force per square inch, the unit for pressure as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2

-- QUDT"""@en .

emmo:PsiCubicInchPerSecond a owl:Class ;
    rdfs:label "PsiCubicInchPerSecond"@en ;
    rdfs:comment """product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic inch per second)

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.129848e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Psi Cubic Inch Per Second"@en ;
    skos:prefLabel "PsiCubicInchPerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PSI-IN3-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[psi].[cin_i].s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "psi⋅in³/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic inch per second)

-- QUDT"""@en .

emmo:PsiCubicMetrePerSecond a owl:Class ;
    rdfs:label "PsiCubicMetrePerSecond"@en ;
    rdfs:comment """product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic metre per second)

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 6.894757e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "PSI Cubic Metre Per Second"@en ;
    skos:prefLabel "PsiCubicMetrePerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PSI-M3-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[psi].m3.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "psi⋅m³/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic metre per second)

-- QUDT"""@en .

emmo:PsiCubicYardPerSecond a owl:Class ;
    rdfs:label "PsiCubicYardPerSecond"@en ;
    rdfs:comment """product of the composed unit for pressure (pound-force per square inch) and the square inch) and the composed unit for volume flow (cubic yard per second)

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.27142e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Psi Cubic Yard Per Second"@en ;
    skos:prefLabel "PsiCubicYardPerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PSI-YD3-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[psi].[cyd_i].s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "psi⋅yd³/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the composed unit for pressure (pound-force per square inch) and the square inch) and the composed unit for volume flow (cubic yard per second)

-- QUDT"""@en .

emmo:PsiLitrePerSecond a owl:Class ;
    rdfs:label "PsiLitrePerSecond"@en ;
    rdfs:comment """product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (litre per second)

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.894757e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Psi Litre Per Second"@en ;
    skos:prefLabel "PsiLitrePerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PSI-L-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[psi].L.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "psi⋅L³/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (litre per second)

-- QUDT"""@en .

emmo:PsiPerPsi a owl:Class ;
    rdfs:label "PsiPerPsi"@en ;
    rdfs:comment """composed unit for pressure (pound-force per square inch) divided by the composed unit for pressure (pound-force per square inch)

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9d09022c_e7ae_4379_a765_4803a8a502a1,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Psi Per Psi"@en ;
    skos:prefLabel "PsiPerPsi"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PSI-PER-PSI"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[psi].[psi]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "psi/psi"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """composed unit for pressure (pound-force per square inch) divided by the composed unit for pressure (pound-force per square inch)

-- QUDT"""@en .

emmo:Qt_Uk a owl:Class ;
    rdfs:label "Qt_Uk"@en ;
    rdfs:comment """unit of the volume for fluids according to the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.136523e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Quart (UK)"@en ;
    skos:prefLabel "Qt_Uk"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/QT_UK"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[qt_br]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "qt{UK}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume for fluids according to the Imperial system of units

-- QUDT"""@en .

emmo:Qt_Uk_Per_Day a owl:Class ;
    rdfs:label "Qt_Uk_Per_Day"@en ;
    rdfs:comment """unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.31542e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Quart (UK Liquid) Per Day"@en ;
    skos:prefLabel "Qt_Uk_Per_Day"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/QT_UK-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[qt_br].d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "qt{UK}/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time day

-- QUDT"""@en .

emmo:Qt_Uk_Per_Hr a owl:Class ;
    rdfs:label "Qt_Uk_Per_Hr"@en ;
    rdfs:comment """unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.157007e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Quart (UK Liquid) Per Hour"@en ;
    skos:prefLabel "Qt_Uk_Per_Hr"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/QT_UK-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[qt_br].h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "qt{UK}/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time hour

-- QUDT"""@en .

emmo:Qt_Uk_Per_Min a owl:Class ;
    rdfs:label "Qt_Uk_Per_Min"@en ;
    rdfs:comment """unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.894205e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Quart (UK Liquid) Per Minute"@en ;
    skos:prefLabel "Qt_Uk_Per_Min"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/QT_UK-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[qt_br].min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "qt{UK}/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time minute

-- QUDT"""@en .

emmo:Qt_Uk_Per_Sec a owl:Class ;
    rdfs:label "Qt_Uk_Per_Sec"@en ;
    rdfs:comment """unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.136523e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Quart (UK Liquid) Per Second"@en ;
    skos:prefLabel "Qt_Uk_Per_Sec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/QT_UK-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[qt_br].h-1.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "qt{UK}/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the SI base unit second

-- QUDT"""@en .

emmo:Qt_Us_Per_Day a owl:Class ;
    rdfs:label "Qt_Us_Per_Day"@en ;
    rdfs:comment """unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.095316e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Quart (US Liquid) Per Day"@en ;
    skos:prefLabel "Qt_Us_Per_Day"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/QT_US-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[qt_us].d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "qt{US}/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time day

-- QUDT"""@en .

emmo:Qt_Us_Per_Hr a owl:Class ;
    rdfs:label "Qt_Us_Per_Hr"@en ;
    rdfs:comment """unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.628758e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Quart (US Liquid) Per Hour"@en ;
    skos:prefLabel "Qt_Us_Per_Hr"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/QT_US-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[qt_us].h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "qt{US}/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time hour

-- QUDT"""@en .

emmo:Qt_Us_Per_Min a owl:Class ;
    rdfs:label "Qt_Us_Per_Min"@en ;
    rdfs:comment """unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.577255e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Quart (US Liquid) Per Minute"@en ;
    skos:prefLabel "Qt_Us_Per_Min"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/QT_US-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[qt_us].min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "qt{US}/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time minute

-- QUDT"""@en .

emmo:Qt_Us_Per_Sec a owl:Class ;
    rdfs:label "Qt_Us_Per_Sec"@en ;
    rdfs:comment """unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.46353e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Quart (US Liquid) Per Second"@en ;
    skos:prefLabel "Qt_Us_Per_Sec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/QT_US-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[qt_us].s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "qt{US}/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the SI base unit second

-- QUDT"""@en .

emmo:Quad a owl:Class ;
    rdfs:label "Quad"@en ;
    rdfs:comment """A quad is a unit of energy equal to 10 BTU, or 1.055 × 10 joule, which is 1.055 exajoule or EJ in SI units. The unit is used by the U.S. Department of Energy in discussing world and national energy budgets. Some common types of an energy carrier approximately equal 1 quad are: 8,007,000,000 Gallons (US) of gasoline 293,083,000,000 Kilowatt-hours (kWh) 36,000,000 Tonnes of coal 970,434,000,000 Cubic feet of natural gas 5,996,000,000 UK gallons of diesel oil 25,200,000 Tonnes of oil 252,000,000 tonnes of TNT or five times the energy of the Tsar Bomba nuclear test.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.055e+18 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:prefLabel "Quad"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/QUAD"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "quad"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A quad is a unit of energy equal to 10 BTU, or 1.055 × 10 joule, which is 1.055 exajoule or EJ in SI units. The unit is used by the U.S. Department of Energy in discussing world and national energy budgets. Some common types of an energy carrier approximately equal 1 quad are: 8,007,000,000 Gallons (US) of gasoline 293,083,000,000 Kilowatt-hours (kWh) 36,000,000 Tonnes of coal 970,434,000,000 Cubic feet of natural gas 5,996,000,000 UK gallons of diesel oil 25,200,000 Tonnes of oil 252,000,000 tonnes of TNT or five times the energy of the Tsar Bomba nuclear test.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Quad?oldid=492086827"^^xsd:string .

emmo:Quarter_Uk a owl:Class ;
    rdfs:label "Quarter_Uk"@en ;
    rdfs:comment """unit of the mass according to the avoirdupois system of units: 1 qr. l. = 28 lb

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.270059e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Quarter (UK)"@en ;
    skos:prefLabel "Quarter_Uk"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/Quarter_UK"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "28.[lb_av]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "quarter"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the mass according to the avoirdupois system of units: 1 qr. l. = 28 lb

-- QUDT"""@en .

emmo:QuarticCoulombMetrePerCubicEnergy a owl:Class ;
    rdfs:label "QuarticCoulombMetrePerCubicEnergy"@en ;
    rdfs:comment """"Quartic Coulomb Meter per Cubic Energy" is a unit for  'Quartic Electric Dipole Moment Per Cubic Energy' expressed as C⁴ m⁴ J⁻³.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_c0487653_66e8_454e_bb11_e50167e412e4 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C4.m4.J-3"^^xsd:string,
        "C4.m4/J3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C⁴m⁴/J³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Quartic Coulomb Meter per Cubic Energy" is a unit for  'Quartic Electric Dipole Moment Per Cubic Energy' expressed as C⁴ m⁴ J⁻³.

-- QUDT"""@en .

emmo:QuarticInch a owl:Class ;
    rdfs:label "QuarticInch"@en ;
    rdfs:comment """power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 4

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.162314e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_8627410d_01f8_4ed1_8f2b_aba69d791ad3,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Quartic Inch"@en ;
    skos:prefLabel "QuarticInch"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/IN4"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[in_i]4"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "in⁴"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 4

-- QUDT"""@en .

emmo:QuarticMetre a owl:Class ;
    rdfs:label "QuarticMetre"@en ;
    rdfs:comment """A unit associated with area moments of inertia.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_8627410d_01f8_4ed1_8f2b_aba69d791ad3 ;
    skos:altLabel "Quartic Metre"@en ;
    skos:prefLabel "QuarticMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M4"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m4"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⁴"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit associated with area moments of inertia.

-- QUDT"""@en .

emmo:QuarticMetrePerSecond a owl:Class ;
    rdfs:label "QuarticMetrePerSecond"^^xsd:string ;
    rdfs:comment "Metre to the power four per second."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_6cfc5b82_b47b_47bc_bb45_c23c273d2e06 ;
    skos:prefLabel "QuarticMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M4-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m4.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⁴/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Metre to the power four per second."@en .

emmo:QuarticMilliMetre a owl:Class ;
    rdfs:label "QuarticMilliMetre"@en ;
    rdfs:comment """0.001-fold of the power of the SI base unit metre with the exponent 4

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_8627410d_01f8_4ed1_8f2b_aba69d791ad3 ;
    skos:altLabel "Quartic Millimetre"@en ;
    skos:prefLabel "QuarticMilliMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM4"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm4"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm⁴"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the power of the SI base unit metre with the exponent 4

-- QUDT"""@en .

emmo:QuinticMetre a owl:Class ;
    rdfs:label "QuinticMetre"@en ;
    rdfs:comment "Metre to the power of five."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_e55d4f6d_2506_4f63_8e01_1963efe7071e ;
    skos:prefLabel "QuinticMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M5"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⁵"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Metre to the power of five."@en .

emmo:RadianPerHour a owl:Class ;
    rdfs:label "RadianPerHour"@en ;
    rdfs:comment """"Radian per Hour" is a unit for  'Angular Velocity' expressed as rad/h.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.6e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Radian per Hour"@en ;
    skos:prefLabel "RadianPerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.h-1"^^xsd:string,
        "rad/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Radian per Hour" is a unit for  'Angular Velocity' expressed as rad/h.

-- QUDT"""@en .

emmo:RadianPerMetre a owl:Class ;
    rdfs:label "RadianPerMetre"@en ;
    rdfs:comment "Radian per metre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf ;
    skos:prefLabel "RadianPerMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Radian per metre."@en .

emmo:RadianPerMinute a owl:Class ;
    rdfs:label "RadianPerMinute"@en ;
    rdfs:comment """Radian Per Minute (rad/min) is a unit in the category of Angular velocity. It is also known as radians per minute, radian/minute. Radian Per Minute (rad/min) has a dimension of aT-1 where T is time. It can be converted to the corresponding standard SI unit rad/s by multiplying its value by a factor of 0.0166666666667.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Radian per Minute"@en ;
    skos:prefLabel "RadianPerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.min-1"^^xsd:string,
        "rad/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Radian Per Minute (rad/min) is a unit in the category of Angular velocity. It is also known as radians per minute, radian/minute. Radian Per Minute (rad/min) has a dimension of aT-1 where T is time. It can be converted to the corresponding standard SI unit rad/s by multiplying its value by a factor of 0.0166666666667.

-- QUDT"""@en .

emmo:RadianPerSecond a owl:Class ;
    rdfs:label "RadianPerSecond"@en ;
    rdfs:comment """"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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.s-1"^^xsd:string,
        "rad/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Radian per Second" is the SI unit of rotational speed (angular velocity), and, also the unit of angular frequency. The radian per second is defined as the change in the orientation of an object, in radians, every second.

-- QUDT"""@en .

emmo:RadianPerSquareSecond a owl:Class ;
    rdfs:label "RadianPerSquareSecond"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.s-2"^^xsd:string,
        "rad/s2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad/s²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Angular acceleration is the rate of change of angular velocity. In SI units, it is measured in radians per Square second (rad/s²), and is usually denoted by the Greek letter α.

-- QUDT"""@en .

emmo:RadianSquareMetrePerKilogram a owl:Class ;
    rdfs:label "RadianSquareMetrePerKilogram"^^xsd:string ;
    rdfs:comment "Radian square metre per kilogram."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_4817e479_e401_437e_a49b_54540b93d2a1 ;
    skos:prefLabel "RadianSquareMetrePerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD-M2-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.m2.kg-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad⋅m²/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Radian square metre per kilogram."@en .

emmo:RadianSquareMetrePerMole a owl:Class ;
    rdfs:label "RadianSquareMetrePerMole"@en ;
    rdfs:comment "Radian square metre per mole."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_973656ed_870e_40ba_8bc0_c879687a335a ;
    skos:prefLabel "RadianSquareMetrePerMole"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD-M2-PER-MOL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.m2.mol-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad⋅m²/mol"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Radian square metre per mole."@en .

emmo:Rayl a owl:Class ;
    rdfs:label "Rayl"@en ;
    rdfs:comment """`Rayl` is one of two units 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 one rayl if unit pressure produces unit velocity. It is defined as follows: 1 rayl = 1 dyn· s· cm⁻³ Or in SI as: 1 rayl = 10⁻¹Pa· s· m⁻¹, which equals 10 N · s· m⁻³.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 ;
    skos:prefLabel "Rayl"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAYL"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rayl"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Rayl` is one of two units 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 one rayl if unit pressure produces unit velocity. It is defined as follows: 1 rayl = 1 dyn· s· cm⁻³ Or in SI as: 1 rayl = 10⁻¹Pa· s· m⁻¹, which equals 10 N · s· m⁻³.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Rayl?oldid=433570842"^^xsd:string .

emmo:ReadsPerKiloBase a owl:Class ;
    rdfs:label "ReadsPerKiloBase"^^xsd:string ;
    rdfs:comment """RPK (Reads Per Kilobases) are obtained by dividing read counts by gene lengths (expressed in kilo-nucleotides).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "https://learn.gencore.bio.nyu.edu/metgenomics/shotgun-metagenomics/functional-analysis/"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ;
    skos:altLabel "Reads Per Kilobase"@en ;
    skos:prefLabel "ReadsPerKiloBase"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RPK"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "RPK"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """RPK (Reads Per Kilobases) are obtained by dividing read counts by gene lengths (expressed in kilo-nucleotides).

-- QUDT"""@en .

emmo:ReciprocalAngstrom a owl:Class ;
    rdfs:label "ReciprocalÅngström"@en ;
    rdfs:comment """reciprocal of the unit angstrom

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "ReciprocalAngstrom"@en ;
    skos:prefLabel "ReciprocalÅngström"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-ANGSTROM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Ao-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/Å"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal of the unit angstrom

-- QUDT"""@en .

emmo:ReciprocalBar a owl:Class ;
    rdfs:label "ReciprocalBar"@en ;
    rdfs:comment """reciprocal of the metrical unit with the name bar

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Reciprocal Bar"@en ;
    skos:prefLabel "ReciprocalBar"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-BAR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "bar-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/bar"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal of the metrical unit with the name bar

-- QUDT"""@en .

emmo:ReciprocalCubicFoot a owl:Class ;
    rdfs:label "ReciprocalCubicFoot"@en ;
    rdfs:comment """reciprocal value of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.531466e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Reciprocal Cubic Foot"@en ;
    skos:prefLabel "ReciprocalCubicFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-FT3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cft_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/ft³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal value of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3

-- QUDT"""@en .

emmo:ReciprocalCubicInch a owl:Class ;
    rdfs:label "ReciprocalCubicInch"@en ;
    rdfs:comment """reciprocal value of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.102376e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Reciprocal Cubic Inch"@en ;
    skos:prefLabel "ReciprocalCubicInch"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-IN3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cin_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/in³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal value of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3

-- QUDT"""@en .

emmo:ReciprocalCubicYard a owl:Class ;
    rdfs:label "ReciprocalCubicYard"@en ;
    rdfs:comment """reciprocal value of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.307951e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Reciprocal Cubic Yard"@en ;
    skos:prefLabel "ReciprocalCubicYard"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-YD3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cyd_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/yd³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal value of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3

-- QUDT"""@en .

emmo:ReciprocalDay a owl:Class ;
    rdfs:label "ReciprocalDay"@en ;
    rdfs:comment """reciprocal of the unit day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.157407e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Reciprocal Day"@en ;
    skos:prefLabel "ReciprocalDay"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/d"^^xsd:string,
        "d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal of the unit day

-- QUDT"""@en .

emmo:ReciprocalGram a owl:Class ;
    rdfs:label "ReciprocalGram"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_59197cce_b8b6_4216_a08d_26fb83c032af,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Reciprocal gram"@en ;
    skos:prefLabel "ReciprocalGram"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-GM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/g"^^xsd:string .

emmo:ReciprocalHour a owl:Class ;
    rdfs:label "ReciprocalHour"@en ;
    rdfs:comment """A reciprocal unit of time for `reciprocal hour` or "inverse hour".

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.6e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Reciprocal Hour"@en ;
    skos:prefLabel "ReciprocalHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/h"^^xsd:string,
        "h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A reciprocal unit of time for `reciprocal hour` or "inverse hour".

-- QUDT"""@en .

emmo:ReciprocalKiloVoltAmpereHour a owl:Class ;
    rdfs:label "ReciprocalKiloVoltAmpereHour"^^xsd:string ;
    rdfs:comment """reciprocal of the 1,000-fold of the product of the SI derived unit volt and the SI base unit ampere and the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_071b87fd_8ac8_4287_bfc6_9fcd8ce6674c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Reciprocal Kilovolt Ampere Hour"@en ;
    skos:prefLabel "ReciprocalKiloVoltAmpereHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-KiloV-A-HR"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(kV⋅A⋅h)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal of the 1,000-fold of the product of the SI derived unit volt and the SI base unit ampere and the unit hour

-- QUDT"""@en .

emmo:ReciprocalLitre a owl:Class ;
    rdfs:label "ReciprocalLitre"@en ;
    rdfs:comment """reciprocal value of the unit litre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Reciprocal Litre"@en ;
    skos:prefLabel "ReciprocalLitre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/L"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal value of the unit litre

-- QUDT"""@en .

emmo:ReciprocalMicroMolePerLitre a owl:Class ;
    rdfs:label "ReciprocalMicroMolePerLitre"^^xsd:string ;
    rdfs:comment """Units used to describe the sensitivity of detection of a spectrophotometer.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_aef218f9_6ded_4db9_9263_e78eed55e5d6,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Reciprocal micromole per litre"@en ;
    skos:prefLabel "ReciprocalMicroMolePerLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MicroMOL-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol-1.L-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(mmol⋅L)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Units used to describe the sensitivity of detection of a spectrophotometer.

-- QUDT"""@en .

emmo:ReciprocalMillePerPsi a owl:Class ;
    rdfs:label "ReciprocalMillePerPsi"@en ;
    rdfs:comment """thousandth divided by the composed unit for pressure (pound-force per square inch)

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.450377e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Reciprocal Mille Per Psi"@en ;
    skos:prefLabel "ReciprocalMillePerPsi"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MILLE-PER-PSI"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/ksi"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """thousandth divided by the composed unit for pressure (pound-force per square inch)

-- QUDT"""@en .

emmo:ReciprocalMinute a owl:Class ;
    rdfs:label "ReciprocalMinute"@en ;
    rdfs:comment """A reciprocal unit of time for `reciprocal minute` or `inverse minute`.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Reciprocal Minute"@en ;
    skos:prefLabel "ReciprocalMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/min"^^xsd:string,
        "min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A reciprocal unit of time for `reciprocal minute` or `inverse minute`.

-- QUDT"""@en .

emmo:ReciprocalMonth a owl:Class ;
    rdfs:label "ReciprocalMonth"@en ;
    rdfs:comment """reciprocal of the unit month

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.919351e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Reciprocal Month"@en ;
    skos:prefLabel "ReciprocalMonth"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MO"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mo-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/month"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal of the unit month

-- QUDT"""@en .

emmo:ReciprocalPsi a owl:Class ;
    rdfs:label "ReciprocalPsi"@en ;
    rdfs:comment """reciprocal value of the composed unit for pressure (pound-force per square inch)

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.450377e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Reciprocal Psi"@en ;
    skos:prefLabel "ReciprocalPsi"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-PSI"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[psi]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/psi"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal value of the composed unit for pressure (pound-force per square inch)

-- QUDT"""@en .

emmo:ReciprocalSquareElectronVolt a owl:Class ;
    rdfs:label "ReciprocalSquareElectronVolt"@en ;
    rdfs:comment """Per Square Electron Volt is a denominator unit with dimensions /eV².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.895644e+37 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_87b5dd20_e4fe_422d_9e70_1eee54ec9496,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Reciprocal Square Electron Volt"@en ;
    skos:prefLabel "ReciprocalSquareElectronVolt"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-EV2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "eV-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/eV²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Square Electron Volt is a denominator unit with dimensions /eV².

-- QUDT"""@en .

emmo:ReciprocalSquareGigaElectronVolt a owl:Class ;
    rdfs:label "ReciprocalSquareGigaElectronVolt"@en ;
    rdfs:comment """Per Square Giga Electron Volt Unit is a denominator unit with dimensions /GeV².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.895644e+19 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_87b5dd20_e4fe_422d_9e70_1eee54ec9496,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Reciprocal Square Giga Electron Volt"@en ;
    skos:prefLabel "ReciprocalSquareGigaElectronVolt"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-GigaEV2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GeV-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/GeV²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Square Giga Electron Volt Unit is a denominator unit with dimensions /GeV².

-- QUDT"""@en .

emmo:ReciprocalWeek a owl:Class ;
    rdfs:label "ReciprocalWeek"@en ;
    rdfs:comment """reciprocal of the unit week

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.653439e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Reciprocal Week"@en ;
    skos:prefLabel "ReciprocalWeek"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-WK"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "wk-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/week"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal of the unit week

-- QUDT"""@en .

emmo:ReciprocalYear a owl:Class ;
    rdfs:label "ReciprocalYear"@en ;
    rdfs:comment """reciprocal of the unit year

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.170979e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Reciprocal Year"@en ;
    skos:prefLabel "ReciprocalYear"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-YR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/a"^^xsd:string,
        "a-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/yr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal of the unit year

-- QUDT"""@en .

emmo:RegisterTon a owl:Class ;
    rdfs:label "RegisterTon"@en ;
    rdfs:comment """The register ton is a unit of volume used for the cargo capacity of a ship, defined as 100 cubic feet (roughly 2.83 cubic metres).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.831685e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Register Ton"@en ;
    skos:prefLabel "RegisterTon"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "100.[cft_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "RT"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The register ton is a unit of volume used for the cargo capacity of a ship, defined as 100 cubic feet (roughly 2.83 cubic metres).

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Tonnage#Tonnage_measurements"^^xsd:string .

emmo:RelativePermeability a owl:Class ;
    rdfs:label "RelativePermeability"@en ;
    rdfs:comment """In multiphase flow in porous media, the relative permeability of a phase is a dimensionless measure of the effective permeability of that phase. It is the ratio of the effective permeability of that phase to the absolute permeability. It can be viewed as an adaptation of Darcy's law to multiphase flow. For two-phase flow in porous media given steady-state conditions, we can write where is the flux, is the pressure drop, is the viscosity.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.256637e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ;
    skos:altLabel "Relative Permeability"@en ;
    skos:prefLabel "RelativePermeability"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PERMEABILITY_REL"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kᵣ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In multiphase flow in porous media, the relative permeability of a phase is a dimensionless measure of the effective permeability of that phase. It is the ratio of the effective permeability of that phase to the absolute permeability. It can be viewed as an adaptation of Darcy's law to multiphase flow. For two-phase flow in porous media given steady-state conditions, we can write where is the flux, is the pressure drop, is the viscosity.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Relative_permeability"^^xsd:string .

emmo:RelativePermittivity a owl:Class ;
    rdfs:label "RelativePermittivity"@en ;
    rdfs:comment """The `relative permittivity` of a material under given conditions reflects the extent to which it concentrates electrostatic lines of flux. In technical terms, it is the ratio of the amount of electrical energy stored in a material by an applied voltage, relative to that stored in a vacuum. Likewise, it is also the ratio of the capacitance of a capacitor using that material as a dielectric, compared to a similar capacitor that has a vacuum as its dielectric. Relative permittivity is a dimensionless number that is in general complex. The imaginary portion of the permittivity corresponds to a phase shift of the polarization P relative to E and leads to the attenuation of electromagnetic waves passing through the medium.
ε_r(w) = (ε(w))/(ε_O) where ε_r(w) is the complex frequency-dependent absolute permittivity of the material, and ε_O is the vacuum permittivity.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.ncert.nic.in/html/learning_basket/electricity/electricity/charges%20&%20fields/absolute_permittivity.htm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 8.854188e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ;
    skos:altLabel "Relative Permittivity"@en ;
    skos:prefLabel "RelativePermittivity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PERMITTIVITY_REL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[eps_0]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "εᵣ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The `relative permittivity` of a material under given conditions reflects the extent to which it concentrates electrostatic lines of flux. In technical terms, it is the ratio of the amount of electrical energy stored in a material by an applied voltage, relative to that stored in a vacuum. Likewise, it is also the ratio of the capacitance of a capacitor using that material as a dielectric, compared to a similar capacitor that has a vacuum as its dielectric. Relative permittivity is a dimensionless number that is in general complex. The imaginary portion of the permittivity corresponds to a phase shift of the polarization P relative to E and leads to the attenuation of electromagnetic waves passing through the medium.
ε_r(w) = (ε(w))/(ε_O) where ε_r(w) is the complex frequency-dependent absolute permittivity of the material, and ε_O is the vacuum permittivity.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Relative_static_permittivity?oldid=334224492"^^xsd:string .

emmo:Rem a owl:Class ;
    rdfs:label "Rem"@en ;
    rdfs:comment """A Rem is a deprecated unit used to measure the biological effects of ionizing radiation. The rem is defined as equal to 0.01 sievert, which is the more commonly used unit outside of the United States. Equivalent dose, effective dose, and committed dose can all be measured in units of rem. These quantities are products of the absorbed dose in rads and weighting factors. These factors must be selected for each exposure situation; there is no universally applicable conversion constant from rad to rem. A rem is a large dose of radiation, so the millirem (mrem), which is one thousandth of a rem, is often used for the dosages commonly encountered, such as the amount of radiation received from medical x-rays and background sources.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Rem"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/REM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "REM"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rem"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A Rem is a deprecated unit used to measure the biological effects of ionizing radiation. The rem is defined as equal to 0.01 sievert, which is the more commonly used unit outside of the United States. Equivalent dose, effective dose, and committed dose can all be measured in units of rem. These quantities are products of the absorbed dose in rads and weighting factors. These factors must be selected for each exposure situation; there is no universally applicable conversion constant from rad to rem. A rem is a large dose of radiation, so the millirem (mrem), which is one thousandth of a rem, is often used for the dosages commonly encountered, such as the amount of radiation received from medical x-rays and background sources.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Roentgen_equivalent_man"^^xsd:string .

emmo:Revolution a owl:Class ;
    rdfs:label "Revolution"@en ;
    rdfs:comment """"Revolution" is a unit for  'Plane Angle' expressed as rev.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.283185e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 ;
    skos:prefLabel "Revolution"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/REV"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rev"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Revolution" is a unit for  'Plane Angle' expressed as rev.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Revolution?oldid=494110330"^^xsd:string .

emmo:RevolutionPerHour a owl:Class ;
    rdfs:label "RevolutionPerHour"@en ;
    rdfs:comment """"Revolution per Hour" is a unit for  'Angular Velocity' expressed as rev/h.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.745329e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Revolution per Hour"@en ;
    skos:prefLabel "RevolutionPerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/REV-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rev/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Revolution per Hour" is a unit for  'Angular Velocity' expressed as rev/h.

-- QUDT"""@en .

emmo:RevolutionPerMinute a owl:Class ;
    rdfs:label "RevolutionPerMinute"@en ;
    rdfs:comment """"Revolution per Minute" is a unit for  'Angular Velocity' expressed as rev/min.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.047198e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Revolution per Minute"@en ;
    skos:prefLabel "RevolutionPerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/REV-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}.min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rev/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Revolution per Minute" is a unit for  'Angular Velocity' expressed as rev/min.

-- QUDT"""@en .

emmo:RevolutionPerSecond a owl:Class ;
    rdfs:label "RevolutionPerSecond"@en ;
    rdfs:comment """"Revolution per Second" is a unit for  'Angular Velocity' expressed as rev/s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.283185e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Revolution per Second"@en ;
    skos:prefLabel "RevolutionPerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/REV-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rev/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Revolution per Second" is a unit for  'Angular Velocity' expressed as rev/s.

-- QUDT"""@en .

emmo:RevolutionPerSquareSecond a owl:Class ;
    rdfs:label "RevolutionPerSquareSecond"@en ;
    rdfs:comment """"Revolution per Square Second" is a C.G.S System unit for  'Angular Acceleration' expressed as rev-per-s².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.283185e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Revolution per Square Second"@en ;
    skos:prefLabel "RevolutionPerSquareSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/REV-PER-SEC2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}.s-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rev/s²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Revolution per Square Second" is a C.G.S System unit for  'Angular Acceleration' expressed as rev-per-s².

-- QUDT"""@en .

emmo:Rod a owl:Class ;
    rdfs:label "Rod"@en ;
    rdfs:comment """A unit of distance equal to 5.5 yards (16 feet 6 inches).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.02921e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:prefLabel "Rod"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ROD"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[rd_br]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rod"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of distance equal to 5.5 yards (16 feet 6 inches).

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Rod?oldid=492590086"^^xsd:string .

emmo:SamplePerSecond a owl:Class ;
    rdfs:label "SamplePerSecond"@en ;
    rdfs:comment """The number of discrete samples of some thing per second.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Sample per second"@en ;
    skos:prefLabel "SamplePerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SAMPLE-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "sample/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The number of discrete samples of some thing per second.

-- QUDT"""@en .

emmo:SecondPerMetre a owl:Class ;
    rdfs:label "SecondPerMetre"^^xsd:string ;
    rdfs:comment "Second per metre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422 ;
    skos:prefLabel "SecondPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SEC-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "s.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "s/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Second per metre."@en .

emmo:SecondPerRadianCubicMetre a owl:Class ;
    rdfs:label "SecondPerRadianCubicMetre"@en ;
    rdfs:comment "Second per radian and cubic metre unit."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_6f76f9bf_feb3_4e27_9bcb_45b5f3526050 ;
    skos:prefLabel "SecondPerRadianCubicMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SEC-PER-RAD-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "s.rad-1.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "s/rad⋅m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Second per radian and cubic metre unit."@en .

emmo:SecondSquareFoot a owl:Class ;
    rdfs:label "SecondSquareFoot"@en ;
    rdfs:comment """"Second Square Foot" is an Imperial unit for  'Area Time' expressed as s-ft².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 9.290304e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 ;
    skos:altLabel "Second Square Foot"@en ;
    skos:prefLabel "SecondSquareFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SEC-FT2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "s.[ft_i]2"^^xsd:string,
        "s.[sft_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "s⋅ft²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Second Square Foot" is an Imperial unit for  'Area Time' expressed as s-ft².

-- QUDT"""@en .

emmo:SexticMetre a owl:Class ;
    rdfs:label "SexticMetre"@en ;
    rdfs:comment "Metre to the power of six."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_21bc99ae_f2ba_4eb3_90c1_d81968c429e2 ;
    skos:prefLabel "SexticMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M6"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m⁶"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Metre to the power of six."@en .

emmo:Shake a owl:Class ;
    rdfs:label "Shake"@en ;
    rdfs:comment """A shake is an informal unit of time equal to 10 nanoseconds. It has applications in nuclear physics, helping to conveniently express the timing of various events in a nuclear explosion. The typical time required for one step in the chain reaction (i.e. the typical time for each neutron to cause a fission event which releases more neutrons) is of order 1 shake, and the chain reaction is typically complete by 50 to 100 shakes.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Shake"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SH"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "10.ns"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "shake"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A shake is an informal unit of time equal to 10 nanoseconds. It has applications in nuclear physics, helping to conveniently express the timing of various events in a nuclear explosion. The typical time required for one step in the chain reaction (i.e. the typical time for each neutron to cause a fission event which releases more neutrons) is of order 1 shake, and the chain reaction is typically complete by 50 to 100 shakes.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Shake?oldid=494796779"^^xsd:string .

emmo:Shannon a owl:Class ;
    rdfs:label "Shannon"@en ;
    rdfs:comment """The "Shannon" is a unit of information.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.931472e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Shannon"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SHANNON"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Sh"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The "Shannon" is a unit of information.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Shannon_(unit)"^^xsd:string .

emmo:ShannonPerSecond a owl:Class ;
    rdfs:label "ShannonPerSecond"@en ;
    rdfs:comment """The "Shannon per Second" is a unit of information rate.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Shannon per Second"@en ;
    skos:prefLabel "ShannonPerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SHANNON-PER-SEC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Sh/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The "Shannon per Second" is a unit of information rate.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Ban_(information)"^^xsd:string .

emmo:ShortTon a owl:Class ;
    rdfs:label "ShortTon"@en ;
    rdfs:comment """The short ton is a unit of mass equal to 2,000 pounds (907.18474 kg). In the United States it is often called simply ton without distinguishing it from the metric ton (tonne, 1,000 kilograms / 2,204.62262 pounds) or the long ton (2,240 pounds / 1,016.0469088 kilograms); rather, the other two are specifically noted. There are, however, some U.S. applications for which unspecified tons normally means long tons.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 9.071847e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Short Ton"@en ;
    skos:prefLabel "ShortTon"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TON_SHORT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ston_av]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ton{short}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The short ton is a unit of mass equal to 2,000 pounds (907.18474 kg). In the United States it is often called simply ton without distinguishing it from the metric ton (tonne, 1,000 kilograms / 2,204.62262 pounds) or the long ton (2,240 pounds / 1,016.0469088 kilograms); rather, the other two are specifically noted. There are, however, some U.S. applications for which unspecified tons normally means long tons.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Short_ton"^^xsd:string .

emmo:ShortTonPerCubicYard a owl:Class ;
    rdfs:label "ShortTonPerCubicYard"@en ;
    rdfs:comment """The short ton per cubic yard density measurement unit is used to measure volume in cubic yards in order to estimate weight or mass in short tons.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.186553e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Short Ton per Cubic Yard"@en ;
    skos:prefLabel "ShortTonPerCubicYard"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TON_SHORT-PER-YD3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ston_av].[cyd_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ton{short}/yd³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The short ton per cubic yard density measurement unit is used to measure volume in cubic yards in order to estimate weight or mass in short tons.

-- QUDT"""@en .

emmo:ShortTonPerHour a owl:Class ;
    rdfs:label "ShortTonPerHour"@en ;
    rdfs:comment """The short Ton per Hour is a unit used to express a weight processed in a period of time.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.519958e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Short Ton per Hour"@en ;
    skos:prefLabel "ShortTonPerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TON_SHORT-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ston_av].h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ton/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The short Ton per Hour is a unit used to express a weight processed in a period of time.

-- QUDT"""@en .

emmo:SiderealDay a owl:Class ;
    rdfs:label "SiderealDay"@en ;
    rdfs:comment """The length of time which passes between a given fixed star in the sky crossing a given projected meridian (line of longitude). The sidereal day is 23 h 56 m 4.1 s, slightly shorter than the solar day because the Earth 's orbital motion about the Sun  means the Earth  has to rotate slightly more than one turn with respect to the "fixed" stars in order to reach the same Earth-Sun orientation. Another way of thinking about the difference is that it amounts to 1/365.2425^{th} of a day per day, since even if the Earth  did not spin on its axis at all, the Sun  would appear to make one rotation around the Earth  as the Earth  completed a single orbit (which takes one year).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://scienceworld.wolfram.com/astronomy/SiderealDay.html"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 8.61641e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Sidereal Day"@en ;
    skos:prefLabel "SiderealDay"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DAY_Sidereal"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "d"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "day{sidereal}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The length of time which passes between a given fixed star in the sky crossing a given projected meridian (line of longitude). The sidereal day is 23 h 56 m 4.1 s, slightly shorter than the solar day because the Earth 's orbital motion about the Sun  means the Earth  has to rotate slightly more than one turn with respect to the "fixed" stars in order to reach the same Earth-Sun orientation. Another way of thinking about the difference is that it amounts to 1/365.2425^{th} of a day per day, since even if the Earth  did not spin on its axis at all, the Sun  would appear to make one rotation around the Earth  as the Earth  completed a single orbit (which takes one year).

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Sidereal_time"^^xsd:string .

emmo:SiderealHour a owl:Class ;
    rdfs:label "SiderealHour"@en ;
    rdfs:comment """Sidereal time is a time-keeping system astronomers use to keep track of the direction to point their telescopes to view a given star in the night sky. A mean sidereal day is about 23 h 56 m 4.1 s in length. However, due to variations in the rotation rate of the Earth, the rate of an ideal sidereal clock deviates from any simple multiple of a civil clock. In practice, the difference is kept track of by the difference UTC-UT1, which is measured by radio telescopes and kept on file and available to the public at the IERS and at the United States Naval Observatory. A Sidereal Hour is 1/24^{th} of a Sidereal Day. A mean sidereal day is 23 hours, 56 minutes, 4.0916 seconds (23.9344699 hours or 0.99726958 mean solar days), the time it takes Earth to make one rotation relative to the vernal equinox. (Due to nutation, an actual sidereal day is not quite so constant.) The vernal equinox itself precesses slowly westward relative to the fixed stars, completing one revolution in about 26,000 years, so the misnamed sidereal day ("sidereal" is derived from the Latin sidus meaning "star") is 0.0084 seconds shorter than Earth's period of rotation relative to the fixed stars.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.59017e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Sidereal Hour"@en ;
    skos:prefLabel "SiderealHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HR_Sidereal"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hr{sidereal}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Sidereal time is a time-keeping system astronomers use to keep track of the direction to point their telescopes to view a given star in the night sky. A mean sidereal day is about 23 h 56 m 4.1 s in length. However, due to variations in the rotation rate of the Earth, the rate of an ideal sidereal clock deviates from any simple multiple of a civil clock. In practice, the difference is kept track of by the difference UTC-UT1, which is measured by radio telescopes and kept on file and available to the public at the IERS and at the United States Naval Observatory. A Sidereal Hour is 1/24^{th} of a Sidereal Day. A mean sidereal day is 23 hours, 56 minutes, 4.0916 seconds (23.9344699 hours or 0.99726958 mean solar days), the time it takes Earth to make one rotation relative to the vernal equinox. (Due to nutation, an actual sidereal day is not quite so constant.) The vernal equinox itself precesses slowly westward relative to the fixed stars, completing one revolution in about 26,000 years, so the misnamed sidereal day ("sidereal" is derived from the Latin sidus meaning "star") is 0.0084 seconds shorter than Earth's period of rotation relative to the fixed stars.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Sidereal_time"^^xsd:string .

emmo:SiderealMinute a owl:Class ;
    rdfs:label "SiderealMinute"@en ;
    rdfs:comment """Sidereal time is a time-keeping system astronomers use to keep track of the direction to point their telescopes to view a given star in the night sky. A mean sidereal day is about 23 h 56 m 4.1 s in length. However, due to variations in the rotation rate of the Earth, the rate of an ideal sidereal clock deviates from any simple multiple of a civil clock. In practice, the difference is kept track of by the difference UTC-UT1, which is measured by radio telescopes and kept on file and available to the public at the IERS and at the United States Naval Observatory. A Sidereal Minute is 1/60^{th} of a Sidereal Hour, which is 1/24^{th} of a Sidereal Day.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.983617e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Sidereal Minute"@en ;
    skos:prefLabel "SiderealMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MIN_Sidereal"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "min{sidereal}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Sidereal time is a time-keeping system astronomers use to keep track of the direction to point their telescopes to view a given star in the night sky. A mean sidereal day is about 23 h 56 m 4.1 s in length. However, due to variations in the rotation rate of the Earth, the rate of an ideal sidereal clock deviates from any simple multiple of a civil clock. In practice, the difference is kept track of by the difference UTC-UT1, which is measured by radio telescopes and kept on file and available to the public at the IERS and at the United States Naval Observatory. A Sidereal Minute is 1/60^{th} of a Sidereal Hour, which is 1/24^{th} of a Sidereal Day.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Sidereal_time"^^xsd:string .

emmo:SiderealYear a owl:Class ;
    rdfs:label "SiderealYear"@en ;
    rdfs:comment """A sidereal year is the time taken for Sun to return to the same position with respect to the stars of the celestial sphere.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.155815e+07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Sidereal Year"@en ;
    skos:prefLabel "SiderealYear"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YR_Sidereal"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "yr{sidereal}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A sidereal year is the time taken for Sun to return to the same position with respect to the stars of the celestial sphere.

-- QUDT"""@en .

emmo:SiemensSquareMetrePerMole a owl:Class ;
    rdfs:label "SiemensSquareMetrePerMole"@en ;
    rdfs:comment "Siemens square metre per mole."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_14235b93_650f_4452_8395_a23b8f645c9a ;
    skos:prefLabel "SiemensSquareMetrePerMole"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/S-M2-PER-MOL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "S.m2.mol-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "S⋅m²/mol"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Siemens square metre per mole."@en .

emmo:Slug a owl:Class ;
    rdfs:label "Slug"@en ;
    rdfs:comment """The slug is a unit of mass associated with Imperial units. It is a mass that accelerates by 1 ft/s when a force of one pound-force (lbF) is exerted on it. With standard gravity gc = 9.80665 m/s, the international foot of 0.3048 m and the avoirdupois pound of 0.45359237 kg, one slug therefore has a mass of approximately 32.17405 lbm or 14.593903 kg. At the surface of the Earth, an object with a mass of 1 slug exerts a force of about 32.17 lbF or 143 N.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.45939e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Slug"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SLUG"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "slug"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The slug is a unit of mass associated with Imperial units. It is a mass that accelerates by 1 ft/s when a force of one pound-force (lbF) is exerted on it. With standard gravity gc = 9.80665 m/s, the international foot of 0.3048 m and the avoirdupois pound of 0.45359237 kg, one slug therefore has a mass of approximately 32.17405 lbm or 14.593903 kg. At the surface of the Earth, an object with a mass of 1 slug exerts a force of about 32.17 lbF or 143 N.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Slug?oldid=495010998"^^xsd:string .

emmo:SlugPerCubicFoot a owl:Class ;
    rdfs:label "SlugPerCubicFoot"@en ;
    rdfs:comment """"Slug per Cubic Foot" is an Imperial unit for  'Density' expressed as slug/ft³.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.153788e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Slug per Cubic Foot"@en ;
    skos:prefLabel "SlugPerCubicFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SLUG-PER-FT3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "slug/ft³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Slug per Cubic Foot" is an Imperial unit for  'Density' expressed as slug/ft³.

-- QUDT"""@en .

emmo:SlugPerDay a owl:Class ;
    rdfs:label "SlugPerDay"@en ;
    rdfs:comment """unit slug for mass according to an English engineering system divided by the unit day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.689109e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Slug Per Day"@en ;
    skos:prefLabel "SlugPerDay"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SLUG-PER-DAY"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "slug/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit slug for mass according to an English engineering system divided by the unit day

-- QUDT"""@en .

emmo:SlugPerFoot a owl:Class ;
    rdfs:label "SlugPerFoot"@en ;
    rdfs:comment """"Slug per Foot" is an Imperial unit for  'Mass Per Length' expressed as slug/ft.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.788026e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Slug per Foot"@en ;
    skos:prefLabel "SlugPerFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SLUG-PER-FT"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "slug/ft"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Slug per Foot" is an Imperial unit for  'Mass Per Length' expressed as slug/ft.

-- QUDT"""@en .

emmo:SlugPerFootSecond a owl:Class ;
    rdfs:label "SlugPerFootSecond"@en ;
    rdfs:comment """`Slug per Foot Second` is a unit for  'Dynamic Viscosity' expressed as slug/(ft-s).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.788026e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Slug per Foot Second"@en ;
    skos:prefLabel "SlugPerFootSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SLUG-PER-FT-SEC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "slug/(ft⋅s)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Slug per Foot Second` is a unit for  'Dynamic Viscosity' expressed as slug/(ft-s).

-- QUDT"""@en .

emmo:SlugPerHour a owl:Class ;
    rdfs:label "SlugPerHour"@en ;
    rdfs:comment """unit slug for mass slug according to the English engineering system divided by the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.053861e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Slug Per Hour"@en ;
    skos:prefLabel "SlugPerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SLUG-PER-HR"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "slug/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit slug for mass slug according to the English engineering system divided by the unit hour

-- QUDT"""@en .

emmo:SlugPerMinute a owl:Class ;
    rdfs:label "SlugPerMinute"@en ;
    rdfs:comment """unit slug for the mass according to the English engineering system divided by the unit minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.432317e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Slug Per Minute"@en ;
    skos:prefLabel "SlugPerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SLUG-PER-MIN"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "slug/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit slug for the mass according to the English engineering system divided by the unit minute

-- QUDT"""@en .

emmo:SlugPerSecond a owl:Class ;
    rdfs:label "SlugPerSecond"@en ;
    rdfs:comment """"Slug per Second" is an Imperial unit for  'Mass Per Time' expressed as slug/s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.45939e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Slug per Second"@en ;
    skos:prefLabel "SlugPerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SLUG-PER-SEC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "slug/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Slug per Second" is an Imperial unit for  'Mass Per Time' expressed as slug/s.

-- QUDT"""@en .

emmo:SlugPerSquareFoot a owl:Class ;
    rdfs:label "SlugPerSquareFoot"@en ;
    rdfs:comment """"Slug per Square Foot" is an Imperial unit for  'Mass Per Area' expressed as slug/ft².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.570875e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Slug per Square Foot"@en ;
    skos:prefLabel "SlugPerSquareFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SLUG-PER-FT2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "slug/ft²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Slug per Square Foot" is an Imperial unit for  'Mass Per Area' expressed as slug/ft².

-- QUDT"""@en .

emmo:SolarMass a owl:Class ;
    rdfs:label "SolarMass"@en ;
    rdfs:comment """The astronomical unit of mass is the solar mass.The symbol S is often used in astronomy to refer to this unit, although M⊙ is also common. The solar mass, 1.98844 × 10³⁰ kg, is a standard way to express mass in astronomy, used to describe the masses of other stars and galaxies. It is equal to the mass of the Sun, about 333,000 times the mass of the Earth or 1,048 times the mass of Jupiter. In practice, the masses of celestial bodies appear in the dynamics of the solar system only through the products GM, where G is the constant of gravitation.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.988435e+30 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Solar mass"@en ;
    skos:prefLabel "SolarMass"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SolarMass"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "S"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The astronomical unit of mass is the solar mass.The symbol S is often used in astronomy to refer to this unit, although M⊙ is also common. The solar mass, 1.98844 × 10³⁰ kg, is a standard way to express mass in astronomy, used to describe the masses of other stars and galaxies. It is equal to the mass of the Sun, about 333,000 times the mass of the Earth or 1,048 times the mass of Jupiter. In practice, the masses of celestial bodies appear in the dynamics of the solar system only through the products GM, where G is the constant of gravitation.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Solar_mass?oldid=494074016"^^xsd:string .

emmo:SquareCentiMetre a owl:Class ;
    rdfs:label "SquareCentiMetre"^^xsd:string ;
    rdfs:comment """A unit of area equal to that of a square, of sides 1cm

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "Square Centimetre"@en ;
    skos:prefLabel "SquareCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of area equal to that of a square, of sides 1cm

-- QUDT"""@en .

emmo:SquareCentiMetreMinute a owl:Class ;
    rdfs:label "SquareCentiMetreMinute"^^xsd:string ;
    rdfs:comment """"Square centimeter minute" is a unit for  'Area Time' expressed as cm² . m.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 ;
    skos:altLabel "Square Centimetre Minute"@en ;
    skos:prefLabel "SquareCentiMetreMinute"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM2-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm2.min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm²m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Square centimeter minute" is a unit for  'Area Time' expressed as cm² . m.

-- QUDT"""@en .

emmo:SquareCentiMetrePerCubicCentiMetre a owl:Class ;
    rdfs:label "SquareCentiMetrePerCubicCentiMetre"^^xsd:string ;
    rdfs:comment "Square centimetre per cubic centimetre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:prefLabel "SquareCentiMetrePerCubicCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM2-PER-CentiM3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm2.cm-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm²/cm³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square centimetre per cubic centimetre."@en .

emmo:SquareCentiMetrePerGram a owl:Class ;
    rdfs:label "SquareCentiMetrePerGram"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4817e479_e401_437e_a49b_54540b93d2a1,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:prefLabel "SquareCentiMetrePerGram"@en ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm²/g"^^xsd:string .

emmo:SquareCentiMetrePerSecond a owl:Class ;
    rdfs:label "SquareCentiMetrePerSecond"^^xsd:string ;
    rdfs:comment "Square centimetre per second."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 ;
    skos:prefLabel "SquareCentiMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM2-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm2.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm²/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square centimetre per second."@en .

emmo:SquareCentiMetreSecond a owl:Class ;
    rdfs:label "SquareCentiMetreSecond"^^xsd:string ;
    rdfs:comment """"Square Centimeter Second" is a C.G.S System unit for  'Area Time' expressed as cm² . s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 ;
    skos:altLabel "Square Centimetre Second"@en ;
    skos:prefLabel "SquareCentiMetreSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM2-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm2.s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm²⋅s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Square Centimeter Second" is a C.G.S System unit for  'Area Time' expressed as cm² . s.

-- QUDT"""@en .

emmo:SquareCoulombSquareMetrePerJoule a owl:Class ;
    rdfs:label "SquareCoulombSquareMetrePerJoule"@en ;
    rdfs:comment """"Square Coulomb Square Meter per Joule" is a unit for  'Polarizability' expressed as C² m² J⁻¹.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_cd9ad446_04f7_44ff_b9ea_ae7389574fa6 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C2.m2.J-1"^^xsd:string,
        "C2.m2/J"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C²⋅m²/J"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Square Coulomb Square Meter per Joule" is a unit for  'Polarizability' expressed as C² m² J⁻¹.

-- QUDT"""@en .

emmo:SquareDeciMetre a owl:Class ;
    rdfs:label "SquareDeciMetre"^^xsd:string ;
    rdfs:comment """0.1-fold of the power of the SI base unit metre with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "Square Decimetre"@en ;
    skos:prefLabel "SquareDeciMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dm2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.1-fold of the power of the SI base unit metre with the exponent 2

-- QUDT"""@en .

emmo:SquareDegree a owl:Class ;
    rdfs:label "SquareDegree"@en ;
    rdfs:comment """A square degree is a non-SI unit measure of solid angle. It is denoted in various ways, including deg, sq. deg. and °². Just as degrees are used to measure parts of a circle, square degrees are used to measure parts of a sphere. Analogous to one degree being equal to π /180 radians, a square degree is equal to (π /180) or about 1/3283 steradian. The number of square degrees in a whole sphere is or approximately 41 253 deg. This is the total area of the 88 constellations in the list of constellations by area. For example, observed from the surface of the Earth, the Moon has a diameter of approximately 0.5°, so it covers a solid angle of approximately 0.196 deg, which is 4.8 × 10 of the total sky sphere.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.046174e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Square degree"@en ;
    skos:prefLabel "SquareDegree"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A square degree is a non-SI unit measure of solid angle. It is denoted in various ways, including deg, sq. deg. and °². Just as degrees are used to measure parts of a circle, square degrees are used to measure parts of a sphere. Analogous to one degree being equal to π /180 radians, a square degree is equal to (π /180) or about 1/3283 steradian. The number of square degrees in a whole sphere is or approximately 41 253 deg. This is the total area of the 88 constellations in the list of constellations by area. For example, observed from the surface of the Earth, the Moon has a diameter of approximately 0.5°, so it covers a solid angle of approximately 0.196 deg, which is 4.8 × 10 of the total sky sphere.

-- QUDT"""@en .

emmo:SquareDegreeCelsiusPerSecond a owl:Class ;
    rdfs:label "SquareDegreeCelsiusPerSecond"^^xsd:string ;
    rdfs:comment "Square degree Celsius per second."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_dafdcae3_f8ec_4993_8269_2c9299a75158 ;
    skos:prefLabel "SquareDegreeCelsiusPerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C2-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K2.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C²⋅s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square degree Celsius per second."@en .

emmo:SquareFoot a owl:Class ;
    rdfs:label "SquareFoot"@en ;
    rdfs:comment """The square foot (plural square feet; abbreviated ft² or sq   ft) is an imperial unit and U.S. customary unit of area, used mainly in the United States, Canada, United Kingdom, Hong Kong, Bangladesh, India, Pakistan and Afghanistan. It is defined as the area of a square with sides of 1 foot in length.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.290304e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Square Foot"@en ;
    skos:prefLabel "SquareFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ft_i]2"^^xsd:string,
        "[sft_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The square foot (plural square feet; abbreviated ft² or sq   ft) is an imperial unit and U.S. customary unit of area, used mainly in the United States, Canada, United Kingdom, Hong Kong, Bangladesh, India, Pakistan and Afghanistan. It is defined as the area of a square with sides of 1 foot in length.

-- QUDT"""@en .

emmo:SquareFootDegreeFahrenheit a owl:Class ;
    rdfs:label "SquareFootDegreeFahrenheit"@en ;
    rdfs:comment """`Square Foot Degree Fahrenheit` is an Imperial unit for 'Area Temperature' expressed as ft²-degF.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_ceaa4c6b_f5b7_46f4_bfcd_16eb4afab945 ;
    skos:altLabel "Square Foot Degree Fahrenheit"@en ;
    skos:prefLabel "SquareFootDegreeFahrenheit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT2-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[sft_i].[degF]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft²⋅°F"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Square Foot Degree Fahrenheit` is an Imperial unit for 'Area Temperature' expressed as ft²-degF.

-- QUDT"""@en .

emmo:SquareFootHourDegreeFahrenheit a owl:Class ;
    rdfs:label "SquareFootHourDegreeFahrenheit"@en ;
    rdfs:comment """`Square Foot Hour Degree Fahrenheit` is an Imperial unit for 'Area Time Temperature' expressed as ft²-hr-degF.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_48a3c106_9d39_455e_a849_81ceff95bdea,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Square Foot Hour Degree Fahrenheit"@en ;
    skos:prefLabel "SquareFootHourDegreeFahrenheit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT2-HR-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[sft_i].h.[degF]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft²⋅hr⋅°F"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Square Foot Hour Degree Fahrenheit` is an Imperial unit for 'Area Time Temperature' expressed as ft²-hr-degF.

-- QUDT"""@en .

emmo:SquareFootHourDegreeFahrenheitPerBtu a owl:Class ;
    rdfs:label "SquareFootHourDegreeFahrenheitPerBtu"@en ;
    rdfs:comment """`Square Foot Hour Degree Fahrenheit per BTU` is an Imperial unit for 'Thermal Insulance' expressed as (degF-hr-ft²)/Btu.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_869e6e4f_a9b5_4db8_a978_8ad050239933 ;
    skos:altLabel "Square Foot Hour Degree Fahrenheit per BTU"@en ;
    skos:prefLabel "SquareFootHourDegreeFahrenheitPerBtu"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT2-HR-DEG_F-PER-BTU_IT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[sft_i].h.[degF].[Btu_IT]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "sqft⋅hr⋅°F/btu"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Square Foot Hour Degree Fahrenheit per BTU` is an Imperial unit for 'Thermal Insulance' expressed as (degF-hr-ft²)/Btu.

-- QUDT"""@en .

emmo:SquareFootPerBtuInch a owl:Class ;
    rdfs:label "SquareFootPerBtuInch"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.466736e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_33b6c84d_e139_418c_8f8c_f1d45f94df46,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Square Foot per BTU Inch"@en ;
    skos:prefLabel "SquareFootPerBtuInch"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT2-PER-BTU_IT-IN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[sft_i].[Btu_IT]-1.[in_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft²/btu⋅in"^^xsd:string .

emmo:SquareFootPerHour a owl:Class ;
    rdfs:label "SquareFootPerHour"@en ;
    rdfs:comment """`Square Foot per Hour` is an Imperial unit for `Kinematic Viscosity` and  `Thermal Diffusivity` expressed as ft²/hr.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.58064e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 ;
    skos:altLabel "Square Foot per Hour"@en ;
    skos:prefLabel "SquareFootPerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT2-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[sft_i].h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft²/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Square Foot per Hour` is an Imperial unit for `Kinematic Viscosity` and  `Thermal Diffusivity` expressed as ft²/hr.

-- QUDT"""@en .

emmo:SquareFootPerSecond a owl:Class ;
    rdfs:label "SquareFootPerSecond"@en ;
    rdfs:comment """"Square Foot per Second" is an Imperial unit for  'Kinematic Viscosity' expressed as ft²/s.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.290304e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 ;
    skos:altLabel "Square Foot per Second"@en ;
    skos:prefLabel "SquareFootPerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT2-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[sft_i].s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft²/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Square Foot per Second" is an Imperial unit for  'Kinematic Viscosity' expressed as ft²/s.

-- QUDT"""@en .

emmo:SquareFootSecondDegreeFahrenheit a owl:Class ;
    rdfs:label "SquareFootSecondDegreeFahrenheit"@en ;
    rdfs:comment """`Square Foot Second Degree Fahrenheit` is an Imperial unit for 'Area Time Temperature' expressed as ft²· s· degF.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_48a3c106_9d39_455e_a849_81ceff95bdea,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Square Foot Second Degree Fahrenheit"@en ;
    skos:prefLabel "SquareFootSecondDegreeFahrenheit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT2-SEC-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[sft_i].s.[degF]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft²⋅s⋅°F"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Square Foot Second Degree Fahrenheit` is an Imperial unit for 'Area Time Temperature' expressed as ft²· s· degF.

-- QUDT"""@en .

emmo:SquareInch a owl:Class ;
    rdfs:label "SquareInch"@en ;
    rdfs:comment """A square inch is a unit of area, equal to the area of a square with sides of one inch. The following symbols are used to denote square inches: square in, sq inches, sq inch, sq in inches/-2, inch/-2, in/-2, inches², inch², in², inches², inch², in² or in some cases "². The square inch is a common unit of measurement in the United States and the United Kingdom.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 6.4516e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Square Inch"@en ;
    skos:prefLabel "SquareInch"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/IN2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[in_i]2"^^xsd:string,
        "[sin_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "in²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A square inch is a unit of area, equal to the area of a square with sides of one inch. The following symbols are used to denote square inches: square in, sq inches, sq inch, sq in inches/-2, inch/-2, in/-2, inches², inch², in², inches², inch², in² or in some cases "². The square inch is a common unit of measurement in the United States and the United Kingdom.

-- QUDT"""@en .

emmo:SquareInchPerSecond a owl:Class ;
    rdfs:label "SquareInchPerSecond"@en ;
    rdfs:comment """power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2 divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.4516e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 ;
    skos:altLabel "Square Inch Per Second"@en ;
    skos:prefLabel "SquareInchPerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/IN2-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[sin_i].s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "in²/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2 divided by the SI base unit second

-- QUDT"""@en .

emmo:SquareKelvin a owl:Class ;
    rdfs:label "SquareKelvin"@en ;
    rdfs:comment "Square Kelvin."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_bdee99f6_389b_4816_8a1c_a7903a2df00a ;
    skos:prefLabel "SquareKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square Kelvin."@en .

emmo:SquareKilogramPerSquareSecond a owl:Class ;
    rdfs:label "SquareKilogramPerSquareSecond"^^xsd:string ;
    rdfs:comment "Square kilogram per square second."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_109e8c69_4148_4cb0_9ceb_fbd526befca0,
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 ;
    skos:prefLabel "SquareKilogramPerSquareSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM2-PER-SEC2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg2.s-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg²/s²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square kilogram per square second."@en .

emmo:SquareMetre a owl:Class ;
    rdfs:label "SquareMetre"@en ;
    rdfs:comment """The S I unit of area is the square metre.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 ;
    skos:prefLabel "SquareMetre"@en ;
    schema:unitCode "MTK"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2"^^xsd:string ;
    emmo:EMMO_209ba1b3_149f_4ff0_b672_941610eafd72 "http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The S I unit of area is the square metre.

-- QUDT"""@en .

emmo:SquareMetreCubicHertz a owl:Class ;
    rdfs:label "SquareMetreCubicHertz"^^xsd:string ;
    rdfs:comment "Square metre and cubic Hertz."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb ;
    skos:prefLabel "SquareMetreCubicHertz"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-HZ3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.Hz3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅Hz³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre and cubic Hertz."@en .

emmo:SquareMetreHertz a owl:Class ;
    rdfs:label "SquareMetreHertz"^^xsd:string ;
    rdfs:comment "Square metre Hertz."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 ;
    skos:prefLabel "SquareMetreHertz"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-HZ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.Hz"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅Hz"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre Hertz."@en .

emmo:SquareMetreKelvin a owl:Class ;
    rdfs:label "SquareMetreKelvin"@en ;
    rdfs:comment """`Square Meter Kelvin` is a unit for 'Area Temperature' expressed as m²-K.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_ceaa4c6b_f5b7_46f4_bfcd_16eb4afab945 ;
    skos:altLabel "Square Metre Kelvin"@en ;
    skos:prefLabel "SquareMetreKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.K"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Square Meter Kelvin` is a unit for 'Area Temperature' expressed as m²-K.

-- QUDT"""@en .

emmo:SquareMetreKelvinPerWatt a owl:Class ;
    rdfs:label "SquareMetreKelvinPerWatt"@en ;
    rdfs:comment """`Square Meter Kelvin per Watt` is a unit for 'Thermal Insulance' expressed as (K²)m/W.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_869e6e4f_a9b5_4db8_a978_8ad050239933 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.K.W-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "(K²)m/W"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Square Meter Kelvin per Watt` is a unit for 'Thermal Insulance' expressed as (K²)m/W.

-- QUDT"""@en .

emmo:SquareMetrePerGram a owl:Class ;
    rdfs:label "SquareMetrePerGram"^^xsd:string ;
    rdfs:comment "A unit in the category of specific area."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    skos:altLabel "Square metres per gram"@en ;
    skos:prefLabel "SquareMetrePerGram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-GM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.g-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/g"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit in the category of specific area."@en .

emmo:SquareMetrePerGramOfDrySediment a owl:Class ;
    rdfs:label "SquareMetrePerGramOfDrySediment"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4817e479_e401_437e_a49b_54540b93d2a1,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Square metres per gram of dry sediment"@en ;
    skos:prefLabel "SquareMetrePerGramOfDrySediment"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-GM_DRY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.g-1{dry}"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/g{dry sediment}"^^xsd:string .

emmo:SquareMetrePerHectare a owl:Class ;
    rdfs:label "SquareMetrePerHectare"^^xsd:string ;
    rdfs:comment """Square metres per hectare.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "square metres per hectare"@en ;
    skos:prefLabel "SquareMetrePerHectare"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-HA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.har-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/ha"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Square metres per hectare.

-- QUDT"""@en .

emmo:SquareMetrePerHertz a owl:Class ;
    rdfs:label "SquareMetrePerHertz"^^xsd:string ;
    rdfs:comment "Square metre per Hertz."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 ;
    skos:prefLabel "SquareMetrePerHertz"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-HZ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.Hz-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/Hz"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per Hertz."@en .

emmo:SquareMetrePerHertzPerDegree a owl:Class ;
    rdfs:label "SquareMetrePerHertzPerDegree"^^xsd:string ;
    rdfs:comment "Square metre per Hertz and angular degree unit."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.729578e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:prefLabel "SquareMetrePerHertzPerDegree"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-HZ-DEG"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.Hz-1.deg-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/(Hz⋅°)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per Hertz and angular degree unit."@en .

emmo:SquareMetrePerJoule a owl:Class ;
    rdfs:label "SquareMetrePerJoule"@en ;
    rdfs:comment "Square metre per Joule."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_f508dec1_e2d8_43d5_ae65_c386c7b330f9 ;
    skos:prefLabel "SquareMetrePerJoule"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-J"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.J-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/j"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per Joule."@en .

emmo:SquareMetrePerKelvin a owl:Class ;
    rdfs:label "SquareMetrePerKelvin"@en ;
    rdfs:comment "Square metre per Kelvin."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_002e4002_58c7_4aea_ac1f_bba5188818ff,
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 ;
    skos:prefLabel "SquareMetrePerKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/k"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per Kelvin."@en .

emmo:SquareMetrePerKilogram a owl:Class ;
    rdfs:label "SquareMetrePerKilogram"^^xsd:string ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_4817e479_e401_437e_a49b_54540b93d2a1 ;
    skos:altLabel "Square Metre per Kilogram"@en ;
    skos:prefLabel "SquareMetrePerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.kg-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/kg"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:SquareMetrePerMole a owl:Class ;
    rdfs:label "SquareMetrePerMole"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_973656ed_870e_40ba_8bc0_c879687a335a ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.mol-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/mol"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:SquareMetrePerNewton a owl:Class ;
    rdfs:label "SquareMetrePerNewton"@en ;
    rdfs:comment """power of the SI base unit metre with the exponent 2 divided by the derived SI unit newton

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.N-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/N"^^xsd:string ;
    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 .

emmo:SquareMetrePerSecond a owl:Class ;
    rdfs:label "SquareMetrePerSecond"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.s-1"^^xsd:string,
        "m2/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/s"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:SquareMetrePerSquareHertz a owl:Class ;
    rdfs:label "SquareMetrePerSquareHertz"^^xsd:string ;
    rdfs:comment "Square metres per square Hertz."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_7855043d_a466_4585_97a9_b9fe4ce0c12d ;
    skos:prefLabel "SquareMetrePerSquareHertz"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-HZ2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.Hz-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/Hz²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metres per square Hertz."@en .

emmo:SquareMetrePerSquareMetre a owl:Class ;
    rdfs:label "SquareMetrePerSquareMetre"@en ;
    rdfs:comment """A square metre unit of area per square metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f ;
    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"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A square metre unit of area per square metre

-- QUDT"""@en .

emmo:SquareMetrePerSquareSecond a owl:Class ;
    rdfs:label "SquareMetrePerSquareSecond"^^xsd:string ;
    rdfs:comment "Square metre per square second."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 ;
    skos:prefLabel "SquareMetrePerSquareSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-SEC2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.s-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/s²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per square second."@en .

emmo:SquareMetrePerSteradian a owl:Class ;
    rdfs:label "SquareMetrePerSteradian"@en ;
    rdfs:comment "Square metre per steradian."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 ;
    skos:prefLabel "SquareMetrePerSteradian"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-SR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.sr-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/sr"^^xsd:string ;
    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"^^xsd:string .

emmo:SquareMetrePerSteradianJoule a owl:Class ;
    rdfs:label "SquareMetrePerSteradianJoule"@en ;
    rdfs:comment "Square metre per steradian and Joule."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_f508dec1_e2d8_43d5_ae65_c386c7b330f9 ;
    skos:prefLabel "SquareMetrePerSteradianJoule"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-SR-J"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.sr-1.J-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/(sr⋅J)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per steradian and Joule."@en .

emmo:SquareMetrePerVoltSecond a owl:Class ;
    rdfs:label "SquareMetrePerVoltSecond"@en ;
    rdfs:comment "Square metre per volt second."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_d09e8aea_3fd0_4213_955d_10fc2a6f1d74 ;
    skos:prefLabel "SquareMetrePerVoltSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-V-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.V-1.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/(V⋅s)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per volt second."@en .

emmo:SquareMetreQuarticHertz a owl:Class ;
    rdfs:label "SquareMetreQuarticHertz"^^xsd:string ;
    rdfs:comment "Square metre and quartic Hertz."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_27c8e4db_eb18_402c_951e_6a38751cf1d0 ;
    skos:prefLabel "SquareMetreQuarticHertz"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-HZ4"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.Hz4"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅Hz⁴"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre and quartic Hertz."@en .

emmo:SquareMetreSecondPerRadian a owl:Class ;
    rdfs:label "SquareMetreSecondPerRadian"^^xsd:string ;
    rdfs:comment "Square metre seconds per radian."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 ;
    skos:prefLabel "SquareMetreSecondPerRadian"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-SEC-PER-RAD"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.s.rad-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅s/rad"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre seconds per radian."@en .

emmo:SquareMetreSquareHertz a owl:Class ;
    rdfs:label "SquareMetreSquareHertz"^^xsd:string ;
    rdfs:comment "Square metre and square Hertz."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 ;
    skos:prefLabel "SquareMetreSquareHertz"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-HZ2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.Hz2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅Hz²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre and square Hertz."@en .

emmo:SquareMetreSteradian a owl:Class ;
    rdfs:label "SquareMetreSteradian"@en ;
    rdfs:comment """"Square Meter Steradian" is a unit for  'Area Angle' expressed as m²-sr.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 ;
    skos:altLabel "Square Metre Steradian"@en ;
    skos:prefLabel "SquareMetreSteradian"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-SR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.sr"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²⋅sr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Square Meter Steradian" is a unit for  'Area Angle' expressed as m²-sr.

-- QUDT"""@en .

emmo:SquareMicroMetre a owl:Class ;
    rdfs:label "SquareMicroMetre"^^xsd:string ;
    rdfs:comment """0.000000000001-fold of the power of the SI base unit metre with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "Square Micrometre"@en ;
    skos:prefLabel "SquareMicroMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "um2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000000001-fold of the power of the SI base unit metre with the exponent 2

-- QUDT"""@en .

emmo:SquareMicroNsPerMilliLitre a owl:Class ;
    rdfs:label "SquareMicroNsPerMilliLitre"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_11708648_fc62_46c6_bae5_3a10693e416e,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Square microns per millilitre"@en ;
    skos:prefLabel "SquareMicroNsPerMilliLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroM-PER-MilliL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "um2.mL-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µm/mL"^^xsd:string .

emmo:SquareMile a owl:Class ;
    rdfs:label "SquareMile"@en ;
    rdfs:comment """The square mile (abbreviated as sq mi and sometimes as mi) is an imperial and US unit of measure for an area equal to the area of a square of one statute mile. It should not be confused with miles square, which refers to the number of miles on each side squared. For instance, 20 miles square (20 × 20 miles) is equal to 400 square miles. One square mile is equivalent to: 4,014,489,600 square inches 27,878,400 square feet, 3,097,600 square yards, 640 acres, 258.9988110336 hectares, 2560 roods, 25,899,881,103.36 square centimetres, 2,589,988.110336 square metres, 2.589988110336 square kilometres When applied to a portion of the earth's surface, which is curved rather than flat, 'square mile' is an informal synonym for section.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.589988e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Square Mile"@en ;
    skos:prefLabel "SquareMile"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[mi_i]2"^^xsd:string,
        "[mi_us]2"^^xsd:string,
        "[smi_us]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mi²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The square mile (abbreviated as sq mi and sometimes as mi) is an imperial and US unit of measure for an area equal to the area of a square of one statute mile. It should not be confused with miles square, which refers to the number of miles on each side squared. For instance, 20 miles square (20 × 20 miles) is equal to 400 square miles. One square mile is equivalent to: 4,014,489,600 square inches 27,878,400 square feet, 3,097,600 square yards, 640 acres, 258.9988110336 hectares, 2560 roods, 25,899,881,103.36 square centimetres, 2,589,988.110336 square metres, 2.589988110336 square kilometres When applied to a portion of the earth's surface, which is curved rather than flat, 'square mile' is an informal synonym for section.

-- QUDT"""@en .

emmo:SquareMilliMetre a owl:Class ;
    rdfs:label "SquareMilliMetre"^^xsd:string ;
    rdfs:comment """0.000001-fold of the power of the SI base unit metre with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "Square Millimetre"@en ;
    skos:prefLabel "SquareMilliMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the power of the SI base unit metre with the exponent 2

-- QUDT"""@en .

emmo:SquareMilliMetrePerSecond a owl:Class ;
    rdfs:label "SquareMilliMetrePerSecond"^^xsd:string ;
    rdfs:comment """0.000001-fold of the power of the SI base unit metre with the exponent 2 divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 ;
    skos:altLabel "Square Millimetre Per Second"@en ;
    skos:prefLabel "SquareMilliMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM2-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm2.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm²/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the power of the SI base unit metre with the exponent 2 divided by the SI base unit second

-- QUDT"""@en .

emmo:SquareNanoMetre a owl:Class ;
    rdfs:label "SquareNanoMetre"^^xsd:string ;
    rdfs:comment """A unit of area equal to that of a square, of sides 1nm

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-18 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "Square Nanometre"@en ;
    skos:prefLabel "SquareNanoMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nm2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of area equal to that of a square, of sides 1nm

-- QUDT"""@en .

emmo:SquarePascalPerSquareSecond a owl:Class ;
    rdfs:label "SquarePascalPerSquareSecond"@en ;
    rdfs:comment "Square Pascal per square second."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_ffbacbc4_c3be_4cc5_9539_94344e72f7a6 ;
    skos:prefLabel "SquarePascalPerSquareSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA2-PER-SEC2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa2.s-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa²/s²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square Pascal per square second."@en .

emmo:SquarePascalSecond a owl:Class ;
    rdfs:label "SquarePascalSecond"@en ;
    rdfs:comment """Square Pascal Second (Pa²· s) is a unit in the category of sound exposure.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.efunda.com/glossary/units/units--specific_acoustic_impedance--pascal_second_per_meter.cfm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_886eb0fb_4d36_4b7d_99e4_e5915a06aff1 ;
    skos:altLabel "Square Pascal Second"@en ;
    skos:prefLabel "SquarePascalSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA2-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa2.s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa²⋅s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Square Pascal Second (Pa²· s) is a unit in the category of sound exposure.

-- QUDT"""@en .

emmo:SquareSecond a owl:Class ;
    rdfs:label "SquareSecond"@en ;
    rdfs:comment """"Square Second" is a unit for  'Square Time' expressed as s².

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_f2c1a072_4ccb_46c4_a0f8_ac801d328d0f ;
    skos:altLabel "Square Second"@en ;
    skos:prefLabel "SquareSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SEC2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "s2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "s²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Square Second" is a unit for  'Square Time' expressed as s².

-- QUDT"""@en .

emmo:SquareVoltPerSquareKelvin a owl:Class ;
    rdfs:label "SquareVoltPerSquareKelvin"@en ;
    rdfs:comment "Square volt per square Kelvin."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_58c5b65c_c896_4740_80d9_ff9a7643c7e8 ;
    skos:prefLabel "SquareVoltPerSquareKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V2-PER-K2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V2.K-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V²/K²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square volt per square Kelvin."@en .

emmo:SquareYard a owl:Class ;
    rdfs:label "SquareYard"@en ;
    rdfs:comment """The square yard is an imperial/US customary unit of area, formerly used in most of the English-speaking world but now generally replaced by the square metre outside of the U.S. , Canada and the U.K. It is defined as the area of a square with sides of one yard in length. (Gaj in Hindi).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 8.361274e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Square Yard"@en ;
    skos:prefLabel "SquareYard"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YD2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[syd_i]"^^xsd:string,
        "[yd_i]2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "sqyd"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The square yard is an imperial/US customary unit of area, formerly used in most of the English-speaking world but now generally replaced by the square metre outside of the U.S. , Canada and the U.K. It is defined as the area of a square with sides of one yard in length. (Gaj in Hindi).

-- QUDT"""@en .

emmo:Standard a owl:Class ;
    rdfs:label "Standard"@en ;
    rdfs:comment """non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.672e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Standard"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/Standard"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "1980.[bf_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "standard"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre

-- QUDT"""@en .

emmo:StandardAtmosphere a owl:Class ;
    rdfs:label "StandardAtmosphere"@en ;
    rdfs:comment """The standard atmosphere (symbol: atm) is an international reference pressure defined as 101.325  kPa and formerly used as unit of pressure. For practical purposes it has been replaced by the bar which is 100 kPa. The difference of about 1% is not significant for many applications, and is within the error range of common pressure gauges.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.01325e+05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Standard Atmosphere"@en ;
    skos:prefLabel "StandardAtmosphere"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ATM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "atm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "atm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The standard atmosphere (symbol: atm) is an international reference pressure defined as 101.325  kPa and formerly used as unit of pressure. For practical purposes it has been replaced by the bar which is 100 kPa. The difference of about 1% is not significant for many applications, and is within the error range of common pressure gauges.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Atmosphere_(unit)"^^xsd:string .

emmo:Statampere a owl:Class ;
    rdfs:label "Statampere"@en ;
    rdfs:comment """"Statampere" (statA) is a unit in the category of Electric current. It is also known as statamperes. This unit is commonly used in the cgs unit system. Statampere (statA) has a dimension of I where I is electric current. It can be converted to the corresponding standard SI unit A by multiplying its value by a factor of 3.355641E-010.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.efunda.com/glossary/units/units--electric_current--statampere.cfm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.335641e-10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 ;
    skos:prefLabel "Statampere"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A_Stat"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "statA"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Statampere" (statA) is a unit in the category of Electric current. It is also known as statamperes. This unit is commonly used in the cgs unit system. Statampere (statA) has a dimension of I where I is electric current. It can be converted to the corresponding standard SI unit A by multiplying its value by a factor of 3.355641E-010.

-- QUDT"""@en .

emmo:StatamperePerSquareCentiMetre a owl:Class ;
    rdfs:label "StatamperePerSquareCentiMetre"^^xsd:string ;
    rdfs:comment """The Statampere per Square Centimeter is a unit of electric current density in the c.g.s. system of units.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.335641e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Statampere per Square Centimetre"@en ;
    skos:prefLabel "StatamperePerSquareCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A_Stat-PER-CentiM2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "statA/cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The Statampere per Square Centimeter is a unit of electric current density in the c.g.s. system of units.

-- QUDT"""@en .

emmo:Statcoulomb a owl:Class ;
    rdfs:label "Statcoulomb"@en ;
    rdfs:comment """The statcoulomb (statC) or franklin (Fr) or electrostatic unit of charge (esu) is the physical unit for electrical charge used in the centimetre-gram-second system of units (cgs) and Gaussian units. It is a derived unit given by 1 statC = 1 g cm s = 1 erg cm. The SI system of units uses the coulomb (C) instead. The conversion between C and statC is different in different contexts. The number 2997924580 is 10 times the value of the speed of light expressed in meters/second, and the conversions are exact except where indicated. The coulomb is an extremely large charge rarely encountered in electrostatics, while the statcoulomb is closer to everyday charges.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.335641e-10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Statcoulomb"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C_Stat"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "statC"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The statcoulomb (statC) or franklin (Fr) or electrostatic unit of charge (esu) is the physical unit for electrical charge used in the centimetre-gram-second system of units (cgs) and Gaussian units. It is a derived unit given by 1 statC = 1 g cm s = 1 erg cm. The SI system of units uses the coulomb (C) instead. The conversion between C and statC is different in different contexts. The number 2997924580 is 10 times the value of the speed of light expressed in meters/second, and the conversions are exact except where indicated. The coulomb is an extremely large charge rarely encountered in electrostatics, while the statcoulomb is closer to everyday charges.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Statcoulomb?oldid=492664360"^^xsd:string .

emmo:StatcoulombPerMole a owl:Class ;
    rdfs:label "StatcoulombPerMole"@en ;
    rdfs:comment """"Statcoulomb per Mole" is a unit of measure for the electical charge associated with one mole of a substance. The mole is a unit of measurement used in chemistry to express amounts of a chemical substance, defined as an amount of a substance that contains as many elementary entities (e.g., atoms, molecules, ions, electrons) as there are atoms in 12 grams of pure carbon-12 (12C), the isotope of carbon with atomic weight 12.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 3.33564e-10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_e6110006_88b9_45cd_9f9c_a2a91c0c21f8 ;
    skos:altLabel "Statcoulomb per Mole"@en ;
    skos:prefLabel "StatcoulombPerMole"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C_Stat-PER-MOL"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "statC/mol"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Statcoulomb per Mole" is a unit of measure for the electical charge associated with one mole of a substance. The mole is a unit of measurement used in chemistry to express amounts of a chemical substance, defined as an amount of a substance that contains as many elementary entities (e.g., atoms, molecules, ions, electrons) as there are atoms in 12 grams of pure carbon-12 (12C), the isotope of carbon with atomic weight 12.

-- QUDT"""@en .

emmo:StatcoulombPerSquareCentiMetre a owl:Class ;
    rdfs:label "StatcoulombPerSquareCentiMetre"^^xsd:string ;
    rdfs:comment """`Statcoulomb per Square Centimeter` is a unit of measure for electric flux density and electric polarization. One Statcoulomb per Square Centimeter is 2.15× 10⁹   coulomb per square inch.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.33564e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "Statcoulomb per Square Centimetre"@en ;
    skos:prefLabel "StatcoulombPerSquareCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C_Stat-PER-CentiM2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "statC/cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Statcoulomb per Square Centimeter` is a unit of measure for electric flux density and electric polarization. One Statcoulomb per Square Centimeter is 2.15× 10⁹   coulomb per square inch.

-- QUDT"""@en .

emmo:Statfarad a owl:Class ;
    rdfs:label "Statfarad"@en ;
    rdfs:comment """Statfarad (statF) is a unit in the category of Electric capacitance. It is also known as statfarads. This unit is commonly used in the cgs unit system. Statfarad (statF) has a dimension of M⁻¹L⁻²T⁴I² where M is mass, L is length, T is time, and I is electric current. It can be converted to the corresponding standard SI unit F by multiplying its value by a factor of 1.11265E-012.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.efunda.com/glossary/units/units--electric_capacitance--statfarad.cfm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.11265e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_b14d9be5_f81e_469b_abca_379c2e83feab ;
    skos:prefLabel "Statfarad"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FARAD_Stat"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "statF"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Statfarad (statF) is a unit in the category of Electric capacitance. It is also known as statfarads. This unit is commonly used in the cgs unit system. Statfarad (statF) has a dimension of M⁻¹L⁻²T⁴I² where M is mass, L is length, T is time, and I is electric current. It can be converted to the corresponding standard SI unit F by multiplying its value by a factor of 1.11265E-012.

-- QUDT"""@en .

emmo:Stathenry a owl:Class ;
    rdfs:label "Stathenry"@en ;
    rdfs:comment """"Stathenry" (statH) is a unit in the category of Electric inductance. It is also known as stathenries. This unit is commonly used in the cgs unit system. Stathenry (statH) has a dimension of ML²T⁻²I⁻² where M is mass, L is length, T is time, and I is electric current. It can be converted to the corresponding standard SI unit H by multiplying its value by a factor of 8.987552 × 10¹¹ .

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.efunda.com/glossary/units/units--electric_inductance--stathenry.cfm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 8.9876e+11 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Stathenry"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/H_Stat"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "statH"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Stathenry" (statH) is a unit in the category of Electric inductance. It is also known as stathenries. This unit is commonly used in the cgs unit system. Stathenry (statH) has a dimension of ML²T⁻²I⁻² where M is mass, L is length, T is time, and I is electric current. It can be converted to the corresponding standard SI unit H by multiplying its value by a factor of 8.987552 × 10¹¹ .

-- QUDT"""@en .

emmo:StathenryPerCentiMetre a owl:Class ;
    rdfs:label "StathenryPerCentiMetre"^^xsd:string ;
    rdfs:comment """The Stathenry per Centimeter is a unit of measure for the absolute permeability of free space.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 8.9876e+13 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185 ;
    skos:altLabel "Stathenry per Centimetre"@en ;
    skos:prefLabel "StathenryPerCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/H_Stat-PER-CentiM"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "statH/cm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The Stathenry per Centimeter is a unit of measure for the absolute permeability of free space.

-- QUDT"""@en .

emmo:Statmho a owl:Class ;
    rdfs:label "Statmho"@en ;
    rdfs:comment """"StatMHO" is the unit of conductance, admittance, and susceptance in the C.G.S e.s.u system of units. One statmho is the conductance between two points in a conductor when a constant potential difference of 1 statvolt applied between the points produces in the conductor a current of 1 statampere, the conductor not being the source of any electromotive force, approximately 1.1126 × 10⁻¹² mho.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.sizes.com/units/statmho.htm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.1126e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Statmho"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MHO_Stat"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "stat℧"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"StatMHO" is the unit of conductance, admittance, and susceptance in the C.G.S e.s.u system of units. One statmho is the conductance between two points in a conductor when a constant potential difference of 1 statvolt applied between the points produces in the conductor a current of 1 statampere, the conductor not being the source of any electromotive force, approximately 1.1126 × 10⁻¹² mho.

-- QUDT"""@en .

emmo:Statohm a owl:Class ;
    rdfs:label "Statohm"@en ;
    rdfs:comment """"StatOHM" is the unit of resistance, reactance, and impedance in the electrostatic C.G.S system of units, equal to the resistance between two points of a conductor when a constant potential difference of 1 statvolt between these points produces a current of 1 statampere; it is equal to approximately 8.9876 × 10¹¹ ohms. The statohm is an extremely large unit of resistance. In fact, an object with a resistance of 1 stat W would make an excellent insulator or dielectric . In practical applications, the ohm, the kilohm (k W ) and the megohm (M W or M) are most often used to quantify resistance.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://whatis.techtarget.com/definition/statohm-stat-W"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 8.9876e+11 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_7610efb8_c7c6_4684_abc1_774783c62472,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Statohm"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OHM_Stat"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "statΩ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"StatOHM" is the unit of resistance, reactance, and impedance in the electrostatic C.G.S system of units, equal to the resistance between two points of a conductor when a constant potential difference of 1 statvolt between these points produces a current of 1 statampere; it is equal to approximately 8.9876 × 10¹¹ ohms. The statohm is an extremely large unit of resistance. In fact, an object with a resistance of 1 stat W would make an excellent insulator or dielectric . In practical applications, the ohm, the kilohm (k W ) and the megohm (M W or M) are most often used to quantify resistance.

-- QUDT"""@en .

emmo:Statsiemens a owl:Class ;
    rdfs:label "Statsiemens"@en ;
    rdfs:comment """The unit of conductance, admittance, and susceptance in the centimeter-gram-second electrostatic system of units.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www3.wolframalpha.com/input/?i=statsiemens"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.11265e-12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe ;
    skos:prefLabel "Statsiemens"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/S_Stat"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "statS"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The unit of conductance, admittance, and susceptance in the centimeter-gram-second electrostatic system of units.

-- QUDT"""@en .

emmo:Statvolt a owl:Class ;
    rdfs:label "Statvolt"@en ;
    rdfs:comment """"statvolt" is a unit of voltage and electrical potential used in the cgs system of units. The conversion to the SI system is 1 statvolt = 299.792458 volts. The conversion factor 299.792458 is simply the numerical value of the speed of light in m/s divided by 106. The statvolt is also defined in the cgs system as 1 erg / esu. It is a useful unit for electromagnetism because one statvolt per centimetre is equal in magnitude to one gauss. Thus, for example, an electric field of one statvolt/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt/cm of electric field intensity. The abvolt is another option for a unit of voltage in the cgs system.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.997925e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Statvolt"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V_Stat"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "statV"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"statvolt" is a unit of voltage and electrical potential used in the cgs system of units. The conversion to the SI system is 1 statvolt = 299.792458 volts. The conversion factor 299.792458 is simply the numerical value of the speed of light in m/s divided by 106. The statvolt is also defined in the cgs system as 1 erg / esu. It is a useful unit for electromagnetism because one statvolt per centimetre is equal in magnitude to one gauss. Thus, for example, an electric field of one statvolt/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt/cm of electric field intensity. The abvolt is another option for a unit of voltage in the cgs system.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Statvolt?oldid=491769750"^^xsd:string .

emmo:StatvoltPerCentiMetre a owl:Class ;
    rdfs:label "StatvoltPerCentiMetre"^^xsd:string ;
    rdfs:comment """One statvolt per centimetre is equal in magnitude to one gauss. For example, an electric field of one statvolt/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt/cm of electric field intensity.
The abvolt is another option for a unit of voltage in the cgs system.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.997925e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 ;
    skos:altLabel "Statvolt per Centimetre"@en ;
    skos:prefLabel "StatvoltPerCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V_Stat-PER-CentiM"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "statV/cm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One statvolt per centimetre is equal in magnitude to one gauss. For example, an electric field of one statvolt/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt/cm of electric field intensity.
The abvolt is another option for a unit of voltage in the cgs system.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Statvolt"^^xsd:string .

emmo:Stere a owl:Class ;
    rdfs:label "Stere"@en ;
    rdfs:comment """The stere is a unit of volume in the original metric system equal to one cubic metre.  The stere is typically used for measuring large quantities of firewood or other cut wood, while the cubic meter is used for uncut wood. It is not part of the modern metric system (SI). In Dutch there's also a kuub, short for kubieke meter which is similar but different.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Stere"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/STR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "st"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "st"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The stere is a unit of volume in the original metric system equal to one cubic metre.  The stere is typically used for measuring large quantities of firewood or other cut wood, while the cubic meter is used for uncut wood. It is not part of the modern metric system (SI). In Dutch there's also a kuub, short for kubieke meter which is similar but different.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Stère?oldid=393570287"^^xsd:string .

emmo:Stilb a owl:Class ;
    rdfs:label "Stilb"@en ;
    rdfs:comment """The `stilb (sb)` is the CGS unit of luminance for objects that are not self-luminous. It is equal to one candela per square centimeter or 10 nits (candelas per square meter). The name was coined by the French physicist A. Blondel around 1920. It comes from the Greek word stilbein meaning 'to glitter'. It was in common use in Europe up to World War I. In North America self-explanatory terms such as candle per square inch and candle per square meter were more common. The unit has since largely been replaced by the SI unit: candela per square meter.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Stilb"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/STILB"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "sb"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "sb"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The `stilb (sb)` is the CGS unit of luminance for objects that are not self-luminous. It is equal to one candela per square centimeter or 10 nits (candelas per square meter). The name was coined by the French physicist A. Blondel around 1920. It comes from the Greek word stilbein meaning 'to glitter'. It was in common use in Europe up to World War I. In North America self-explanatory terms such as candle per square inch and candle per square meter were more common. The unit has since largely been replaced by the SI unit: candela per square meter.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Stilb?oldid=375748497"^^xsd:string .

emmo:Stone_Uk a owl:Class ;
    rdfs:label "Stone_Uk"@en ;
    rdfs:comment """unit of the mass which is commonly used for the determination of the weight of living beings regarding to the conversion to the avoirdupois system of units: 1 st = 14 lb (av)

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.350293e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Stone (UK)"@en ;
    skos:prefLabel "Stone_Uk"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/Stone_UK"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[stone_av]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "st{UK}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the mass which is commonly used for the determination of the weight of living beings regarding to the conversion to the avoirdupois system of units: 1 st = 14 lb (av)

-- QUDT"""@en .

emmo:SynodicMonth a owl:Class ;
    rdfs:label "SynodicMonth"@en ;
    rdfs:comment """A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks and calculated as 29.53059 days.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.thefreedictionary.com/Synodal+month"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.551443e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Synodic month"@en ;
    skos:prefLabel "SynodicMonth"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MO_Synodic"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mo_s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks and calculated as 29.53059 days.

-- QUDT"""@en .

emmo:T_M a owl:Class ;
    rdfs:label "T_M"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "T-M"@en ;
    skos:prefLabel "T_M"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/T-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "T.m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "T⋅m"^^xsd:string .

emmo:T_Sec a owl:Class ;
    rdfs:label "T_Sec"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c3de02f_ddbd_4704_9538_3d4f38cc373e,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "T-SEC"@en ;
    skos:prefLabel "T_Sec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/T-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "T.s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "T⋅s"^^xsd:string .

emmo:Tablespoon a owl:Class ;
    rdfs:label "Tablespoon"@en ;
    rdfs:comment """In the US and parts of Canada, a tablespoon is the largest type of spoon used for eating from a bowl. In the UK and most Commonwealth countries, a tablespoon is a type of large spoon usually used for serving. In countries where a tablespoon is a serving spoon, the nearest equivalent to the US tablespoon is either the dessert spoon or the soup spoon. A tablespoonful, nominally the capacity of one tablespoon, is commonly used as a measure of volume in cooking. It is abbreviated as T, tb, tbs, tbsp, tblsp, or tblspn. The capacity of ordinary tablespoons is not regulated by law and is subject to considerable variation. In most countries one level tablespoon is approximately 15 mL; in Australia it is 20 mL.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.478677e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Tablespoon"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TBSP"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[tbs_us]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "tbsp"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In the US and parts of Canada, a tablespoon is the largest type of spoon used for eating from a bowl. In the UK and most Commonwealth countries, a tablespoon is a type of large spoon usually used for serving. In countries where a tablespoon is a serving spoon, the nearest equivalent to the US tablespoon is either the dessert spoon or the soup spoon. A tablespoonful, nominally the capacity of one tablespoon, is commonly used as a measure of volume in cooking. It is abbreviated as T, tb, tbs, tbsp, tblsp, or tblspn. The capacity of ordinary tablespoons is not regulated by law and is subject to considerable variation. In most countries one level tablespoon is approximately 15 mL; in Australia it is 20 mL.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Tablespoon?oldid=494615208"^^xsd:string .

emmo:Teaspoon a owl:Class ;
    rdfs:label "Teaspoon"@en ;
    rdfs:comment """A teaspoon is a unit of volume. In the United States one teaspoon as a unit of culinary measure is 1/3 tablespoon , that is, ≈ 4.93 mL; it is exactly 1/6 U.S. fl. oz, 1/48 cup, and 1/768 U.S. liquid gallon (see United States customary units for relative volumes of these other measures) and approximately 1/3 cubic inch. For nutritional labeling on food packages in the U.S., the teaspoon is defined as precisely 5 mL.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.928922e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Teaspoon"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TSP"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[tsp_us]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "tsp"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A teaspoon is a unit of volume. In the United States one teaspoon as a unit of culinary measure is 1/3 tablespoon , that is, ≈ 4.93 mL; it is exactly 1/6 U.S. fl. oz, 1/48 cup, and 1/768 U.S. liquid gallon (see United States customary units for relative volumes of these other measures) and approximately 1/3 cubic inch. For nutritional labeling on food packages in the U.S., the teaspoon is defined as precisely 5 mL.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Teaspoon?oldid=490940468"^^xsd:string .

emmo:TebiByte a owl:Class ;
    rdfs:label "TebiByte"^^xsd:string ;
    rdfs:comment """The tebibyte is a multiple of the unit byte for digital information. The prefix tebi means 1024⁴

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Byte ],
        [ a owl:Restriction ;
            owl:hasValue 6.096987e+12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "TebiByte"@en ;
    skos:prefLabel "TebiByte"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TebiBYTE"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "TiB"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The tebibyte is a multiple of the unit byte for digital information. The prefix tebi means 1024⁴

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:string .

emmo:TechnicalAtmosphere a owl:Class ;
    rdfs:label "TechnicalAtmosphere"@en ;
    rdfs:comment """A technical atmosphere (symbol: at) is a non-SI unit of pressure equal to one kilogram-force per square centimeter. The symbol 'at' clashes with that of the katal (symbol: 'kat'), the SI unit of catalytic activity; a kilotechnical atmosphere would have the symbol 'kat', indistinguishable from the symbol for the katal. It also clashes with that of the non-SI unit, the attotonne, but that unit would be more likely be rendered as the equivalent SI unit. Assay ton (abbreviation 'AT') is not a unit of measurement, but a standard quantity used in assaying ores of precious metals; it is 29 1D6  grams (short assay ton) or 32 2D3  grams (long assay ton), the amount which bears the same ratio to a milligram as a short or long ton bears to a troy ounce. In other words, the number of milligrams of a particular metal found in a sample of this size gives the number of troy ounces contained in a short or long ton of ore.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.80665e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Technical Atmosphere"@en ;
    skos:prefLabel "TechnicalAtmosphere"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ATM_T"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "att"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "at"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A technical atmosphere (symbol: at) is a non-SI unit of pressure equal to one kilogram-force per square centimeter. The symbol 'at' clashes with that of the katal (symbol: 'kat'), the SI unit of catalytic activity; a kilotechnical atmosphere would have the symbol 'kat', indistinguishable from the symbol for the katal. It also clashes with that of the non-SI unit, the attotonne, but that unit would be more likely be rendered as the equivalent SI unit. Assay ton (abbreviation 'AT') is not a unit of measurement, but a standard quantity used in assaying ores of precious metals; it is 29 1D6  grams (short assay ton) or 32 2D3  grams (long assay ton), the amount which bears the same ratio to a milligram as a short or long ton bears to a troy ounce. In other words, the number of milligrams of a particular metal found in a sample of this size gives the number of troy ounces contained in a short or long ton of ore.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Technical_atmosphere"^^xsd:string .

emmo:TeraByte a owl:Class ;
    rdfs:label "TeraByte"^^xsd:string ;
    rdfs:comment """The terabyte is a multiple of the unit byte for digital information. The prefix tera means 10¹² in the International System of Units (SI), and therefore 1 terabyte is 1000000000000bytes, or 1 trillion bytes, or 1000 gigabytes. 1 terabyte in binary prefixes is 0.9095 tebibytes, or 931.32 gibibytes. The unit symbol for the terabyte is TB or TByte, but not Tb (lower case b) which refers to terabit.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Byte ],
        [ a owl:Restriction ;
            owl:hasValue 5.545177e+12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01,
        emmo:EMMO_3a204900_2b33_47d1_b444_815cc4c8cffa,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "TeraByte"@en ;
    skos:prefLabel "TeraByte"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TeraBYTE"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "TBy"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "TB"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The terabyte is a multiple of the unit byte for digital information. The prefix tera means 10¹² in the International System of Units (SI), and therefore 1 terabyte is 1000000000000bytes, or 1 trillion bytes, or 1000 gigabytes. 1 terabyte in binary prefixes is 0.9095 tebibytes, or 931.32 gibibytes. The unit symbol for the terabyte is TB or TByte, but not Tb (lower case b) which refers to terabit.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Terabyte?oldid=494671550"^^xsd:string .

emmo:TeraCoulomb a owl:Class ;
    rdfs:label "TeraCoulomb"^^xsd:string ;
    rdfs:comment """A TeraCoulomb is 10¹² C.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Coulomb ],
        [ a owl:Restriction ;
            owl:hasValue 1e+12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_3a204900_2b33_47d1_b444_815cc4c8cffa,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "TeraCoulomb"@en ;
    skos:prefLabel "TeraCoulomb"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TeraC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "TC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "TC"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A TeraCoulomb is 10¹² C.

-- QUDT"""@en .

emmo:TeraHertz a owl:Class ;
    rdfs:label "TeraHertz"^^xsd:string ;
    rdfs:comment """1 000 000 000 000-fold of the SI derived unit hertz

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Hertz ],
        [ a owl:Restriction ;
            owl:hasValue 1e+12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_3a204900_2b33_47d1_b444_815cc4c8cffa,
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "TeraHertz"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TeraHZ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "THz"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "THz"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000 000 000-fold of the SI derived unit hertz

-- QUDT"""@en .

emmo:TeraJoule a owl:Class ;
    rdfs:label "TeraJoule"^^xsd:string ;
    rdfs:comment """1 000 000 000 000-fold of the SI derived unit joule

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Joule ],
        [ a owl:Restriction ;
            owl:hasValue 1e+12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_3a204900_2b33_47d1_b444_815cc4c8cffa,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:prefLabel "TeraJoule"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TeraJ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "TJ"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "TJ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000 000 000-fold of the SI derived unit joule

-- QUDT"""@en .

emmo:TeraOhm a owl:Class ;
    rdfs:label "TeraOhm"^^xsd:string ;
    rdfs:comment """1,000,000,000,000-fold of the SI derived unit ohm

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Ohm ],
        [ a owl:Restriction ;
            owl:hasValue 1e+12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_3a204900_2b33_47d1_b444_815cc4c8cffa,
        emmo:EMMO_7610efb8_c7c6_4684_abc1_774783c62472,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "TeraOhm"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TeraOHM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "TOhm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "TΩ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000,000,000-fold of the SI derived unit ohm

-- QUDT"""@en .

emmo:TeraWatt a owl:Class ;
    rdfs:label "TeraWatt"^^xsd:string ;
    rdfs:comment """1,000,000,000,000-fold of the SI derived unit watt

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Watt ],
        [ a owl:Restriction ;
            owl:hasValue 1e+12 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_3a204900_2b33_47d1_b444_815cc4c8cffa,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:prefLabel "TeraWatt"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TeraW"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "TW"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "TW"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000,000,000-fold of the SI derived unit watt

-- QUDT"""@en .

emmo:TeraWattHour a owl:Class ;
    rdfs:label "TeraWattHour"^^xsd:string ;
    rdfs:comment """1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 3.6e+15 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_3a204900_2b33_47d1_b444_815cc4c8cffa,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Terawatt Hour"@en ;
    skos:prefLabel "TeraWattHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TeraW-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "TW/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "TW⋅h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour

-- QUDT"""@en .

emmo:Tex a owl:Class ;
    rdfs:label "Tex"@en ;
    rdfs:comment """`Tex is a unit of measure for the linear mass density of fibers and is defined as the mass in grams per 1000 meters. Tex is more likely to be used in Canada and Continental Europe, while denier remains more common in the United States and United Kingdom. The unit code is 'tex'. The most commonly used unit is actually the decitex, abbreviated dtex, which is the mass in grams per 10,000 meters. When measuring objects that consist of multiple fibers the term 'filament tex' is sometimes used, referring to the mass in grams per 1000 meters of a single filament. Tex is used for measuring fiber size in many products, including cigarette filters, optical cable, yarn, and fabric.`

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:prefLabel "Tex"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TEX"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "tex"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "tex"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Tex is a unit of measure for the linear mass density of fibers and is defined as the mass in grams per 1000 meters. Tex is more likely to be used in Canada and Continental Europe, while denier remains more common in the United States and United Kingdom. The unit code is 'tex'. The most commonly used unit is actually the decitex, abbreviated dtex, which is the mass in grams per 10,000 meters. When measuring objects that consist of multiple fibers the term 'filament tex' is sometimes used, referring to the mass in grams per 1000 meters of a single filament. Tex is used for measuring fiber size in many products, including cigarette filters, optical cable, yarn, and fabric.`

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Units_of_textile_measurement"^^xsd:string .

emmo:ThermUs a owl:Class ;
    rdfs:label "ThermUs"@en ;
    rdfs:comment """`Therm` (symbol thm) is a non-SI unit of heat energy. It was defined in the United States in 1968 as the energy equivalent of burning 100 cubic feet of natural gas at standard temperature and pressure. In the US gas industry its SI equivalent is defined as exactly 100,000 BTU59 °F or 105.4804 megajoules. Public utilities in the U.S. use the therm unit for measuring customer usage of gas and calculating the monthly bills.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.convertunits.com/info/therm%2B%5BU.S.%5D"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.054804e+08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Therm US"@en ;
    skos:prefLabel "ThermUs"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/THM_US"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "100000.[Btu_59]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "thm{US}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Therm` (symbol thm) is a non-SI unit of heat energy. It was defined in the United States in 1968 as the energy equivalent of burning 100 cubic feet of natural gas at standard temperature and pressure. In the US gas industry its SI equivalent is defined as exactly 100,000 BTU59 °F or 105.4804 megajoules. Public utilities in the U.S. use the therm unit for measuring customer usage of gas and calculating the monthly bills.

-- QUDT"""@en .

emmo:ThermUsPerHour a owl:Class ;
    rdfs:label "ThermUsPerHour"@en ;
    rdfs:comment """`Therm` (symbol thm) is a non-SI unit of heat energy. It was defined in the United States in 1968 as the energy equivalent of burning 100 cubic feet of natural gas at standard temperature and pressure. Industrial processes in the U.S. use therm/hr unit most often in the power, steam generation, heating, and air conditioning industries.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.convertunits.com/info/therm%2B%5BU.S.%5D"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.930011e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Therm US per Hour"@en ;
    skos:prefLabel "ThermUsPerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/THM_US-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[thm{US}].h-1"^^xsd:string,
        "[thm{US}]/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "thm{US}/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Therm` (symbol thm) is a non-SI unit of heat energy. It was defined in the United States in 1968 as the energy equivalent of burning 100 cubic feet of natural gas at standard temperature and pressure. Industrial processes in the U.S. use therm/hr unit most often in the power, steam generation, heating, and air conditioning industries.

-- QUDT"""@en .

emmo:ThermochemicalCalorie a owl:Class ;
    rdfs:label "ThermochemicalCalorie"@en ;
    rdfs:comment """The energy needed to increase the temperature of a given mass of water by 1 °C at atmospheric pressure depends on the starting temperature and is difficult to measure precisely. Accordingly, there have been several definitions of the calorie. The two perhaps most popular definitions used in older literature are the 15 °C calorie and the thermochemical calorie.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.184e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Thermochemical Calorie"@en ;
    skos:prefLabel "ThermochemicalCalorie"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CAL_TH"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cal_th"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cal"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The energy needed to increase the temperature of a given mass of water by 1 °C at atmospheric pressure depends on the starting temperature and is difficult to measure precisely. Accordingly, there have been several definitions of the calorie. The two perhaps most popular definitions used in older literature are the 15 °C calorie and the thermochemical calorie.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Calorie"^^xsd:string .

emmo:Thm_Eec a owl:Class ;
    rdfs:label "Thm_Eec"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "THM_EEC"@en ;
    skos:prefLabel "Thm_Eec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/THM_EEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "100000.[Btu_IT]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "thm{EEC}"^^xsd:string .

emmo:TonEnergy a owl:Class ;
    rdfs:label "TonEnergy"@en ;
    rdfs:comment """Energy equivalent of one ton of TNT

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 4.184e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Ton Energy"@en ;
    skos:prefLabel "TonEnergy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TonEnergy"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Gcal"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/lbf"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Energy equivalent of one ton of TNT

-- QUDT"""@en .

emmo:TonOfOilEquivalent a owl:Class ;
    rdfs:label "TonOfOilEquivalent"@en ;
    rdfs:comment """The tonne of oil equivalent (toe) is a unit of energy: the amount of energy released by burning one tonne of crude oil, approximately 42 GJ (as different crude oils have different calorific values, the exact value of the toe is defined by convention; unfortunately there are several slightly different definitions as discussed below). The toe is sometimes used for large amounts of energy, as it can be more intuitive to visualise, say, the energy released by burning 1000 tonnes of oil than 42,000 billion joules (the SI unit of energy). Multiples of the toe are used, in particular the megatoe (Mtoe, one million toe) and the gigatoe (Gtoe, one billion toe).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.1868e+10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Ton of Oil Equivalent"@en ;
    skos:prefLabel "TonOfOilEquivalent"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TOE"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "toe"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The tonne of oil equivalent (toe) is a unit of energy: the amount of energy released by burning one tonne of crude oil, approximately 42 GJ (as different crude oils have different calorific values, the exact value of the toe is defined by convention; unfortunately there are several slightly different definitions as discussed below). The toe is sometimes used for large amounts of energy, as it can be more intuitive to visualise, say, the energy released by burning 1000 tonnes of oil than 42,000 billion joules (the SI unit of energy). Multiples of the toe are used, in particular the megatoe (Mtoe, one million toe) and the gigatoe (Gtoe, one billion toe).

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Tonne_of_oil_equivalent"^^xsd:string .

emmo:TonOfRefrigeration a owl:Class ;
    rdfs:label "TonOfRefrigeration"@en ;
    rdfs:comment """12000 btu per hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.516853e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Ton of Refrigeration"@en ;
    skos:prefLabel "TonOfRefrigeration"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TON_FG"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/fg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """12000 btu per hour

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Ton_of_refrigeration?oldid=494342824"^^xsd:string .

emmo:TonOfRefrigerationHour a owl:Class ;
    rdfs:label "TonOfRefrigerationHour"@en ;
    rdfs:comment """12000 btu

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.266067e+07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Ton of Refrigeration Hour"@en ;
    skos:prefLabel "TonOfRefrigerationHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TON_FG-HR"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """12000 btu

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Ton_of_refrigeration?oldid=494342824"^^xsd:string .

emmo:Ton_F_Us a owl:Class ;
    rdfs:label "Ton_F_Us"@en ;
    rdfs:comment """unit of the force according to the American system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 8.896443e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ton Force (US Short)"@en ;
    skos:prefLabel "Ton_F_Us"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TON_F_US"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[stonf_av]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "tonf{us}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the force according to the American system of units

-- QUDT"""@en .

emmo:Ton_Metric_Per_Sec a owl:Class ;
    rdfs:label "Ton_Metric_Per_Sec"@en ;
    rdfs:comment """unit ton divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Tonne Per Second (metric Ton)"@en ;
    skos:prefLabel "Ton_Metric_Per_Sec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TON_Metric-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit ton divided by the SI base unit second

-- QUDT"""@en .

emmo:Ton_Shipping_Us a owl:Class ;
    rdfs:label "Ton_Shipping_Us"@en ;
    rdfs:comment """traditional unit for volume of cargo, especially in shipping

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.1326e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ton (US Shipping)"@en ;
    skos:prefLabel "Ton_Shipping_Us"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TON_SHIPPING_US"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MTON"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """traditional unit for volume of cargo, especially in shipping

-- QUDT"""@en .

emmo:Ton_Uk a owl:Class ;
    rdfs:label "Ton_Uk"@en ;
    rdfs:comment """traditional Imperial unit for volume of cargo, especially in the shipping sector

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.016e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ton (UK)"@en ;
    skos:prefLabel "Ton_Uk"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TON_UK"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lton_av]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ton{UK}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """traditional Imperial unit for volume of cargo, especially in the shipping sector

-- QUDT"""@en .

emmo:Ton_Uk_Per_Day a owl:Class ;
    rdfs:label "Ton_Uk_Per_Day"@en ;
    rdfs:comment """unit British ton according to the Imperial system of units divided by the unit day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.175926e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Long Ton (uk) Per Day"@en ;
    skos:prefLabel "Ton_Uk_Per_Day"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TON_UK-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lton_av].d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t{long}/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit British ton according to the Imperial system of units divided by the unit day

-- QUDT"""@en .

emmo:Ton_Uk_Per_Yd3 a owl:Class ;
    rdfs:label "Ton_Uk_Per_Yd3"@en ;
    rdfs:comment """unit of the density according the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.328878e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Long Ton (UK) Per Cubic Yard"@en ;
    skos:prefLabel "Ton_Uk_Per_Yd3"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TON_UK-PER-YD3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lton_av].[cyd_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t{long}/yd³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the density according the Imperial system of units

-- QUDT"""@en .

emmo:Ton_Us a owl:Class ;
    rdfs:label "Ton_Us"@en ;
    rdfs:comment """unit of the mass according to the Anglo-American system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.071847e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ton (US)"@en ;
    skos:prefLabel "Ton_Us"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TON_US"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ston_av]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ton{US}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the mass according to the Anglo-American system of units

-- QUDT"""@en .

emmo:Ton_Us_Per_Day a owl:Class ;
    rdfs:label "Ton_Us_Per_Day"@en ;
    rdfs:comment """unit American ton according to the Anglo-American system of units divided by the unit day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.049769e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Short Ton (us) Per Day"@en ;
    skos:prefLabel "Ton_Us_Per_Day"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TON_US-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ston_av].d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ton{US}/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit American ton according to the Anglo-American system of units divided by the unit day

-- QUDT"""@en .

emmo:Ton_Us_Per_Hr a owl:Class ;
    rdfs:label "Ton_Us_Per_Hr"@en ;
    rdfs:comment """unit ton divided by the unit for time hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.519444e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Ton (US) Per Hour"@en ;
    skos:prefLabel "Ton_Us_Per_Hr"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TON_US-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ston_av].h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ton{US}/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit ton divided by the unit for time hour

-- QUDT"""@en .

emmo:Ton_Us_Per_Yd3 a owl:Class ;
    rdfs:label "Ton_Us_Per_Yd3"@en ;
    rdfs:comment """unit of the density according to the Anglo-American system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.186311e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Short Ton (US) Per Cubic Yard"@en ;
    skos:prefLabel "Ton_Us_Per_Yd3"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TON_US-PER-YD3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ston_av].[cyd_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ton{US}/yd³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the density according to the Anglo-American system of units

-- QUDT"""@en .

emmo:TonnePerCubicMetre a owl:Class ;
    rdfs:label "TonnePerCubicMetre"@en ;
    rdfs:comment """unit tonne divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_feb03a8a_bbb6_4918_a891_46713ef557f4 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/m³"^^xsd:string ;
    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 .

emmo:TonnePerDay a owl:Class ;
    rdfs:label "TonnePerDay"@en ;
    rdfs:comment """metric unit ton divided by the unit for time day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.157407e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Tonne Per Day"@en ;
    skos:prefLabel "TonnePerDay"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TONNE-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """metric unit ton divided by the unit for time day

-- QUDT"""@en .

emmo:TonnePerHectare a owl:Class ;
    rdfs:label "TonnePerHectare"@en ;
    rdfs:comment """A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "MetricTonnePerHectare"@en,
        "metric tonne per hectare"@en,
        "tonne per hectare"@en ;
    skos:prefLabel "TonnePerHectare"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TONNE-PER-HA"^^xsd:string,
        "http://qudt.org/vocab/unit/TON_Metric-PER-HA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t.har-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/ha"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield.

-- QUDT"""@en .

emmo:TonnePerHectarePerYear a owl:Class ;
    rdfs:label "TonnePerHectarePerYear"@en ;
    rdfs:comment """A measure of density equivalent to 1000kg per hectare per year or one Megagram per hectare per year, typically used to express a volume of biomass or crop yield.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.17e-09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 ;
    skos:altLabel "tonne per hectare per year"@en ;
    skos:prefLabel "TonnePerHectarePerYear"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TONNE-PER-HA-YR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t.har-1.year-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/ha/year"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A measure of density equivalent to 1000kg per hectare per year or one Megagram per hectare per year, typically used to express a volume of biomass or crop yield.

-- QUDT"""@en .

emmo:TonnePerHour a owl:Class ;
    rdfs:label "TonnePerHour"@en ;
    rdfs:comment """unit tonne divided by the unit for time hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 2.777778e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Tonne Per Hour"@en ;
    skos:prefLabel "TonnePerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TONNE-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit tonne divided by the unit for time hour

-- QUDT"""@en .

emmo:TonnePerMinute a owl:Class ;
    rdfs:label "TonnePerMinute"@en ;
    rdfs:comment """unit ton divided by the unit for time minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.666667e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Tonne Per Minute"@en ;
    skos:prefLabel "TonnePerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TONNE-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t.min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit ton divided by the unit for time minute

-- QUDT"""@en .

emmo:TonnePerSecond a owl:Class ;
    rdfs:label "TonnePerSecond"@en ;
    rdfs:comment """unit tonne divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Tonne Per Second"@en ;
    skos:prefLabel "TonnePerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TONNE-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit tonne divided by the SI base unit second

-- QUDT"""@en .

emmo:TropicalYear a owl:Class ;
    rdfs:label "TropicalYear"@en ;
    rdfs:comment """A tropical year (also known as a solar year), for general purposes, is the length of time that the Sun takes to return to the same position in the cycle of seasons, as seen from Earth; for example, the time from vernal equinox to vernal equinox, or from summer solstice to summer solstice. Because of the precession of the equinoxes, the seasonal cycle does not remain exactly synchronised with the position of the Earth in its orbit around the Sun. As a consequence, the tropical year is about 20 minutes shorter than the time it takes Earth to complete one full orbit around the Sun as measured with respect to the fixed stars. Since antiquity, astronomers have progressively refined the definition of the tropical year, and currently define it as the time required for the mean Sun's tropical longitude (longitudinal position along the ecliptic relative to its position at the vernal equinox) to increase by 360 degrees (that is, to complete one full seasonal circuit).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 3.155693e+07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Tropical Year"@en ;
    skos:prefLabel "TropicalYear"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YR_TROPICAL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "a_t"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "yr{tropical}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A tropical year (also known as a solar year), for general purposes, is the length of time that the Sun takes to return to the same position in the cycle of seasons, as seen from Earth; for example, the time from vernal equinox to vernal equinox, or from summer solstice to summer solstice. Because of the precession of the equinoxes, the seasonal cycle does not remain exactly synchronised with the position of the Earth in its orbit around the Sun. As a consequence, the tropical year is about 20 minutes shorter than the time it takes Earth to complete one full orbit around the Sun as measured with respect to the fixed stars. Since antiquity, astronomers have progressively refined the definition of the tropical year, and currently define it as the time required for the mean Sun's tropical longitude (longitudinal position along the ecliptic relative to its position at the vernal equinox) to increase by 360 degrees (that is, to complete one full seasonal circuit).

-- QUDT"""@en .

emmo:USPerm a owl:Class ;
    rdfs:label "USPerm"@en ;
    rdfs:comment """A perm is a unit of permeance or "water vapor transmission" given a certain differential in partial pressures on either side of a material or membrane. The U.S. perm is defined as 1 grain of water vapor per hour, per square foot, per inch of mercury.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.72135e-11 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "U.S. Perm"@en ;
    skos:prefLabel "USPerm"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PERM_US"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "perm{US}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A perm is a unit of permeance or "water vapor transmission" given a certain differential in partial pressures on either side of a material or membrane. The U.S. perm is defined as 1 grain of water vapor per hour, per square foot, per inch of mercury.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:string .

emmo:UnifiedAtomicMassUnit a owl:Class ;
    rdfs:label "UnifiedAtomicMassUnit"@en ;
    rdfs:comment """The unified atomic mass unit (symbol: u) or dalton (symbol: Da) is the standard unit that is used for indicating mass on an atomic or molecular scale (atomic mass). It is defined as one twelfth of the mass of an unbound neutral atom of carbon-12 in its nuclear and electronic ground state,[ and has a value of 1.660538921(73) × 10⁻²⁷ kg. One dalton is approximately equal to the mass of one nucleon; an equivalence of saying 1 g mol⁻¹. The CIPM have categorised it as a 'non-SI unit' because units values in SI units must be obtained experimentally.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.660539e-27 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Unified Atomic Mass Unit"@en ;
    skos:prefLabel "UnifiedAtomicMassUnit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/U"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "u"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "u"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The unified atomic mass unit (symbol: u) or dalton (symbol: Da) is the standard unit that is used for indicating mass on an atomic or molecular scale (atomic mass). It is defined as one twelfth of the mass of an unbound neutral atom of carbon-12 in its nuclear and electronic ground state,[ and has a value of 1.660538921(73) × 10⁻²⁷ kg. One dalton is approximately equal to the mass of one nucleon; an equivalence of saying 1 g mol⁻¹. The CIPM have categorised it as a 'non-SI unit' because units values in SI units must be obtained experimentally.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Atomic_mass_unit"^^xsd:string .

emmo:UnitPole a owl:Class ;
    rdfs:label "UnitPole"@en ;
    rdfs:comment """A magnetic pole is a unit pole if it exerts a force of one dyne on another pole of equal strength at a distance of 1 cm. The strength of any given pole in cgs units is therefore numerically equal to the force in dynes which it exerts on a unit pole 1 cm away.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.256637e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Unit Pole"@en ;
    skos:prefLabel "UnitPole"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/UnitPole"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pole"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A magnetic pole is a unit pole if it exerts a force of one dyne on another pole of equal strength at a distance of 1 cm. The strength of any given pole in cgs units is therefore numerically equal to the force in dynes which it exerts on a unit pole 1 cm away.

-- QUDT"""@en .

emmo:UsDryPint a owl:Class ;
    rdfs:label "UsDryPint"@en ;
    rdfs:comment """"US Dry Pint" is a C.G.S System unit for  'Dry Volume' expressed as dry_pt.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5.506105e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "US Dry Pint"@en ;
    skos:prefLabel "UsDryPint"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PINT_US_DRY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[dpt_us]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pt{US Dry}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"US Dry Pint" is a C.G.S System unit for  'Dry Volume' expressed as dry_pt.

-- QUDT"""@en .

emmo:UsDryQuart a owl:Class ;
    rdfs:label "UsDryQuart"@en ;
    rdfs:comment """"US Dry Quart" is a unit for  'Dry Volume' expressed as dry_qt.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.101221e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "US Dry Quart"@en ;
    skos:prefLabel "UsDryQuart"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/QT_US_DRY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[dqt_us]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "qt{US Dry}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"US Dry Quart" is a unit for  'Dry Volume' expressed as dry_qt.

-- QUDT"""@en .

emmo:UsGallon a owl:Class ;
    rdfs:label "UsGallon"@en ;
    rdfs:comment """"US Gallon" is a unit for  'Liquid Volume' expressed as galUS.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.785412e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "US Gallon"@en ;
    skos:prefLabel "UsGallon"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GAL_US"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gal_us]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gal{US}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"US Gallon" is a unit for  'Liquid Volume' expressed as galUS.

-- QUDT"""@en .

emmo:UsGallonPerDay a owl:Class ;
    rdfs:label "UsGallonPerDay"@en ;
    rdfs:comment """"US Gallon per Day" is a unit for  'Volume Per Unit Time' expressed as gal/d.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.381264e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b ;
    skos:altLabel "US Gallon per Day"@en ;
    skos:prefLabel "UsGallonPerDay"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GAL_US-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gal_us].d-1"^^xsd:string,
        "[gal_us]/d"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gal/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"US Gallon per Day" is a unit for  'Volume Per Unit Time' expressed as gal/d.

-- QUDT"""@en .

emmo:UsGallonPerMinute a owl:Class ;
    rdfs:label "UsGallonPerMinute"@en ;
    rdfs:comment """"US Gallon per Minute" is a C.G.S System unit for  'Volume Per Unit Time' expressed as gal/min.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.30902e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b ;
    skos:altLabel "US Gallon per Minute"@en ;
    skos:prefLabel "UsGallonPerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GAL_US-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[gal_us].min-1"^^xsd:string,
        "[gal_us]/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "gal/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"US Gallon per Minute" is a C.G.S System unit for  'Volume Per Unit Time' expressed as gal/min.

-- QUDT"""@en .

emmo:UsLiquidCup a owl:Class ;
    rdfs:label "UsLiquidCup"@en ;
    rdfs:comment """"US Liquid Cup" is a unit for  'Liquid Volume' expressed as cup.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.365883e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "US Liquid Cup"@en ;
    skos:prefLabel "UsLiquidCup"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CUP"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[cup_us]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cup"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"US Liquid Cup" is a unit for  'Liquid Volume' expressed as cup.

-- QUDT"""@en .

emmo:UsLiquidOunce a owl:Class ;
    rdfs:label "UsLiquidOunce"@en ;
    rdfs:comment """"US Liquid Ounce" is a unit for  'Liquid Volume' expressed as oz.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.957353e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "US Liquid Ounce"@en ;
    skos:prefLabel "UsLiquidOunce"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OZ_VOL_US"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[foz_us]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fl oz{US}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"US Liquid Ounce" is a unit for  'Liquid Volume' expressed as oz.

-- QUDT"""@en .

emmo:UsLiquidPint a owl:Class ;
    rdfs:label "UsLiquidPint"@en ;
    rdfs:comment """"US Liquid Pint" is a unit for  'Liquid Volume' expressed as pt.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 4.731765e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "US Liquid Pint"@en ;
    skos:prefLabel "UsLiquidPint"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PINT_US"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pt_us]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pt{US}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"US Liquid Pint" is a unit for  'Liquid Volume' expressed as pt.

-- QUDT"""@en .

emmo:UsLiquidQuart a owl:Class ;
    rdfs:label "UsLiquidQuart"@en ;
    rdfs:comment """"US Liquid Quart" is a unit for  'Liquid Volume' expressed as qt.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.46353e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "US Liquid Quart"@en ;
    skos:prefLabel "UsLiquidQuart"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/QT_US"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[qt_us]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "qt"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"US Liquid Quart" is a unit for  'Liquid Volume' expressed as qt.

-- QUDT"""@en .

emmo:UsPeck a owl:Class ;
    rdfs:label "UsPeck"@en ;
    rdfs:comment """A peck is an imperial and U.S. customary unit of dry volume, equivalent to 2 gallons or 8 dry quarts or 16 dry pints. Two pecks make a kenning (obsolete), and four pecks make a bushel. In Scotland, the peck was used as a dry measure until the introduction of imperial units as a result of the Weights and Measures Act of 1824. The peck was equal to about 9 litres (in the case of certain crops, such as wheat, peas, beans and meal) and about 13 litres (in the case of barley, oats and malt). A firlot was equal to 4 pecks and the peck was equal to 4 lippies or forpets.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 8.809768e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "US Peck"@en ;
    skos:prefLabel "UsPeck"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PK_US_DRY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pk_us]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "peck{US Dry}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A peck is an imperial and U.S. customary unit of dry volume, equivalent to 2 gallons or 8 dry quarts or 16 dry pints. Two pecks make a kenning (obsolete), and four pecks make a bushel. In Scotland, the peck was used as a dry measure until the introduction of imperial units as a result of the Weights and Measures Act of 1824. The peck was equal to about 9 litres (in the case of certain crops, such as wheat, peas, beans and meal) and about 13 litres (in the case of barley, oats and malt). A firlot was equal to 4 pecks and the peck was equal to 4 lippies or forpets.

-- QUDT"""@en .

emmo:UsSurveyFoot a owl:Class ;
    rdfs:label "UsSurveyFoot"@en ;
    rdfs:comment """`US Survey Foot` is a unit for 'Length' expressed as ftUS.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.048006e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:altLabel "US Survey Foot"@en ;
    skos:prefLabel "UsSurveyFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FT_US"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ft_us]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ft{US Survey}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`US Survey Foot` is a unit for 'Length' expressed as ftUS.

-- QUDT"""@en .

emmo:V_M a owl:Class ;
    rdfs:label "V_M"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_48f00c52_8d3d_4e80_8d88_59fabaa01d87,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "V-M"@en ;
    skos:prefLabel "V_M"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V⋅m"^^xsd:string .

emmo:V_Stat_CentiM a owl:Class ;
    rdfs:label "V_Stat_CentiM"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_48f00c52_8d3d_4e80_8d88_59fabaa01d87,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "V_Stat-CentiM"@en ;
    skos:prefLabel "V_Stat_CentiM"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V_Stat-CentiM"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "statV⋅cm"^^xsd:string .

emmo:VoltPerCentiMetre a owl:Class ;
    rdfs:label "VoltPerCentiMetre"^^xsd:string ;
    rdfs:comment """derived SI unit volt divided by the 0.01-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 ;
    skos:altLabel "Volt Per Centimetre"@en ;
    skos:prefLabel "VoltPerCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-PER-CentiM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.cm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V/cm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """derived SI unit volt divided by the 0.01-fold of the SI base unit metre

-- QUDT"""@en .

emmo:VoltPerInch a owl:Class ;
    rdfs:label "VoltPerInch"@en ;
    rdfs:comment """SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.937008e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 ;
    skos:altLabel "Volt Per Inch"@en ;
    skos:prefLabel "VoltPerInch"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-PER-IN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.[in_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V/in"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units

-- QUDT"""@en .

emmo:VoltPerKelvin a owl:Class ;
    rdfs:label "VoltPerKelvin"@en ;
    rdfs:comment "Volt per Kelvin."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_96ffda63_71e7_451b_85ee_2cc8e341ff11 ;
    skos:prefLabel "VoltPerKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Volt per Kelvin."@en .

emmo:VoltPerMicroSecond a owl:Class ;
    rdfs:label "VoltPerMicroSecond"^^xsd:string ;
    rdfs:comment """SI derived unit volt divided by the 0.000001-fold of the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_6837b106_7220_4ec6_b7c9_d549d6163672 ;
    skos:altLabel "Volt Per Microsecond"@en ;
    skos:prefLabel "VoltPerMicroSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-PER-MicroSEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.us-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V/µs"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit volt divided by the 0.000001-fold of the SI base unit second

-- QUDT"""@en .

emmo:VoltPerMilliMetre a owl:Class ;
    rdfs:label "VoltPerMilliMetre"^^xsd:string ;
    rdfs:comment """SI derived unit volt divided by the 0.001-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 ;
    skos:altLabel "Volt Per Millimetre"@en ;
    skos:prefLabel "VoltPerMilliMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-PER-MilliM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.mm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V/mm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit volt divided by the 0.001-fold of the SI base unit metre

-- QUDT"""@en .

emmo:VoltPerSecond a owl:Class ;
    rdfs:label "VoltPerSecond"@en ;
    rdfs:comment """'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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.thefreedictionary.com/Webers"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_6837b106_7220_4ec6_b7c9_d549d6163672 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V/s"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:VoltPerSquareMetre a owl:Class ;
    rdfs:label "VoltPerSquareMetre"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.funtrivia.com/en/subtopics/Physical-Quantities-310909.html"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_a5111335_6d14_49d9_ba7a_10c10b2189e7 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V/m²"^^xsd:string ;
    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²).

-- QUDT"""@en .

emmo:VoltSecondPerMetre a owl:Class ;
    rdfs:label "VoltSecondPerMetre"@en ;
    rdfs:comment """product of the SI derived unit volt and the SI base unit second divided by the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.s.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V⋅s/m"^^xsd:string ;
    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 .

emmo:VolumePercent a owl:Class ;
    rdfs:label "VolumePercent"@en ;
    rdfs:comment "Volume fraction expressed in percent."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue "vol%"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad ;
    skos:prefLabel "VolumePercent"@en ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "vol%"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Volume fraction expressed in percent."@en .

emmo:W_M2 a owl:Class ;
    rdfs:label "W_M2"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_bf106e62_ce1c_4ccc_9f45_c10326078a5a ;
    skos:altLabel "W-M2"@en ;
    skos:prefLabel "W_M2"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W⋅m²"^^xsd:string .

emmo:W_M2_Per_Sr a owl:Class ;
    rdfs:label "W_M2_Per_Sr"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_bf106e62_ce1c_4ccc_9f45_c10326078a5a ;
    skos:altLabel "W-M2-PER-SR"@en ;
    skos:prefLabel "W_M2_Per_Sr"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-M2-PER-SR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m2.sr-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W⋅m²/sr"^^xsd:string .

emmo:WattHourPerKilogram a owl:Class ;
    rdfs:label "WattHourPerKilogram"@en ;
    rdfs:comment "A unit of specific energy commonly used to measure the density of energy in batteries and capacitors."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.6e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:prefLabel "WattHourPerKilogram"@en ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W⋅h/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit of specific energy commonly used to measure the density of energy in batteries and capacitors."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Watt-hour_per_kilogram"@en .

emmo:WattHourPerLitre a owl:Class ;
    rdfs:label "WattHourPerLitre"@en ;
    rdfs:comment "A unit of energy density commonly used to measure the density of energy in batteries and capacitors."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.6e+06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:prefLabel "WattHourPerLitre"@en ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W⋅h/L"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit of energy density commonly used to measure the density of energy in batteries and capacitors."@en .

emmo:WattMetrePerSquareMetreSteradian a owl:Class ;
    rdfs:label "WattMetrePerSquareMetreSteradian"^^xsd:string ;
    rdfs:comment """The power per unit area of radiation of a given wavenumber illuminating a target at a given incident angle.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_3371fb68_5f07_467c_ada6_5aa3da3808d0 ;
    skos:altLabel "Watts metre per square metre steradian"@en ;
    skos:prefLabel "WattMetrePerSquareMetreSteradian"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-M-PER-M2-SR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.m.sr-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W⋅m/m²⋅sr"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:WattPerCubicMetre a owl:Class ;
    rdfs:label "WattPerCubicMetre"@en ;
    rdfs:comment """SI derived unit watt divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/m³"^^xsd:string ;
    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

-- QUDT"""@en .

emmo:WattPerKelvin a owl:Class ;
    rdfs:label "WattPerKelvin"@en ;
    rdfs:comment """Watt Per Kelvin (W/K) is a unit in the category of Thermal conductivity.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_21a91e48_b6d3_4558_b08f_246433d43860 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "w/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Watt Per Kelvin (W/K) is a unit in the category of Thermal conductivity.

-- QUDT"""@en .

emmo:WattPerKilogram a owl:Class ;
    rdfs:label "WattPerKilogram"^^xsd:string ;
    rdfs:comment """SI derived unit watt divided by the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb ;
    skos:altLabel "Watt Per Kilogram"@en ;
    skos:prefLabel "WattPerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.kg-1"^^xsd:string,
        "W/kg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit watt divided by the SI base unit kilogram

-- QUDT"""@en .

emmo:WattPerLitre a owl:Class ;
    rdfs:label "WattPerLitre"@en ;
    rdfs:comment "A unit for power per volume quantities."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec,
        emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c ;
    skos:prefLabel "WattPerLitre"@en ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/L"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit for power per volume quantities."@en .

emmo:WattPerMetre a owl:Class ;
    rdfs:label "WattPerMetre"^^xsd:string ;
    rdfs:comment "Watts per metre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_3371fb68_5f07_467c_ada6_5aa3da3808d0 ;
    skos:prefLabel "WattPerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watts per metre."@en .

emmo:WattPerMetreKelvin a owl:Class ;
    rdfs:label "WattPerMetreKelvin"@en ;
    rdfs:comment "Watt per metre and Kelvin unit."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f,
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 ;
    skos:prefLabel "WattPerMetreKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-1.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/(m⋅K)"^^xsd:string ;
    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"^^xsd:string .

emmo:WattPerSquareCentiMetre a owl:Class ;
    rdfs:label "WattPerSquareCentiMetre"^^xsd:string ;
    rdfs:comment """Watt Per Square Centimeter is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "Watt per Square Centimetre"@en ;
    skos:prefLabel "WattPerSquareCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-CentiM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.cm-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Watt Per Square Centimeter is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface.

-- QUDT"""@en .

emmo:WattPerSquareFoot a owl:Class ;
    rdfs:label "WattPerSquareFoot"@en ;
    rdfs:comment """Watt Per Square Foot is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.076391e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Watt per Square Foot"@en ;
    skos:prefLabel "WattPerSquareFoot"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-FT2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.[sft_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/ft²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Watt Per Square Foot is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface.

-- QUDT"""@en .

emmo:WattPerSquareInch a owl:Class ;
    rdfs:label "WattPerSquareInch"@en ;
    rdfs:comment """Watt Per Square Inch is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.550003e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Watt per Square Inch"@en ;
    skos:prefLabel "WattPerSquareInch"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-IN2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.[sin_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/in²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Watt Per Square Inch is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface.

-- QUDT"""@en .

emmo:WattPerSquareMetreKelvin a owl:Class ;
    rdfs:label "WattPerSquareMetreKelvin"@en ;
    rdfs:comment """`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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_4b2c223f_89fb_4407_b1b6_24774b7fe770 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/(m²⋅K)"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:WattPerSquareMetrePascal a owl:Class ;
    rdfs:label "WattPerSquareMetrePascal"@en ;
    rdfs:comment """Watt Per Square Meter Per Pascal (W/m²-pa) is a unit of Evaporative Heat Transfer.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.Pa-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/(m²⋅pa)"^^xsd:string ;
    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 .

emmo:WattPerSquareMetrePerMetre a owl:Class ;
    rdfs:label "WattPerSquareMetrePerMetre"^^xsd:string ;
    rdfs:comment "Watts per square metre per metre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c ;
    skos:prefLabel "WattPerSquareMetrePerMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M2-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/m²⋅m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watts per square metre per metre."@en .

emmo:WattPerSquareMetrePerMetrePerSteradian a owl:Class ;
    rdfs:label "WattPerSquareMetrePerMetrePerSteradian"^^xsd:string ;
    rdfs:comment "Watts per square metre and metre and steradian."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c ;
    skos:prefLabel "WattPerSquareMetrePerMetrePerSteradian"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M2-M-SR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.m-1.sr-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/m²⋅m⋅sr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watts per square metre and metre and steradian."@en .

emmo:WattPerSquareMetreQuarticKelvin a owl:Class ;
    rdfs:label "WattPerSquareMetreQuarticKelvin"@en ;
    rdfs:comment """Watt Per Square Meter Per Quartic Kelvin (W/m2·K4) is a unit in the category of light.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_971b3dff_28b4_4538_b082_3ec9fa5af294 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.K-4"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/(m²⋅K⁴)"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:WattPerSquareMetreSteradian a owl:Class ;
    rdfs:label "WattPerSquareMetreSteradian"@en ;
    rdfs:comment """`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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.efunda.com/glossary/units/units--radiance--watt_per_square_meter_per_steradian.cfm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.sr-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/(m²⋅sr)"^^xsd:string ;
    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"^^xsd:string .

emmo:WattPerSteradian a owl:Class ;
    rdfs:label "WattPerSteradian"@en ;
    rdfs:comment """`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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.sr-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/sr"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:WattSecond a owl:Class ;
    rdfs:label "WattSecond"@en ;
    rdfs:comment """product of the SI derived unit watt and SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Watt Second"@en ;
    skos:prefLabel "WattSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W⋅s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI derived unit watt and SI base unit second

-- QUDT"""@en .

emmo:WattSecondPerSquareMetre a owl:Class ;
    rdfs:label "WattSecondPerSquareMetre"^^xsd:string ;
    rdfs:comment "Watt second per square metre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ;
    skos:prefLabel "WattSecondPerSquareMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-SEC-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.s.m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W⋅s/m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watt second per square metre."@en .

emmo:WatthourPerCubicMetre a owl:Class ;
    rdfs:label "WattHourPerCubicMetre"@en ;
    rdfs:comment """The watt hour per cubic meter is a unit of energy density, equal to 3,600 joule per cubic meter.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.6e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Watthour per Cubic metre"@en ;
    skos:prefLabel "WattHourPerCubicMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-HR-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.h.m-3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W⋅h/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The watt hour per cubic meter is a unit of energy density, equal to 3,600 joule per cubic meter.

-- QUDT"""@en .

emmo:WeberMetre a owl:Class ;
    rdfs:label "WeberMetre"@en ;
    rdfs:comment "Weber metre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.simetric.co.uk/siderived.htm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_431ce3bc_3d54_481d_a10d_7c4a4418732a ;
    skos:prefLabel "WeberMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/WB-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Wb.m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Wb⋅m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Weber metre."@en .

emmo:WeberPerMilliMetre a owl:Class ;
    rdfs:label "WeberPerMilliMetre"^^xsd:string ;
    rdfs:comment """derived SI unit weber divided by the 0.001-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415 ;
    skos:altLabel "Weber Per Millimetre"@en ;
    skos:prefLabel "WeberPerMilliMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/WB-PER-MilliM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Wb.mm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Wb/mm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """derived SI unit weber divided by the 0.001-fold of the SI base unit metre

-- QUDT"""@en .

emmo:Week a owl:Class ;
    rdfs:label "Week"@en ;
    rdfs:comment """Mean solar week

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.048e+05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Week"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/WK"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "wk"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "wk"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Mean solar week

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Week?oldid=493867029"^^xsd:string .

emmo:WeightPercent a owl:Class ;
    rdfs:label "WeightPercent"@en ;
    rdfs:comment "Mass fraction expressed in percent."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue "wt%"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1 ;
    skos:altLabel "MassPercent"^^xsd:string ;
    skos:prefLabel "WeightPercent"@en ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "wt%"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Mass fraction expressed in percent."@en .

emmo:Yard a owl:Class ;
    rdfs:label "Yard"@en ;
    rdfs:comment """A yard is a unit of length in several different systems including United States customary units, Imperial units and the former English units. It is equal to 3 feet or 36 inches. Under an agreement in 1959 between Australia, Canada, New Zealand, South Africa, the United Kingdom and the United States, the yard (known as the "international yard" in the United States) was legally defined to be exactly 0.9144 metres.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.144e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:prefLabel "Yard"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YD"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[yd_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "yd"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A yard is a unit of length in several different systems including United States customary units, Imperial units and the former English units. It is equal to 3 feet or 36 inches. Under an agreement in 1959 between Australia, Canada, New Zealand, South Africa, the United Kingdom and the United States, the yard (known as the "international yard" in the United States) was legally defined to be exactly 0.9144 metres.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Yard?oldid=492334628"^^xsd:string .

emmo:YardPerDegreeFahrenheit a owl:Class ;
    rdfs:label "YardPerDegreeFahrenheit"@en ;
    rdfs:comment """unit yard according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.64592e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_793f3567_b351_42ef_a1d4_5111d53999c4,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Yard Per Degree Fahrenheit"@en ;
    skos:prefLabel "YardPerDegreeFahrenheit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YD-PER-DEG_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[yd_i].[degF]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "yd/°F"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit yard according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit

-- QUDT"""@en .

emmo:Year a owl:Class ;
    rdfs:label "Year"@en ;
    rdfs:comment """A year is any of the various periods equated with one passage of Earth about the Sun, and hence of roughly 365 days. The familiar calendar has a mixture of 365- and 366-day years, reflecting the fact that the time for one complete passage takes about 365¼ days; the precise value for this figure depends on the manner of defining the year.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1533?rskey=b94Fd6"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.15576e+07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Year"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "a"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "yr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A year is any of the various periods equated with one passage of Earth about the Sun, and hence of roughly 365 days. The familiar calendar has a mixture of 365- and 366-day years, reflecting the fact that the time for one complete passage takes about 365¼ days; the precise value for this figure depends on the manner of defining the year.

-- QUDT"""@en .

emmo:YoctoCoulomb a owl:Class ;
    rdfs:label "YoctoCoulomb"^^xsd:string ;
    rdfs:comment """A YoctoCoulomb is 10⁻²⁴ C.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-24 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Coulomb ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_f5769206_9257_4b08_bf7b_dad7868c6afc ;
    skos:altLabel "YoctoCoulomb"@en ;
    skos:prefLabel "YoctoCoulomb"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YoctoC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "yC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "yC"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A YoctoCoulomb is 10⁻²⁴ C.

-- QUDT"""@en .

emmo:YottaCoulomb a owl:Class ;
    rdfs:label "YottaCoulomb"^^xsd:string ;
    rdfs:comment """A YottaCoulomb is 10²⁴ C.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Coulomb ],
        [ a owl:Restriction ;
            owl:hasValue 1e+24 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e79c62ff_10ad_4ec0_baba_c19ddd4eaa11 ;
    skos:altLabel "YottaCoulomb"@en ;
    skos:prefLabel "YottaCoulomb"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YottaC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "YC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "YC"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A YottaCoulomb is 10²⁴ C.

-- QUDT"""@en .

emmo:ZeptoCoulomb a owl:Class ;
    rdfs:label "ZeptoCoulomb"^^xsd:string ;
    rdfs:comment """A ZeptoCoulomb is 10⁻²¹ C.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Coulomb ],
        [ a owl:Restriction ;
            owl:hasValue 1e-21 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_254472c6_3dbd_4f02_bc43_571389cd281f,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:altLabel "ZeptoCoulomb"@en ;
    skos:prefLabel "ZeptoCoulomb"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ZeptoC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "zC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "zC"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A ZeptoCoulomb is 10⁻²¹ C.

-- QUDT"""@en .

emmo:ZettaCoulomb a owl:Class ;
    rdfs:label "ZettaCoulomb"^^xsd:string ;
    rdfs:comment """A ZettaCoulomb is 10²¹ C.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:someValuesFrom emmo:Coulomb ],
        [ a owl:Restriction ;
            owl:hasValue 1e+21 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_daa9ee97_4c5f_42e5_918c_44d7523e8958 ;
    skos:altLabel "ZettaCoulomb"@en ;
    skos:prefLabel "ZettaCoulomb"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ZettaC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ZC"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ZC"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A ZettaCoulomb is 10²¹ C.

-- QUDT"""@en .

foaf:Organization rdfs:subClassOf emmo:EMMO_94c663c8_1d99_45aa_a172_93d19ea95856 .

<https://orcid.org/0000-0001-7815-6636> a owl:NamedIndividual,
        foaf:Person ;
    rdfs:label "OtelloRoscioni"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/contributors#> ;
    skos:prefLabel "OtelloRoscioni"^^xsd:string ;
    foaf:name "Otello M. Roscioni"^^xsd:string ;
    foaf:workplaceHomepage <https://materialsmodelling.com> .

<https://orcid.org/0000-0001-8869-3718> a owl:NamedIndividual,
        foaf:Person ;
    rdfs:label "FrancescaBleken"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/contributors#> ;
    skos:prefLabel "FrancescaBleken"^^xsd:string ;
    foaf:name "Francesca Lønstad Bleken"^^xsd:string ;
    foaf:workplaceHomepage <https://www.sintef.no/en> .

<https://orcid.org/0000-0002-1560-809X> a owl:NamedIndividual,
        foaf:Person ;
    rdfs:label "JesperFriis"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/contributors#> ;
    skos:prefLabel "JesperFriis"^^xsd:string ;
    foaf:name "Jesper Friis"^^xsd:string ;
    foaf:workplaceHomepage <https://www.sintef.no/en> .

<https://orcid.org/0000-0002-4181-2852> a owl:NamedIndividual,
        foaf:Person ;
    rdfs:label "GerhardGoldbeck"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/contributors#> ;
    skos:prefLabel "GerhardGoldbeck"^^xsd:string ;
    foaf:name "Gerhard Goldbeck"^^xsd:string ;
    foaf:workplaceHomepage <https://materialsmodelling.com> .

<https://orcid.org/0000-0002-8758-6109> a owl:NamedIndividual,
        foaf:Person ;
    rdfs:label "SimonClark"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/contributors#> ;
    skos:prefLabel "SimonClark"^^xsd:string ;
    foaf:name "Simon Clark"^^xsd:string ;
    foaf:workplaceHomepage <https://www.sintef.no/en> .

<https://orcid.org/0000-0003-0514-9229> a owl:NamedIndividual,
        foaf:Person ;
    rdfs:label "AdhamHashibon"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/contributors#> ;
    skos:prefLabel "AdhamHashibon"^^xsd:string ;
    foaf:name "Adham Hashibon"^^xsd:string ;
    foaf:workplaceHomepage <https://www.ucl.ac.uk> .

<https://orcid.org/0000-0003-3805-8761> a owl:NamedIndividual,
        foaf:Person ;
    rdfs:label "EmanueleGhedini"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/contributors#> ;
    skos:prefLabel "EmanueleGhedini"^^xsd:string ;
    foaf:name "Emanuele Ghedini"^^xsd:string ;
    foaf:workplaceHomepage <https://www.unibo.it/en> .

<https://orcid.org/0000-0003-4065-9742> a owl:NamedIndividual,
        foaf:Person ;
    rdfs:label "GeorgSchmitz"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/contributors#> ;
    skos:prefLabel "GeorgSchmitz"^^xsd:string ;
    foaf:name "Georg J. Schmitz"^^xsd:string .

<https://orcid.org/0009-0008-8009-5009> a owl:NamedIndividual,
        foaf:Person ;
    rdfs:label "FrancescoZaccarini"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/contributors#> ;
    skos:prefLabel "FrancescoZaccarini"^^xsd:string ;
    foaf:name "Francesco A. Zaccarini"^^xsd:string ;
    foaf:workplaceHomepage <https://www.unibo.it/en> .

emmo:0528e41d_edd2_49f9_bd2a_aeabdc215515 a owl:ObjectProperty ;
    rdfs:label "hasMultipleMembers"@en ;
    rdfs:comment "A sub collection relation where the proper part is fully encompasses some of the members of the collection."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:range emmo:EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 ;
    rdfs:subPropertyOf emmo:33fd15ab_7662_4cc6_8bf6_988422efc631,
        emmo:EMMO_49e17ba8_dd17_4c28_b8c8_c8c5d5a9aab9,
        emmo:EMMO_c37d451b_e245_439f_bd94_9050e04ec9f7 ;
    skos:prefLabel "hasMultipleMembers"@en ;
    emmo: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 .

emmo:AmpereHour a owl:Class ;
    rdfs:label "AmpereHour"@en ;
    rdfs:comment """`Ampere hour` is a practical unit of electric charge equal to the charge flowing in one hour through a conductor passing one ampere. An ampere-hour or amp-hour (symbol Ah, AHr,  A · h, A h) is a unit of electric charge, with sub-units milliampere-hour (mAh) and milliampere second (mAs). One ampere-hour is equal to 3600 coulombs (ampere-seconds), the electric charge transferred by a steady current of one ampere for one hour. The ampere-hour is frequently used in measurements of electrochemical systems such as electroplating and electrical batteries. The commonly seen milliampere-hour (mAh or mA · h) is one-thousandth of an ampere-hour (3.6  coulombs).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.oxfordreference.com/view/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-86"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.6e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Ampere Hour"@en ;
    skos:prefLabel "AmpereHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A⋅h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Ampere hour` is a practical unit of electric charge equal to the charge flowing in one hour through a conductor passing one ampere. An ampere-hour or amp-hour (symbol Ah, AHr,  A · h, A h) is a unit of electric charge, with sub-units milliampere-hour (mAh) and milliampere second (mAs). One ampere-hour is equal to 3600 coulombs (ampere-seconds), the electric charge transferred by a steady current of one ampere for one hour. The ampere-hour is frequently used in measurements of electrochemical systems such as electroplating and electrical batteries. The commonly seen milliampere-hour (mAh or mA · h) is one-thousandth of an ampere-hour (3.6  coulombs).

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Ampere-hour"^^xsd:string .

emmo:AmperePerMetre a owl:Class ;
    rdfs:label "AmperePerMetre"@en ;
    rdfs:comment """ 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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.m-1"^^xsd:string,
        "A/m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/m"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:AmperePerMilliMetre a owl:Class ;
    rdfs:label "AmperePerMilliMetre"@en ;
    rdfs:comment """SI base unit ampere divided by the 0.001-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 ;
    skos:altLabel "Ampere Per Millimetre"@en ;
    skos:prefLabel "AmperePerMilliMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-MilliM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.mm-1"^^xsd:string,
        "A/mm"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/mm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit ampere divided by the 0.001-fold of the SI base unit metre

-- QUDT"""@en .

emmo:AmperePerSquareMetre a owl:Class ;
    rdfs:label "AmperePerSquareMetre"@en ;
    rdfs:comment """`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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "https://cdd.iec.ch/cdd/iec61360/iec61360.nsf/Units/0112-2---62720%23UAA105"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950,
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.m-2"^^xsd:string,
        "A/m2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/m²"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:Arcsecond a owl:Class ;
    rdfs:label "Arcsecond"@en ;
    rdfs:comment """"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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedspecialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "″"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 4.848137e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 ;
    skos:altLabel "ArcSecond"@en,
        "SecondOfArc"@en ;
    skos:prefLabel "Arcsecond"@en ;
    schema:unitCode "D62"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ARCSEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "''"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "\\\""^^xsd:string ;
    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:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Minute_of_arc#Symbols.2C_abbreviations_and_subdivisions"^^xsd:string .

emmo:BarCubicMetrePerSecond a owl:Class ;
    rdfs:label "BarCubicMetrePerSecond"@en ;
    rdfs:comment """product out of the 0.001-fold of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Bar Cubic Metre Per Second"@en ;
    skos:prefLabel "BarCubicMetrePerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BAR-M3-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "bar.m3.s-1"^^xsd:string,
        "bar.m3/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bar⋅m³/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product out of the 0.001-fold of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second

-- QUDT"""@en .

emmo:BarLitrePerSecond a owl:Class ;
    rdfs:label "BarLitrePerSecond"@en ;
    rdfs:comment """product of the unit bar and the unit litre divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Bar Litre Per Second"@en ;
    skos:prefLabel "BarLitrePerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BAR-L-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "bar.L.s-1"^^xsd:string,
        "bar.L/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bar⋅L/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the unit bar and the unit litre divided by the SI base unit second

-- QUDT"""@en .

emmo:BarPerBar a owl:Class ;
    rdfs:label "BarPerBar"@en ;
    rdfs:comment """pressure relation consisting of the unit bar divided by the unit bar

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9d09022c_e7ae_4379_a765_4803a8a502a1 ;
    skos:altLabel "Bar Per Bar"@en ;
    skos:prefLabel "BarPerBar"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BAR-PER-BAR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "bar.bar-1"^^xsd:string,
        "bar/bar"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bar/bar"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """pressure relation consisting of the unit bar divided by the unit bar

-- QUDT"""@en .

emmo:BarPerKelvin a owl:Class ;
    rdfs:label "BarPerKelvin"@en ;
    rdfs:comment """unit with the name bar divided by the SI base unit kelvin

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Bar Per Kelvin"@en ;
    skos:prefLabel "BarPerKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BAR-PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "bar.K-1"^^xsd:string,
        "bar/K"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bar/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit with the name bar divided by the SI base unit kelvin

-- QUDT"""@en .

emmo:Bel a owl:Class ;
    rdfs:label "Bel"@en ;
    rdfs:comment """A logarithmic unit of sound pressure equal to 10 decibels (dB),  It is defined as: 1 B = (1/2) log₁₀(Np)

-- QUDT"""@en,
        "One bel is defined as `1⁄2 ln(10) neper`."@en,
        "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedspecialunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue "B"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_972e01b0_b017_4903_8c05_b7edda958723 ;
    skos:prefLabel "Bel"@en ;
    schema:unitCode "M72"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/B"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "B"^^xsd:string ;
    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"^^xsd:string .

emmo:Btu_It a owl:Class ;
    rdfs:label "Btu_It"@en ;
    rdfs:comment """`British Thermal Unit` (BTU or Btu) is a traditional unit of energy equal to about 1.0550558526 ` kilojoule`. It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from 39°F to 40°F. The unit is most often used in the power, steam generation, heating and air conditioning industries. In scientific contexts the BTU has largely been replaced by the SI unit of energy, the joule, though it may be used as a measure of agricultural energy production (BTU/kg). It is still used unofficially in metric English-speaking countries (such as Canada), and remains the standard unit of classification for air conditioning units manufactured and sold in many non-English-speaking metric countries.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.knowledgedoor.com/2/units_and_constants_handbook/british-thermal-unit_group.html"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.055056e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "British Thermal Unit (International Definition)"@en ;
    skos:prefLabel "Btu_It"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_IT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_IT]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{IT}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`British Thermal Unit` (BTU or Btu) is a traditional unit of energy equal to about 1.0550558526 ` kilojoule`. It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from 39°F to 40°F. The unit is most often used in the power, steam generation, heating and air conditioning industries. In scientific contexts the BTU has largely been replaced by the SI unit of energy, the joule, though it may be used as a measure of agricultural energy production (BTU/kg). It is still used unofficially in metric English-speaking countries (such as Canada), and remains the standard unit of classification for air conditioning units manufactured and sold in many non-English-speaking metric countries.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/British_thermal_unit"^^xsd:string .

emmo:Btu_Th a owl:Class ;
    rdfs:label "Btu_Th"@en ;
    rdfs:comment """'BTU_th' is a British Thermal Unit (thermochemical definition), is a traditional unit of energy equal to about 1.0543502645 kilojoule. It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from 39°F (39°C) to 40°F (4.4°). The unit is most often used in the power, steam generation, heating and air conditioning industries. In scientific contexts the BTU has largely been replaced by the SI unit of energy, the joule.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.knowledgedoor.com/2/units_and_constants_handbook/british-thermal-unit_group.html"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.05435e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "British Thermal Unit (Thermochemical Definition)"@en ;
    skos:prefLabel "Btu_Th"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_TH"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_th]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{th}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """'BTU_th' is a British Thermal Unit (thermochemical definition), is a traditional unit of energy equal to about 1.0543502645 kilojoule. It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from 39°F (39°C) to 40°F (4.4°). The unit is most often used in the power, steam generation, heating and air conditioning industries. In scientific contexts the BTU has largely been replaced by the SI unit of energy, the joule.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/British_thermal_unit"^^xsd:string .

emmo:Btu_Th_Per_Hr a owl:Class ;
    rdfs:label "Btu_Th_Per_Hr"@en ;
    rdfs:comment """unit of the heat energy according to the Imperial system of units divided by the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.929e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "British Thermal Unit (thermochemical) Per Hour"@en ;
    skos:prefLabel "Btu_Th_Per_Hr"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BTU_TH-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Btu_th].h-1"^^xsd:string,
        "[Btu_th]/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Btu{th}/hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the heat energy according to the Imperial system of units divided by the unit hour

-- QUDT"""@en .

emmo:Cal_Mean a owl:Class ;
    rdfs:label "Cal_Mean"@en ;
    rdfs:comment """unit used particularly for calorific values of foods

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.19e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Calorie (mean)"@en ;
    skos:prefLabel "Cal_Mean"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CAL_MEAN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cal_m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cal{mean}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit used particularly for calorific values of foods

-- QUDT"""@en .

emmo:Cal_Th_Per_Min a owl:Class ;
    rdfs:label "Cal_Th_Per_Min"@en ;
    rdfs:comment """unit calorie divided by the unit minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.973e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Calorie (thermochemical) Per Minute"@en ;
    skos:prefLabel "Cal_Th_Per_Min"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CAL_TH-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cal_th.min-1"^^xsd:string,
        "cal_th/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cal{th}/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit calorie divided by the unit minute

-- QUDT"""@en .

emmo:Cal_Th_Per_Sec a owl:Class ;
    rdfs:label "Cal_Th_Per_Sec"@en ;
    rdfs:comment """unit calorie divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.184e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Calorie (thermochemical) Per Second"@en ;
    skos:prefLabel "Cal_Th_Per_Sec"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CAL_TH-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cal_th.s-1"^^xsd:string,
        "cal_th/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cal{th}/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit calorie divided by the SI base unit second

-- QUDT"""@en .

emmo:Candela a owl:Class ;
    rdfs:label "Candela"@en ;
    rdfs:comment "The candela, symbol cd, is the SI unit of luminous intensity in a given direction. It is defined by taking the fixed numerical value of the luminous efficacy of monochromatic radiation of frequency 540×1012 Hz, Kcd, to be 683 when expressed in the unit lm W−1, which is equal to cd sr W−1, or cd sr kg−1 m−2 s3, where the kilogram, metre and second are defined in terms of h, c and ∆νCs."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "cd"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_14ff4393_0f28_4fb4_abc7_c2cc00bc761d,
        emmo:EMMO_3a185e6c_9e19_4776_b583_19c978156aa0 ;
    skos:prefLabel "Candela"@en ;
    schema:unitCode "CDL"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CD"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cd"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Candela"^^xsd:anyURI ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The candela, symbol cd, is the SI unit of luminous intensity in a given direction. It is defined by taking the fixed numerical value of the luminous efficacy of monochromatic radiation of frequency 540×1012 Hz, Kcd, to be 683 when expressed in the unit lm W−1, which is equal to cd sr W−1, or cd sr kg−1 m−2 s3, where the kilogram, metre and second are defined in terms of h, c and ∆νCs."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Candela?oldid=484253082"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.C00787"^^xsd:string .

emmo:CoulombPerKilogram a owl:Class ;
    rdfs:label "CoulombPerKilogram"^^xsd:string ;
    rdfs:comment """`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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 ;
    skos:altLabel "Coulomb per Kilogram"@en ;
    skos:prefLabel "CoulombPerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.kg-1"^^xsd:string,
        "C/kg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/kg"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:EMMC_ASBL a owl:NamedIndividual,
        foaf:Organization ;
    rdfs:label "EMMC_ASBL"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/contributors#> ;
    skos:prefLabel "EMMC_ASBL"^^xsd:string ;
    locn:fullAddress """EMMC ASBL
European Materials Modelling Council
Silversquare Stéphanie
Avenue Louise 54
1050 Brussels
CBE no: 0731 621 312"""@en ;
    foaf:homepage "https://emmc.eu"^^xsd:string ;
    foaf:logo <https://emmo-repo.github.io/emmc.png> ;
    foaf:mbox <mailto:contact@emmc.eu> ;
    foaf:name "EMMC ASBL"^^xsd:string .

emmo:EMMO_002e4002_58c7_4aea_ac1f_bba5188818ff a owl:Class ;
    rdfs:label "AreaPerTemperatureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AreaPerTemperature'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L+2 M0 I0 Θ-1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_0056cc2f-f2fe-558e-a65c-9a8fc5cea333 a owl:Class ;
    rdfs:label "CarbonAtom"@en ;
    rdfs:comment "Atom subclass for carbon."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 12.011 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "CarbonAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for carbon."@en .

emmo:EMMO_01048432_3722_40a9_aa37_ea009da44272 a owl:Class ;
    rdfs:label "DrawForming"@en ;
    rdfs:comment "Draw forming by drawing a workpiece through a tool opening that is narrowed in the drawing direction."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_6fba4018_24bd_450c_abc3_354e2c7809c9 ;
    skos:prefLabel "DrawForming"@en .

emmo:EMMO_01354ac2_cce1_4b7d_8b4a_7322d6cb10bc a owl:Class ;
    rdfs:label "IterativeCoupledModelsSimulation"@en ;
    rdfs:comment "A chain of linked physics based model simulations solved iteratively, where equations are segregated."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_02c4890b_aef3_4173_9669_94d1f6baf611 ;
    skos:prefLabel "IterativeCoupledModelsSimulation"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A chain of linked physics based model simulations solved iteratively, where equations are segregated."@en .

emmo:EMMO_0154a22e_2fd3_460a_a245_408ddb414f09 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isObjectOutputOf"@en ;
    rdfs:domain emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subPropertyOf emmo:EMMO_2bb50428_568d_46e8_b8bf_59a4c5656461 ;
    owl:inverseOf emmo:EMMO_e701ec30_c993_48bf_8f29_fb10664065e5 ;
    skos:prefLabel "isObjectOutputOf"@en .

emmo:EMMO_016c831e-66b7-546e-ad4a-fc22c739b0f5 a owl:Class ;
    rdfs:label "OsmiumAtom"@en ;
    rdfs:comment "Atom subclass for osmium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 190.23 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 76 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "OsmiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for osmium."@en .

emmo:EMMO_01cd670e_d37c_424f_b91e_c2c2bbb5ea43 a owl:Class ;
    rdfs:label "MagneticReluctivityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MagneticReluctivity'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+2 L-1 M-1 I+1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_01e5766d_dac3_4574_8a78_310de92a5c9d a owl:ObjectProperty ;
    rdfs:label "isNotCauseOf"@en ;
    rdfs:comment "x isNotCauseOf y iff not(x isCauseOf y)"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:seeAlso emmo:EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 ;
    rdfs:subPropertyOf emmo:EMMO_ad0e72fc_dcaa_490d_8371_b4d814dcda2c ;
    owl:inverseOf emmo:EMMO_32eb7161_60ed_4431_8326_81a92aec088c ;
    owl:propertyDisjointWith emmo:EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 ;
    skos:prefLabel "isNotCauseOf"@en ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "x isNotCauseOf y iff not(x isCauseOf y)"@en .

emmo:EMMO_02122e58_e0b3_4274_bdd4_745f64a61645 a owl:Class ;
    rdfs:label "Factory"@en ;
    rdfs:comment "A building or group of buildings where goods are manufactured or assembled."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 ;
    skos:altLabel "IndustrialPlant"@en ;
    skos:prefLabel "Factory"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A building or group of buildings where goods are manufactured or assembled."@en .

emmo:EMMO_0266ec8c_bd13_4c9c_be77_607498793ed3 a owl:Class ;
    rdfs:label "NCNameData"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_6796ec88_e49f_4628_b28d_6559f9dd630a ;
    skos:prefLabel "NCNameData"@en .

emmo:EMMO_030ce585_429a_4cfb_95c2_8364e58a1ebb a owl:Class ;
    rdfs:label "GyromagneticRatio"^^xsd:string ;
    rdfs:comment "Ratio of magnetic dipole moment to total angular momentum."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:altLabel "GyromagneticCoefficient"@en,
        "MagnetogyricRatio"@en ;
    skos:prefLabel "GyromagneticRatio"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/GyromagneticRatio"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q634552"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-12.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ratio of magnetic dipole moment to total angular momentum."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03693"^^xsd:string .

emmo:EMMO_04cc9451_5306_45d0_8554_22cee4d6e785 a owl:Class ;
    rdfs:label "ElectricInductance"@en ;
    rdfs:comment "A property of an electrical conductor by which a change in current through it induces an electromotive force in both the conductor itself and in any nearby conductors by mutual inductance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:altLabel "Inductance"@en ;
    skos:prefLabel "ElectricInductance"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Inductance"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q177897"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-19"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-41.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A property of an electrical conductor by which a change in current through it induces an electromotive force in both the conductor itself and in any nearby conductors by mutual inductance."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M04076"^^xsd:string .

emmo:EMMO_052e9796_1144_43ae_a798_c5755cd6cd81 a owl:Class ;
    rdfs:label "AmountSquareTimePerMassVolumeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AmountSquareTimePerMassVolume'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+2 L-3 M-1 I0 Θ0 N+1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_06448f64_8db6_4304_8b2c_e785dba82044 a owl:Class ;
    rdfs:label "Density"@en ;
    rdfs:comment "Quantity representing the spatial distribution of mass in a continuous material."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 ],
        [ a owl:Restriction ;
            owl:allValuesFrom emmo:EMMO_5b2222df_4da6_442f_8244_96e9e45887d1 ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 ] ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_602397bd_e302_42a6_be33_fe67ea81933a ;
    skos:altLabel "MassConcentration"@en,
        "MassDensity"@en ;
    skos:prefLabel "Density"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Density"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-2"^^xsd:string,
        "9-10"^^xsd:string,
        "Mass per volume."@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantity representing the spatial distribution of mass in a continuous material."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.D01590"^^xsd:string .

emmo:EMMO_06c415dc_ba26_407d_b596_283bd4d9a66f a owl:Class ;
    rdfs:label "Welding"@en ;
    rdfs:comment "Joining process by softening the surfaces to be joined, either by heat or with a solvent (swelling welding, solvent welding), and pressing the softened surfaces together."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_6ab555fd_5803_4f03_82e8_127c01aabfea ;
    skos:altLabel "Schweißen"^^xsd:string ;
    skos:prefLabel "Welding"@en .

emmo:EMMO_071b87fd_8ac8_4287_bfc6_9fcd8ce6674c a owl:Class ;
    rdfs:label "PerEnergyUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'PerEnergy'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+2 L-2 M-1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_0724601e-642c-5770-bc86-7078e7441664 a owl:Class ;
    rdfs:label "GadoliniumAtom"@en ;
    rdfs:comment "Atom subclass for gadolinium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 157.25 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 64 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "GadoliniumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for gadolinium."@en .

emmo:EMMO_0761710a-3de3-5cff-a0cc-dfb8eba5a99d a owl:Class ;
    rdfs:label "CadmiumAtom"@en ;
    rdfs:comment "Atom subclass for cadmium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 112.414 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 48 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "CadmiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for cadmium."@en .

emmo:EMMO_08522112-0872-599f-9d81-81889333254e a owl:Class ;
    rdfs:label "CuriumAtom"@en ;
    rdfs:comment "Atom subclass for curium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 247.07035 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 96 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "CuriumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for curium."@en .

emmo:EMMO_09663630_1b84_4202_91e6_e641104f579e a owl:Class ;
    rdfs:label "Permeability"@en ;
    rdfs:comment "Measure for how the magnetization of material is affected by the application of an external magnetic field ."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_602397bd_e302_42a6_be33_fe67ea81933a,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:altLabel "ElectromagneticPermeability"^^xsd:string ;
    skos:prefLabel "Permeability"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/ElectromagneticPermeability"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-26.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure for how the magnetization of material is affected by the application of an external magnetic field ."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.P04503"^^xsd:string .

emmo:EMMO_098f6f77-746a-5fcc-a6d1-4988929bf404 a owl:Class ;
    rdfs:label "LutetiumAtom"@en ;
    rdfs:comment "Atom subclass for lutetium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 174.9668 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 71 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "LutetiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for lutetium."@en .

emmo:EMMO_0ab0485c_9e5b_4257_a679_90a2dfba5c7c a owl:Class ;
    rdfs:label "ZeroManifold"@en ;
    rdfs:comment "A topological space with the property that each point has a neighborhood that is homeomorphic to an open subset of 0-dimensional Euclidean space."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/geometrical#> ;
    rdfs:subClassOf emmo:EMMO_b5957cef_a287_442d_a3ce_fd39f20ba1cd ;
    skos:altLabel "0-manifold"@en ;
    skos:prefLabel "ZeroManifold"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A topological space with the property that each point has a neighborhood that is homeomorphic to an open subset of 0-dimensional Euclidean space."@en .

emmo:EMMO_0c7ad550_00ae_45ff_a4e2_58d6a61f48eb a owl:Class ;
    rdfs:label "SupplyChain"@en ;
    rdfs:comment "A supply chain is a system of organizations, people, activities, information, and resources involved in supplying a product or service to a consumer."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_f93fe78b_9646_4a15_b88b_1c93686a764d ;
    skos:prefLabel "SupplyChain"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A supply chain is a system of organizations, people, activities, information, and resources involved in supplying a product or service to a consumer."@en .

emmo:EMMO_0cd4c619_b123_4ae4_b778_3c9adaad65e7 a owl:Class ;
    rdfs:label "TemperaturePressurePerTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'TemperaturePressurePerTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-3 L-1 M+1 I0 Θ+1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_0d37beeb-9dea-558e-82c5-4df3fb6d08d0 a owl:Class ;
    rdfs:label "GoldAtom"@en ;
    rdfs:comment "Atom subclass for gold."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 79 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 196.966569 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "GoldAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for gold."@en .

emmo:EMMO_0d4bdfcd_f4f0_4b8f_b470_e3f654e37d33 a owl:Class ;
    rdfs:label "TemperatureLengthPerTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'TemperatureLengthPerTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L+1 M0 I0 Θ+1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_0d8247fb-82b0-5ad6-996b-19469e1d7960 a owl:Class ;
    rdfs:label "MolybdenumAtom"@en ;
    rdfs:comment "Atom subclass for molybdenum."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 42 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 95.95 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "MolybdenumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for molybdenum."@en .

emmo:EMMO_0e08326e-376b-5d54-ad2c-2a7cf274af61 a owl:Class ;
    rdfs:label "BismuthAtom"@en ;
    rdfs:comment "Atom subclass for bismuth."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 83 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 208.9804 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "BismuthAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for bismuth."@en .

emmo:EMMO_0e6378df_1ce8_4321_b00c_ee9beea60a67 a owl:Class ;
    rdfs:label "PhaseHomogeneousMixture"@en ;
    rdfs:comment "A single phase mixture."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_ec2c8ac8_98c5_4c74_b85b_ff8e8ca6655c ;
    skos:prefLabel "PhaseHomogeneousMixture"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A single phase mixture."@en .

emmo:EMMO_0eabfde6_c6c5_4b1f_bf10_e4e0e06e9b2e a owl:Class ;
    rdfs:label "TotalComposition"@en ;
    rdfs:comment "A language construct that represents fraction or amount of all constituents of a substance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ;
            owl:someValuesFrom emmo:EMMO_172e2c96_180b_40f8_a3e7_b624471f40c2 ],
        emmo:EMMO_7efd64d1_05a1_49cd_a7f0_783ca050d4f3 ;
    skos:prefLabel "TotalComposition"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A language construct that represents fraction or amount of all constituents of a substance."@en .

emmo:EMMO_0ee5779e_d798_4ee5_9bfe_c392d5bea112 a owl:Class ;
    rdfs:label "Permittivity"@en ;
    rdfs:comment "Measure for how the polarization of a material is affected by the application of an external electric field."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_602397bd_e302_42a6_be33_fe67ea81933a,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "Permittivity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Permittivity"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-14.1"^^xsd:string,
        "6-14.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure for how the polarization of a material is affected by the application of an external electric field."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.P04507"^^xsd:string .

emmo:EMMO_0eee5986-12a1-5f73-b5e0-6eb2b640c924 a owl:Class ;
    rdfs:label "TitaniumAtom"@en ;
    rdfs:comment "Atom subclass for titanium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 22 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 47.867 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "TitaniumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for titanium."@en .

emmo:EMMO_0f19d84e_05b4_47c9_a5de_bb2a913d211b a owl:Class ;
    rdfs:label "ParticlesSystem"@en ;
    rdfs:comment "A particles system is a system made of causal paths that are not interacting between each others, or possibly merge and fork."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel#> ;
    rdfs:subClassOf emmo:EMMO_b295158f_fda4_4124_ab58_d9ea4ccfca5a ;
    skos:altLabel "NonInteractingSystem"@en ;
    skos:example "A W boson that travels through time and space and decays in a quark and anti-quark, and their evolution after their generation."@en ;
    skos:prefLabel "ParticlesSystem"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A particles system is a system made of causal paths that are not interacting between each others, or possibly merge and fork."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A particle system is a combination of elementary particles that may include also decays and/or annihilations, without any space-like interaction between elementary particles."@en .

emmo:EMMO_0f43918c_3578_4196_a5fa_d3fa6c0d5869 a owl:Class ;
    rdfs:label "MassAmountOfSubstanceUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MassAmountOfSubstance'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L0 M+1 I0 Θ0 N+1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_109e8c69_4148_4cb0_9ceb_fbd526befca0 a owl:Class ;
    rdfs:label "SquareMassPerSquareTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'SquareMassPerSquareTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L0 M+2 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_10bbe9e9_46b6_4b5d_8b51_ed759fc21f21 a owl:Class ;
    rdfs:label "DateTimeStampData"@en ;
    rdfs:comment "A data that represents instants of time, marked with a particular time zone offset."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#dateTimeStamp"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_0e03a375_8af8_46db_88ae_a45fe2d2940f ;
    skos:prefLabel "DateTimeStampData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:dateTimeStamp"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data that represents instants of time, marked with a particular time zone offset."@en .

emmo:EMMO_10f703b5_8b2a_4c5a_a734_f0cfb29622ad a owl:Class ;
    rdfs:label "AreaPerTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AreaPerTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L+2 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_123629bd-efd6-5ba6-979e-2a4698b54e70 a owl:Class ;
    rdfs:label "PlatinumAtom"@en ;
    rdfs:comment "Atom subclass for platinum."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 78 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 195.084 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "PlatinumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for platinum."@en .

emmo:EMMO_124c07b7_38ea_405c_81b1_5c65eee1a41a a owl:Class ;
    rdfs:label "SecondGenerationFermion"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:equivalentClass [ a owl:Class ;
            owl:unionOf ( emmo:EMMO_1ea2f3fc_da94_4685_99b4_352922fbc461 emmo:EMMO_22a6f189_7ad7_424d_af15_5efe002c1365 emmo:EMMO_2531fe94_1cdf_4f36_9abc_7ab7574310db emmo:EMMO_29ce946a_f164_43ea_b9f8_0cb4f1022853 emmo:EMMO_2a0f30f5_bb26_4235_9d67_a6b22aca78e3 emmo:EMMO_68c0e0cd_6afd_4eb7_9dfa_91c2462002c9 emmo:EMMO_83550665_c68c_4015_86a7_308c9dd2fb4b emmo:EMMO_f33cbdf9_c9d0_4dc5_a875_21d6f9c24ee4 ) ] ;
    skos:prefLabel "SecondGenerationFermion"@en .

emmo:EMMO_125b6f65-caf4-5ff2-89f2-90a6183ee34e a owl:Class ;
    rdfs:label "CeriumAtom"@en ;
    rdfs:comment "Atom subclass for cerium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 140.116 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 58 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "CeriumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for cerium."@en .

emmo:EMMO_125e8614_0dad_4c04_9ac9_03317e63beec a owl:Class ;
    rdfs:label "ActivityOfSolute"@en ;
    rdfs:comment "For a solute X in a solution; quantity proportional to the absolute activity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:altLabel "RelativeActivityOfSolute"@en ;
    skos:prefLabel "ActivityOfSolute"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q89408862"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-24"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For a solute X in a solution; quantity proportional to the absolute activity."@en .

emmo:EMMO_12d4ba9b_2f89_4ea3_b206_cd376f96c875 a owl:Class ;
    rdfs:label "Heat"@en ;
    rdfs:comment "Heat is energy in transfer to or from a thermodynamic system, by mechanisms other than thermodynamic work or transfer of matter."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2 ;
    skos:altLabel "AmountOfHeat"^^xsd:string ;
    skos:prefLabel "Heat"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Heat"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-6.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Heat is energy in transfer to or from a thermodynamic system, by mechanisms other than thermodynamic work or transfer of matter."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.H02752"^^xsd:string .

emmo:EMMO_1440d010_e4c5_4597_8858_1d58cb1fb28f a owl:ObjectProperty ;
    rdfs:label "hasStatus"@en ;
    rdfs:domain emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_d9589ed2_5304_48b3_9795_11bf44e64e9b ;
    rdfs:subPropertyOf emmo:EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ;
    skos:prefLabel "hasStatus"@en .

emmo:EMMO_14729316-fa36-5eda-a5e6-86e28a5d80ba a owl:Class ;
    rdfs:label "ErbiumAtom"@en ;
    rdfs:comment "Atom subclass for erbium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 68 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 167.259 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "ErbiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for erbium."@en .

emmo:EMMO_15595dc5-20a7-5b9f-a896-aad79f97bb8b a owl:Class ;
    rdfs:label "NeptuniumAtom"@en ;
    rdfs:comment "Atom subclass for neptunium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 93 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 237.04817 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "NeptuniumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for neptunium."@en .

emmo:EMMO_15d36b02_fbb4_4c35_bca9_38e9c573baee a owl:Class ;
    rdfs:label "AbsorbedDoseRate"@en ;
    rdfs:comment "Differential quotient of the absorbed dose with respect to time."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "AbsorbedDoseRate"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/AbsorbedDoseRate"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q69428958"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-12-07"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-84"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Differential quotient of the absorbed dose with respect to time."@en .

emmo:EMMO_186607c3-fe59-5731-983f-4374a1f8544b a owl:Class ;
    rdfs:label "AstatineAtom"@en ;
    rdfs:comment "Atom subclass for astatine."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 209.98715 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 85 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "AstatineAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for astatine."@en .

emmo:EMMO_18748aef-0e6b-5369-99b5-1e5ab1a0f99b a owl:Class ;
    rdfs:label "PraseodymiumAtom"@en ;
    rdfs:comment "Atom subclass for praseodymium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 59 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 140.90766 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "PraseodymiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for praseodymium."@en .

emmo:EMMO_18c4634c_b821_49a3_beff_5eb7515ffc40 a owl:Class ;
    rdfs:label "ModellingLanguage"@en ;
    rdfs:comment "An artificial computer language used to express information or knowledge, often for use in computer system design."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_19fe0747_6954_40cb_9f8f_b87498bc8e78 ;
    skos:example "Architecture description language – used as a language (or a conceptual model) to describe and represent system architectures."@en,
        """Hardware description language – used to model integrated circuits.

Architecture description language – used as a language (or a conceptual model) to describe and represent system architectures.

Algebraic Modeling Language which is a high-level programming languages for describing and solving high complexity problems like large-scale optimisation."""@en ;
    skos:prefLabel "ModellingLanguage"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An artificial computer language used to express information or knowledge, often for use in computer system design."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Modeling_language"^^xsd:anyURI .

emmo:EMMO_18fdd2cd_4b0a_43a5_a938_66d8290a066c a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasSpeciesPart"@en ;
    rdfs:comment "Relates a chemical composition to one its species."@en ;
    rdfs:domain emmo:EMMO_7efd64d1_05a1_49cd_a7f0_783ca050d4f3 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:range emmo:EMMO_cbcf8fe6_6da6_49e0_ab4d_00f737ea9689 ;
    rdfs:subPropertyOf emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ;
    skos:prefLabel "hasSpeciesPart"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a chemical composition to one its species."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "This property is typically used to relate a SingleComponentComposition to its chemical species."@en .

emmo:EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a a owl:Class ;
    rdfs:label "Dataset"@en ;
    rdfs:comment "Encoded data made of more than one datum."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/data#> ;
    rdfs:subClassOf emmo:EMMO_1a40459e_10d8_49b3_bb8c_c3595fb1d0bb ;
    skos:prefLabel "Dataset"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Encoded data made of more than one datum."@en .

emmo:EMMO_197095a5_6d0c_4747_bcd7_f239203217dc a owl:Class ;
    rdfs:label "LorenzNumberUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'LorenzNumber'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-6 L+4 M+2 I-2 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_1aaaceb6_c5eb_4cf3_a494_f82d43fda10a a owl:Class ;
    rdfs:label "ElectricCurrentPerUnitEnergyUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricCurrentPerUnitEnergy'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+3 L-2 M-1 I+1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_1abe0ea7_2378_402f_b950_89b0795d2f45 a owl:Class ;
    rdfs:label "NMTOKENData"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_be8680e5_28ec_4168_9206_d1cd33fbd458 ;
    skos:prefLabel "NMTOKENData"@en .

emmo:EMMO_1acc07d0-709d-53f4-9807-cbc0d144865c a owl:Class ;
    rdfs:label "HassiumAtom"@en ;
    rdfs:comment "Atom subclass for hassium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 108 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 269.1338 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "HassiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for hassium."@en .

emmo:EMMO_1b1aa658-a7d5-5bc6-9d78-37a901fd66dd a owl:Class ;
    rdfs:label "BariumAtom"@en ;
    rdfs:comment "Atom subclass for barium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 56 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 137.327 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "BariumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for barium."@en .

emmo:EMMO_1b6a95fb_3df7_44c9_ad3d_419c9c5fe7cb a owl:Class ;
    rdfs:label "Observed"@en ;
    rdfs:comment "A coded that has been observed by an interpreter."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_3d03a403_facd_48c6_b75e_7ab8b9299218 ;
    skos:example "The biography of a person met by the author."@en ;
    skos:prefLabel "Observed"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coded that has been observed by an interpreter."@en .

emmo:EMMO_1c3de02f_ddbd_4704_9538_3d4f38cc373e a owl:Class ;
    rdfs:label "MassPerElectricChargeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MassPerElectricCharge'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L0 M+1 I-1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_1d6b63d5_9938_483c_ad62_a09ac34153c9 a owl:Class ;
    rdfs:label "ShearCutting"@en ;
    rdfs:comment "Cutting workpieces between two cutting edges that move past each other (see Figure 1 [see figure in the standard])."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_d5f98475_00ce_4987_99fb_262aed395e46 ;
    skos:altLabel "Scherschneiden"^^xsd:string ;
    skos:prefLabel "ShearCutting"@en .

emmo:EMMO_1dcc2b31_7ff4_49ed_a1bc_6e4c055c951c a owl:Class ;
    rdfs:label "WeakBoson"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_21a13e48_e4e2_450b_ad03_d9a112daee87 emmo:EMMO_f8e436fb_61ed_4512_a5a5_bee90f0cec2f ) ;
    skos:prefLabel "WeakBoson"@en .

emmo:EMMO_1f19b65b_35bf_4662_a318_7f1c147cb3b6 a owl:Class ;
    rdfs:label "CompositeBoson"@en ;
    rdfs:comment "A non-elementary particle (bonded) of a fundamental bosonic type (integer spin)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    owl:disjointWith emmo:EMMO_29108c7c_9087_4992_ab1c_02561665df21,
        emmo:EMMO_cafd0f10_ce85_48b9_9a36_2b0af141ce21 ;
    owl:equivalentClass [ a owl:Class ;
            owl:intersectionOf ( emmo:EMMO_8b1367d6_0133_4b56_acc1_fa8b058169e3 emmo:EMMO_b5a5494c_83bf_44aa_a9a6_49b948e68939 ) ] ;
    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
spin 2: O15 in ground state."""@en ;
    skos:prefLabel "CompositeBoson"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A non-elementary particle (bonded) of a fundamental bosonic type (integer spin)."@en .

emmo:EMMO_1f2bfb9f_ecc6_46a0_9e41_2d6fcbf59e4b a owl:Class ;
    rdfs:label "Collapse"@en ;
    rdfs:comment "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,
        "The class of fundamental systems where the number of input particles is reduced to one."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel#> ;
    rdfs:subClassOf emmo:EMMO_43a4e80d_6ae9_45ed_8cfb_fd0a5339bf87 ;
    skos:example "The Higgs boson production from two gluons, or a bottom and an anti-bottom quark."@en ;
    skos:prefLabel "Collapse"@en ;
    emmo: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 ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of fundamental systems where the number of input particles is reduced to one."@en .

emmo:EMMO_1f96db65_51df_4e8d_afd2_9c6b8bd40058 a owl:Class ;
    rdfs:label "HexBinaryData"@en ;
    rdfs:comment "Hexadecimal encoding of binary data, using the alphabet [0-9a-f]."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#hexBinary"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_1daaf7b2_e7bf_4b3a_b7f6_8aa3f3c3d080 ;
    skos:prefLabel "HexBinaryData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:hexBinary"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Hexadecimal encoding of binary data, using the alphabet [0-9a-f]."@en .

emmo:EMMO_210e7e99_c1cf_44cc_87c7_310a10ff068b a owl:Class ;
    rdfs:label "Behaviour"@en ;
    rdfs:comment "A process which is a temporal part of an object."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_ebc8c324_8e7a_4b09_bcb5_306e0c461d24 ] ;
            owl:someValuesFrom emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ],
        emmo:EMMO_846b637b_7b12_47a1_9430_0274b2f588ac ;
    skos:example "Accelerating is a behaviour of a car."@en ;
    skos:prefLabel "Behaviour"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process which is a temporal part of an object."@en .

emmo:EMMO_2138677c_845a_4bc2_8be7_7b0a07b4777d a owl:Class ;
    rdfs:label "Grinding"@en ;
    rdfs:comment "Removal of material by means of rigid or flexible discs or belts containing abrasives."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_24788d59_32f5_4339_a42a_43a102ec14a8 ;
    skos:altLabel "Schleifen"^^xsd:string ;
    skos:prefLabel "Grinding"@en .

emmo:EMMO_214e9a99_58de_40e2_86cf_fa6aa1d180a8 a owl:Class ;
    rdfs:label "Widening"@en ;
    rdfs:comment "Widening is tensile forming to increase the circumference of a hollow body. A distinction is made between: Widening, bulging."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_6fba4018_24bd_450c_abc3_354e2c7809c9 ;
    skos:altLabel "Weiten"^^xsd:string ;
    skos:prefLabel "Widening"@en .

emmo:EMMO_21a13e48_e4e2_450b_ad03_d9a112daee87 a owl:Class ;
    rdfs:label "WBoson"@en ;
    rdfs:comment "A charged vector boson that mediate the weak interaction."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_4dae1cac_d61a_4abb_8f74_2568b7f2d6d7 emmo:EMMO_e5728eea_e805_433e_a426_56c4fe811e67 ) ;
    skos:altLabel "ChargedWeakBoson"@en,
        "IntermediateVectorBoson"@en ;
    skos:prefLabel "WBoson"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A charged vector boson that mediate the weak interaction."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/W_and_Z_bosons"^^xsd:string .

emmo:EMMO_21bc99ae_f2ba_4eb3_90c1_d81968c429e2 a owl:Class ;
    rdfs:label "SexticLengthUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'SexticLength'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L+6 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_21f56795_ee72_4858_b571_11cfaa59c1a8 a owl:Class ;
    rdfs:label "Number"@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,
        "A numerical data value."@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.
More than one numeral stands for the same number.
In the EMMO abstract entities do not exists, and numbers are simply defined by other numerals, so that a number is the class of all the numerals that are equivalent (e.g. 3 and 0011 are numerals that stands for the same number).
Or alternatively, an integer numeral may also stands for a set of a specific cardinality (e.g. 3 stands for a set of three apples). Rational and real numbers are simply a syntactic arrangment of integers (digits, in decimal system).
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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf emmo:EMMO_4ce76d7f_03f8_45b6_9003_90052a79bfaa,
        emmo:EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 ;
    skos:altLabel "Numeral"@en ;
    skos:prefLabel "Number"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A numerical data value."@en .

emmo:EMMO_220218b0_bbe2_489e_a68a_232e3610718e a owl:Class ;
    rdfs:label "Base64Binary"@en ;
    rdfs:comment "Base-64 encoding of binary data."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#base64Binary"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_1daaf7b2_e7bf_4b3a_b7f6_8aa3f3c3d080 ;
    skos:prefLabel "Base64Binary"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:base64Binary"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Base-64 encoding of binary data."@en .

emmo:EMMO_22744495_4f32_4a17_b189_259c644268f9 a owl:Class ;
    rdfs:label "ShearForming"@en ;
    rdfs:comment "Forming of a solid body, whereby the plastic state is essentially brought about by shear stress."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_2b4783a6_36ad_48c8_8f5d_fe7c05ad298b ;
    skos:altLabel "Schubumformen"^^xsd:string ;
    skos:prefLabel "ShearForming"@en .

emmo:EMMO_24788d59_32f5_4339_a42a_43a102ec14a8 a owl:Class ;
    rdfs:label "UndefinedEdgeCutting"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_90589553_5625_4074_8f0d_0532fd7eb42b ;
    skos:altLabel "Spanen mit geometrisch unbestimmten Schneiden"^^xsd:string ;
    skos:prefLabel "UndefinedEdgeCutting"@en .

emmo:EMMO_24e7961c-26c8-5ae1-a29c-c32717c40684 a owl:Class ;
    rdfs:label "NeonAtom"@en ;
    rdfs:comment "Atom subclass for neon."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 20.1797 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 10 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "NeonAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for neon."@en .

emmo:EMMO_252f143a-2c00-5d9a-a551-c07daa22c5c0 a owl:Class ;
    rdfs:label "NitrogenAtom"@en ;
    rdfs:comment "Atom subclass for nitrogen."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 7 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 14.007 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "NitrogenAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for nitrogen."@en .

emmo:EMMO_253e1d54_69af_4931_90d0_5ccfd7e690ad a owl:Class ;
    rdfs:label "3DPrinting"@en ;
    rdfs:comment """fabrication of objects through the deposition of a material using a print head, nozzle or another printer technology
Note 1 to entry: This term is often used in a non-technical context synonymously with additive manufacturing (3.1.2) and, in these cases, typically associated with machines used for non-industrial purposes including personal use."""^^xsd:string,
        "Fabrication of objects through the deposition of a material using a print head, nozzle or another printer technology."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_03eb9b46_8ff0_4fcd_b1a0_73f65ae7434e ;
    skos:prefLabel "3DPrinting"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Fabrication of objects through the deposition of a material using a print head, nozzle or another printer technology."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "This term is often used in a non-technical context synonymously with additive manufacturing and, in these cases, typically associated with machines used for non-industrial purposes including personal use."@en .

emmo:EMMO_2553c342_fc28_47d8_8e19_7a98fa08f150 a owl:Class ;
    rdfs:label "SubObject"@en ;
    rdfs:comment "An object which is a temporal part of another object."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_7329967c_3972_4c99_b478_84f66436620d ] ;
            owl:someValuesFrom emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ],
        emmo:EMMO_9d799b43_e188_4047_8167_121d96b31a26 ;
    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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An object which is a temporal part of another object."@en ;
    emmo: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 .

emmo:EMMO_25f8b804_9a0b_4387_a3e7_b35bce5365ee a owl:Class ;
    rdfs:label "Photon"@en ;
    rdfs:comment "The class of individuals that stand for photons elementary particles."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "Photon"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals that stand for photons elementary particles."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Photon"^^xsd:string .

emmo:EMMO_26586828_3b8c_4d8b_9c6c_0bc2502f26ae a owl:Class ;
    rdfs:label "ChemicalName"@en ;
    rdfs:comment "Name of a chemical according to a standard."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_643d99dd_fae6_4121_a76f_47f486a4480b ;
    skos:prefLabel "ChemicalName"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Name of a chemical according to a standard."@en .

emmo:EMMO_2666a7e3_2ad4_49a0_899e_329607231f4b a owl:Class ;
    rdfs:label "SerialTask"@en ;
    rdfs:comment "A task that is a temporal tile of a workflow when there are no other activities taking place concurrently (i.e., no parallelism)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:subClassOf emmo:EMMO_1a6ddb13_49ff_4305_97a1_d1458d51c066,
        emmo:EMMO_504ad89e_dd4a_4fa6_aeb6_15c8ce0cde9b ;
    skos:prefLabel "SerialTask"@en ;
    emmo: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 .

emmo:EMMO_27c5d8c6_8af7_4d63_beb1_ec37cd8b3fa3 a owl:Class ;
    rdfs:label "PhysicsEquation"@en ;
    rdfs:comment "An 'equation' that stands for a 'physical_law' by mathematically defining the relations between physics_quantities."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_b29fd350_39aa_4af7_9459_3faa0544cba6,
        emmo:EMMO_e56ee3eb_7609_4ae1_8bed_51974f0960a6 ;
    skos:example """The Newton's equation of motion.
The Schrödinger equation.
The Navier-Stokes equation."""@en ;
    skos:prefLabel "PhysicsEquation"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An 'equation' that stands for a 'physical_law' by mathematically defining the relations between physics_quantities."@en .

emmo:EMMO_27c8e4db_eb18_402c_951e_6a38751cf1d0 a owl:Class ;
    rdfs:label "AreaPerQuarticTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AreaPerQuarticTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-4 L+2 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_27ceaab7_8293_408d_a22b_ad4bf4a7bc2d a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isObjectInputOf"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subPropertyOf emmo:EMMO_1494c1a9_00e1_40c2_a9cc_9bbf302a1cac ;
    skos:prefLabel "isObjectInputOf"@en .

emmo:EMMO_27e8e2dd_78a5_433a_b522_a1f61a08aab4 a owl:ObjectProperty ;
    rdfs:label "refersTo"@en ;
    rdfs:domain emmo:EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:range emmo:EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b ;
    rdfs:subPropertyOf emmo:EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 ;
    owl:inverseOf emmo:EMMO_c01bea11_1937_4cc0_b40d_4b192fdba311 ;
    skos:prefLabel "refersTo"@en .

emmo:EMMO_291a1550-d4cb-5934-b0db-0ea3c6a23932 a owl:Class ;
    rdfs:label "FranciumAtom"@en ;
    rdfs:comment "Atom subclass for francium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 87 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 223.01974 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "FranciumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for francium."@en .

emmo:EMMO_29987c5a-a7fb-5207-9610-b94316977a3d a owl:Class ;
    rdfs:label "ProtactiniumAtom"@en ;
    rdfs:comment "Atom subclass for protactinium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 91 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 231.03588 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "ProtactiniumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for protactinium."@en .

emmo:EMMO_299f6949_6bf2_4ee6_9ec7_fd742881fb27 a owl:Class ;
    rdfs:label "GluonType8"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "GluonType8"@en .

emmo:EMMO_29afdf54_90ae_4c98_8845_fa9ea3f143a8 a owl:Class ;
    rdfs:label "DefiningEquation"@en ;
    rdfs:comment "An equation that define a new variable in terms of other mathematical entities."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf emmo:EMMO_e56ee3eb_7609_4ae1_8bed_51974f0960a6 ;
    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 ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An equation that define a new variable in terms of other mathematical entities."@en .

emmo:EMMO_2a61986e-772c-5f68-bdc9-80adbc618e41 a owl:Class ;
    rdfs:label "ChromiumAtom"@en ;
    rdfs:comment "Atom subclass for chromium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 24 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 51.9961 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "ChromiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for chromium."@en .

emmo:EMMO_2b524942_4e3e_403a_b4ab_2b53750f3d3b a owl:Class ;
    rdfs:label "ReactionSintering"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:seeAlso """ISO 3252:2019 Powder metallurgy
reaction sintering: process wherein at least two constituents of a powder mixture react during sintering"""@en ;
    rdfs:subClassOf emmo:EMMO_03441eb3_d1fd_4906_b953_b83312d7589e ;
    skos:prefLabel "ReactionSintering"@en .

emmo:EMMO_2b6dcba2-8e5f-50fb-8242-26fa609379a8 a owl:Class ;
    rdfs:label "CalciumAtom"@en ;
    rdfs:comment "Atom subclass for calcium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 20 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 40.078 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "CalciumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for calcium."@en .

emmo:EMMO_2c701f72-a859-5e33-9552-b6bdbcbd28d9 a owl:Class ;
    rdfs:label "ManganeseAtom"@en ;
    rdfs:comment "Atom subclass for manganese."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 25 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 54.938044 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "ManganeseAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for manganese."@en .

emmo:EMMO_2c85ff7a-835c-5559-b369-193683d631c8 a owl:Class ;
    rdfs:label "HeliumAtom"@en ;
    rdfs:comment "Atom subclass for helium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.002602 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 2 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "HeliumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for helium."@en .

emmo:EMMO_2d66cf6d_9396_40c8_bb82_324ab19067ce a owl:Class ;
    rdfs:label "AmountPerMassPressureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AmountPerMassPressure'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+2 L+1 M-2 I0 Θ0 N+1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_2dd512a1_5187_47cc_b0b8_141214e22b59 a owl:Class ;
    rdfs:label "SolidSolidSuspension"@en ;
    rdfs:comment "A coarse dispersion of solid in a solid continuum phase."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1 ;
    skos:example "Granite, sand, dried concrete."@en ;
    skos:prefLabel "SolidSolidSuspension"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coarse dispersion of solid in a solid continuum phase."@en .

emmo:EMMO_2e36028f-f5a0-5a5a-af66-c357fb64765e a owl:Class ;
    rdfs:label "EinsteiniumAtom"@en ;
    rdfs:comment "Atom subclass for einsteinium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 252.083 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 99 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "EinsteiniumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for einsteinium."@en .

emmo:EMMO_2e6eba5e-8c55-534c-b955-f09296e190e0 a owl:Class ;
    rdfs:label "NeodymiumAtom"@en ;
    rdfs:comment "Atom subclass for neodymium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 60 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 144.242 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "NeodymiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for neodymium."@en .

emmo:EMMO_2f31340f_59ca_4a57_8513_269837af3796 a owl:Class ;
    rdfs:label "LengthTimePerMassUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'LengthTimePerMass'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+1 L+1 M-1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_30261696_a8a4_44ce_9bf5_b18201a83c76 a owl:Class ;
    rdfs:label "MassPerQuarticTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MassPerQuarticTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-4 L0 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_311ba558_6444_4de1_9c68_5009b9dfb80c a owl:Class ;
    rdfs:label "GluonType1"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "GluonType1"@en .

emmo:EMMO_3213514e-b1ba-506c-ae22-d4e3a688ddf3 a owl:Class ;
    rdfs:label "MeitneriumAtom"@en ;
    rdfs:comment "Atom subclass for meitnerium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 278.156 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 109 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "MeitneriumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for meitnerium."@en .

emmo:EMMO_326e7731_76c5_402d_a041_c9b48a736963 a owl:Class ;
    rdfs:label "FormingFromIonised"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_45fec702_54cb_4508_b47e_bdc581229e22 ;
    skos:prefLabel "FormingFromIonised"@en .

emmo:EMMO_32eb7161_60ed_4431_8326_81a92aec088c a owl:ObjectProperty ;
    rdfs:label "isNotCausedBy"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_ad0e72fc_dcaa_490d_8371_b4d814dcda2c ;
    owl:propertyDisjointWith emmo:EMMO_6735d3ff_67f8_43b5_b5b0_240fbfab4517 ;
    skos:prefLabel "isNotCausedBy"@en .

emmo:EMMO_33e0ac8b_a318_4285_b1de_e95347784632 a owl:Class ;
    rdfs:label "SolidLiquidSuspension"@en ;
    rdfs:comment "A coarse dispersion of liquid in a solid continuum phase."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1 ;
    skos:prefLabel "SolidLiquidSuspension"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coarse dispersion of liquid in a solid continuum phase."@en .

emmo:EMMO_3434b127_1820_43a7_9e13_b96f25e66ee8 a owl:Class ;
    rdfs:label "ActivityCoefficient"@en ;
    rdfs:comment "A coefficient in thermodynamics used to account for deviation of a mixture of chemical substances from ideal behaviour."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:prefLabel "ActivityCoefficient"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ActivityCoefficient"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q745224"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-25"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coefficient in thermodynamics used to account for deviation of a mixture of chemical substances from ideal behaviour."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00116"^^xsd:string .

emmo:EMMO_3446e167_c576_49d6_846c_215bb8878a55 a owl:ObjectProperty ;
    rdfs:label "hasVariable"@en ;
    rdfs:domain emmo:EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:range emmo:EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895 ;
    rdfs:subPropertyOf emmo:EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b ;
    skos:prefLabel "hasVariable"@en .

emmo:EMMO_348d39f7_6a17_49d1_9860_9b33b69b51de a owl:Class ;
    rdfs:label "SourceCode"@en ;
    rdfs:comment "A programming language entity expressing a formal detailed plan of what a software is intended to do."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_8681074a_e225_4e38_b586_e85b0f43ce38,
        emmo:EMMO_9ffffb55_3496_4307_82b8_a0d78fe1fcd8 ;
    skos:prefLabel "SourceCode"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A programming language entity expressing a formal detailed plan of what a software is intended to do."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A source code is the companion of an application, being it the entity used to generate the application list of CPU executable instructions."@en,
        "Source code (also referred to as source or code) is the version of software as it is originally written (i.e., typed into a computer) by a human in plain text (i.e., human readable alphanumeric characters)."@en .

emmo:EMMO_360adeca_9eee_4bb9_a5ca_728756c1ed4a a owl:Class ;
    rdfs:label "CubicElectricChargeLengthPerSquareEnergyUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'CubicElectricChargeLengthPerSquareEnergy'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+7 L-3 M-2 I+3 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_36ab7281-0187-568f-b0b4-61e33dc08cfc a owl:Class ;
    rdfs:label "SilverAtom"@en ;
    rdfs:comment "Atom subclass for silver."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 107.8682 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 47 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "SilverAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for silver."@en .

emmo:EMMO_36c79456_e29c_400d_8bd3_0eedddb82652 a owl:Class ;
    rdfs:label "Arrangement"@en ;
    rdfs:comment "A causal object which is tessellated with only spatial direct parts."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:subClassOf emmo:EMMO_8944581c_64da_46a9_be29_7074f7cc8098 ;
    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:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.2/doc/figs/Arrangement.png"^^xsd:anyURI,
        "https://w3id.org/emmo/raw/1.0.3/doc/figs/Arrangement-1D.png"^^xsd:anyURI,
        "https://w3id.org/emmo/raw/1.0.3/doc/figs/Arrangement-2D.png"^^xsd:anyURI,
        "https://w3id.org/emmo/raw/1.0.3/doc/figs/Arrangement-2Dhex.png"^^xsd:anyURI,
        "https://w3id.org/emmo/raw/1.0.3/doc/figs/Arrangement-3D.png"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causal object which is tessellated with only spatial direct parts."@en ;
    emmo: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 .

emmo:EMMO_36e03182_1be9_497c_bb71_e26fbb9160d2 a owl:Class ;
    rdfs:label "PowerPerAreaVolumeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'PowerPerAreaVolume'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-3 L-3 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_380f1ba6-b4f3-51e2-a63f-ceeeca2ed2f4 a owl:Class ;
    rdfs:label "ActiniumAtom"@en ;
    rdfs:comment "Atom subclass for actinium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 227.02775 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 89 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "ActiniumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for actinium."@en .

emmo:EMMO_399426d1_c4cc_414c_806f_47096c72d634 a owl:Class ;
    rdfs:label "LinearExpansionCoefficient"@en ;
    rdfs:comment "Relative change of length per change of temperature."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_80f3d95d_b1fd_46c0_b98a_b6b611b47105,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "LinearExpansionCoefficient"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/LinearExpansionCoefficient"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q74760821"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-27"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-3.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relative change of length per change of temperature."@en .

emmo:EMMO_39c3815d_8cae_4c8f_b2ff_eeba24bec455 a owl:ObjectProperty ;
    rdfs:label "hasIcon"@en ;
    rdfs:comment "A semiotic relation that connects a recognised semiotic object to an icon in a cognition process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:range emmo:EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 ;
    rdfs:subPropertyOf emmo:EMMO_60577dea_9019_4537_ac41_80b0fb563d41 ;
    owl:inverseOf emmo:EMMO_ef2d83f4_1f8a_4c11_aa62_1ea7a0cbd837 ;
    skos:prefLabel "hasIcon"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation that connects a recognised semiotic object to an icon in a cognition process."@en .

emmo:EMMO_3b931698_937e_49be_ab1b_36fa52d91181 a owl:Class ;
    rdfs:label "MagneticFlux"@en ;
    rdfs:comment "Measure of magnetism, taking account of the strength and the extent of a magnetic field."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "MagneticFlux"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/MagneticFlux"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q177831"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-21"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Magnetic_flux"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-22.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure of magnetism, taking account of the strength and the extent of a magnetic field."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Magnetic_flux"^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03684"^^xsd:string .

emmo:EMMO_3bb84fc5-5cb4-5250-ba87-169ae90ec6d7 a owl:Class ;
    rdfs:label "LithiumAtom"@en ;
    rdfs:comment "Atom subclass for lithium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 6.94 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "LithiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for lithium."@en .

emmo:EMMO_3bc0aedf-c43e-5d30-8688-44d19900a68b a owl:Class ;
    rdfs:label "RhodiumAtom"@en ;
    rdfs:comment "Atom subclass for rhodium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 45 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 102.9055 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "RhodiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for rhodium."@en .

emmo:EMMO_3c51ea74_43a4_42d5_953b_fcb43f359c73 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "influences"@en ;
    rdfs:comment "The relation between a process P that proper overlaps an object O, where the non overlapping part of P is cause of O."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subPropertyOf emmo:EMMO_7d77a013_1a0c_46fe_a6d8_ef6f4abb44fa ;
    skos:prefLabel "influences"@en ;
    emmo: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 .

emmo:EMMO_3c7affee_09ed_42e7_a190_4a10c75ab6dd a owl:Class ;
    rdfs:label "PrecipitationHardening"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_dacfc7dc_5ddb_4f67_986b_dcd01d649d60 ;
    skos:prefLabel "PrecipitationHardening"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "hardening of a workpiece caused by the precipitation of one or more compounds from a supersaturated solid solution"^^xsd:string .

emmo:EMMO_3c87fd89_b0f0_477a_86b6_d949c2b982ee a owl:Class ;
    rdfs:label "ByteData"@en ;
    rdfs:comment "A data representing 8-bit integer number."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#byte"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_443198a5_934c_44fa_b89e_28eca13b25b2 ;
    skos:prefLabel "ByteData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:byte"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing 8-bit integer number."@en .

emmo:EMMO_3c947caf_4070_4c79_a3a3_e53274ac9944 a owl:Class ;
    rdfs:label "RestMass"@en ;
    rdfs:comment "For particle X, mass of that particle at rest in an inertial frame."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405 ;
    skos:altLabel "InvariantMass"@en,
        "ProperMass"@en ;
    skos:prefLabel "RestMass"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/RestMass"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q96941619"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=395-01-03"^^xsd:string,
        "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=881-04-16"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Mass_in_special_relativity"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For particle X, mass of that particle at rest in an inertial frame."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Invariant_mass"^^xsd:string .

emmo:EMMO_3cb27225_df45_4616_aa3b_32dba383524c a owl:Class ;
    rdfs:label "LiquidPhaseSintering"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:seeAlso """ISO 3252:2019 Powder metallurgy
liquid-phase sintering: sintering of a powder or compact containing at least two constituents, under conditions such that a liquid phase is formed"""@en ;
    rdfs:subClassOf emmo:EMMO_03441eb3_d1fd_4906_b953_b83312d7589e ;
    skos:prefLabel "LiquidPhaseSintering"@en .

emmo:EMMO_3d77504a_a1fe_485f_aabb_6750598fe1ea a owl:Class ;
    rdfs:label "AtomicPhysicsCrossSection"@en ;
    rdfs:comment "Measure of probability that a specific process will take place in a collision of two particles."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 ],
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "AtomicPhysicsCrossSection"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Cross-Section.html"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q17128025"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-38.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure of probability that a specific process will take place in a collision of two particles."@en .

emmo:EMMO_3ea9993c-80b9-5133-b552-dce78cd17ade a owl:Class ;
    rdfs:label "RadiumAtom"@en ;
    rdfs:comment "Atom subclass for radium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 88 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 226.02541 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "RadiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for radium."@en .

emmo:EMMO_3ec45f3b_677d_4e71_be75_6f8966b4f808 a owl:Class ;
    rdfs:label "GravitySintering"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:seeAlso """ISO 3252:2019 Powder metallurgy
loose-powder sintering, gravity sintering: sintering of uncompacted powder"""@en ;
    rdfs:subClassOf emmo:EMMO_03441eb3_d1fd_4906_b953_b83312d7589e ;
    skos:altLabel "Loose-powderSintering"@en,
        "PressurelessSintering"@en ;
    skos:prefLabel "GravitySintering"@en .

emmo:EMMO_3f29d3e0-e9d9-5f1f-bd77-97af10125f7e a owl:Class ;
    rdfs:label "RoentgeniumAtom"@en ;
    rdfs:comment "Atom subclass for roentgenium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 281.166 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 111 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "RoentgeniumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for roentgenium."@en .

emmo:EMMO_3fe9d899-f1f1-5657-b176-ac6afff2e93d a owl:Class ;
    rdfs:label "CobaltAtom"@en ;
    rdfs:comment "Atom subclass for cobalt."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 58.933194 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 27 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "CobaltAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for cobalt."@en .

emmo:EMMO_410b5956_a06d_4370_b7df_b1bd2126fb4b a owl:Class ;
    rdfs:label "Screwing"@en ;
    rdfs:comment "Screwing (screwing on, screwing in, screwing tight) is joining by pressing on by means of a self-locking thread (from: DIN 8593 Part 3/09.85)."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_bbf12904_e25e_4f49_87f3_8bd210a6b535 ;
    skos:altLabel "Schrauben"^^xsd:string ;
    skos:prefLabel "Screwing"@en .

emmo:EMMO_41dba862-503f-57c2-86c7-bb40030481f0 a owl:Class ;
    rdfs:label "ArsenicAtom"@en ;
    rdfs:comment "Atom subclass for arsenic."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 33 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 74.921595 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "ArsenicAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for arsenic."@en .

emmo:EMMO_41f2ed3b-aba4-5b99-a5a1-547109a7cb4c a owl:Class ;
    rdfs:label "LawrenciumAtom"@en ;
    rdfs:comment "Atom subclass for lawrencium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 262.11 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 103 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "LawrenciumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for lawrencium."@en .

emmo:EMMO_421167c0_1ea5_405f_970f_a41e9cb308f9 a owl:Class ;
    rdfs:label "Namer"@en ;
    rdfs:comment "An interpreter who assigns a name to an object without any motivations related to the object characters."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf emmo:EMMO_2d72e38c_d587_437f_98f6_f2718fb130eb ;
    skos:prefLabel "Namer"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An interpreter who assigns a name to an object without any motivations related to the object characters."@en .

emmo:EMMO_42185fe7_122c_4e0c_a3cd_659d3e21c389 a owl:Class ;
    rdfs:label "LiquidGasSuspension"@en ;
    rdfs:comment "A coarse dispersion of gas in a liquid continuum phase."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba ;
    skos:example "Sparkling water"@en ;
    skos:prefLabel "LiquidGasSuspension"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coarse dispersion of gas in a liquid continuum phase."@en .

emmo:EMMO_43003c86_9d15_433b_9789_ee2940920656 a owl:Class ;
    rdfs:label "Thickness"@en ;
    rdfs:comment "Shortest distance between two surfaces limiting a layer, when this distance can be considered to be constant over a region of a finite size."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ;
    skos:prefLabel "Thickness"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q3589038"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-24"@en ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-1.4"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Shortest distance between two surfaces limiting a layer, when this distance can be considered to be constant over a region of a finite size."@en .

emmo:EMMO_43b349fc_c7ed_480d_b0ca_9db84b700813 a owl:Class ;
    rdfs:label "CoefficientOfHeatTransfer"@en ;
    rdfs:comment "At a point on the surface separating two media with different thermodynamic temperatures, magnitude of the density of heat flow rate φ divided by the absolute value of temperature difference ΔT."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_4b2c223f_89fb_4407_b1b6_24774b7fe770 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:altLabel "ThermalTransmittance"@en ;
    skos:prefLabel "CoefficientOfHeatTransfer"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q634340"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-39"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-10.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "At a point on the surface separating two media with different thermodynamic temperatures, magnitude of the density of heat flow rate φ divided by the absolute value of temperature difference ΔT."@en .

emmo:EMMO_44549f38_809e_4d51_bb10_de31029055b9 a owl:ObjectProperty ;
    rdfs:label "isFragmentOf"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_fdfa43cd_1f48_4d82_ac49_685fe894558f ;
    skos:prefLabel "isFragmentOf"@en .

emmo:EMMO_4456a5d2_16a6_4ee1_9a8e_5c75956b28ea a owl:Class ;
    rdfs:label "ContinuumModel"@en ;
    rdfs:comment "A physics-based model based on a physics equation describing the behaviour of continuum volume."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_90f18cf0_1225_4c64_b5f8_f65cd7f992c5 ;
    skos:prefLabel "ContinuumModel"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A physics-based model based on a physics equation describing the behaviour of continuum volume."@en .

emmo:EMMO_44ddbe46_0112_4185_b595_132866e902da a owl:Class ;
    rdfs:label "LengthTimeTemperatureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'LengthTimeTemperature'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+1 L+1 M0 I0 Θ+1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_44f91d47_3faf_48e2_844c_d44bbe3e22f6 a owl:Class ;
    rdfs:label "Milling"@en ;
    rdfs:comment "Machining with a circular cutting movement, usually associated with a multi-toothed tool, and with a feed movement perpendicular or oblique to the axis of rotation of the tool, to produce any workpiece surface."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_bfce8136_8f58_4ea5_ab3a_1734170c5d92 ;
    skos:altLabel "Fräsen"^^xsd:string ;
    skos:prefLabel "Milling"@en .

emmo:EMMO_46406907_9afd_424e_934a_a523f9f9cc36 a owl:Class ;
    rdfs:label "MolecularConcentration"@en ;
    rdfs:comment "Number of molecules of a substance in a mixture per volume."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_a356870d_409a_4de6_a910_0d8498e593ff ;
    skos:prefLabel "MolecularConcentration"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MolecularConcentration"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q88865973"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-9.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of molecules of a substance in a mixture per volume."@en .

emmo:EMMO_46f0f8df_4dc6_418f_8036_10427a3a288e a owl:Class ;
    rdfs:label "ThreeManifold"@en ;
    rdfs:comment "A topological space with the property that each point has a neighborhood that is homeomorphic to an open subset of 3-dimensional Euclidean space."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/geometrical#> ;
    rdfs:subClassOf emmo:EMMO_b5957cef_a287_442d_a3ce_fd39f20ba1cd ;
    skos:altLabel "3-manifold"@en ;
    skos:prefLabel "ThreeManifold"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A topological space with the property that each point has a neighborhood that is homeomorphic to an open subset of 3-dimensional Euclidean space."@en .

emmo:EMMO_46f70544_818e_495e_99ef_d342c54ee7dc a owl:Class ;
    rdfs:label "FormingBlasting"@en ;
    rdfs:comment "Shot peening is shot peening for shaping or straightening workpieces by introducing residual compressive stresses (from: DIN 8200/10.82)."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_fc859d37_408d_44b6_b345_a0ea0b65121e ;
    skos:altLabel "Umformstrahlen"^^xsd:string ;
    skos:prefLabel "FormingBlasting"@en .

emmo:EMMO_47fe2379_be21_48d1_9ede_402f0faf494b a owl:Class ;
    rdfs:label "LiquidLiquidSuspension"@en ;
    rdfs:comment "A coarse dispersion of liquid in a liquid continuum phase."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba ;
    skos:prefLabel "LiquidLiquidSuspension"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coarse dispersion of liquid in a liquid continuum phase."@en .

emmo:EMMO_48be0f49-9e7f-51c1-96ce-88e7794a13b0 a owl:Class ;
    rdfs:label "OxygenAtom"@en ;
    rdfs:comment "Atom subclass for oxygen."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 15.999 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 8 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "OxygenAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for oxygen."@en .

emmo:EMMO_48fc6f16_0f04_4e86_a9fc_fcfc14c5ef4b a owl:Class ;
    rdfs:label "GranularMaterial"@en ;
    rdfs:comment "A granular material is a conglomeration of discrete solid, macroscopic particles that are  large enough to avoid thermal motion fluctuations, and characterized by a loss of energy whenever the particles interact."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_9ec16158_9118_4886_be97_4310f02f7571 ;
    skos:prefLabel "GranularMaterial"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A granular material is a conglomeration of discrete solid, macroscopic particles that are  large enough to avoid thermal motion fluctuations, and characterized by a loss of energy whenever the particles interact."@en .

emmo:EMMO_49804605_c0fe_4538_abda_f70ba1dc8a5d a owl:Class ;
    rdfs:label "SubProcess"@en ;
    rdfs:comment "A process which is a spatial part of another process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ] ;
            owl:someValuesFrom emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ],
        emmo:EMMO_846b637b_7b12_47a1_9430_0274b2f588ac ;
    skos:example "Breathing is a subprocess of living for a human being."@en ;
    skos:prefLabel "SubProcess"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process which is a spatial part of another process."@en ;
    emmo: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 .

emmo:EMMO_499e24a5_5072_4c83_8625_fe3f96ae4a8d a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "precedes"@en ;
    rdfs:comment """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,
        "A time contact occurs when x isDirectCause y and not(y isCauseOf x)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_555d0261_da5e_4301_b7f9_46f604a32e91,
        emmo:EMMO_ebc9e62c_5dc4_44db_9060_7923740bdf78 ;
    owl:inverseOf emmo:EMMO_60c57607_c9e7_4e75_a3d1_7a1f1f9928e4 ;
    owl:propertyDisjointWith emmo:EMMO_8785be5a_2493_4b12_8f39_31907ab11748,
        emmo:EMMO_a69a215c_4f4d_4729_a9c6_39302bbc5f77 ;
    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 "precedes"@en ;
    emmo: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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A time contact occurs when x isDirectCause y and not(y isCauseOf x)."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Each pair of entities in direct causality relation is either in hasNext or hasTwoWayCauseWith relation. The two are mutually exclusive."@en,
        "This relation is asymmetric and irreflexive."@en .

emmo:EMMO_49eb0790-50c2-5691-a8bf-dfa6f4a9f6c7 a owl:Class ;
    rdfs:label "NobeliumAtom"@en ;
    rdfs:comment "Atom subclass for nobelium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 102 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 259.101 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "NobeliumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for nobelium."@en .

emmo:EMMO_4a464c8d_8895_44a8_a628_aed13509f1bd a owl:Class ;
    rdfs:label "Suspension"@en ;
    rdfs:comment "An heterogeneous mixture that contains coarsly dispersed particles (no Tyndall effect), that generally tend to separate in time to the dispersion medium phase."@en,
        "Suspensions show no significant effect on light."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_0e030040_98a7_49b2_a871_dced1f3a6131 ;
    owl:disjointUnionOf ( emmo:EMMO_2dd512a1_5187_47cc_b0b8_141214e22b59 emmo:EMMO_33e0ac8b_a318_4285_b1de_e95347784632 emmo:EMMO_42185fe7_122c_4e0c_a3cd_659d3e21c389 emmo:EMMO_47fe2379_be21_48d1_9ede_402f0faf494b emmo:EMMO_c457b6b9_5e73_4853_ae08_d776c12b8058 emmo:EMMO_d4f37e32_16ae_4cc6_b4cd_fd896b2449c4 emmo:EMMO_e0edfb9e_9a96_4fae_b942_831ffe27b84a emmo:EMMO_e9e02156_651f_41c8_9efb_d5da0d4ce5e2 ) ;
    skos:prefLabel "Suspension"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An heterogeneous mixture that contains coarsly dispersed particles (no Tyndall effect), that generally tend to separate in time to the dispersion medium phase."@en .

emmo:EMMO_4b3afb22_27cf_4ce3_88bc_492bfccb546b a owl:Class ;
    rdfs:label "Auditory"@en ;
    rdfs:comment "A 'Perceptual' which stands for a real world object whose spatiotemporal pattern makes it identifiable by an observer as a sound."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/perceptual#> ;
    rdfs:subClassOf emmo:EMMO_649bf97b_4397_4005_90d9_219755d92e34 ;
    skos:altLabel "Sound"@en ;
    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: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:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "'acoustical' refers to the perception mechanism of the observer that can occur through a microphone, an ear."@en .

emmo:EMMO_4b3e2374_52a1_4420_8e3f_3ae6b9bf7dff a owl:Class ;
    rdfs:label "LiquidSolution"@en ;
    rdfs:comment "A liquid solution made of two or more component substances."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_2031516a_2be7_48e8_9af7_7e1270e308fe,
        emmo:EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba ;
    skos:prefLabel "LiquidSolution"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A liquid solution made of two or more component substances."@en .

emmo:EMMO_4dae1cac_d61a_4abb_8f74_2568b7f2d6d7 a owl:Class ;
    rdfs:label "WNegativeBoson"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "WNegativeBoson"@en .

emmo:EMMO_4e36a0b8_e6c7_456e_bef5_c830e3c0ed17 a owl:Class ;
    rdfs:label "AntiElectronType"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_26a38b26_38ea_4acf_b212_db9e34c71b7a emmo:EMMO_29ce946a_f164_43ea_b9f8_0cb4f1022853 emmo:EMMO_b4abf29e_aab7_4c2f_af0b_536a92ef327f ) ;
    skos:prefLabel "AntiElectronType"@en .

emmo:EMMO_4e6c4c25_e937_40d5_9cd1_0f3b740cc0a8 a owl:Class ;
    rdfs:label "FormingFromGas"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_45fec702_54cb_4508_b47e_bdc581229e22 ;
    skos:prefLabel "FormingFromGas"@en .

emmo:EMMO_4eb4cb62_10e3_41ef_9226_a53462d52357 a owl:Class ;
    rdfs:label "GluonType4"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "GluonType4"@en .

emmo:EMMO_4f46c5ab_1c21_4639_90d5_3c4ebf3b156b a owl:Class ;
    rdfs:label "Nailing"@en ;
    rdfs:comment "Nailing is joining by hammering or pressing nails (wire pins) as auxiliary parts into the solid material. Several parts are joined by pressing them together (from: DIN 8593 part 3/09.85)."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_bbf12904_e25e_4f49_87f3_8bd210a6b535 ;
    skos:altLabel "Nageln"^^xsd:string ;
    skos:prefLabel "Nailing"@en .

emmo:EMMO_4fdf946a_9c40_4d71_80ab_e4221ff6a534 a owl:Class ;
    rdfs:label "EnergyTimePerAmountUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'EnergyTimePerAmount'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L+2 M+1 I0 Θ0 N-1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_50afa1a9_2c4e_40fd_aa93_0e33511f1f27 a owl:Class ;
    rdfs:label "Interaction"@en ;
    rdfs:comment """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.
This concept covers fundamental particles interactions with 2 or more particles as input and as output."""@en,
        "The class of fundamental systems where two or more input particles interacts, providing an output of other two or more particles."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel#> ;
    rdfs:subClassOf emmo:EMMO_43a4e80d_6ae9_45ed_8cfb_fd0a5339bf87 ;
    skos:example "Electron-electron scattering. Electron-positron annihilation."@en ;
    skos:prefLabel "Interaction"@en ;
    emmo: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.
This concept covers fundamental particles interactions with 2 or more particles as input and as output."""@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of fundamental systems where two or more input particles interacts, providing an output of other two or more particles."@en .

emmo:EMMO_50bf79a6_a48b_424d_9d2c_813bd631231a a owl:Class ;
    rdfs:label "LuminousIntensity"@en ;
    rdfs:comment "A measure of the wavelength-weighted power emitted by a light source in a particular direction per unit solid angle. It is based on the luminosity function, which is a standardized model of the sensitivity of the human eye."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_14ff4393_0f28_4fb4_abc7_c2cc00bc761d ],
        emmo:EMMO_1a4c1a97_88a7_4d8e_b2f9_2ca58e92dde4,
        emmo:EMMO_ec1aa2cd_74eb_4506_81d1_901a3124aaba ;
    skos:prefLabel "LuminousIntensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/LuminousIntensity"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "7-14"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A measure of the wavelength-weighted power emitted by a light source in a particular direction per unit solid angle. It is based on the luminosity function, which is a standardized model of the sensitivity of the human eye."@en .

emmo:EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a a owl:Class ;
    rdfs:label "Datum"@en ;
    rdfs:comment "A self-consistent encoded data entity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/data#> ;
    rdfs:subClassOf emmo:EMMO_1a40459e_10d8_49b3_bb8c_c3595fb1d0bb ;
    skos:example "A character, a bit, a song in a CD."@en ;
    skos:prefLabel "Datum"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A self-consistent encoded data entity."@en .

emmo:EMMO_50ea1ec5_f157_41b0_b46b_a9032f17ca10 a owl:Class ;
    rdfs:label "String"@en ;
    rdfs:comment "A physical made of more than one symbol sequentially arranged."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_89a0c87c_0804_4013_937a_6fe234d9499c ;
    skos:example """The word "cat" considered as a collection of 'symbol'-s respecting the rules of english language.

In this example the 'symbolic' entity "cat" is not related to the real cat, but it is only a word (like it would be to an italian person that ignores the meaning of this english word).

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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A physical made of more than one symbol sequentially arranged."@en ;
    emmo: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 .

emmo:EMMO_52a611ba-81df-5557-9dfe-c55e4d0f5860 a owl:Class ;
    rdfs:label "IodineAtom"@en ;
    rdfs:comment "Atom subclass for iodine."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 53 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 126.90447 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "IodineAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for iodine."@en .

emmo:EMMO_52ba3876_b51e_4670_a6f2_ce726abc2d3d a owl:Class ;
    rdfs:label "MechanicalMobilityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MechanicalMobility'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+1 L0 M-1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_52fa9c76_fc42_4eca_a5c1_6095a1c9caab a owl:Class ;
    rdfs:label "DoubleData"@en ;
    rdfs:comment "A symbolic data representing a 64-bit floating point numbers incl. ±Inf, ±0, NaN."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:seeAlso "https://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/datatypes.html#double"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_88a34881_b8d0_474b_9a08_40dbd414d834 ;
    skos:prefLabel "DoubleData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:double"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbolic data representing a 64-bit floating point numbers incl. ±Inf, ±0, NaN."@en .

emmo:EMMO_53935db0_af45_4426_b9e9_244a0d77db00 a owl:Class ;
    rdfs:label "MesoscopicModel"@en ;
    rdfs:comment "A physics-based model based on a physics equation describing the behaviour of mesoscopic entities, i.e. a set of bounded atoms like a molecule, bead or nanoparticle."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_90f18cf0_1225_4c64_b5f8_f65cd7f992c5 ;
    skos:prefLabel "MesoscopicModel"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A physics-based model based on a physics equation describing the behaviour of mesoscopic entities, i.e. a set of bounded atoms like a molecule, bead or nanoparticle."@en .

emmo:EMMO_5455d87d-1c98-50e1-9904-c94f6a697097 a owl:Class ;
    rdfs:label "DarmastadtiumAtom"@en ;
    rdfs:comment "Atom subclass for darmastadtium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 281.165 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 110 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "DarmastadtiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for darmastadtium."@en .

emmo:EMMO_54dc83cb_06e1_4739_9e45_bc09cead7f48 a owl:Class ;
    rdfs:label "BooleanData"@en ;
    rdfs:comment "A data representing a boolean number."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:seeAlso "https://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/datatypes.html#boolean"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172 ;
    skos:prefLabel "BooleanData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:boolean"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing a boolean number."@en .

emmo:EMMO_556e27cd_fef1_41c9_824a_dd78980062b5 a owl:Class ;
    rdfs:label "Quecto"@en ;
    rdfs:comment "SI prefix who's value is 1e-30."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-30 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        [ a owl:Restriction ;
            owl:hasValue "q"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_48fc9480_78c3_4c81_a126_019df20d58d9 ;
    skos:prefLabel "Quecto"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e-30."@en .

emmo:EMMO_55ffe612_cf43_4b9b_a4e1_6aeb0c59c10c a owl:Class ;
    rdfs:label "LengthPerCubeTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'LengthPerCubeTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-3 L+1 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_571a8adb_f38f_4122_8754_044ea2490cd0 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "processedTo"@en ;
    rdfs:comment "An indirect causal relation that relates the input of a process to its output."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subPropertyOf emmo:EMMO_3733bd38_ca2b_4264_a92a_3075a1715598 ;
    owl:inverseOf emmo:EMMO_7821eeb8_5e44_452b_90e9_3db03bbef241 ;
    skos:altLabel "isProcessedTo"@en ;
    skos:prefLabel "processedTo"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An indirect causal relation that relates the input of a process to its output."@en .

emmo:EMMO_573c7572_e7c7_4909_93a4_2bfe102e389d a owl:Class ;
    rdfs:label "Wavelength"@en ;
    rdfs:comment "Length of the repetition interval of a wave."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ;
    skos:prefLabel "Wavelength"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Wavelength"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q41364"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-10"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Wavelength"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-19"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Length of the repetition interval of a wave."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Wavelength"^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.W06659"^^xsd:string .

emmo:EMMO_57742ca9-95d8-50f8-9b33-0ded30da4532 a owl:Class ;
    rdfs:label "XenonAtom"@en ;
    rdfs:comment "Atom subclass for xenon."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 54 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 131.293 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "XenonAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for xenon."@en .

emmo:EMMO_57a7ab6b-30a4-54e5-821d-0b8efb5e08b2 a owl:Class ;
    rdfs:label "CopperAtom"@en ;
    rdfs:comment "Atom subclass for copper."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 29 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 63.546 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "CopperAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for copper."@en .

emmo:EMMO_57ba1bf0_4314_432c_a9bb_6a6720c8dab5 a owl:Class ;
    rdfs:label "SerialWorkflow"@en ;
    rdfs:comment "A workflow whose tasks are tiles of a sequence."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:subClassOf emmo:EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c,
        emmo:EMMO_92829beb_6ed4_4c88_bbd5_3bc7403e2895 ;
    owl:disjointWith emmo:EMMO_5848e476_2768_4988_98f9_9053c532307b ;
    skos:prefLabel "SerialWorkflow"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.3/doc/figs/SerialWorkflow.png"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A workflow whose tasks are tiles of a sequence."@en .

emmo:EMMO_57d977ab_0036_4779_b59a_e47620afdb9c a owl:Class ;
    rdfs:label "CompositePhysicalObject"@en ;
    rdfs:comment "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."^^xsd:string,
        "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_0f3e0646_4f06_4588_9779_6a4f05c5a8d6 ;
    owl:disjointWith emmo:EMMO_801395f8_948e_4637_ac3b_5fcd587d72ca ;
    skos:prefLabel "CompositePhysicalObject"@en ;
    emmo: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: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."^^xsd:string .

emmo:EMMO_5848e476_2768_4988_98f9_9053c532307b a owl:Class ;
    rdfs:label "ParallelWorkflow"@en ;
    rdfs:comment """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,
        "A workflow with some tasks running concurrently."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:subClassOf emmo:EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c ;
    skos:prefLabel "ParallelWorkflow"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.3/doc/figs/ParallelWorkflow.png"^^xsd:anyURI ;
    emmo: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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A workflow with some tasks running concurrently."@en .

emmo:EMMO_58b17cac_3125_4486_9b9c_8c45ac254040 a owl:Class ;
    rdfs:label "SystemProgram"@en ;
    rdfs:comment "System program refers to operating systems and utility programs that manage computer resources at a low level enabling a computer to function."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_8681074a_e225_4e38_b586_e85b0f43ce38 ;
    skos:example "An operating system. A graphic driver."@en ;
    skos:prefLabel "SystemProgram"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "System program refers to operating systems and utility programs that manage computer resources at a low level enabling a computer to function."@en .

emmo:EMMO_58c5b65c_c896_4740_80d9_ff9a7643c7e8 a owl:Class ;
    rdfs:label "SquareElectricPotentialPerSquareTemperatureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'SquareElectricPotentialPerSquareTemperature'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-6 L+4 M+2 I-2 Θ-2 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_58f76a09_205c_44f2_b237_88de54e8e001 a owl:Class ;
    rdfs:label "PositiveIntegerData"@en ;
    rdfs:comment "A data representing an integer number > 0."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#positiveInteger"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_42eee73b_e4d2_4a0f_b468_3d2ce0475af6 ;
    skos:prefLabel "PositiveIntegerData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:positiveInteger"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing an integer number > 0."@en .

emmo:EMMO_592b1d98_4736_4cac_9b62_849b8dbe11c7 a owl:Class ;
    rdfs:label "ProcessEngineeringProcess"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_2b9cbfb5_dbd0_4a68_9c6f_acc41b40dd72 ;
    skos:prefLabel "ProcessEngineeringProcess"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Deals with entities that have a undefined shape. Undefined means that the actual shape of the entity that is produced is not relevant for the definition of the process.
In fact, everything has a shape, but in process engineering this is not relevant.

e.g. the fact that steel comes in sheets is not relevant for the definition of steel material generated in a steel-making process."""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://de.wikipedia.org/wiki/Verfahrenstechnik"@en .

emmo:EMMO_59d342fd-1ace-5b68-9d0d-ed4ff9f55d63 a owl:Class ;
    rdfs:label "ThoriumAtom"@en ;
    rdfs:comment "Atom subclass for thorium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 90 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 232.0377 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "ThoriumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for thorium."@en .

emmo:EMMO_5a10e288_c6a5_409a_a16a_98a2fb8be4f3 a owl:Class ;
    rdfs:label "NonEncodedContrast"@en ;
    rdfs:comment "Contrast that occurs naturally without an encoding agent producing it."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/contrast#> ;
    rdfs:subClassOf emmo: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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Contrast that occurs naturally without an encoding agent producing it."@en ;
    emmo: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 .

emmo:EMMO_5a4790e5-b11b-5a0c-80e4-81515c27a560 a owl:Class ;
    rdfs:label "HydrogenAtom"@en ;
    rdfs:comment "Atom subclass for hydrogen."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.008 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 1 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "HydrogenAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for hydrogen."@en .

emmo:EMMO_5aa0f895_1567_4239_8343_29e91a33d4c9 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "releases"@en ;
    rdfs:comment "The relation between an object O1 that proper overlaps an object O2, where the non-overlapping part of O2 is caused by O1."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    rdfs:subPropertyOf emmo:EMMO_bed37b1f_0479_4b61_bd49_54e25f414222 ;
    skos:prefLabel "releases"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/dev/doc/figs/releases.png"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between an object O1 that proper overlaps an object O2, where the non-overlapping part of O2 is caused by O1."@en .

emmo:EMMO_5ae62317-1681-5ca9-9fa7-8801757ee5c8 a owl:Class ;
    rdfs:label "IridiumAtom"@en ;
    rdfs:comment "Atom subclass for iridium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 77 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 192.217 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "IridiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for iridium."@en .

emmo:EMMO_5c68497d_2544_4cd4_897b_1ea783c9f6fe a owl:Class ;
    rdfs:label "Tool"@en ;
    rdfs:comment "An object that enables or facilitate an agent in the execution of a process that modifies the surrounding environment."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_13191289_6c2b_4741_93e1_82d53bd0e703,
        emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    skos:prefLabel "Tool"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An object that enables or facilitate an agent in the execution of a process that modifies the surrounding environment."@en .

emmo:EMMO_5cc4e111_3eb1_44a3_9369_5af3846cf605 a owl:Class ;
    rdfs:label "PhysicalPhenomenon"@en ;
    rdfs:comment "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,
        "The class of individuals standing for causally non-convex interacting systems."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:seeAlso emmo:EMMO_38b579de_4331_40e0_803d_09efa298e726 ;
    rdfs:subClassOf emmo:EMMO_09f0ac34_c349_46b5_acf0_0edeae52cca1 ;
    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: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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals standing for causally non-convex interacting systems."@en .

emmo:EMMO_5d73661e_e710_4844_ab9b_a85b7e68576a a owl:ObjectProperty ;
    rdfs:label "hasQuantityValuePart"@en ;
    rdfs:comment "Relates a measurement result to one of its quantity value parts."@en ;
    rdfs:domain emmo:EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:range emmo:EMMO_f658c301_ce93_46cf_9639_4eace2c5d1d5 ;
    rdfs:subPropertyOf emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ;
    skos:prefLabel "hasQuantityValuePart"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a measurement result to one of its quantity value parts."@en .

emmo:EMMO_5dd63d84_57f5_4b79_b760_fe940c06680d a owl:Class ;
    rdfs:label "PhysicsMathematicalComputation"@en ;
    rdfs:comment "A functional icon that imitates the behaviour of the object through mathematical evaluations of some mathematical construct."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_c7013b53_3071_410b_a5e4_a8d266dcdfb5,
        emmo:EMMO_eff42cb3_208e_4768_9a39_f8b6b3c3d7a2 ;
    skos:prefLabel "PhysicsMathematicalComputation"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A functional icon that imitates the behaviour of the object through mathematical evaluations of some mathematical construct."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The equation that describes the velocity of a uniform accelerated body v = v0 + a*t is a functional icon. In general every analitical solution of a mathematical model can be considered an icon. A functional icon expresses its similarity with the object when is part of a process the makes it imitate the behavior of the object. In the case of v = v0 + a*t, plotting the velocity over time or listing their values at certain instants is when the icon expresses it functionality."@en .

emmo:EMMO_5ee30708-feb6-54c0-977e-3d069e496a76 a owl:Class ;
    rdfs:label "FermiumAtom"@en ;
    rdfs:comment "Atom subclass for fermium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 257.09511 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 100 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "FermiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for fermium."@en .

emmo:EMMO_5f04b896_a4fd_4206_b201_0449b6c29289 a owl:Class ;
    rdfs:label "ReciprocalDuration"@en ;
    rdfs:comment "A quantity defined as the inverse of time."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    skos:altLabel "InverseDuration"@en,
        "InverseTime"@en,
        "ReciprocalTime"@en ;
    skos:example "Frequency or rate."@en ;
    skos:prefLabel "ReciprocalDuration"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/InverseTime"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98690850"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A quantity defined as the inverse of time."@en .

emmo:EMMO_5f375229_de0c_46bf_b11f_da9d3b742253 a owl:Class ;
    rdfs:label "MassSquareTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MassSquareTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+2 L0 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_607ccc15_38aa_4a69_a70a_effa8015bf42 a owl:Class ;
    rdfs:label "HardeningByRolling"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_46dc0d51_b60f_49cd_8650_9aba7be3726c ;
    skos:altLabel "VerfestigendurchWalzen"^^xsd:string ;
    skos:prefLabel "HardeningByRolling"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Strengthening by rolling is the strengthening of component surfaces by mechanically generating compressive stresses in the component surface and consolidating the material."^^xsd:string .

emmo:EMMO_60c57607_c9e7_4e75_a3d1_7a1f1f9928e4 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "follows"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:seeAlso emmo:EMMO_499e24a5_5072_4c83_8625_fe3f96ae4a8d ;
    rdfs:subPropertyOf emmo:EMMO_11501e0a_4442_4bd0_8483_7ea6dc8ba444,
        emmo:EMMO_2a28c0dd_89b1_47ac_b81f_fccc56f39617 ;
    skos:altLabel "isNextOf"@en,
        "succeeds"@en ;
    skos:prefLabel "follows"@en .

emmo:EMMO_61846411_8c6f_410b_ae7b_8999ec18f2b2 a owl:Class ;
    rdfs:label "DeepFreezing"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_dacfc7dc_5ddb_4f67_986b_dcd01d649d60 ;
    skos:altLabel "Cryogenic treatment, Deep-freeze"^^xsd:string,
        "Tieftemperaturbehandeln"^^xsd:string ;
    skos:prefLabel "DeepFreezing"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Treatment carried out after hardening or case hardening consisting of cooling to a temperature below room temperature to complete the transformation of austenite to martensite"^^xsd:string .

emmo:EMMO_61eec472_f9af_4861_bedd_d741f022a7e5 a owl:Class ;
    rdfs:label "PerLengthTemperatureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'PerLengthTemperature'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L-1 M0 I0 Θ-1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_62cb8f50-5ce5-5f99-9cc8-514eff05d05e a owl:Class ;
    rdfs:label "BoronAtom"@en ;
    rdfs:comment "Atom subclass for boron."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 5 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 10.81 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "BoronAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for boron."@en .

emmo:EMMO_648c17b7_a012_4060_a096_c76bd407804b a owl:Class ;
    rdfs:label "NegativeIntegerData"@en ;
    rdfs:comment "A data representing an integer number < 0."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#negativeInteger"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_cf0f8f57_8a9e_410c_8fe4_a436673fa3d3 ;
    skos:prefLabel "NegativeIntegerData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:negativeInteger"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing an integer number < 0."@en .

emmo:EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36 a owl:Class ;
    rdfs:label "Information"@en ;
    rdfs:comment "Information is data with a meaning (semiotic sign)."@en,
        """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 <https://w3id.org/emmo/reference/information#> ;
    owl:equivalentClass [ a owl:Class ;
            owl:intersectionOf ( emmo:EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 emmo:EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d ) ] ;
    skos:prefLabel "Information"@en ;
    emmo: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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Information is data with a meaning (semiotic sign)."@en .

emmo:EMMO_65411b3d_c8d3_4111_86a9_a2ce0a64c647 a owl:Class ;
    rdfs:label "Program"@en ;
    rdfs:comment "A set of instructions that tell a computer what to do."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_8681074a_e225_4e38_b586_e85b0f43ce38 ;
    owl:equivalentClass [ a owl:Class ;
            owl:unionOf ( emmo:EMMO_3b031fa9_8623_4ea5_8b57_bcafb70c5c8b emmo:EMMO_58b17cac_3125_4486_9b9c_8c45ac254040 ) ] ;
    skos:altLabel "Executable"@en ;
    skos:prefLabel "Program"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A set of instructions that tell a computer what to do."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A program is a sequence of instructions understandable by a computer's central processing unit (CPU) that indicates which operations the computer should perform on a set of data."@en .

emmo:EMMO_65d84215-de2a-56c9-80e3-a49d08dfc1de a owl:Class ;
    rdfs:label "SamariumAtom"@en ;
    rdfs:comment "Atom subclass for samarium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 62 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 150.36 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "SamariumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for samarium."@en .

emmo:EMMO_662c64e7_fc72_49b3_a161_f50fd42deafa a owl:ObjectProperty ;
    rdfs:label "hasMetrologicalUncertainty"@en ;
    rdfs:comment "Assigns a quantifiable uncertainty to an objective property through a well-defined procecure."@en ;
    rdfs:domain emmo:EMMO_dd4a7f3e_ef56_466c_ac1a_d2716b5f87ec ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:range emmo:EMMO_847724b7_acef_490e_9f0d_67da967f2812 ;
    rdfs:subPropertyOf emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 ;
    skos:prefLabel "hasMetrologicalUncertainty"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Assigns a quantifiable uncertainty to an objective property through a well-defined procecure."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Since measurement uncertainty is a subclass of objective property, this relation can also describe the uncertainty of an measurement uncertainty."@en .

emmo:EMMO_663859e5_add3_4c9e_96fb_c99399de278d a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasJunctionTile"@en ;
    rdfs:comment "A relation between the whole and one of its tiles, where the tile is both spatially and temporally connected with the other tiles forming the tessellation."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:range emmo:EMMO_d4c95fa1_5bda_4063_a22d_62c81fcea284 ;
    rdfs:subPropertyOf emmo:EMMO_7efab93d_c8fe_49c7_ba8e_d21d13b38c85 ;
    skos:prefLabel "hasJunctionTile"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation between the whole and one of its tiles, where the tile is both spatially and temporally connected with the other tiles forming the tessellation."^^xsd:string .

emmo:EMMO_66e91d9a_05c1_4906_9731_3f4d8c4f3fd8 a owl:Class ;
    rdfs:label "TemperatureAreaPerMassTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'TemperatureAreaPerMassTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L+2 M-1 I0 Θ+1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_6726fbb8_c40a_4b55_a2d5_bf49352d1e73 a owl:Class ;
    rdfs:label "TemperatureMassPerAreaUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'TemperatureMassPerArea'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L-2 M+1 I0 Θ+1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_676a29e6_d4e1_4b54_8961_25947bd20861 a owl:Class ;
    rdfs:label "HiggsBoson"@en ;
    rdfs:comment "An elementary bosonic particle with zero spin produced by the quantum excitation of the Higgs field."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "HiggsBoson"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An elementary bosonic particle with zero spin produced by the quantum excitation of the Higgs field."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Higgs_boson"^^xsd:string .

emmo:EMMO_67761ddc-260b-5945-bfc3-311813ab71c9 a owl:Class ;
    rdfs:label "BohriumAtom"@en ;
    rdfs:comment "Atom subclass for bohrium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 107 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 270.133 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "BohriumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for bohrium."@en .

emmo:EMMO_67eaac8f-7f83-5bca-b1d0-10451d3a88a1 a owl:Class ;
    rdfs:label "SeaborgiumAtom"@en ;
    rdfs:comment "Atom subclass for seaborgium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 271.134 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 106 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "SeaborgiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for seaborgium."@en .

emmo:EMMO_6800c3fd_bf5d_4a2a_8e6e_9e909eefc16c a owl:Class ;
    rdfs:label "Moulding"@en ;
    rdfs:comment "Free forming is pressure forming with tools that do not or only partially contain the shape of the workpiece and move against each other (from: DIN 8583 Part 3/05.70)."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_39d5c9c4_7d24_4409_ba3b_60ca3afde902,
        emmo:EMMO_45fec702_54cb_4508_b47e_bdc581229e22 ;
    skos:altLabel "Gesenkformen"^^xsd:string ;
    skos:prefLabel "Moulding"@en .

emmo:EMMO_6835537c_d294_4005_a770_ec9621f29ed1 a owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "equalsTo"@en ;
    rdfs:comment "The relation between two individuals representing the same entity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f,
        emmo:EMMO_a8bd7094_6b40_47af_b1f4_a69d81a3afbd ;
    owl:propertyDisjointWith emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ;
    skos:prefLabel "equalsTo"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between two individuals representing the same entity."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Equality is here defined following a mereological approach."@en .

emmo:EMMO_68ee441e_c89e_4391_93c3_e68fef59fe14 a owl:Class ;
    rdfs:label "Bending"@en ;
    rdfs:comment "Forming of a solid body, whereby the plastic state is essentially brought about by a bending stress"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_78284835_f4ed_4a7c_914f_a7fdb460ed8e,
        emmo:EMMO_aced32dd_1a13_49b0_8d8f_c79313942d19 ;
    skos:prefLabel "Bending"@en .

emmo:EMMO_69164f9e_c75d_4fbc_a0f8_af7a81bbd128 a owl:Class ;
    rdfs:label "GapEnergy"@en ;
    rdfs:comment "Smallest energy difference between the lowest level of conduction band and the highest level of valence band at zero thermodynamic temperature."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:altLabel "BandgapEnergy"@en ;
    skos:prefLabel "GapEnergy"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q103982939"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-16"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-27.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Smallest energy difference between the lowest level of conduction band and the highest level of valence band at zero thermodynamic temperature."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.B00593"^^xsd:string .

emmo:EMMO_694e27a2-f3ee-5a3e-8851-d6f78d79d84e a owl:Class ;
    rdfs:label "GermaniumAtom"@en ;
    rdfs:comment "Atom subclass for germanium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 32 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 72.63 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "GermaniumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for germanium."@en .

emmo:EMMO_6b7276a4_4b9d_440a_b577_0277539c0fc4 a owl:AsymmetricProperty,
        owl:ObjectProperty ;
    rdfs:label "hasSingleMember"@en ;
    rdfs:comment "The relation between a collection and one of its item members."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:range emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ;
    rdfs:subPropertyOf emmo:33fd15ab_7662_4cc6_8bf6_988422efc631,
        emmo:3bd4339b_e01f_43e5_a011_74a4ef3ffa90,
        emmo:EMMO_c37d451b_e245_439f_bd94_9050e04ec9f7 ;
    owl:propertyDisjointWith emmo:0528e41d_edd2_49f9_bd2a_aeabdc215515 ;
    skos:altLabel "hasMember"@en ;
    skos:prefLabel "hasSingleMember"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a collection and one of its item members."@en .

emmo:EMMO_6bfe6ad2_96ba_4478_81e5_d8881c550757 a owl:Class ;
    rdfs:label "UpperCriticalMagneticFluxDensity"@en ;
    rdfs:comment "For type II superconductors, the threshold magnetic flux density for disappearance of bulk superconductivity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_961d1aba_f75e_4411_aaa4_457f7516ed6b,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "UpperCriticalMagneticFluxDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/UpperCriticalMagneticFluxDensity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q106127634"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-36.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For type II superconductors, the threshold magnetic flux density for disappearance of bulk superconductivity."@en .

emmo:EMMO_6cfc5b82_b47b_47bc_bb45_c23c273d2e06 a owl:Class ;
    rdfs:label "QuarticLengthPerTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'QuarticLengthPerTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L+4 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_6e467e25-2883-5f7b-a60f-2f4b651bba3f a owl:Class ;
    rdfs:label "PlutoniumAtom"@en ;
    rdfs:comment "Atom subclass for plutonium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 244.06421 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 94 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "PlutoniumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for plutonium."@en .

emmo:EMMO_6eca09be_17e9_445e_abc9_000aa61b7a11 a owl:Class ;
    rdfs:label "ElectronicModel"@en ;
    rdfs:comment "A physics-based model based on a physics equation describing the behaviour of electrons."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_90f18cf0_1225_4c64_b5f8_f65cd7f992c5 ;
    skos:example """Density functional theory.
Hartree-Fock."""@en ;
    skos:prefLabel "ElectronicModel"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A physics-based model based on a physics equation describing the behaviour of electrons."@en .

emmo:EMMO_6fa330f7_3289_4228_81df_12ee8a9708ac a owl:Class ;
    rdfs:label "Tempering"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_dacfc7dc_5ddb_4f67_986b_dcd01d649d60 ;
    skos:altLabel "QuenchingAndTempering"^^xsd:string,
        "Vergüten"^^xsd:string ;
    skos:prefLabel "Tempering"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Process consisting of two steps: - first, the steel is heated in a quenching treatment to a temperature above Ac3 and then rapidly cooled in a liquid to produce a process-specific grain structure; - subsequently, the steel is heated to a specific temperature during tempering to set the desired property and cooled in air."^^xsd:string .

emmo:EMMO_700cd058_a54d_4104_97ab_887ad865409e a owl:Class ;
    rdfs:label "SecondAxialMomentOfArea"@en ;
    rdfs:comment "A geometrical property of an area which reflects how its points are distributed with regard to an arbitrary axis."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_8627410d_01f8_4ed1_8f2b_aba69d791ad3 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:prefLabel "SecondAxialMomentOfArea"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SecondAxialMomentOfArea"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q91405496"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-29"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-21.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A geometrical property of an area which reflects how its points are distributed with regard to an arbitrary axis."@en .

emmo:EMMO_704630b8_fee3_49b9_baca_40e2dd276370 a owl:Class ;
    rdfs:label "OrganicCompound"@en ;
    dcterms:source "https://goldbook.iupac.org"^^xsd:anyURI ;
    rdfs:comment """A chemical compound containing carbon atoms.

-- IUPAC"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_e2b11f6a_4191_427e_9844_2e0ac88dfc8b ;
    skos:prefLabel "OrganicCompound"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A chemical compound containing carbon atoms.

-- IUPAC"""@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The definition of organic compound is based on the IUPAC Gold Book. However, sometimes an organic compound is defined as a chemical compound that contains a carbon–hydrogen or carbon–carbon bond. Also, some carbon-containing compounds are typically not classified as organic, like carbides, carbonates, and cyanides."@en .

emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 a owl:AnnotationProperty ;
    rdfs:label "etymology"@en ;
    rdfs:comment "The etymology annotation explains the origin of a word and the historical development of its meaning."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf rdfs:comment ;
    skos:prefLabel "etymology"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The etymology annotation explains the origin of a word and the historical development of its meaning."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Definitions are usually taken from Wiktionary."@en,
        "The etymology annotation is usually applied to rdfs:label entities, to better understand the connection between a label and the concept it concisely represents."@en .

emmo:EMMO_706cac26-78f1-5ca4-a63c-2600828db412 a owl:Class ;
    rdfs:label "TennessineAtom"@en ;
    rdfs:comment "Atom subclass for tennessine."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 293.208 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 117 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "TennessineAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for tennessine."@en .

emmo:EMMO_70a1c163_7436_4ce3_9784_3aab0e62b900 a owl:Class ;
    rdfs:label "GluonType2"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "GluonType2"@en .

emmo:EMMO_716fadba_7ff8_4247_97fc_c6703437c018 a owl:Class ;
    rdfs:label "AntiLepton"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_4e36a0b8_e6c7_456e_bef5_c830e3c0ed17 emmo:EMMO_edfa7d90_6b21_4669_b9b1_13c77de760eb ) ;
    skos:prefLabel "AntiLepton"@en .

emmo:EMMO_71b7346e_5a4a_4b2b_8ac5_d41ecc9c7bfd a owl:Class ;
    rdfs:label "ProductionEngineering"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_592b1d98_4736_4cac_9b62_849b8dbe11c7 ;
    skos:prefLabel "ProductionEngineering"@en .

emmo:EMMO_71c716bf-75bb-529f-b7c8-9d36a7c58b3a a owl:Class ;
    rdfs:label "GalliumAtom"@en ;
    rdfs:comment "Atom subclass for gallium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 31 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 69.723 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "GalliumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for gallium."@en .

emmo:EMMO_71f6ab56_342c_484b_bbe0_de86b7367cb3 a owl:Class ;
    rdfs:label "DerivedQuantity"@en ;
    rdfs:comment "\"Quantity, in a system of quantities, defined in terms of the base quantities of that system\"."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_9159bb16_8a70_49f9_bac4_f5cf2a82c39a ;
    owl:disjointWith emmo:EMMO_acaaa124_3dde_48b6_86e6_6ec6f364f408 ;
    skos:prefLabel "DerivedQuantity"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "\"Quantity, in a system of quantities, defined in terms of the base quantities of that system\"."@en ;
    emmo:EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "derived quantity"@en .

emmo:EMMO_72379870-0d00-5e48-912b-62cbd5b3f548 a owl:Class ;
    rdfs:label "KryptonAtom"@en ;
    rdfs:comment "Atom subclass for krypton."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 36 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 83.798 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "KryptonAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for krypton."@en .

emmo:EMMO_72d53756_7fb1_46ed_980f_83f47efbe105 a owl:Class ;
    rdfs:label "Quark"@en ;
    rdfs:comment "The class of individuals that stand for quarks elementary particles."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_fc47b76f_ad01_4cd0_8fc6_55532000e7c8 emmo:EMMO_ff010476_5153_422b_99ad_0cd59b226892 ),
        ( emmo:EMMO_cf972459_e649_4aa8_9676_3d219b5e0fe6 emmo:EMMO_dcc63058_f36a_4f49_a109_a8c3de88d890 emmo:EMMO_dcca141c_dba1_4f83_86ac_f4cb2d9a1bdd ) ;
    skos:prefLabel "Quark"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals that stand for quarks elementary particles."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Quark"^^xsd:string .

emmo:EMMO_7329967c_3972_4c99_b478_84f66436620d a owl:ObjectProperty ;
    rdfs:label "hasSubObject"@en ;
    rdfs:domain emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_2553c342_fc28_47d8_8e19_7a98fa08f150 ;
    rdfs:subPropertyOf emmo:EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ;
    skos:prefLabel "hasSubObject"@en .

emmo:EMMO_733b8473-aa8f-59d5-81c3-c97ca40ea9d0 a owl:Class ;
    rdfs:label "YttriumAtom"@en ;
    rdfs:comment "Atom subclass for yttrium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 39 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 88.90584 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "YttriumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for yttrium."@en .

emmo:EMMO_73e73382-f3c0-5d09-bcee-f6e380269388 a owl:Class ;
    rdfs:label "PromethiumAtom"@en ;
    rdfs:comment "Atom subclass for promethium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 61 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 144.91276 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "PromethiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for promethium."@en .

emmo:EMMO_7432b843_cfd2_4345_a3d2_eaa539b27e61 a owl:Class ;
    rdfs:label "FreeForming"@en ;
    rdfs:comment "Free forming is pressure forming with tools that do not or only partially contain the shape of the workpiece and move against each other."^^xsd:string,
        "Non la metterei"^^xsd:string,
        "Printing forms with tools that do not or only partially contain the shape of the workpiece and move against each other. The workpiece shape is created by free or fixed relative movement between the tool and the workpiece (kinematic shape generation)."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_39d5c9c4_7d24_4409_ba3b_60ca3afde902 ;
    skos:prefLabel "FreeForming"@en .

emmo:EMMO_749a9347-0b50-530a-995a-054f2a90bc0d a owl:Class ;
    rdfs:label "LeadAtom"@en ;
    rdfs:comment "Atom subclass for lead."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 207.2 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 82 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "LeadAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for lead."@en .

emmo:EMMO_74fd4dfc_a59e_4f66_8822_7fc3ad8a0664 a owl:Class ;
    rdfs:label "RedAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_1f8f92a8_4cc9_4fa3_9b5f_d5af5bab4fd2 emmo:EMMO_73aa05b8_51be_4863_bb0b_35845ac9362b emmo:EMMO_9bb271f2_80a1_481a_ba78_368c4dccc235 emmo:EMMO_aeebc6d5_bf98_45c1_b3eb_89de6722ba46 emmo:EMMO_b9277e83_016c_405f_b90a_7e93642c775b emmo:EMMO_da9e740a_6056_4fa5_a663_c6622e1972d8 ) ;
    skos:prefLabel "RedAntiQuark"@en .

emmo:EMMO_755d962f-c703-514f-8d90-ca4f55e331d4 a owl:Class ;
    rdfs:label "ArgonAtom"@en ;
    rdfs:comment "Atom subclass for argon."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 39.948 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 18 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "ArgonAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for argon."@en .

emmo:EMMO_75771a96-5e17-568c-bc28-caba06c0047a a owl:Class ;
    rdfs:label "NihoniumAtom"@en ;
    rdfs:comment "Atom subclass for nihonium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 286.182 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 113 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "NihoniumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for nihonium."@en .

emmo:EMMO_7773f63a_cd7c_4393_b36b_cd1b8a71565a a owl:Class ;
    rdfs:label "FirstGenerationFermion"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:equivalentClass [ a owl:Class ;
            owl:unionOf ( emmo:EMMO_0a3f04a6_ba3a_49d9_99da_08b0e26f51f0 emmo:EMMO_1d5305d7_5690_4e5a_92de_4611e8c356ef emmo:EMMO_26a38b26_38ea_4acf_b212_db9e34c71b7a emmo:EMMO_5293c41e_4bbf_4aaa_8479_efd0737a0e8d emmo:EMMO_60d13cae_ea44_4a71_9ca7_ba65f72836a4 emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d emmo:EMMO_a4edc1d4_bb38_4897_ba1e_f87e7aa31c5b emmo:EMMO_e7adbaa9_ae34_42e4_8101_cbd38851dcab ) ] ;
    skos:prefLabel "FirstGenerationFermion"@en .

emmo:EMMO_7821eeb8_5e44_452b_90e9_3db03bbef241 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "processedFrom"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subPropertyOf emmo:EMMO_451e410e_8e0d_4a4b_9211_d6ef619296dc ;
    skos:prefLabel "processedFrom"@en .

emmo:EMMO_784119c1-c336-5b0c-80fc-4cc8bddc99ca a owl:Class ;
    rdfs:label "PoloniumAtom"@en ;
    rdfs:comment "Atom subclass for polonium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 208.98243 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 84 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "PoloniumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for polonium."@en .

emmo:EMMO_7855043d_a466_4585_97a9_b9fe4ce0c12d a owl:Class ;
    rdfs:label "AreaSquareTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AreaSquareTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+2 L+2 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_78c3f353-1296-5dca-9759-7c59a7f53927 a owl:Class ;
    rdfs:label "RutherfordiumAtom"@en ;
    rdfs:comment "Atom subclass for rutherfordium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 104 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 267.122 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "RutherfordiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for rutherfordium."@en .

emmo:EMMO_7905373a-cf03-57fe-a627-bfdb1db9369c a owl:Class ;
    rdfs:label "PhosphorusAtom"@en ;
    rdfs:comment "Atom subclass for phosphorus."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 15 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 30.973761998 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "PhosphorusAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for phosphorus."@en .

emmo:EMMO_798b0c96-82ca-5ce8-8d5f-f9f72668cf5d a owl:Class ;
    rdfs:label "SiliconAtom"@en ;
    rdfs:comment "Atom subclass for silicon."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 28.085 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 14 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "SiliconAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for silicon."@en .

emmo:EMMO_79c0edfa-06f9-5149-b754-28c589035b8a a owl:ObjectProperty ;
    rdfs:label "hasChemicalSymbol"@en ;
    rdfs:comment "Relates an atomic element to its chemical symbol."@en ;
    rdfs:domain emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:range emmo:EMMO_d357e0dd_3497_4590_af6f_7954db7fecf7 ;
    rdfs:subPropertyOf emmo:EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b ;
    owl:inverseOf emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 ;
    skos:prefLabel "hasChemicalSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates an atomic element to its chemical symbol."@en .

emmo:EMMO_7aa6b5b1-34c8-5d37-9db0-cc6a232f3946 a owl:Class ;
    rdfs:label "FleroviumAtom"@en ;
    rdfs:comment "Atom subclass for flerovium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 114 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 289.19 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "FleroviumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for flerovium."@en .

emmo:EMMO_7b7d258b-3ea7-5716-af58-afc68679de23 a owl:Class ;
    rdfs:label "TungstenAtom"@en ;
    rdfs:comment "Atom subclass for tungsten."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 74 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 183.84 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "TungstenAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for tungsten."@en .

emmo:EMMO_7cb03f8e_6062_4106_9ffb_38cbe8eaa5f6 a owl:Class ;
    rdfs:label "ArtificialIntelligence"@en ;
    rdfs:comment "An agent that is a machine-learning or symbolic reasoning system (not biological-based)."@en ;
    rdfs:isDefinedBy <https://plato.stanford.edu/entries/agency/#OthKinAgeMenShaColRelArt>,
        <https://w3id.org/emmo/reference/agency#> ;
    rdfs:subClassOf emmo:EMMO_7a317af2_d2f7_4e8a_8fbd_aaebfb7d21cc ;
    skos:altLabel "ArtificialAgent"@en ;
    skos:prefLabel "ArtificialIntelligence"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An agent that is a machine-learning or symbolic reasoning system (not biological-based)."@en .

emmo:EMMO_7cd8a4ec_b219_498e_b696_028257163aa4 a owl:Class ;
    rdfs:label "Hardening"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_dacfc7dc_5ddb_4f67_986b_dcd01d649d60 ;
    skos:prefLabel "Hardening"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Heat treatment process that generally produces martensite in the matrix."^^xsd:string .

emmo:EMMO_7cfbe969_6ced_47a2_86c6_de33673c45d0 a owl:Class ;
    rdfs:label "FrequencyPerAreaTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'FrequencyPerAreaTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L-2 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_7db59e56_f68b_48b7_ae99_891c35ae5c3b a owl:Class ;
    rdfs:label "Gluon"@en ;
    rdfs:comment "The class of individuals that stand for gluons elementary particles."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_299f6949_6bf2_4ee6_9ec7_fd742881fb27 emmo:EMMO_311ba558_6444_4de1_9c68_5009b9dfb80c emmo:EMMO_4eb4cb62_10e3_41ef_9226_a53462d52357 emmo:EMMO_70a1c163_7436_4ce3_9784_3aab0e62b900 emmo:EMMO_8a83b7bd_85bd_48e4_a4ac_bb2eb97d3014 emmo:EMMO_9668ae43_d1a0_43ae_a91a_9051512b0a54 emmo:EMMO_e2000aeb_e3ab_41b7_a790_7c8bd02d0b6e emmo:EMMO_ebb26c39_dbbc_4363_b784_88d9110e4d5b ) ;
    skos:prefLabel "Gluon"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals that stand for gluons elementary particles."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Gluon"^^xsd:string .

emmo:EMMO_7dea2572_ab42_45bd_9fd7_92448cec762a a owl:Class ;
    rdfs:label "MeasuringSystem"@en ;
    rdfs:comment """A set of one or more 'MeasuringInstruments' and often other devices, including any reagent and supply, assembled and adapted to give information used to generate 'MeasuredQuantityProperty' within specified intervals for quantities of specified kinds.

-- VIM"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ;
            owl:someValuesFrom emmo:EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 ],
        emmo:EMMO_9be5fcc4_0d8b_481d_b984_6338d4b55588 ;
    skos:prefLabel "MeasuringSystem"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A set of one or more 'MeasuringInstruments' and often other devices, including any reagent and supply, assembled and adapted to give information used to generate 'MeasuredQuantityProperty' within specified intervals for quantities of specified kinds.

-- VIM"""@en ;
    emmo:EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "measuring system"@en .

emmo:EMMO_7e8f9419-0bda-5aa3-ba88-00b2be6ca69e a owl:Class ;
    rdfs:label "AluminiumAtom"@en ;
    rdfs:comment "Atom subclass for aluminium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 13 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 26.9815385 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "AluminiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for aluminium."@en .

emmo:EMMO_7ee1c29c_c453_4ad8_96d4_5103229fa60d a owl:ObjectProperty ;
    rdfs:label "isCognisedBy"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_0ed18c6b_8289_44fd_a7d7_c15a8786cdc0 ;
    skos:prefLabel "isCognisedBy"@en .

emmo:EMMO_802b7639_9498_4b47_ad45_1a087fe8fb85 a owl:ObjectProperty ;
    rdfs:label "hasDeterminedProperty"@en ;
    rdfs:comment "Relates a semiotic determination process to the determined property."@en ;
    rdfs:domain emmo:EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:range emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
    rdfs:subPropertyOf emmo:EMMO_9e3ad976_b179_4315_b51e_7e874df583dc ;
    skos:prefLabel "hasDeterminedProperty"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a semiotic determination process to the determined property."@en .

emmo:EMMO_808f7cd9-27b4-527b-974f-4213f10e1772 a owl:Class ;
    rdfs:label "SeleniumAtom"@en ;
    rdfs:comment "Atom subclass for selenium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 78.971 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 34 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "SeleniumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for selenium."@en .

emmo:EMMO_80fe82d4_f4c1_43a1_98dc_ee5fc7927e19 a owl:Class ;
    rdfs:label "PH"@en ;
    rdfs:comment """At about 25 °C aqueous solutions with:
pH < 7 are acidic;
pH = 7 are neutral;
pH > 7 are alkaline.
At temperatures far from 25 °C the pH of a neutral solution differs significantly from 7."""@en,
        """Number quantifying the acidic or the alkaline character of a solution, equal to the negative of the decimal logarithm of ion activity aH+ of the hydrogen cation H+
pH = −10 log(a_H+)."""@en,
        "Written as pH"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_12b2ec1e_fb89_468a_a51d_97c2a6db297c ;
    skos:prefLabel "PH"@en ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-21"@en ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "For more details, see ISO 80000-9:2009, Annex C"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Number quantifying the acidic or the alkaline character of a solution, equal to the negative of the decimal logarithm of ion activity aH+ of the hydrogen cation H+
pH = −10 log(a_H+)."""@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.P04524"^^xsd:string .

emmo:EMMO_8159c26a_494b_4fa0_9959_10888f152298 a owl:Class ;
    rdfs:label "AmountOfSubstance"@en ;
    rdfs:comment """"In the name “amount of substance”, the word “substance” will typically be replaced by words to specify the substance concerned in any particular application, for example “amount of hydrogen chloride, HCl”, or “amount of benzene, C6H6 ”. It is important to give a precise definition of the entity involved (as emphasized in the definition of the mole); this should preferably be done by specifying the molecular chemical formula of the material involved. Although the word “amount” has a more general dictionary definition, the abbreviation of the full name “amount of substance” to “amount” may be used for brevity."

-- SI Brochure"""@en,
        "The number of elementary entities present."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b ],
        emmo:EMMO_194100e1_e11a_4b7c_bb5a_171655679fc8,
        emmo:EMMO_1a4c1a97_88a7_4d8e_b2f9_2ca58e92dde4,
        emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ;
    skos:prefLabel "AmountOfSubstance"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/AmountOfSubstance"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The number of elementary entities present."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00297"^^xsd:string .

emmo:EMMO_82d6c4b3_a037_49de_9622_0407af40bdeb a owl:Class ;
    rdfs:label "ThirdGenerationFermion"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:equivalentClass [ a owl:Class ;
            owl:unionOf ( emmo:EMMO_12a3441c_4fe8_4d9c_a7db_9e86ce6c41ee emmo:EMMO_3a948fa6_033a_4bb2_a319_36a45741d832 emmo:EMMO_a589e6b8_2f5b_4118_8522_cdc4c89578dc emmo:EMMO_b14894ce_aad8_45e6_8035_f902c0d339ad emmo:EMMO_b4abf29e_aab7_4c2f_af0b_536a92ef327f emmo:EMMO_d37eeb84_895f_4c30_bf60_387b3314a1a6 emmo:EMMO_de5e558c_2066_4b1f_b888_e2503bcafee0 emmo:EMMO_eb95a619_ca07_4678_a809_10021b25a13f ) ] ;
    skos:prefLabel "ThirdGenerationFermion"@en .

emmo:EMMO_82f9a8f3-2bb4-5d14-9a41-30a858ecce61 a owl:Class ;
    rdfs:label "ThuliumAtom"@en ;
    rdfs:comment "Atom subclass for thulium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 168.93422 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 69 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "ThuliumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for thulium."@en .

emmo:EMMO_847724b7_acef_490e_9f0d_67da967f2812 a owl:Class ;
    rdfs:label "MetrologicalUncertainty"@en ;
    rdfs:comment "In general, for a given set of information, it is understood that the measurement uncertainty is associated with a stated quantity value. A modification of this value results in a modification of the associated uncertainty."@en,
        "Metrological uncertainty includes components arising from systematic effects, such as components associated with corrections and the assigned quantity values of measurement standards, as well as the definitional uncertainty. Sometimes estimated systematic effects are not corrected for but, instead, associated measurement uncertainty components are incorporated."@en,
        "The uncertainty of a quantity obtained through a well-defined procedure, characterising of the dispersion of the quantity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_662c64e7_fc72_49b3_a161_f50fd42deafa ] ;
            owl:someValuesFrom emmo:EMMO_f658c301_ce93_46cf_9639_4eace2c5d1d5 ],
        emmo:EMMO_dd4a7f3e_ef56_466c_ac1a_d2716b5f87ec ;
    skos:altLabel "A metrological uncertainty can be assigned to any objective property via the 'hasMetrologicalUncertainty' relation."^^xsd:string ;
    skos:example """- Standard deviation
- Half-width of an interval with a stated coverage probability"""@en ;
    skos:prefLabel "MetrologicalUncertainty"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The uncertainty of a quantity obtained through a well-defined procedure, characterising of the dispersion of the quantity."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Metrological uncertainty in EMMO is a slight generalisation of the VIM term 'measurement uncertainty', which is defined as \"a non-negative parameter characterising the dispersion of the quantity being measured\"."@en .

emmo:EMMO_84cadc45_6758_46f2_ba2a_5ead65c70213 a owl:Class ;
    rdfs:label "AtomisticModel"@en ;
    rdfs:comment "A physics-based model based on a physics equation describing the behaviour of atoms."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_90f18cf0_1225_4c64_b5f8_f65cd7f992c5 ;
    skos:prefLabel "AtomisticModel"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A physics-based model based on a physics equation describing the behaviour of atoms."@en .

emmo:EMMO_8515e948_bc2f_423b_8025_e4830f2b21dd a owl:Class ;
    rdfs:label "LengthTimeCurrentUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'LengthTimeCurrent'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+1 L+1 M0 I+1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_85ab88f1-3bb6-5fb7-8996-d1be786da995 a owl:Class ;
    rdfs:label "CaesiumAtom"@en ;
    rdfs:comment "Atom subclass for caesium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 55 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 132.90545196 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "CaesiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for caesium."@en .

emmo:EMMO_873b0ab3_88e6_4054_b901_5531e01f14a4 a owl:Class ;
    rdfs:label "MeasuredProperty"@en ;
    rdfs:comment "A quantity that is the result of a well-defined measurement procedure."@en,
        """The specification of a measurand requires knowledge of the kind of quantity, description of the state of the phenomenon, body, or substance carrying the quantity, including any relevant component, and the chemical entities involved.

-- VIM"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf emmo:EMMO_dd4a7f3e_ef56_466c_ac1a_d2716b5f87ec ;
    skos:prefLabel "MeasuredProperty"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A quantity that is the result of a well-defined measurement procedure."@en .

emmo:EMMO_8785be5a_2493_4b12_8f39_31907ab11748 a owl:IrreflexiveProperty,
        owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "contacts"@en ;
    rdfs:comment """A spatial contact between two entities occurs when the two entities are in an interaction relation whose causal structure is a representation of the fundamental interactions between elementary particles (Feynman diagrams).
It means that if two entities are in contact, then there is at least a couple of elementary particles, one part of the first and one part of the second, interacting according to one of the fundamental interactions through virtual particles. This kind of connection is space-like (i.e. interconnecting force carrier particle is offshelf).
Contacts between two entities exclude the possibility of other causal relations that are not included in a fundamental space-like interaction."""@en,
        "An interaction that is the sum of direct causality relations between two entities that are interpretable as fundamental physical interactions."@en ;
    rdfs:domain emmo:EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:range emmo:EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d ;
    rdfs:subPropertyOf emmo:EMMO_11501e0a_4442_4bd0_8483_7ea6dc8ba444,
        emmo:EMMO_54d0d0f4_d9fa_4179_a9b5_4110c49dafff,
        emmo:EMMO_555d0261_da5e_4301_b7f9_46f604a32e91,
        emmo:EMMO_a69a215c_4f4d_4729_a9c6_39302bbc5f77 ;
    owl:propertyDisjointWith emmo:EMMO_ec90a8f0_16bf_4f76_b378_ef69b587b426 ;
    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 ;
    emmo:EMMO_31252f35_c767_4b97_a877_1235076c3e13 """A spatial contact between two entities occurs when the two entities are in an interaction relation whose causal structure is a representation of the fundamental interactions between elementary particles (Feynman diagrams).
It means that if two entities are in contact, then there is at least a couple of elementary particles, one part of the first and one part of the second, interacting according to one of the fundamental interactions through virtual particles. This kind of connection is space-like (i.e. interconnecting force carrier particle is offshelf).
Contacts between two entities exclude the possibility of other causal relations that are not included in a fundamental space-like interaction."""@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An interaction that is the sum of direct causality relations between two entities that are interpretable as fundamental physical interactions."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Spatial contact is symmetric and irreflexive."@en,
        "The contact relation is not an ordering relation since is symmetric."@en .

emmo:EMMO_87c8f425-c96c-5503-88a0-f10465669ea3 a owl:Class ;
    rdfs:label "SulfurAtom"@en ;
    rdfs:comment "Atom subclass for sulfur."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 16 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 32.06 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "SulfurAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for sulfur."@en .

emmo:EMMO_886eb0fb_4d36_4b7d_99e4_e5915a06aff1 a owl:Class ;
    rdfs:label "SquarePressureTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'SquarePressureTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-3 L-2 M+2 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_88bbdd04_908f_45f0_9ded_d73b430de3b1 a owl:Class ;
    rdfs:label "DensityOfVibrationalStates"@en ;
    rdfs:comment "quotient of the number of vibrational modes in an infinitesimal interval of angular frequency, and the product of the width of that interval and volume"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_6f76f9bf_feb3_4e27_9bcb_45b5f3526050 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "DensityOfVibrationalStates"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/DensityOfStates"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q105637294"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-12"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "quotient of the number of vibrational modes in an infinitesimal interval of angular frequency, and the product of the width of that interval and volume"@en .

emmo:EMMO_88f36585_bd30_4160_b975_61362f3468a9 a owl:Class ;
    rdfs:label "EnergyAreaUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'EnergyArea'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L+4 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_8910edc0_6f56_49d2_9f8f_6b0ff908f2e6 a owl:ObjectProperty ;
    rdfs:label "isInterpretantFor"@en ;
    rdfs:isDefinedBy emmo:EMMO_7fb7fe7e_bdf9_4eeb_adad_e384dd5285c6,
        <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_e1f718c7_27b6_49fa_af01_9ece7c79b654 ;
    skos:prefLabel "isInterpretantFor"@en .

emmo:EMMO_8944581c_64da_46a9_be29_7074f7cc8098 a owl:Class ;
    rdfs:label "SpatialTiling"@en ;
    rdfs:comment "A well formed tessellation with tiles that all spatial."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom emmo:EMMO_4cf484af_082a_40f5_9f11_930bf4634482 ;
            owl:onProperty emmo:EMMO_7efab93d_c8fe_49c7_ba8e_d21d13b38c85 ],
        emmo:EMMO_e12dcfa4_c9f1_4546_9a12_8457c052e6ba ;
    skos:prefLabel "SpatialTiling"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.3/doc/figs/Arrangement-1D.png"^^xsd:anyURI,
        "https://w3id.org/emmo/raw/1.0.3/doc/figs/Arrangement-2D.png"^^xsd:anyURI,
        "https://w3id.org/emmo/raw/1.0.3/doc/figs/Arrangement-2Dhex.png"^^xsd:anyURI,
        "https://w3id.org/emmo/raw/1.0.3/doc/figs/Arrangement-3D.png"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A well formed tessellation with tiles that all spatial."@en .

emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db a owl:AnnotationProperty ;
    rdfs:label "OWLRL2DLAxioms"@en ;
    rdfs:comment "Axioms to add to the OWL 2 RL version of the ontology to reach DL expressivity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf rdfs:comment ;
    skos:prefLabel "OWLRL2DLAxioms"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Axioms to add to the OWL 2 RL version of the ontology to reach DL expressivity."@en .

emmo:EMMO_8a2a1cbc_dfc3_4e6c_b337_00ee56fd438a a owl:Class ;
    rdfs:label "EndTask"@en ;
    rdfs:comment "The final task of a workflow."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:subClassOf emmo:EMMO_180bd73b_0c5d_4b1f_ba12_4309c5a50d49,
        emmo:EMMO_edf72228_e040_4edc_8b46_78b2a47c72d7 ;
    skos:prefLabel "EndTask"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.3/doc/figs/EndTile.png"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The final task of a workflow."@en ;
    emmo: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 .

emmo:EMMO_8a83b7bd_85bd_48e4_a4ac_bb2eb97d3014 a owl:Class ;
    rdfs:label "GluonType5"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "GluonType5"@en .

emmo:EMMO_8aa13073-865b-5035-b128-43a4758a0302 a owl:Class ;
    rdfs:label "EuropiumAtom"@en ;
    rdfs:comment "Atom subclass for europium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 151.964 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 63 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "EuropiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for europium."@en .

emmo:EMMO_8cf62c94_ae5f_4f80_8669_d5f91178db6d a owl:Class ;
    rdfs:label "ProceduralAgent"@en ;
    rdfs:comment "An intentional agent that drives a process according to some existing formalised operative rules."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:subClassOf emmo:EMMO_c130614a_2985_476d_a7ed_8a137847703c ;
    skos:prefLabel "ProceduralAgent"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An intentional agent that drives a process according to some existing formalised operative rules."@en .

emmo:EMMO_8d722efa-b49d-51b1-8bf3-bf50ba4b438c a owl:Class ;
    rdfs:label "YtterbiumAtom"@en ;
    rdfs:comment "Atom subclass for ytterbium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 173.054 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 70 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "YtterbiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for ytterbium."@en .

emmo:EMMO_8d93f51b-c7c7-5486-b64a-ee206f6b6672 a owl:Class ;
    rdfs:label "RheniumAtom"@en ;
    rdfs:comment "Atom subclass for rhenium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 186.207 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 75 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "RheniumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for rhenium."@en .

emmo:EMMO_8dbaf3ca_8f0d_4c45_92e1_c6d805b83c87 a owl:Class ;
    rdfs:label "FundamentalFermion"@en ;
    rdfs:comment "A particle with half odd integer spin (1/2, 3/2, etc...) that follows Fermi-Dirac statistics."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_07bb613c_e8d0_425f_abcc_47c58b14704e emmo:EMMO_8ab3ff9d_35d4_44b7_9d66_7b0b30c40da8 ),
        ( emmo:EMMO_9226c7af_573f_4762_865c_e3a68a4832dd emmo:EMMO_dad35c10_dd6c_4602_8474_f4ef68517fe9 ),
        ( emmo:EMMO_124c07b7_38ea_405c_81b1_5c65eee1a41a emmo:EMMO_7773f63a_cd7c_4393_b36b_cd1b8a71565a emmo:EMMO_82d6c4b3_a037_49de_9622_0407af40bdeb ) ;
    skos:prefLabel "FundamentalFermion"@en ;
    emmo:EMMO_31252f35_c767_4b97_a877_1235076c3e13 "A particle with half odd integer spin (1/2, 3/2, etc...) that follows Fermi-Dirac statistics."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Fermion"@en .

emmo:EMMO_8ec7fdf6-5652-547d-942f-b8b09ad84660 a owl:Class ;
    rdfs:label "StrontiumAtom"@en ;
    rdfs:comment "Atom subclass for strontium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 38 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 87.62 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "StrontiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for strontium."@en .

emmo:EMMO_8ef3cd6d_ae58_4a8d_9fc0_ad8f49015cd0 a owl:AsymmetricProperty,
        owl:InverseFunctionalProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasNumericalPart"@en ;
    rdfs:comment "Relates a quantity to its numerical value through spatial direct parthood."@en ;
    rdfs:domain emmo:EMMO_f658c301_ce93_46cf_9639_4eace2c5d1d5 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:range emmo:EMMO_4ce76d7f_03f8_45b6_9003_90052a79bfaa ;
    rdfs:subPropertyOf emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ;
    skos:prefLabel "hasNumericalPart"@en .

emmo:EMMO_8f207971_aaab_48dc_a10d_55a6b4331410 a owl:Class ;
    rdfs:label "Somatosensory"@en ;
    rdfs:comment "A 'Perceptual' which stands for a real world object whose spatiotemporal pattern makes it identifiable by an observer as a sensation (such as a pressure, pain or temperature)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/perceptual#> ;
    rdfs:subClassOf emmo:EMMO_649bf97b_4397_4005_90d9_219755d92e34 ;
    skos:prefLabel "Somatosensory"@en ;
    emmo: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 sensation (such as a pressure, pain or temperature)."@en .

emmo:EMMO_8fb052e8_fcca_43ce_85db_55266baf2d7c a owl:Class ;
    rdfs:label "EnergyLengthPerAmountUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'EnergyLengthPerAmount'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L+3 M+1 I0 Θ0 N-1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_90963312_d9a9_4474_8d10_835aef5b168e a owl:Class ;
    rdfs:label "PartialComposition"@en ;
    rdfs:comment "A language construct that represents fraction or amount of some (but not all) constituents of a substance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ;
            owl:someValuesFrom emmo:EMMO_172e2c96_180b_40f8_a3e7_b624471f40c2 ],
        emmo:EMMO_7efd64d1_05a1_49cd_a7f0_783ca050d4f3 ;
    skos:prefLabel "PartialComposition"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A language construct that represents fraction or amount of some (but not all) constituents of a substance."@en .

emmo:EMMO_912ac3a2_a124_4233_92dd_06c9aebea46c a owl:Class ;
    rdfs:label "Assemblying"@en ;
    rdfs:comment "The act of connecting together the parts of something"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_6ab555fd_5803_4f03_82e8_127c01aabfea ;
    skos:prefLabel "Assemblying"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The act of connecting together the parts of something"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "No loss or adds of parts by the components, nor merging. In assemblying parts are losing some of theirs movement degrees of freedom."@en .

emmo:EMMO_91c2db4b_83e2_4c36_aadf_453acc72e6d2 a owl:Class ;
    rdfs:label "Rolling"@en ;
    rdfs:comment "Continuous or stepwise pressure forming with one or more rotating tools (rollers), without or with additional tools, e.g. plugs or mandrels, rods, guide tools"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_39d5c9c4_7d24_4409_ba3b_60ca3afde902 ;
    skos:altLabel "Walzen"^^xsd:string ;
    skos:prefLabel "Rolling"@en .

emmo:EMMO_9226c7af_573f_4762_865c_e3a68a4832dd a owl:Class ;
    rdfs:label "FundamentalAntiMatterParticle"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_716fadba_7ff8_4247_97fc_c6703437c018 emmo:EMMO_cc741dde_2c7c_46ef_bb66_16a6d12c2a88 ) ;
    skos:prefLabel "FundamentalAntiMatterParticle"@en .

emmo:EMMO_92829beb_6ed4_4c88_bbd5_3bc7403e2895 a owl:Class ;
    rdfs:label "TemporalSequence"@en ;
    rdfs:comment "A tessellation of temporal slices."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:subClassOf emmo:EMMO_f7f41d20_eabb_4bcb_9a16_0436851fcd5c ;
    skos:altLabel "Sequence"@en ;
    skos:prefLabel "TemporalSequence"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.2/doc/figs/Sequence.png"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A tessellation of temporal slices."@en .

emmo:EMMO_928f6ec2_7564_4c8d_9a10_7a601fa89602 a owl:ObjectProperty ;
    rdfs:label "isDirectPartOf"@en ;
    rdfs:isDefinedBy emmo:EMMO_814b6b76_e0ca_4953_a832_d1816fb695f1,
        <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ;
    skos:prefLabel "isDirectPartOf"@en .

emmo:EMMO_92aaff7b_3a7c_4c1a_b149_d422e9682106 a owl:Class ;
    rdfs:label "ElectricChargeAreaUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricChargeArea'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+1 L+2 M0 I+1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_92eaefcb_50be_4237_9ec0_4a019ce24921 a owl:Class ;
    rdfs:label "Cleaning"@en ;
    rdfs:comment "Process for removing unwanted residual or waste material from a given product or material"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_90589553_5625_4074_8f0d_0532fd7eb42b ;
    skos:prefLabel "Cleaning"@en .

emmo:EMMO_93170bc8_d3b2_45bd_8cad_20aad08462ef a owl:Class ;
    rdfs:label "SIAcceptedPrefixedUnit"@en ;
    rdfs:comment "Non-SI prefixed units that have been accepted by SI to be used together with the SI system."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedspecialunits#> ;
    rdfs:subClassOf emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e,
        emmo:EMMO_e8b5f7de_4fd9_41d7_b988_87b512fe0180 ;
    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 .

emmo:EMMO_937757d3_ed79_4ae3_9513_3b135e58a6a1 a owl:Class ;
    rdfs:label "ScientificTheory"@en ;
    rdfs:comment "A scientific theory is a description, objective and observed, produced with scientific methodology."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_1b6a95fb_3df7_44c9_ad3d_419c9c5fe7cb,
        emmo:EMMO_2a888cdf_ec4a_4ec5_af1c_0343372fc978,
        emmo:EMMO_8d2d9374_ef3a_47e6_8595_6bc208e07519 ;
    skos:prefLabel "ScientificTheory"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A scientific theory is a description, objective and observed, produced with scientific methodology."@en .

emmo:EMMO_94010cbc_c2a6_4cb9_b29a_83aa99d2ff70 a owl:Class ;
    rdfs:label "LiquidAerosol"@en ;
    rdfs:comment "An aerosol composed of liquid droplets in air or another gas."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_560d833a_6184_410c_859a_05d982712fd7 ;
    skos:prefLabel "LiquidAerosol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An aerosol composed of liquid droplets in air or another gas."@en .

emmo:EMMO_948b47f0-3c24-50c7-a698-a805f760e667 a owl:Class ;
    rdfs:label "RutheniumAtom"@en ;
    rdfs:comment "Atom subclass for ruthenium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 44 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 101.07 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "RutheniumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for ruthenium."@en .

emmo:EMMO_95d706e4_8b16_48a1_8dfd_40ccd4df1c12 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasQuantityPart"@en ;
    rdfs:domain emmo:EMMO_89a0c87c_0804_4013_937a_6fe234d9499c ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:range emmo:EMMO_0650c031_42b6_4f0a_b62d_d88f071da6bf ;
    rdfs:subPropertyOf emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ;
    skos:prefLabel "hasQuantityPart"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Relates a symbolic construct to one of its quantity parts."@en .

emmo:EMMO_963b7cf2_3358_463e_86fa_2e8ef00704d9 a owl:ObjectProperty ;
    rdfs:label "hasDeterminedValue"@en ;
    rdfs:comment "Relates a determination to a determined quantity value."@en ;
    rdfs:domain emmo:EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:range emmo:EMMO_f658c301_ce93_46cf_9639_4eace2c5d1d5 ;
    rdfs:subPropertyOf emmo:EMMO_9e3ad976_b179_4315_b51e_7e874df583dc ;
    skos:prefLabel "hasDeterminedValue"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a determination to a determined quantity value."@en .

emmo:EMMO_96522455-d7d7-5b1e-b10a-ad87e41a5adc a owl:Class ;
    rdfs:label "IndiumAtom"@en ;
    rdfs:comment "Atom subclass for indium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 49 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 114.818 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "IndiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for indium."@en .

emmo:EMMO_9668ae43_d1a0_43ae_a91a_9051512b0a54 a owl:Class ;
    rdfs:label "GluonType7"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "GluonType7"@en .

emmo:EMMO_96c8d72f_b436_44e2_9f7f_085c24094292 a owl:Class ;
    rdfs:label "SolidAerosol"@en ;
    rdfs:comment "An aerosol composed of fine solid particles in air or another gas."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_560d833a_6184_410c_859a_05d982712fd7 ;
    skos:prefLabel "SolidAerosol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An aerosol composed of fine solid particles in air or another gas."@en .

emmo:EMMO_971b3dff_28b4_4538_b082_3ec9fa5af294 a owl:Class ;
    rdfs:label "MassPerCubicTimeQuarticTemperatureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MassPerCubicTimeQuarticTemperature'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-3 L0 M+1 I0 Θ-4 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_971c8cb1_156f_4a70_a72c_2d851d4d2b20 a owl:Class ;
    rdfs:label "EnergyDensityOfStatesUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'EnergyDensityOfStates'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+2 L-5 M-1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_9900d51c_bdd3_40e8_aa82_ad1aa7092f71 a owl:Class ;
    rdfs:label "Annealing"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_dacfc7dc_5ddb_4f67_986b_dcd01d649d60 ;
    skos:prefLabel "Annealing"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "heat treatment consisting of heating and soaking at a suitable temperature, followed by cooling under conditions such that, after return to ambient temperature, the metal will be in a structural state closer to that of equilibrium"^^xsd:string .

emmo:EMMO_9950720f_a0b4_40f5_92db_071a3e4bbf4b a owl:ObjectProperty ;
    rdfs:label "isCogniserFor"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_cd9a3a58_dabc_4c46_9ea4_03ca000b2022 ;
    skos:prefLabel "isCogniserFor"@en .

emmo:EMMO_9aa9e086-ae07-51f6-bf84-788ffdefcb6f a owl:Class ;
    rdfs:label "TinAtom"@en ;
    rdfs:comment "Atom subclass for tin."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 118.71 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 50 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "TinAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for tin."@en .

emmo:EMMO_9ac10a20_63d0_4bbd_a5d3_f00a0ad4682c a owl:Class ;
    rdfs:label "IterativeTask"@en ;
    rdfs:comment "An iterative workflow which is a task of a larger workflow."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:subClassOf emmo:EMMO_1a6ddb13_49ff_4305_97a1_d1458d51c066,
        emmo: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:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.3/doc/figs/IterativeWorkflow.png"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An iterative workflow which is a task of a larger workflow."@en .

emmo:EMMO_9b52133b_8f6c_47fb_93f1_419071db3f4b a owl:Class ;
    rdfs:label "SharedAgent"@en ;
    rdfs:comment "An intentional agent that takes part in driving a process without being a group."@en ;
    rdfs:isDefinedBy <https://plato.stanford.edu/entries/agency/#OthKinAgeMenShaColRelArt>,
        <https://w3id.org/emmo/reference/agency#> ;
    rdfs:subClassOf emmo:EMMO_7a317af2_d2f7_4e8a_8fbd_aaebfb7d21cc ;
    skos:example """Singing a song together with others.
Carrying a piece of furniture together with others."""@en ;
    skos:prefLabel "SharedAgent"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An intentional agent that takes part in driving a process without being a group."@en .

emmo:EMMO_9bbab0be_f9cc_4f46_9f46_0fd271911b79 a owl:Class ;
    rdfs:label "Entropy"@en ;
    rdfs:comment "Logarithmic measure of the number of available states of a system."@en,
        "May also be referred to as a measure of order of  a system."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b ],
        emmo:EMMO_194100e1_e11a_4b7c_bb5a_171655679fc8,
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    skos:prefLabel "Entropy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Entropy"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-18"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Logarithmic measure of the number of available states of a system."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E02149"^^xsd:string .

emmo:EMMO_9c2a9899_df4a_4dc7_a28a_ab4dc498db71 a owl:ObjectProperty ;
    rdfs:label "isRedundantPartOf"@en ;
    rdfs:isDefinedBy emmo:EMMO_6786b336_e982_4759_8dee_1905a4106591,
        <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ;
    skos:prefLabel "isRedundantPartOf"@en .

emmo:EMMO_9c407ac0_fd4c_4178_8763_95fad9fe29ec a owl:Class ;
    rdfs:label "StandardizedPhysicalQuantity"@en ;
    rdfs:comment "The superclass for all physical quantities classes that are categorized according to a standard (e.g. ISQ)."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_02c0621e_a527_4790_8a0f_2bb51973c819 ;
    skos:prefLabel "StandardizedPhysicalQuantity"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all physical quantities classes that are categorized according to a standard (e.g. ISQ)."^^xsd:string .

emmo:EMMO_9c803415-5978-5525-9de9-fcf0a2098b4c a owl:Class ;
    rdfs:label "TechnetiumAtom"@en ;
    rdfs:comment "Atom subclass for technetium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 43 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 97.90721 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "TechnetiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for technetium."@en .

emmo:EMMO_9cffc70d_4b60_4187_a7cd_706f5740ae87 a owl:Class ;
    rdfs:label "MassPerQuarticLengthTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MassPerQuarticLengthTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L-4 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_9e5f464a_658c_4b34_b80d_a5f8d5ec811a a owl:Class ;
    rdfs:label "LanguageData"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_be8680e5_28ec_4168_9206_d1cd33fbd458 ;
    skos:prefLabel "LanguageData"@en .

emmo:EMMO_9f55743f_a5e2_4a75_a68c_978c36117dec a owl:ObjectProperty ;
    rdfs:label "isDistinctPartOf"@en ;
    rdfs:isDefinedBy emmo:EMMO_1328d112_e731_4e56_b9b9_6b6cdd495cd6,
        <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ;
    skos:prefLabel "isDistinctPartOf"@en .

emmo:EMMO_9fa966c7_5231_409e_841f_b4c5fd33732a a owl:Class ;
    rdfs:label "PolyatomicEntity"@en ;
    rdfs:comment "An entity made of two or more bonded atoms."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_21205421_5783_4d3e_81e5_10c5d894a88a ;
    skos:prefLabel "PolyatomicEntity"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An entity made of two or more bonded atoms."@en .

emmo:EMMO_a0ce1017_0467_473b_8af8_0ddf4621b0be a owl:Class ;
    rdfs:label "PathLength"@en ;
    rdfs:comment "Length of a rectifiable curve between two of its points."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ;
    skos:altLabel "ArcLength"@en ;
    skos:prefLabel "PathLength"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q7144654"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Arc_length"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-1.7"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Length of a rectifiable curve between two of its points."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Arc_length"^^xsd:string .

emmo:EMMO_a24cbaac_9595_4672_8a60_2818938cfc60 a owl:Class ;
    rdfs:label "DownAntiQuarkType"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_12a3441c_4fe8_4d9c_a7db_9e86ce6c41ee emmo:EMMO_e7adbaa9_ae34_42e4_8101_cbd38851dcab emmo:EMMO_f33cbdf9_c9d0_4dc5_a875_21d6f9c24ee4 ) ;
    skos:prefLabel "DownAntiQuarkType"@en .

emmo:EMMO_a32021dc_58d8_454b_915d_3951b413b8b7 a owl:ObjectProperty ;
    rdfs:label "hasConnectedPortion"@en ;
    rdfs:comment "The relation between individuals representing an item and one of its self-connected proper parts."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:range emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ;
    rdfs:subPropertyOf emmo:EMMO_55354438_7000_4284_b1b9_59d60c2261b9,
        emmo:EMMO_8e742d6f_7fbb_40cf_949b_6806ab0d801f ;
    owl:propertyDisjointWith emmo:5fa16188_d95b_4dd2_ac63_eae63fe01504 ;
    skos:prefLabel "hasConnectedPortion"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between individuals representing an item and one of its self-connected proper parts."@en .

emmo:EMMO_a43cb01a_beb0_46e1_ae6d_22236222e6a1 a owl:Class ;
    rdfs:label "JouleThomsonCoefficient"@en ;
    rdfs:comment "Change of thermodynamic temperature with respect to pressure in a Joule-Thomson process at constant enthalpy."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_a4edc0c9_6d1d_4358_8030_b61db6c84176 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "JouleThomsonCoefficient"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q93946998"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-24"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Change of thermodynamic temperature with respect to pressure in a Joule-Thomson process at constant enthalpy."@en .

emmo:EMMO_a4839f08-1080-53bf-9cb3-101e20c2656b a owl:Class ;
    rdfs:label "IronAtom"@en ;
    rdfs:comment "Atom subclass for iron."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 55.845 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 26 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "IronAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for iron."@en .

emmo:EMMO_a4e36749_1f44_4e6c_80e8_d5b27d986d8b a owl:Class ;
    rdfs:label "PressureCoefficient"@en ;
    rdfs:comment "Change of pressure per change of temperature at constant volume."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "PressureCoefficient"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/PressureCoefficient"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q74762732"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-29"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-4"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Change of pressure per change of temperature at constant volume."@en .

emmo:EMMO_a4edc0c9_6d1d_4358_8030_b61db6c84176 a owl:Class ;
    rdfs:label "TemperaturePerPressureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'TemperaturePerPressure'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+2 L+1 M-1 I0 Θ+1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_a5111335_6d14_49d9_ba7a_10c10b2189e7 a owl:Class ;
    rdfs:label "ElectricPotentialPerAreaUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricPotentialPerArea'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-3 L0 M+1 I-1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_a592c856_4103_43cf_8635_1982a1e5d5de a owl:ObjectProperty ;
    rdfs:label "hasResourceIdentifier"@en ;
    rdfs:comment "Relates a resource to its identifier."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:range emmo:EMMO_c404e6d9_261d_4d2e_ab0d_ba4e05062647 ;
    rdfs:subPropertyOf emmo:EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b ;
    skos:prefLabel "hasResourceIdentifier"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a resource to its identifier."@en .

emmo:EMMO_a5de0529_7c25_494c_951d_c0a561fd61fd a owl:Class ;
    rdfs:label "SpecificEnergyImparted"@en ;
    rdfs:comment "In nuclear physics, energy imparted per mass."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_e218c625_6a39_47a9_8d08_a2ef41c152a9 ;
    skos:prefLabel "SpecificEnergyImparted"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SpecificEnergyImparted"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q99566195"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-81.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In nuclear physics, energy imparted per mass."@en .

emmo:EMMO_a633c6f8_4269_4870_9b28_f5ca1783fd54 a owl:Class ;
    rdfs:label "Stage"@en ;
    rdfs:comment "A process which is a temporal part of another process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_f22abf74_4538_4f50_ab85_09908cdda707 ] ;
            owl:someValuesFrom emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ],
        emmo:EMMO_846b637b_7b12_47a1_9430_0274b2f588ac ;
    skos:example "Moving a leg is a stage of the process of running."@en ;
    skos:prefLabel "Stage"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process which is a temporal part of another process."@en .

emmo:EMMO_a97351bc_1b1b_4157_95b7_0a60ac56b8e2 a owl:ObjectProperty ;
    rdfs:label "isQuantityValueFor"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subPropertyOf emmo:EMMO_55375713_8f92_473b_a688_b7fcc14f7797 ;
    owl:inverseOf emmo:EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b ;
    skos:prefLabel "isQuantityValueFor"@en .

emmo:EMMO_a9891fff_fa7a_4806_b7bd_786de7358e8d a owl:Class ;
    rdfs:label "Decay"@en ;
    rdfs:comment "A decay 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,
        "The class of fundamental systems where a particle generates two or more other particles."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel#> ;
    rdfs:subClassOf emmo:EMMO_43a4e80d_6ae9_45ed_8cfb_fd0a5339bf87 ;
    skos:example "The W boson decays, where a single W boson decays in two particles such as electron and electron antineutrino, or quark and antiquark."@en ;
    skos:prefLabel "Decay"@en ;
    emmo:EMMO_31252f35_c767_4b97_a877_1235076c3e13 "A decay 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 ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of fundamental systems where a particle generates two or more other particles."@en .

emmo:EMMO_a9a9d824_5ba1_4dac_a407_e42bf63350ca a owl:ObjectProperty ;
    rdfs:label "hasQualifiedRole"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/holistic#> ;
    rdfs:range emmo:EMMO_946b5162_95b0_4801_81d4_efef43842a0d ;
    rdfs:subPropertyOf emmo:EMMO_1328d112_e731_4e56_b9b9_6b6cdd495cd6,
        emmo:EMMO_814b6b76_e0ca_4953_a832_d1816fb695f1 ;
    skos:altLabel "hasQualifiedPart"@en ;
    skos:prefLabel "hasQualifiedRole"@en .

emmo:EMMO_ac9e518d_b403_4d8b_97e2_06f9d40bac01 a owl:Class ;
    rdfs:label "FloatData"@en ;
    rdfs:comment "A symbolic data representing a 32-bit floating point numbers incl. ±Inf, ±0, NaN."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:seeAlso "https://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/datatypes.html#float"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_88a34881_b8d0_474b_9a08_40dbd414d834 ;
    skos:prefLabel "FloatData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:float"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbolic data representing a 32-bit floating point numbers incl. ±Inf, ±0, NaN."@en .

emmo:EMMO_ad2056af-0fa7-56cf-a881-80e3a7dfd266 a owl:Class ;
    rdfs:label "NiobiumAtom"@en ;
    rdfs:comment "Atom subclass for niobium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 92.90637 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 41 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "NiobiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for niobium."@en .

emmo:EMMO_ae081613_1d3a_49af_ba03_7195fcc9ebba a owl:ObjectProperty ;
    rdfs:label "hasMeasuredObject"@en ;
    rdfs:comment "Relates a measurement to the measured object (referent)."@en ;
    rdfs:domain emmo:EMMO_463bcfda_867b_41d9_a967_211d4d437cfb ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:range emmo:EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b ;
    rdfs:subPropertyOf emmo:EMMO_8fb6d667_f2af_482d_97a9_ec97cd81274d ;
    skos:prefLabel "hasMeasuredObject"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a measurement to the measured object (referent)."@en .

emmo:EMMO_aef1144d_41bd_4189_be5c_d849204b3708 a owl:Class ;
    rdfs:label "Ronna"@en ;
    rdfs:comment "SI prefix who's value is 1e27."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+27 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        [ a owl:Restriction ;
            owl:hasValue "R"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb ;
    skos:prefLabel "Ronna"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e27."@en .

emmo:EMMO_aef218f9_6ded_4db9_9263_e78eed55e5d6 a owl:Class ;
    rdfs:label "ReciprocalAmountPerVolumeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ReciprocalAmountPerVolume'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L-3 M0 I0 Θ0 N-1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_b0597d20-6438-53e5-a627-b9dacebc69da a owl:Class ;
    rdfs:label "LanthanumAtom"@en ;
    rdfs:comment "Atom subclass for lanthanum."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 57 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 138.90547 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "LanthanumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for lanthanum."@en .

emmo:EMMO_b1c64830_45c7_499d_9a72_68f517d57823 a owl:ObjectProperty ;
    rdfs:label "manufacturedWith"@en ;
    rdfs:comment "Relates a manufactured product to the manufacturing process that it was manufactured with."@en ;
    rdfs:domain emmo:EMMO_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:range emmo:EMMO_a4d66059_5dd3_4b90_b4cb_10960559441b ;
    rdfs:subPropertyOf emmo:EMMO_0154a22e_2fd3_460a_a245_408ddb414f09 ;
    skos:altLabel "isManufacturedOutputOf"@en ;
    skos:prefLabel "manufacturedWith"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a manufactured product to the manufacturing process that it was manufactured with."@en .

emmo:EMMO_b233f8c0-37d8-51ae-9264-560e6649e246 a owl:Class ;
    rdfs:label "UraniumAtom"@en ;
    rdfs:comment "Atom subclass for uranium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 92 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 238.02891 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "UraniumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for uranium."@en .

emmo:EMMO_b24af630_0758_447e_a04d_a0e95db9b4fa a owl:ObjectProperty ;
    rdfs:label "manufacturedBy"@en ;
    rdfs:comment "Relates a manufactured product to its manufacturer."@en ;
    rdfs:domain emmo:EMMO_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:range emmo:EMMO_c0afb341_7d31_4883_a307_ae4606df2a1b ;
    rdfs:subPropertyOf emmo:EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6 ;
    skos:prefLabel "manufacturedBy"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a manufactured product to its manufacturer."@en .

emmo:EMMO_b3dfa085-5206-5868-b060-13efa01caf8e a owl:Class ;
    rdfs:label "BromineAtom"@en ;
    rdfs:comment "Atom subclass for bromine."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 35 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 79.904 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "BromineAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for bromine."@en .

emmo:EMMO_b418c9ac_be7c_42d1_862c_64f655ced6c5 a owl:Class ;
    rdfs:label "ArtificialMaterial"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_ddb62e5b_9a1f_4d10_8cd8_32655301bfc9 ;
    skos:prefLabel "ArtificialMaterial"@en .

emmo:EMMO_b443dea3-7407-59c3-9e86-6784e715f48b a owl:Class ;
    rdfs:label "CaliforniumAtom"@en ;
    rdfs:comment "Atom subclass for californium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 251.07959 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 98 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "CaliforniumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for californium."@en .

emmo:EMMO_b4494d69_6393_4eb4_8346_7fedd4df0bc5 a owl:Class ;
    rdfs:label "Maximal"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2 ;
    skos:prefLabel "Maximal"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.2/doc/figs/Maximal.png"^^xsd:anyURI ;
    emmo: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: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 .

emmo:EMMO_b4f4ed28_d24c_4a00_9583_62ab839abeca a owl:Class ;
    rdfs:label "SpecificHeatCapacity"@en ;
    rdfs:comment "Heat capacity divided by mass."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_602397bd_e302_42a6_be33_fe67ea81933a,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "SpecificHeatCapacity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SpecificHeatCapacity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q487756"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-48"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Specific_heat_capacity"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-16.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Heat capacity divided by mass."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Specific_heat_capacity"^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05800"^^xsd:string .

emmo:EMMO_b655f801-c5b9-5187-99e8-c9eba8645c05 a owl:Class ;
    rdfs:label "MoscoviumAtom"@en ;
    rdfs:comment "Atom subclass for moscovium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 289.194 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 115 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "MoscoviumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for moscovium."@en .

emmo:EMMO_b65acde7-56c5-5cca-b589-b6744beb4223 a owl:Class ;
    rdfs:label "DubniumAtom"@en ;
    rdfs:comment "Atom subclass for dubnium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 105 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 268.126 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "DubniumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for dubnium."@en .

emmo:EMMO_b8294a50-b121-5b9c-bacd-5d4206c3aaaf a owl:Class ;
    rdfs:label "BerylliumAtom"@en ;
    rdfs:comment "Atom subclass for beryllium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.0121831 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 4 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "BerylliumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for beryllium."@en .

emmo:EMMO_b8ce01a5_1e0c_4c69_8e54_7235fd4fe47e a owl:Class ;
    rdfs:label "SparkErosion"@en ;
    rdfs:comment "A manufacturing process in which metallic material is anodically dissolved under the influence of an electric current and an electrolyte solution. The current flow can be caused either by connection to an external current source or due to local element formation on the workpiece (etching)."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_1a2cbca8_3d3b_4e2c_9a71_e39273937786 ;
    skos:altLabel "elektrochemisches Abtragen"^^xsd:string ;
    skos:prefLabel "SparkErosion"@en .

emmo:EMMO_b8d05d29_9eea_47db_a20b_0b83ceb6de93 a owl:ObjectProperty ;
    rdfs:label "isSignificationFor"@en ;
    rdfs:domain emmo:EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:range emmo:EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b ;
    rdfs:subPropertyOf emmo:EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 ;
    owl:inverseOf emmo:EMMO_c792cf6b_097b_4a9a_9fc8_cb693cd5fdf3 ;
    skos:prefLabel "isSignificationFor"@en .

emmo:EMMO_b92900ac-69b2-5a63-a9d5-4984ae20905a a owl:Class ;
    rdfs:label "ChlorineAtom"@en ;
    rdfs:comment "Atom subclass for chlorine."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 35.45 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 17 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "ChlorineAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for chlorine."@en .

emmo:EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 a owl:AnnotationProperty ;
    rdfs:label "VIMTerm"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:seeAlso "https://www.bipm.org/documents/20126/2071204/JCGM_200_2012.pdf"^^xsd:anyURI ;
    rdfs:subPropertyOf rdfs:isDefinedBy,
        emmo:EMMO_58e7c821_4af0_4394_89f7_a9649735f4d2 ;
    skos:example "quantity value (term in VIM that corresponds to Quantity in EMMO)"@en ;
    skos:prefLabel "VIMTerm"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The term in the International vocabulary of metrology (VIM) (JCGM 200:2008) that corresponds to the annotated term in EMMO."@en .

emmo:EMMO_bc1bb0e8-ec90-5276-a15c-3e805144a083 a owl:Class ;
    rdfs:label "MercuryAtom"@en ;
    rdfs:comment "Atom subclass for mercury."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 200.592 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 80 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "MercuryAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for mercury."@en .

emmo:EMMO_bc73913a_3bb6_4205_8d36_79bc72ca9891 a owl:Class ;
    rdfs:label "VolumePerAmountTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'VolumePerAmountTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L+3 M0 I0 Θ0 N-1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_bcf70555-8df3-5a39-b26a-a5e802d17a37 a owl:Class ;
    rdfs:label "ThalliumAtom"@en ;
    rdfs:comment "Atom subclass for thallium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 81 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 204.38 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "ThalliumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for thallium."@en .

emmo:EMMO_bd8db028_aec2_4a44_ad93_1a9f8270f72c a owl:Class ;
    rdfs:label "ChemicalSymbolicConstruct"@en ;
    rdfs:comment "A symbolic construct that stands for a chemical."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    owl:equivalentClass [ a owl:Class ;
            owl:intersectionOf ( emmo:EMMO_89a0c87c_0804_4013_937a_6fe234d9499c emmo:EMMO_abf7efbe_6b04_41b8_8326_4dd0f6be753e ) ] ;
    skos:example "H2O"@en ;
    skos:prefLabel "ChemicalSymbolicConstruct"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbolic construct that stands for a chemical."@en .

emmo:EMMO_bdee99f6_389b_4816_8a1c_a7903a2df00a a owl:Class ;
    rdfs:label "SquareTemperatureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'SquareTemperature'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L0 M0 I0 Θ+2 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_c0487653_66e8_454e_bb11_e50167e412e4 a owl:Class ;
    rdfs:label "QuarticElectricDipoleMomentPerCubicEnergyUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'QuarticElectricDipoleMomentPerCubicEnergy'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+10 L-2 M-3 I+4 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_c052baf7-358f-55de-8ca3-9688563c3cfb a owl:Class ;
    rdfs:label "ZirconiumAtom"@en ;
    rdfs:comment "Atom subclass for zirconium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 91.224 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 40 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "ZirconiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for zirconium."@en .

emmo:EMMO_c0f72631_d7c2_434c_9c26_5c44123df682 a owl:Class ;
    rdfs:label "Organisation"@en ;
    rdfs:comment "An holistic system of people that has its own functions with responsibilities, authorities and relationships to achieve its objectives."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/persholistic#> ;
    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 ;
    rdfs:subClassOf emmo:EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 ;
    skos:prefLabel "Organisation"@en ;
    emmo: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 .

emmo:EMMO_c0fc29e4_0b93_4d78_83a5_220877d6301f a owl:ObjectProperty ;
    rdfs:label "isDeducedBy"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_0ed18c6b_8289_44fd_a7d7_c15a8786cdc0 ;
    skos:prefLabel "isDeducedBy"@en .

emmo:EMMO_c106f318_38b1_4261_94cc_f4ac6ccc47af a owl:Class ;
    rdfs:label "RelativeMassConcentrationOfWaterVapour"@en ;
    rdfs:comment "For normal cases, the relative humidity may be assumed to be equal to relative mass concentration of vapour."@en,
        "Ratio of the mass concentration of water vapour v to its mass concentration at saturation vsat, at the same temperature, thus ψ = v/vsat."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:prefLabel "RelativeMassConcentrationOfWaterVapour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/RelativeMassConcentrationOfVapour"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q76379357"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-66"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ratio of the mass concentration of water vapour v to its mass concentration at saturation vsat, at the same temperature, thus ψ = v/vsat."@en .

emmo:EMMO_c18abee6_8c62_4f04_aac2_55aa1a1fc551 a owl:Class ;
    rdfs:label "ElectricCurrentAreaUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricCurrentArea'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L+2 M0 I+1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ;
    skos:prefLabel "ElectricCurrentAreaUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'ElectricCurrentArea'."@en .

emmo:EMMO_c1b40f92-d27d-5aa0-9811-b6c58391f951 a owl:Class ;
    rdfs:label "TelluriumAtom"@en ;
    rdfs:comment "Atom subclass for tellurium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 127.6 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 52 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "TelluriumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for tellurium."@en .

emmo:EMMO_c1dad83e_974f_432e_ac92_d016f2445279 a owl:Class ;
    rdfs:label "Drilling"@en ;
    rdfs:comment "machining with a circular cutting movement in which the axis of rotation of the tool and the axis of the internal surface to be produced are identical and the feed movement is in the direction of this axis. The axis of rotation of the cutting movement maintains its position relative to the workpiece independently of the feed movement (axis of rotation workpiece-bound)."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_bfce8136_8f58_4ea5_ab3a_1734170c5d92 ;
    skos:altLabel "Bohren"^^xsd:string ;
    skos:prefLabel "Drilling"@en .

emmo:EMMO_c26a0340_d619_4928_b1a1_1a04e88bb89d a owl:Class ;
    rdfs:label "StandardModelParticle"@en ;
    rdfs:comment "The union of all classes categorising elementary particles according to the Standard Model."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    rdfs:subClassOf emmo:EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68 ;
    owl:disjointUnionOf ( emmo:EMMO_8dbaf3ca_8f0d_4c45_92e1_c6d805b83c87 emmo:EMMO_fa3c9d4d_9fc9_4e8a_82c1_28c84e34133a ) ;
    skos:altLabel "ElementaryParticle"@en ;
    skos:prefLabel "StandardModelParticle"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The union of all classes categorising elementary particles according to the Standard Model."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Disjointness comes from the fact that standard model elementary particles are entities that possess objectively distinct and singular characters."@en,
        "Graviton is included, even if it is an hypothetical particle, to enable causality for gravitational interactions."@en,
        """This class represents only real particles that are the input and output of a Feynman diagram, and hence respect the E²-p²c²=m²c⁴ energy-momentum equality (on the mass shell).
In the EMMO the virtual particles (off the mass shell), the internal propagators of the interaction within a Feynman diagram, are not represented as mereological entities but as object relations (binary predicates)."""@en .

emmo:EMMO_c32f8642-f1a1-5fae-8b4e-990b40f6eff8 a owl:Class ;
    rdfs:label "AntimonyAtom"@en ;
    rdfs:comment "Atom subclass for antimony."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 51 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 121.76 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "AntimonyAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for antimony."@en .

emmo:EMMO_c4017688_965b_4201_acb2_2f1caf2be760 a owl:ObjectProperty ;
    rdfs:label "IsIndexFor"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_82a96de2_41aa_4bf7_b7ac_de1373d50160 ;
    skos:prefLabel "IsIndexFor"@en .

emmo:EMMO_c457b6b9_5e73_4853_ae08_d776c12b8058 a owl:Class ;
    rdfs:label "SolidGasSuspension"@en ;
    rdfs:comment "A coarse dispersion of gas in a solid continuum phase."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1 ;
    skos:prefLabel "SolidGasSuspension"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coarse dispersion of gas in a solid continuum phase."@en .

emmo:EMMO_c6e77b51_681b_4d04_b20d_a08f2b977470 a owl:AnnotationProperty ;
    rdfs:label "OWL2DLRestrictedAxiom"@en ;
    rdfs:comment "Axiom not included in the theory because of OWL 2 DL global restrictions for decidability."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf rdfs:comment ;
    skos:prefLabel "OWL2DLRestrictedAxiom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Axiom not included in the theory because of OWL 2 DL global restrictions for decidability."@en .

emmo:EMMO_c7171429_b9e3_4812_95c1_e97309370538 a owl:Class ;
    rdfs:label "Dismantling"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_90589553_5625_4074_8f0d_0532fd7eb42b ;
    skos:altLabel "Demontage"^^xsd:string ;
    skos:prefLabel "Dismantling"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "action to disassemble a product or a component by removing all or some of its constituent parts with the intent to salvage"^^xsd:string .

emmo:EMMO_c790c7ff_2d10_4336_94ad_4f4e173109a9 a owl:Class ;
    rdfs:label "Soldering"@en ;
    rdfs:comment "Method of joining metallic materials with the aid of a molten filler metal (solder), optionally with the use of flow agents"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_6ab555fd_5803_4f03_82e8_127c01aabfea ;
    skos:altLabel "Löten"^^xsd:string ;
    skos:prefLabel "Soldering"@en .

emmo:EMMO_c7d004db_59fa_5ae3_adb1_e75736aa721a a owl:Class ;
    rdfs:label "Sawing"@en ;
    rdfs:comment "Cutting with circular or straight cutting motion, using a multi-toothed tool of small cutting width, the cutting motion being performed by the tool"^^xsd:string,
        "Process of cutting a workpiece into smaller parts that are either doughter parts, samples (e.g. for testing) or scrap."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_bfce8136_8f58_4ea5_ab3a_1734170c5d92 ;
    skos:altLabel "Sägen"^^xsd:string ;
    skos:prefLabel "Sawing"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Process of cutting a workpiece into smaller parts that are either doughter parts, samples (e.g. for testing) or scrap."@en .

emmo:EMMO_c828cd65-e2de-5ae2-b581-4e5d2498e493 a owl:Class ;
    rdfs:label "RubidiumAtom"@en ;
    rdfs:comment "Atom subclass for rubidium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 37 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 85.4678 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "RubidiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for rubidium."@en .

emmo:EMMO_c88a0f70_482b_4e37_9ae2_ee66bbfc20a7 a owl:Class ;
    rdfs:label "BlueAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_29d24a97_f3bd_4e9b_934d_9da589f719e5 emmo:EMMO_4cc06415_9c11_4071_b732_fd05ad750f07 emmo:EMMO_5a77b7a6_7b16_48cd_8d69_a0c4b9174a3f emmo:EMMO_975bdc11_12db_44e7_a3c3_c5436b5e17cc emmo:EMMO_9d6eeca7_89a0_4a65_a497_9039f1164b96 emmo:EMMO_ad6b0980_fa04_4ec3_b033_6aed9f4ed17c ) ;
    skos:prefLabel "BlueAntiQuark"@en .

emmo:EMMO_c8fe15d0_caf7_46f7_883c_0e98081987f1 a owl:Class ;
    rdfs:label "CommandLanguage"@en ;
    rdfs:comment "An interpreted computer language for job control in computing."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_3ab914c1_5d8d_4a6e_804b_84aa89623c48 ;
    skos:example """Unix shell.
Batch programming languages."""@en ;
    skos:prefLabel "CommandLanguage"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An interpreted computer language for job control in computing."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Command_language"^^xsd:anyURI .

emmo:EMMO_c9c8f824_9127_4f93_bc21_69fe78a7f6f2 a owl:Class ;
    rdfs:label "ProcedureUnit"@en ;
    rdfs:comment "A reference unit provided by a measurement procedure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf emmo:EMMO_18ce5200_00f5_45bb_8c6f_6fb128cd41ae ;
    skos:altLabel "MeasurementProcedure"^^xsd:string ;
    skos:example "Rockwell C hardness of a given sample (150 kg load): 43.5HRC(150 kg)"@en ;
    skos:prefLabel "ProcedureUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A reference unit provided by a measurement procedure."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Procedure units and measurement units are disjoint."@en .

emmo:EMMO_ca54593a_6828_491b_8fda_22b0ad85e446 a owl:Class ;
    rdfs:label "ElectricMobilityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricMobility'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+2 L0 M-1 I+1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_caa63d00_80b1_4408_ac1b_cd0d23b0ec50 a owl:Class ;
    rdfs:label "IntermidiateTile"@en ;
    rdfs:comment "A tile that has next and is next of other tiles within the same tessellation."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:subClassOf emmo:EMMO_5e38e44b_a0d1_4afc_a876_95095c0a589f ;
    skos:prefLabel "IntermidiateTile"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.3/doc/figs/ThroughTile.png"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A tile that has next and is next of other tiles within the same tessellation."@en .

emmo:EMMO_caacc634-4328-5d9d-a8e8-1c25a2557e94 a owl:Class ;
    rdfs:label "NickelAtom"@en ;
    rdfs:comment "Atom subclass for nickel."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 28 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 58.6934 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "NickelAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for nickel."@en .

emmo:EMMO_cabcb18d-88ff-5ff7-aceb-ab573526620e a owl:Class ;
    rdfs:label "PalladiumAtom"@en ;
    rdfs:comment "Atom subclass for palladium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 106.42 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 46 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "PalladiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for palladium."@en .

emmo:EMMO_cbf42aa6_9e11_4be8_932a_ae3c792ab17d a owl:Class ;
    rdfs:label "DataProcessingSoftware"@en ;
    rdfs:comment "An application program aimed for data processing."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_3b031fa9_8623_4ea5_8b57_bcafb70c5c8b ;
    skos:altLabel "DataProcessingApplication"@en ;
    skos:prefLabel "DataProcessingSoftware"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An application program aimed for data processing."@en .

emmo:EMMO_cc741dde_2c7c_46ef_bb66_16a6d12c2a88 a owl:Class ;
    rdfs:label "AntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_74fd4dfc_a59e_4f66_8822_7fc3ad8a0664 emmo:EMMO_c88a0f70_482b_4e37_9ae2_ee66bbfc20a7 emmo:EMMO_ffd65547_6a7e_499d_826a_cee9e7d669fd ),
        ( emmo:EMMO_a24cbaac_9595_4672_8a60_2818938cfc60 emmo:EMMO_dd891386_9d00_4d6f_8fad_f69e0522d47a ) ;
    skos:prefLabel "AntiQuark"@en .

emmo:EMMO_ccdc1a41_6e96_416b_92ec_efe67917434a a owl:Class ;
    rdfs:label "Document"@en ;
    rdfs:comment "A heterogeneous object made of different graphical object parts."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/perceptual#> ;
    rdfs:subClassOf emmo:EMMO_c74da218_9147_4f03_92d1_8894abca55f3 ;
    skos:prefLabel "Document"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A heterogeneous object made of different graphical object parts."@en .

emmo:EMMO_cde4368c_1d4d_4c94_8548_604749523c6d a owl:Class ;
    rdfs:label "ElectricConductivity"@en ;
    rdfs:comment "Conductivity is equeal to the resiprocal of resistivity."@en,
        "Measure of a material's ability to conduct an electric current."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_602397bd_e302_42a6_be33_fe67ea81933a,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:altLabel "Conductivity"^^xsd:string ;
    skos:prefLabel "ElectricConductivity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/ElectricConductivity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q4593291"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-43"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure of a material's ability to conduct an electric current."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.C01245"^^xsd:string .

emmo:EMMO_cf972459_e649_4aa8_9676_3d219b5e0fe6 a owl:Class ;
    rdfs:label "RedQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_225775f9_3bf3_4309_a7e1_aa7305c9278a emmo:EMMO_387b0334_aff8_4b3f_9062_8ad051f72e91 emmo:EMMO_506cb971_797d_4cfb_88c3_3020c4396365 emmo:EMMO_9eb96ea0_8827_4cb9_9a03_8e07f4eae1eb emmo:EMMO_a4243cbf_b22e_4aa1_b9c1_130ce8c51ab2 emmo:EMMO_d16ce022_5298_49a3_87a5_ca883faae18c ) ;
    skos:prefLabel "RedQuark"@en .

emmo:EMMO_cffec057-9258-52ae-bb4c-ca761b6bc407 a owl:Class ;
    rdfs:label "OganessonAtom"@en ;
    rdfs:comment "Atom subclass for oganesson."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 294.214 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 118 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "OganessonAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for oganesson."@en .

emmo:EMMO_d0200cf1_e4f4_45ae_873f_b9359daea3cd a owl:Class ;
    rdfs:label "ModelledProperty"@en ;
    rdfs:comment "A quantity obtained from a well-defined modelling procedure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf emmo:EMMO_dd4a7f3e_ef56_466c_ac1a_d2716b5f87ec ;
    skos:prefLabel "ModelledProperty"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A quantity obtained from a well-defined modelling procedure."@en .

emmo:EMMO_d09e8aea_3fd0_4213_955d_10fc2a6f1d74 a owl:Class ;
    rdfs:label "SquareLengthPerVoltageTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'SquareLengthPerVoltageTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+2 L0 M-1 I-1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc ;
    skos:prefLabel "SquareLengthPerVoltageTimeUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of units with dimensionality 'SquareLengthPerVoltageTime'."@en .

emmo:EMMO_d162b33e_e1f5_47dc_b06f_58f35e591f45 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasProcessOutput"@en ;
    rdfs:comment "The relation between a process P1 that proper overlaps a process P2, where the non-overlapping part of P2 is caused by P1."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ;
    rdfs:subPropertyOf emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ;
    skos:prefLabel "hasProcessOutput"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/dev/doc/figs/hasProcessOutput.png"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process P1 that proper overlaps a process P2, where the non-overlapping part of P2 is caused by P1."@en .

emmo:EMMO_d2a20142_b3a4_4d3b_a7e1_e17597e7f177 a owl:Class ;
    rdfs:label "InversePermittivityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'InversePermittivity'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-4 L+3 M+1 I-2 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_d2a4df79-23a0-5536-9f12-37d3b49c323f a owl:Class ;
    rdfs:label "BerkeliumAtom"@en ;
    rdfs:comment "Atom subclass for berkelium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 247.07031 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 97 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "BerkeliumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for berkelium."@en .

emmo:EMMO_d2fc9fc2_7f50_495d_a311_1832349db6cb a owl:Class ;
    rdfs:label "ElectronType"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_2531fe94_1cdf_4f36_9abc_7ab7574310db emmo:EMMO_3a948fa6_033a_4bb2_a319_36a45741d832 emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d ) ;
    skos:prefLabel "ElectronType"@en .

emmo:EMMO_d324ae63_7574_4d73_b25b_96479e2626f2 a owl:Class ;
    rdfs:label "Lepton"@en ;
    rdfs:comment "An elementary particle of half-integer spin (spin 1⁄2) that does not undergo strong interactions."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_d2fc9fc2_7f50_495d_a311_1832349db6cb emmo:EMMO_dbb2ae7f_9f47_41b3_bf68_d9bece864e2c ) ;
    skos:prefLabel "Lepton"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An elementary particle of half-integer spin (spin 1⁄2) that does not undergo strong interactions."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lepton"^^xsd:string .

emmo:EMMO_d3d46e3f_20c0_4507_9076_2c849ada490a a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isAffectedBy"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subPropertyOf emmo:EMMO_d78b940d_4e2a_4a46_816b_da89029adc19 ;
    skos:prefLabel "isAffectedBy"@en .

emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 a owl:ObjectProperty ;
    rdfs:label "hasSubProcess"@en ;
    rdfs:comment "The relation between a process and one of its process parts."@en ;
    rdfs:domain emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_49804605_c0fe_4538_abda_f70ba1dc8a5d ;
    rdfs:subPropertyOf emmo:EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611 ;
    skos:prefLabel "hasSubProcess"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process and one of its process parts."@en .

emmo:EMMO_d5b6a25a_408a_408d_aebc_e017260d885d a owl:Class ;
    rdfs:label "ElectricCurrentPerAmountVolumeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricCurrentPerAmountVolume'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L-3 M0 I+1 Θ0 N-1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_d5be1faf_0c56_4f5a_9b78_581e6dee949f a owl:Class ;
    rdfs:label "AmountConcentration"@en ;
    rdfs:comment "The amount of a constituent divided by the volume of the mixture."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_602397bd_e302_42a6_be33_fe67ea81933a,
        emmo:EMMO_a293f923_954c_4af5_9f97_9600ebd362cb,
        emmo:EMMO_a356870d_409a_4de6_a910_0d8498e593ff ;
    skos:altLabel "Concentration"@en,
        "MolarConcentration"@en,
        "Molarity"@en ;
    skos:prefLabel "AmountConcentration"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/AmountOfSubstanceConcentrationOfB"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The amount of a constituent divided by the volume of the mixture."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00295"^^xsd:string .

emmo:EMMO_d772fa7a_0a31_44bb_a825_ae7829d794c6 a owl:Class ;
    rdfs:label "RadialDistance"@en ;
    rdfs:comment "Distance, where one point is located on an axis or within a closed non self-intersecting curve or surface."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_6ee9304e_54b7_4594_8354_0790138dffb8 ;
    skos:prefLabel "RadialDistance"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/RadialDistance"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1578234"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-26"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-1.9"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Distance, where one point is located on an axis or within a closed non self-intersecting curve or surface."@en .

emmo:EMMO_d7c9e90e-ba46-55b2-9671-43408f6a1d74 a owl:Class ;
    rdfs:label "PotassiumAtom"@en ;
    rdfs:comment "Atom subclass for potassium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 19 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 39.0983 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "PotassiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for potassium."@en .

emmo:EMMO_d8aa8e1f_b650_416d_88a0_5118de945456 a owl:Class ;
    rdfs:label "ConventionalProperty"@en ;
    rdfs:comment "A property that is associated to an object by convention, or assumption."@en,
        "A quantitative property attributed by agreement to a quantity for a given purpose."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf emmo:EMMO_dd4a7f3e_ef56_466c_ac1a_d2716b5f87ec ;
    skos:example """The thermal conductivity of a copper sample in my laboratory can be assumed to be the conductivity that appears in the vendor specification. This value has been obtained by measurement of a sample which is not the one I have in my laboratory. This conductivity value is then a conventional quantitiative property assigned to my sample through a semiotic process in which no actual measurement is done by my laboratory.

If I don't believe the vendor, then I can measure the actual thermal conductivity. I then perform a measurement process that semiotically assign another value for the conductivity, which is a measured property, since is part of a measurement process.

Then I have two different physical quantities that are properties thanks to two different semiotic processes."""@en ;
    skos:prefLabel "ConventionalProperty"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A quantitative property attributed by agreement to a quantity for a given purpose."@en .

emmo:EMMO_d9589ed2_5304_48b3_9795_11bf44e64e9b a owl:Class ;
    rdfs:label "Status"@en ;
    rdfs:comment "An object which is a temporal part of a process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_1440d010_e4c5_4597_8858_1d58cb1fb28f ] ;
            owl:someValuesFrom emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ],
        emmo:EMMO_9d799b43_e188_4047_8167_121d96b31a26 ;
    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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An object which is a temporal part of a process."@en .

emmo:EMMO_dabcbe7d_db82_4445_889b_ae4d76964ea0 a owl:Class ;
    rdfs:label "Quetta"@en ;
    rdfs:comment "SI prefix who's value is 1e30."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Q"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1e+30 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb ;
    skos:prefLabel "Quetta"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e30."@en .

emmo:EMMO_dad35c10_dd6c_4602_8474_f4ef68517fe9 a owl:Class ;
    rdfs:label "FundamentalMatterParticle"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_72d53756_7fb1_46ed_980f_83f47efbe105 emmo:EMMO_d324ae63_7574_4d73_b25b_96479e2626f2 ) ;
    skos:prefLabel "FundamentalMatterParticle"@en .

emmo:EMMO_dafdcae3_f8ec_4993_8269_2c9299a75158 a owl:Class ;
    rdfs:label "SquareTemperaturePerTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'SquareTemperaturePerTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L0 M0 I0 Θ+2 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_db03061b_db31_4132_a47a_6a634846578b a owl:Class ;
    rdfs:label "IonAtom"@en ;
    rdfs:comment "A standalone atom with an unbalanced number of electrons with respect to its atomic number."@en,
        "The ion_atom is the basic part of a pure ionic bonded compound i.e. without eclectron sharing,"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_2fd3f574_5e93_47fe_afca_ed80b0a21ab4 ;
    skos:prefLabel "IonAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A standalone atom with an unbalanced number of electrons with respect to its atomic number."@en .

emmo:EMMO_db49de28_6993_459c_8562_ef861cc0a815 a owl:ObjectProperty ;
    rdfs:label "isDeducerFor"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_cd9a3a58_dabc_4c46_9ea4_03ca000b2022 ;
    skos:prefLabel "isDeducerFor"@en .

emmo:EMMO_dbb2ae7f_9f47_41b3_bf68_d9bece864e2c a owl:Class ;
    rdfs:label "NeutrinoType"@en ;
    rdfs:comment "An elementary particle with spin 1/2 that interacts only via the weak interaction and gravity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    rdfs:subClassOf emmo:EMMO_8ab3ff9d_35d4_44b7_9d66_7b0b30c40da8 ;
    owl:disjointUnionOf ( emmo:EMMO_1d5305d7_5690_4e5a_92de_4611e8c356ef emmo:EMMO_83550665_c68c_4015_86a7_308c9dd2fb4b emmo:EMMO_eb95a619_ca07_4678_a809_10021b25a13f ) ;
    skos:prefLabel "NeutrinoType"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An elementary particle with spin 1/2 that interacts only via the weak interaction and gravity."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Neutrino"^^xsd:string .

emmo:EMMO_dbe54798-a21f-519f-9d52-e6ab2c2e28cb a owl:Class ;
    rdfs:label "TantalumAtom"@en ;
    rdfs:comment "Atom subclass for tantalum."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 73 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 180.94788 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "TantalumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for tantalum."@en .

emmo:EMMO_dc0874e8_36e1_44df_947d_0d7c81167a09 a owl:Class ;
    rdfs:label "Peening"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_46dc0d51_b60f_49cd_8650_9aba7be3726c ;
    skos:altLabel "ShotPeening"^^xsd:string,
        "Verfestigungsstrahlen"^^xsd:string ;
    skos:prefLabel "Peening"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "(according to DIN 8200) Shot peening to generate residual compressive stresses in layers of the blasting material close to the surface in order to improve certain component properties, e.g. fatigue strength, corrosion resistance, wear resistance (from: DIN 8200:1982)"^^xsd:string .

emmo:EMMO_dc467621_3b49_4f31_9b09_82290f29da52 a owl:Class ;
    rdfs:label "ChargeNumber"@en ;
    rdfs:comment "For a particle, electric charge q divided by elementary charge e."@en,
        "The charge number of a particle may be presented as a superscript to the symbol of that particle, e.g. H+, He++, Al3+, Cl−, S=, N3−."@en,
        "The charge number of an electrically charged particle can be positive or negative. The charge number of an electrically neutral particle is zero."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c ;
    skos:altLabel "IonizationNumber"@en ;
    skos:prefLabel "ChargeNumber"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ChargeNumber"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1800063"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-05-17"@en ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Charge_number"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-5.2"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For a particle, electric charge q divided by elementary charge e."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Charge_number"^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.C00993"^^xsd:string .

emmo:EMMO_dcc63058_f36a_4f49_a109_a8c3de88d890 a owl:Class ;
    rdfs:label "GreenQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_470697b1_a5bd_44b9_b00d_a77c9bcfb066 emmo:EMMO_76267214_2137_4909_83a4_0b815a62cbc3 emmo:EMMO_80252279_046c_4e33_bdf4_8932f79b6c91 emmo:EMMO_891d1351_3843_4da3_906b_3b30411bd512 emmo:EMMO_b57afc1a_93e9_43ba_b41f_9ec3598b4e46 emmo:EMMO_d5e14e54_fa64_4638_83d3_faced4575e72 ) ;
    skos:prefLabel "GreenQuark"@en .

emmo:EMMO_dcca141c_dba1_4f83_86ac_f4cb2d9a1bdd a owl:Class ;
    rdfs:label "BlueQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_1d2bf964_5d54_4da6_a02d_7c908517ef91 emmo:EMMO_3ab4154b_d163_4236_8251_8917b07c2788 emmo:EMMO_94b07779_910a_4e56_bb34_2754dae4e376 emmo:EMMO_b8fa18b7_14c7_42cd_bd5f_4fc073677a5b emmo:EMMO_e1ae2427_e902_44ae_bac2_8ac80939c457 emmo:EMMO_f321cf62_99e4_418e_bb3e_3dfcc91f701f ) ;
    skos:prefLabel "BlueQuark"@en .

emmo:EMMO_dd14d055_2db0_4b81_bc97_ef6c2f72b8a0 a owl:Class ;
    rdfs:label "Gustatory"@en ;
    rdfs:comment "A 'Perceptual' which stands for a real world object whose spatiotemporal pattern makes it identifiable by an observer as a taste."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/perceptual#> ;
    rdfs:subClassOf emmo:EMMO_649bf97b_4397_4005_90d9_219755d92e34 ;
    skos:prefLabel "Gustatory"@en ;
    emmo: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 taste."@en .

emmo:EMMO_dd891386_9d00_4d6f_8fad_f69e0522d47a a owl:Class ;
    rdfs:label "UpAntiQuarkType"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_5293c41e_4bbf_4aaa_8479_efd0737a0e8d emmo:EMMO_68c0e0cd_6afd_4eb7_9dfa_91c2462002c9 emmo:EMMO_b14894ce_aad8_45e6_8035_f902c0d339ad ) ;
    skos:prefLabel "UpAntiQuarkType"@en .

emmo:EMMO_dea931ca-1ec7-58f8-88e5-fb5615d8b214 a owl:Class ;
    rdfs:label "SodiumAtom"@en ;
    rdfs:comment "Atom subclass for sodium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 11 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 22.98976928 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "SodiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for sodium."@en .

emmo:EMMO_df1d3a25_eba2_4530_9803_d82d349f4051 a owl:Class ;
    rdfs:label "EnergyPerSquareMagneticFluxDensityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'EnergyPerSquareMagneticFluxDensity'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+2 L+2 M-1 I+2 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_df808271_df91_4f27_ba59_fa423c51896c a owl:Class ;
    rdfs:label "Neutron"@en ;
    rdfs:comment "An uncharged subatomic particle found in the atomic nucleus."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf emmo:EMMO_50781fd9_a9e4_46ad_b7be_4500371d188d ;
    skos:prefLabel "Neutron"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An uncharged subatomic particle found in the atomic nucleus."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Neutron"^^xsd:string .

emmo:EMMO_e024544d_e374_45b7_9340_1982040bc6b7 a owl:Class ;
    rdfs:label "Homonuclear"@en ;
    rdfs:comment "A molecule composed of only one element type."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf emmo:EMMO_3397f270_dfc1_4500_8f6f_4d0d85ac5f71 ;
    skos:altLabel "ElementalMolecule"@en ;
    skos:example "Hydrogen molecule (H₂)."@en ;
    skos:prefLabel "Homonuclear"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A molecule composed of only one element type."@en .

emmo:EMMO_e0aaed83_9224_4bd8_a960_a813c4569412 a owl:Class ;
    rdfs:label "Wavenumber"@en ;
    rdfs:comment "Reciprocal of the wavelength."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a,
        emmo:EMMO_ecec2983_7c26_4f8d_a981_51ca29668baf ;
    skos:altLabel "Repetency"@en ;
    skos:prefLabel "Wavenumber"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Wavenumber"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q192510"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-11"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Wavenumber"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-18"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Reciprocal of the wavelength."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The number of waves per unit length along the direction of propagation."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Wavenumber"^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.W06664"^^xsd:string .

emmo:EMMO_e1021593_06da_4237_8a02_29d8f6fef76d a owl:Class ;
    rdfs:label "Olfactory"@en ;
    rdfs:comment "A 'Perceptual' which stands for a real world object whose spatiotemporal pattern makes it identifiable by an observer as a smell."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/perceptual#> ;
    rdfs:subClassOf emmo:EMMO_649bf97b_4397_4005_90d9_219755d92e34 ;
    skos:prefLabel "Olfactory"@en ;
    emmo: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 smell."@en .

emmo:EMMO_e150fa8d_06dc_4bb8_bf95_04e2aea529c1 a owl:Class ;
    rdfs:label "ElectricResistivity"@en ;
    rdfs:comment "Electric field strength divided by the current density."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_359312ca_1d9d_4765_b20b_28d9f45d77e7 ],
        emmo:EMMO_194100e1_e11a_4b7c_bb5a_171655679fc8,
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:altLabel "Resistivity"^^xsd:string ;
    skos:prefLabel "ElectricResistivity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Resistivity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q108193"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-04"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-44"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electric field strength divided by the current density."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.R05316"^^xsd:string .

emmo:EMMO_e1c65ca8_6fed_4859_b320_5f14928e8464 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "participatesTo"@en ;
    rdfs:comment "The relation between an object O that through overlaps a process P."@en ;
    rdfs:domain emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ;
    rdfs:subPropertyOf emmo:EMMO_29e45c39_cc99_43f8_a545_f329f622f551 ;
    skos:prefLabel "participatesTo"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/dev/doc/figs/participatesTo.png"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between an object O that through overlaps a process P."@en .

emmo:EMMO_e1e686a5-71c3-5a98-8646-6d4e0f665f35 a owl:Class ;
    rdfs:label "DysprosiumAtom"@en ;
    rdfs:comment "Atom subclass for dysprosium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 162.5 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 66 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "DysprosiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for dysprosium."@en .

emmo:EMMO_e2000aeb_e3ab_41b7_a790_7c8bd02d0b6e a owl:Class ;
    rdfs:label "GluonType6"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "GluonType6"@en .

emmo:EMMO_e37eaa49-d5e8-54e7-a7dc-9ad6073e86b7 a owl:Class ;
    rdfs:label "HafniumAtom"@en ;
    rdfs:comment "Atom subclass for hafnium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 178.49 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 72 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "HafniumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for hafnium."@en .

emmo:EMMO_e3850f08_8e79_454b_9d83_c517cab42857 a owl:ObjectProperty ;
    rdfs:label "hasConstitutiveProcess"@en ;
    rdfs:comment "Relates an object to one of its constitutive process parts that contributes to the object under some spatial-based criteria."@en ;
    rdfs:domain emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_f68858dd_64f4_4877_b7fb_70d04fbe5bab ;
    rdfs:subPropertyOf emmo:EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611 ;
    skos:prefLabel "hasConstitutiveProcess"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates an object to one of its constitutive process parts that contributes to the object under some spatial-based criteria."@en .

emmo:EMMO_e3cd5791-6fbb-587a-a535-0e937800beaa a owl:Class ;
    rdfs:label "TerbiumAtom"@en ;
    rdfs:comment "Atom subclass for terbium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 65 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 158.92535 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "TerbiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for terbium."@en .

emmo:EMMO_e467cc3f_676c_432e_b70e_19237d1bcc78 a owl:Class ;
    rdfs:label "IlluminanceTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'IlluminanceTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+1 L-2 M0 I0 Θ0 N0 J+1"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_e4e80813_f379_4091_b017_ee059811f806 a owl:Class ;
    rdfs:label "MaterialBySize"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_4207e895_8b83_4318_996a_72cfb32acd94 ;
    skos:prefLabel "MaterialBySize"@en .

emmo:EMMO_e5438930_04e7_4d42_ade5_3700d4a52ab7 a owl:Class ;
    rdfs:label "MaterialRelation"@en ;
    rdfs:comment "A material_relation can e.g. return a predefined number, return a database query, be an equation that depends on other physics_quantities."@en,
        "An 'equation' that stands for a physical assumption specific to a material, and provides an expression for a 'physics_quantity' (the dependent variable) as function of other variables, physics_quantity or data (independent variables)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_e56ee3eb_7609_4ae1_8bed_51974f0960a6 ;
    skos:example """The Lennard-Jones potential.
A force field.
An Hamiltonian."""@en ;
    skos:prefLabel "MaterialRelation"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An 'equation' that stands for a physical assumption specific to a material, and provides an expression for a 'physics_quantity' (the dependent variable) as function of other variables, physics_quantity or data (independent variables)."@en .

emmo:EMMO_e55d4f6d_2506_4f63_8e01_1963efe7071e a owl:Class ;
    rdfs:label "SectionAreaIntegralUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'SectionAreaIntegral'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L+5 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_e5728eea_e805_433e_a426_56c4fe811e67 a owl:Class ;
    rdfs:label "WPositiveBoson"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "WPositiveBoson"@en .

emmo:EMMO_e701ec30_c993_48bf_8f29_fb10664065e5 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasObjectOutput"@en ;
    rdfs:comment "The relation between a process P that proper overlaps an object O, where the non-overlapping part of O is caused by P."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    rdfs:subPropertyOf emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ;
    skos:prefLabel "hasObjectOutput"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/dev/doc/figs/hasObjectOutput.png"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process P that proper overlaps an object O, where the non-overlapping part of O is caused by P."@en .

emmo:EMMO_e7848014_ad79_422d_be02_74df892f7c11 a owl:Class ;
    rdfs:label "ComputerSystem"@en ;
    rdfs:comment "Electronic device capable of processing data, typically in binary form, according to instructions given to it in a variable program."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    skos:altLabel "Computer"@en ;
    skos:prefLabel "ComputerSystem"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electronic device capable of processing data, typically in binary form, according to instructions given to it in a variable program."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Computer"^^xsd:anyURI .

emmo:EMMO_e7ec6ee1_9de2_4791_a826_15b7682b6bee a owl:Class ;
    rdfs:label "ParticleNumberDensity"@en ;
    rdfs:comment "Mean number of particles per volume."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b ;
    skos:prefLabel "ParticleNumberDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ParticleNumberDensity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q98601569"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-62.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Mean number of particles per volume."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.N04262"^^xsd:string .

emmo:EMMO_e85b68e1-ca2b-51b5-8b61-dea134d88bef a owl:Class ;
    rdfs:label "MendeleviumAtom"@en ;
    rdfs:comment "Atom subclass for mendelevium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 101 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 258.09843 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "MendeleviumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for mendelevium."@en .

emmo:EMMO_e999f9e0_7d63_4564_9028_07246580a267 a owl:Class ;
    rdfs:label "Naming"@en ;
    rdfs:comment "A declaration that provides a sign for an object that is independent from any assignment rule."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ;
            owl:someValuesFrom emmo:EMMO_421167c0_1ea5_405f_970f_a41e9cb308f9 ],
        emmo:EMMO_47bf3513_4ae6_4858_9c45_76e23230d68d ;
    skos:example "A unique id attached to an entity."@en ;
    skos:prefLabel "Naming"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A declaration that provides a sign for an object that is independent from any assignment rule."@en .

emmo:EMMO_e99aec47_9ae6_4a1d_bddd_b87bb456c52a a owl:Class ;
    rdfs:label "UnsignedByteData"@en ;
    rdfs:comment "A data representing 8-bit non-negative integer number, 0...255."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#unsignedByte"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_443198a5_934c_44fa_b89e_28eca13b25b2,
        emmo:EMMO_dc6e40f6_5b6c_473b_a715_d36622ada5ad ;
    skos:prefLabel "UnsignedByteData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:unsignedByte"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing 8-bit non-negative integer number, 0...255."@en .

emmo:EMMO_e9d65041_d87d_4b04_9fe9_1eed8f9c0370 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "partakesIn"@en ;
    rdfs:comment "The relation between an object O1 that through overlaps an object O2."@en ;
    rdfs:domain emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    rdfs:subPropertyOf emmo:EMMO_29e45c39_cc99_43f8_a545_f329f622f551 ;
    skos:prefLabel "partakesIn"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/dev/doc/figs/partakesIn.png"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between an object O1 that through overlaps an object O2."@en .

emmo:EMMO_e9e02156_651f_41c8_9efb_d5da0d4ce5e2 a owl:Class ;
    rdfs:label "LiquidSolidSuspension"@en ;
    rdfs:comment "A coarse dispersion of solids in a liquid continuum phase."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba ;
    skos:example "Mud"@en ;
    skos:prefLabel "LiquidSolidSuspension"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coarse dispersion of solids in a liquid continuum phase."@en .

emmo:EMMO_ea47add2_8e93_4659_a5f0_e6879032dee0 a owl:Class ;
    rdfs:label "RollingResistanceFactor"@en ;
    rdfs:comment "Quotient of tangential and normal component of the force applied to a body which is rolling at constant speed over a surface."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:prefLabel "RollingResistanceFactor"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q91738044"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-23.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of tangential and normal component of the force applied to a body which is rolling at constant speed over a surface."@en .

emmo:EMMO_ea7724fe_ba5d_4201_865e_761cb6fe9f99 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isAddedTo"@en ;
    rdfs:comment "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 ;
    rdfs:domain emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    rdfs:subPropertyOf emmo:EMMO_7d77a013_1a0c_46fe_a6d8_ef6f4abb44fa ;
    skos:prefLabel "isAddedTo"@en ;
    emmo: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 .

emmo:EMMO_eaef29bd_bd79_4de1_b192_4fdc9016730b a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasProcessInput"@en ;
    rdfs:comment "The relation between a process P1 that proper overlaps a process P2, where the non-overlapping part of P2 causes P1."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ;
    rdfs:subPropertyOf emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
    skos:prefLabel "hasProcessInput"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/dev/doc/figs/hasProcessInput.png"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process P1 that proper overlaps a process P2, where the non-overlapping part of P2 causes P1."@en .

emmo:EMMO_eaf4640d_651d_4cbe_a315_3d2dc5df3b35 a owl:Class ;
    rdfs:label "ProceduralData"@en ;
    rdfs:comment "Data that is encoded and/or decoded by a procedural agent following a procedure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:subClassOf emmo:EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 ;
    skos:prefLabel "ProceduralData"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data that is encoded and/or decoded by a procedural agent following a procedure."@en .

emmo:EMMO_eb3c61f0_3983_4346_a0c6_e7f6b90a67a8 a owl:Class ;
    rdfs:label "Graviton"@en ;
    rdfs:comment "The class of individuals that stand for gravitons elementary particles."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "Graviton"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals that stand for gravitons elementary particles."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """While this particle is only supposed to exist, the EMMO approach to classical and quantum systems represents fields as made of particles.

For this reason graviton is an useful concept to homogenize the approach between different fields."""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Graviton"^^xsd:string .

emmo:EMMO_eb50c9cb_9576_4a61_95ec_f81fb8218187 a owl:Class ;
    rdfs:label "QualifiedWhole"@en ;
    rdfs:comment """The qualified whole concept express the requirement for an entity of a type, say A, to have a part of another type, say B, with A and B belonging to different taxonomical branches.
The concept of whole is then defined as something that needs a part of a specific type to exist.
For example, an atom always requires a nucleus part to exist (but not viceversa)"""@en,
        "The superclass for all classes of individuals that requires to have a part of another specific class of entity of different type with a specific relation with it."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_0277f24a_ea7f_4917_81b7_fb0406c8fc62 ;
    skos:altLabel "QWhole"@en ;
    skos:prefLabel "QualifiedWhole"@en ;
    emmo:EMMO_31252f35_c767_4b97_a877_1235076c3e13 """The qualified whole concept express the requirement for an entity of a type, say A, to have a part of another type, say B, with A and B belonging to different taxonomical branches.
The concept of whole is then defined as something that needs a part of a specific type to exist.
For example, an atom always requires a nucleus part to exist (but not viceversa)"""@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all classes of individuals that requires to have a part of another specific class of entity of different type with a specific relation with it."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Al QWhole subclasses shuld have an axiom to express the part requirements, in the form of:
MyQWholeClass
    SubClassOf: hasProperPart some AnotherClass
This is a necessary but not sufficient condition."""@en .

emmo:EMMO_eb7de1a1_c30e_4f0d_94c6_fe70414d7e61 a owl:Class ;
    rdfs:label "Representation"@en ;
    rdfs:comment "A graphical object aimed to represent schematically the conceptual, temporal or spatial structure of another object, that may or may not exist."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_c74da218_9147_4f03_92d1_8894abca55f3 ;
    skos:prefLabel "Representation"@en ;
    emmo: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 .

emmo:EMMO_ebb26c39_dbbc_4363_b784_88d9110e4d5b a owl:Class ;
    rdfs:label "GluonType3"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "GluonType3"@en .

emmo:EMMO_ebc8c324_8e7a_4b09_bcb5_306e0c461d24 a owl:ObjectProperty ;
    rdfs:label "hasBehaviour"@en ;
    rdfs:domain emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_210e7e99_c1cf_44cc_87c7_310a10ff068b ;
    rdfs:subPropertyOf emmo:EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ;
    skos:prefLabel "hasBehaviour"@en .

emmo:EMMO_ec1aa2cd_74eb_4506_81d1_901a3124aaba a owl:Class ;
    rdfs:label "LightAndRadiationQuantity"@en ;
    rdfs:comment "Quantities categorised according to ISO 80000-7."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_2ce04004_62cf_4394_b6a2_b45fce1aebfe ;
    skos:prefLabel "LightAndRadiationQuantity"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantities categorised according to ISO 80000-7."@en .

emmo:EMMO_ec7464a9_d99d_45f8_965b_4e9230ea8356 a owl:Class ;
    rdfs:label "ManufacturedMaterial"@en ;
    rdfs:comment "A material that is obtained through a manufacturing process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ] ;
            owl:someValuesFrom emmo:EMMO_a4d66059_5dd3_4b90_b4cb_10960559441b ] ;
    owl:equivalentClass [ a owl:Class ;
            owl:intersectionOf ( emmo:EMMO_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad emmo:EMMO_b418c9ac_be7c_42d1_862c_64f655ced6c5 ) ] ;
    skos:altLabel "EngineeredMaterial"@en,
        "ProcessedMaterial"@en ;
    skos:prefLabel "ManufacturedMaterial"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A material that is obtained through a manufacturing process."@en .

emmo:EMMO_ec90a8f0_16bf_4f76_b378_ef69b587b426 a owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "hasImproperInteractionWith"@en ;
    rdfs:comment "An interaction that is the sum of direct causality relations between two entities that are not interpretable as fundamental physical interactions."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:subPropertyOf emmo:EMMO_a69a215c_4f4d_4729_a9c6_39302bbc5f77 ;
    skos:prefLabel "hasImproperInteractionWith"@en ;
    emmo: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 .

emmo:EMMO_ecc10f05_b301_4dcf_8c84_b6f511117234 a owl:Class ;
    rdfs:label "Gluing"@en ;
    rdfs:comment "Process for joining two (base) materials by means of an adhesive polymer material"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_6ab555fd_5803_4f03_82e8_127c01aabfea ;
    skos:altLabel "Kleben"^^xsd:string ;
    skos:prefLabel "Gluing"@en .

emmo:EMMO_ecc4efe9_77a2_47e3_8190_f9a883d54ac6 a owl:Class ;
    rdfs:label "ChemicalRepresentation"@en ;
    rdfs:comment "A representation of objects belonging to the chemistry field."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_eb7de1a1_c30e_4f0d_94c6_fe70414d7e61 ;
    skos:prefLabel "ChemicalRepresentation"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A representation of objects belonging to the chemistry field."^^xsd:string .

emmo:EMMO_ecf78412_f0ca_4368_9078_559ffe8935d3 a owl:Class ;
    rdfs:label "DeepDrawing"@en ;
    rdfs:comment "Forming of vessel parts from a flat mould into a three-dimensional shape by means of a press and tools, whereby material is neither removed nor added"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_2b4783a6_36ad_48c8_8f5d_fe7c05ad298b,
        emmo:EMMO_6fba4018_24bd_450c_abc3_354e2c7809c9 ;
    skos:altLabel "Tiefziehen"^^xsd:string ;
    skos:prefLabel "DeepDrawing"@en .

emmo:EMMO_ed7dd267_e2ee_4565_8117_e5c1eafa3e66 a owl:Class ;
    rdfs:label "ElectricCurrentPerTemperatureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricCurrentPerTemperature'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L0 M0 I+1 Θ-1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_edfa7d90_6b21_4669_b9b1_13c77de760eb a owl:Class ;
    rdfs:label "AntiNeutrinoType"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    rdfs:subClassOf emmo:EMMO_07bb613c_e8d0_425f_abcc_47c58b14704e ;
    owl:disjointUnionOf ( emmo:EMMO_2a0f30f5_bb26_4235_9d67_a6b22aca78e3 emmo:EMMO_60d13cae_ea44_4a71_9ca7_ba65f72836a4 emmo:EMMO_de5e558c_2066_4b1f_b888_e2503bcafee0 ) ;
    skos:prefLabel "AntiNeutrinoType"@en .

emmo:EMMO_ee518694_9a11_41e5_ada2_8c68c62c2993 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isGeneratedBy"@en ;
    rdfs:comment "The relation between a process P that proper overlaps an object O , where the non overapping part of P is caused by O."@en ;
    rdfs:domain emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    rdfs:subPropertyOf emmo:EMMO_eb3ffec6_3d69_4633_a3b1_088ad53cb00b ;
    skos:prefLabel "isGeneratedBy"@en ;
    emmo: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 .

emmo:EMMO_ee73c4f1_1405_44af_abf5_d06f2e71ed03 a owl:ObjectProperty ;
    rdfs:label "isReferentFor"@en ;
    rdfs:isDefinedBy emmo:EMMO_8fb6d667_f2af_482d_97a9_ec97cd81274d,
        <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_e1f718c7_27b6_49fa_af01_9ece7c79b654 ;
    skos:prefLabel "isReferentFor"@en .

emmo:EMMO_ee7ddcb8_ad8e_4ff7_a09f_889d8edf8f8b a owl:Class ;
    rdfs:label "DensityOfHeatFlowRate"@en ;
    rdfs:comment "At a fixed point in a medium, the direction of propagation of heat is opposite to the temperature gradient. At a point on the surface separating two media with different temperatures, the direction of propagation of heat is normal to the surface, from higher to lower temperatures."@en,
        "Vector quantity with magnitude equal to the heat flow rate dΦ through a surface element divided by the area dA of the element, and direction eφ in the direction of propagation of heat."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1,
        emmo:emmo_fd2aa864_eef7_4c3d_8243_9ea832d9df3e ;
    skos:altLabel "AreicHeatFlowRate"@en ;
    skos:prefLabel "DensityOfHeatFlowRate"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1478382"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-37"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-8"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Vector quantity with magnitude equal to the heat flow rate dΦ through a surface element divided by the area dA of the element, and direction eφ in the direction of propagation of heat."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.H02755"^^xsd:string .

emmo:EMMO_eeb06032_dd4f_476e_9da6_aa24302b7588 a owl:ObjectProperty ;
    rdfs:label "hasReferencePart"@en ;
    rdfs:comment "Relates a quantity to its reference unit through spatial direct parthood."@en ;
    rdfs:domain emmo:EMMO_f658c301_ce93_46cf_9639_4eace2c5d1d5 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:range emmo:EMMO_18ce5200_00f5_45bb_8c6f_6fb128cd41ae ;
    rdfs:subPropertyOf emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ;
    skos:prefLabel "hasReferencePart"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a quantity to its reference unit through spatial direct parthood."@en .

emmo:EMMO_ef2d83f4_1f8a_4c11_aa62_1ea7a0cbd837 a owl:ObjectProperty ;
    rdfs:label "isIconFor"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_82a96de2_41aa_4bf7_b7ac_de1373d50160 ;
    skos:prefLabel "isIconFor"@en .

emmo:EMMO_f02b58a5-8f1e-5d72-a261-8fe5ad2fbb4b a owl:Class ;
    rdfs:label "VanadiumAtom"@en ;
    rdfs:comment "Atom subclass for vanadium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 23 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 50.9415 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "VanadiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for vanadium."@en .

emmo:EMMO_f09e1d0a_07ce_4121_8c89_5bd67b7e8116 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "contributesTo"@en ;
    rdfs:comment "The relation between a process P1 that through overlaps a process P2."@en ;
    rdfs:domain emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ;
    rdfs:subPropertyOf emmo:EMMO_29e45c39_cc99_43f8_a545_f329f622f551 ;
    skos:prefLabel "contributesTo"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/dev/doc/figs/contributesTo.png"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process P1 that through overlaps a process P2."@en .

emmo:EMMO_f1025834_0cd2_42a1_bfeb_13bec41c8655 a owl:Class ;
    rdfs:label "CrystallineMaterial"@en ;
    rdfs:comment "Suggestion of Rickard Armiento"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_f00fb163_48c9_4c59_b6c2_4205c082aa54 ;
    skos:prefLabel "CrystallineMaterial"@en .

emmo:EMMO_f13672a3_59cc_40ed_8def_65009a8f74e6 a owl:Class ;
    rdfs:label "AntiMatter"@en ;
    rdfs:comment "Antimatter is matter that is composed only of the antiparticles of those that constitute ordinary matter."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf emmo:EMMO_43d0bb2c_bb0e_4312_a0de_084c29ff7f9e ;
    skos:prefLabel "AntiMatter"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Antimatter is matter that is composed only of the antiparticles of those that constitute ordinary matter."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "This branch is not expanded due to the limited use of such entities."@en .

emmo:EMMO_f1503598_03af_4fec_a860_ebc77aa92832 a owl:ObjectProperty ;
    rdfs:label "isSpatialPartOf"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:range emmo:EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac ;
    rdfs:subPropertyOf emmo:EMMO_2332d7a4_2fbe_4a36_a10f_5c8efcce29d6 ;
    owl:propertyDisjointWith emmo:EMMO_f37fc69b_d6fd_44de_9c66_3c70b2efb7f4 ;
    skos:prefLabel "isSpatialPartOf"@en .

emmo:EMMO_f1be7d92_c57d_4698_a0ba_968130a3f9e1 a owl:Class ;
    rdfs:label "SpecificGasConstant"@en ;
    rdfs:comment "Quotient of the Boltzmann constant and the mass m."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "SpecificGasConstant"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q94372268"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-26"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of the Boltzmann constant and the mass m."@en .

emmo:EMMO_f22abf74_4538_4f50_ab85_09908cdda707 a owl:ObjectProperty ;
    rdfs:label "hasStage"@en ;
    rdfs:domain emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_a633c6f8_4269_4870_9b28_f5ca1783fd54 ;
    rdfs:subPropertyOf emmo:EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ;
    skos:prefLabel "hasStage"@en .

emmo:EMMO_f2c1a072_4ccb_46c4_a0f8_ac801d328d0f a owl:Class ;
    rdfs:label "SquareTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'SquareTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+2 L0 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_f2d4c89a-c354-5e4c-9cdb-f2de932e294f a owl:Class ;
    rdfs:label "LivermoriumAtom"@en ;
    rdfs:comment "Atom subclass for livermorium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 293.204 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 116 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "LivermoriumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for livermorium."@en .

emmo:EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 a owl:Class ;
    rdfs:label "MeasuringInstrument"@en ;
    rdfs:comment "A measuring instrument that can be used alone is a measuring system."@en,
        """Device used for making measurements, alone or in conjunction with one or more supplementary devices.

-- VIM"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf emmo:EMMO_9be5fcc4_0d8b_481d_b984_6338d4b55588 ;
    skos:prefLabel "MeasuringInstrument"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Device used for making measurements, alone or in conjunction with one or more supplementary devices.

-- VIM"""@en ;
    emmo:EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "measuring instrument"@en .

emmo:EMMO_f4fee945-1d4a-5158-b0ca-eaef9ad40502 a owl:Class ;
    rdfs:label "ZincAtom"@en ;
    rdfs:comment "Atom subclass for zinc."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 65.38 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 30 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "ZincAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for zinc."@en .

emmo:EMMO_f5655090_2266_41cb_b2e9_3b4569c45731 a owl:Class ;
    rdfs:label "Planing"@en ;
    rdfs:comment "Type of scratching behaviour where the scratching force and the (displacement) deflection of the scratching tip are constant over the scratching distance during the test."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_bfce8136_8f58_4ea5_ab3a_1734170c5d92 ;
    skos:altLabel "Hobeln"^^xsd:string ;
    skos:prefLabel "Planing"@en .

emmo:EMMO_f68858dd_64f4_4877_b7fb_70d04fbe5bab a owl:Class ;
    rdfs:label "ConstitutiveProcess"@en ;
    rdfs:comment "A process which is a spatial part of an object."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_e3850f08_8e79_454b_9d83_c517cab42857 ] ;
            owl:someValuesFrom emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ],
        emmo:EMMO_846b637b_7b12_47a1_9430_0274b2f588ac ;
    skos:example "Blood circulation in a human body."@en ;
    skos:prefLabel "ConstitutiveProcess"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process which is a spatial part of an object."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A constitutive process is a process that is holistically relevant for the definition of the whole."@en .

emmo:EMMO_f6fac54d_6b6d_4255_b217_4363a83f1834 a owl:Class ;
    rdfs:label "TemperaturePerMagneticFluxDensityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'TemperaturePerMagneticFluxDensity'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+2 L0 M-1 I+1 Θ+1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_f702bad4_fc77_41f0_a26d_79f6444fd4f3 a owl:ObjectProperty ;
    rdfs:label "isDescriptionFor"@en ;
    rdfs:comment "A semiotic relation that connects a description to a declared semiotic objec in a declaration process."@en ;
    rdfs:domain emmo:EMMO_35d4c439_fcb6_4399_a855_a89a207b41e9 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_55375713_8f92_473b_a688_b7fcc14f7797 ;
    skos:prefLabel "isDescriptionFor"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation that connects a description to a declared semiotic objec in a declaration process."@en .

emmo:EMMO_f7ed665b_c2e1_42bc_889b_6b42ed3a36f0 a owl:Class ;
    rdfs:label "MathematicalModel"@en ;
    rdfs:comment """A mathematical model can be defined as a description of a system using mathematical concepts and language to facilitate proper explanation of a system or to study the effects of different components and to make predictions on patterns of behaviour.

Abramowitz and Stegun, 1968"""@en,
        "An analogical icon expressed in mathematical language."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    owl:equivalentClass [ a owl:Class ;
            owl:intersectionOf ( emmo:EMMO_4f2d1fcc_e20c_4479_9ad7_7a0480dd3e44 emmo:EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 ) ] ;
    skos:prefLabel "MathematicalModel"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An analogical icon expressed in mathematical language."@en .

emmo:EMMO_f8e436fb_61ed_4512_a5a5_bee90f0cec2f a owl:Class ;
    rdfs:label "ZBoson"@en ;
    rdfs:comment "An uncharged vector boson that mediate the weak interaction."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:altLabel "NeutralWeakBoson"@en ;
    skos:prefLabel "ZBoson"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An uncharged vector boson that mediate the weak interaction."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Z bosons are their own antiparticles."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/W_and_Z_bosons"^^xsd:string .

emmo:EMMO_f90da1f3-eb4c-54c4-b5d9-cf00fef180a1 a owl:Class ;
    rdfs:label "AmericiumAtom"@en ;
    rdfs:comment "Atom subclass for americium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 243.06138 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 95 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "AmericiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for americium."@en .

emmo:EMMO_f9125b67-8798-5595-9db3-ffc1840c9947 a owl:Class ;
    rdfs:label "CoperniciumAtom"@en ;
    rdfs:comment "Atom subclass for copernicium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 285.177 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 112 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "CoperniciumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for copernicium."@en .

emmo:EMMO_fb1e757e_087e_4541_847f_392990643f64 a owl:Class ;
    rdfs:label "LatentHeat"@en ;
    rdfs:comment "Heat released or absorbed energy during a constant-temperature process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_12d4ba9b_2f89_4ea3_b206_cd376f96c875,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "LatentHeat"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q207721"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-6.2"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Heat released or absorbed energy during a constant-temperature process."@en .

emmo:EMMO_fbc2549b_9108_467a_a573_de48eb45cc4a a owl:Class ;
    rdfs:label "Ronto"@en ;
    rdfs:comment "SI prefix who's value is 1e-27."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-27 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        [ a owl:Restriction ;
            owl:hasValue "r"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_48fc9480_78c3_4c81_a126_019df20d58d9 ;
    skos:prefLabel "Ronto"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e-27."@en .

emmo:EMMO_fbcc3aad_c58a_4185_bcc9_859db779b226 a owl:Class ;
    rdfs:label "TightlyCoupledModelsSimulation"@en ;
    rdfs:comment "A simulation in which more than one model are solved together with a coupled method."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_02c4890b_aef3_4173_9669_94d1f6baf611 ;
    skos:example "Solving within the same linear system the discretised form of the pressure and momentum equation for a fluid, using the ideal gas law as material relation for connecting pressure to density."@en ;
    skos:prefLabel "TightlyCoupledModelsSimulation"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A simulation in which more than one model are solved together with a coupled method."@en .

emmo:EMMO_fbfd4b93-12ee-5a15-8377-d4c54635b5de a owl:Class ;
    rdfs:label "ScandiumAtom"@en ;
    rdfs:comment "Atom subclass for scandium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 44.955908 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 21 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "ScandiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for scandium."@en .

emmo:EMMO_fc47b76f_ad01_4cd0_8fc6_55532000e7c8 a owl:Class ;
    rdfs:label "UpQuarkType"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_0a3f04a6_ba3a_49d9_99da_08b0e26f51f0 emmo:EMMO_1ea2f3fc_da94_4685_99b4_352922fbc461 emmo:EMMO_a589e6b8_2f5b_4118_8522_cdc4c89578dc ) ;
    skos:prefLabel "UpQuarkType"@en .

emmo:EMMO_fc86c700_ccea_441c_b628_ad236f030fe6 a owl:Class ;
    rdfs:label "FromWorkPIecetoWorkPiece"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_dd4b7d81_28a9_4801_8831_4cbab217e362 ;
    skos:prefLabel "FromWorkPIecetoWorkPiece"@en .

emmo:EMMO_fd03c660-7b3b-5451-9d78-bc48836e1cc6 a owl:Class ;
    rdfs:label "HolmiumAtom"@en ;
    rdfs:comment "Atom subclass for holmium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 164.93033 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 67 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "HolmiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for holmium."@en .

emmo:EMMO_fd4a6307_f9f7_4b54_b044_caa04e620232 a owl:Class ;
    rdfs:label "LowerCriticalMagneticFluxDensity"@en ;
    rdfs:comment "For type II superconductors, the threshold magnetic flux density for magnetic flux entering the superconductor."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_961d1aba_f75e_4411_aaa4_457f7516ed6b,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 ;
    skos:prefLabel "LowerCriticalMagneticFluxDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/LowerCriticalMagneticFluxDensity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q106127355"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12-36.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "For type II superconductors, the threshold magnetic flux density for magnetic flux entering the superconductor."@en .

emmo:EMMO_fd6559e8_ef94_460c_9dfc_bad5c68d63b4 a owl:Class ;
    rdfs:label "GaugeBoson"@en ;
    rdfs:comment "A bosonic elementary particle that mediates interactions among elementary fermions, and thus acts as a force carrier."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_1dcc2b31_7ff4_49ed_a1bc_6e4c055c951c emmo:EMMO_25f8b804_9a0b_4387_a3e7_b35bce5365ee emmo:EMMO_7db59e56_f68b_48b7_ae99_891c35ae5c3b ) ;
    skos:prefLabel "GaugeBoson"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A bosonic elementary particle that mediates interactions among elementary fermions, and thus acts as a force carrier."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "All known gauge bosons have a spin of 1 and are hence also vector bosons."@en,
        "Gauge bosons can carry any of the four fundamental interactions of nature."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Gauge_boson"^^xsd:string .

emmo:EMMO_fd99c17e-6385-5b97-a20c-eddffdd56837 a owl:Class ;
    rdfs:label "RadonAtom"@en ;
    rdfs:comment "Atom subclass for radon."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 86 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 222.01758 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "RadonAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for radon."@en .

emmo:EMMO_fe1b173e_b3ce_403d_9d90_230a334eebf9 a owl:Class ;
    rdfs:label "UnintentionalAgent"@en ;
    rdfs:comment "An agent that is driven by the law of physics rather than the intention to reach a defined objective."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/agency#> ;
    rdfs:subClassOf emmo:EMMO_2480b72b_db8d_460f_9a5f_c2912f979046 ;
    skos:example "A catalyst."@en ;
    skos:prefLabel "UnintentionalAgent"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An agent that is driven by the law of physics rather than the intention to reach a defined objective."@en .

emmo:EMMO_febf1178_c74b_4d6d_816c_591ac2ee3530 a owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "hasImproperIndirectInteraction"@en ;
    rdfs:comment "The relation between two causally reachable entities through a path with at least one hasNonSpatialContactWith relation (i.e. non representing physical interactions)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:subPropertyOf emmo:EMMO_113087fa_8354_49d1_9625_5f36698d3298 ;
    skos:prefLabel "hasImproperIndirectInteraction"@en ;
    emmo: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 .

emmo:EMMO_ff010476_5153_422b_99ad_0cd59b226892 a owl:Class ;
    rdfs:label "DownQuarkType"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_22a6f189_7ad7_424d_af15_5efe002c1365 emmo:EMMO_a4edc1d4_bb38_4897_ba1e_f87e7aa31c5b emmo:EMMO_d37eeb84_895f_4c30_bf60_387b3314a1a6 ) ;
    skos:prefLabel "DownQuarkType"@en .

emmo:EMMO_ff4e0ff1-a3ea-5c59-82dc-75f0abad66eb a owl:Class ;
    rdfs:label "FluorineAtom"@en ;
    rdfs:comment "Atom subclass for fluorine."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 18.998403163 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        [ a owl:Restriction ;
            owl:hasValue 9 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "FluorineAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for fluorine."@en .

emmo:EMMO_ff5e8306-8e33-5305-84aa-d99055d34e0c a owl:Class ;
    rdfs:label "MagnesiumAtom"@en ;
    rdfs:comment "Atom subclass for magnesium."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 12 ;
            owl:onProperty emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f ],
        [ a owl:Restriction ;
            owl:hasValue 24.305 ;
            owl:onProperty emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 ],
        emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "MagnesiumAtom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atom subclass for magnesium."@en .

emmo:EMMO_ffbacbc4_c3be_4cc5_9539_94344e72f7a6 a owl:Class ;
    rdfs:label "SquarePressurePerSquareTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'SquarePressurePerSquareTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-6 L-2 M+2 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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 .

emmo:EMMO_ffd65547_6a7e_499d_826a_cee9e7d669fd a owl:Class ;
    rdfs:label "GreenAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_29836ff7_d416_49ae_b76b_f367c326b107 emmo:EMMO_4a465306_cb91_4458_a94a_2d0584d9aa95 emmo:EMMO_88ca735d_af0e_4773_b769_9c9bc6f8f91c emmo:EMMO_ab5ba485_7c16_4c9e_b65e_4cb7560f8e8c emmo:EMMO_ab922466_6333_4f13_91e6_03c3cad13ed8 emmo:EMMO_fbf354a6_a466_4467_9473_a90b68f5d032 ) ;
    skos:prefLabel "GreenAntiQuark"@en .

emmo:Exbi a owl:Class ;
    rdfs:label "Exbi"@en ;
    rdfs:comment "Binary SI prefix who's value is 2**60."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Ei"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1.152922e+18 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_640ea55c_e9a7_4f23_8aae_5bb4ba867f30 ;
    skos:prefLabel "Exbi"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Binary SI prefix who's value is 2**60."@en .

emmo:Gauss a owl:Class ;
    rdfs:label "Gauss"@en ;
    rdfs:comment """The gauss, abbreviated as G, is the cgs unit of measurement of a magnetic field B, which is also known as the "magnetic flux density" or the "magnetic induction".  One gauss is defined as one maxwell per square centimeter; it equals 10⁻⁴ tesla (or 100 micro T). The Gauss is identical to maxwells per square centimetre; technically defined in a three-dimensional system, it corresponds in the SI, with its extra base unit the ampere. The gauss is quite small by earthly standards, 1 Gs being only about four times Earth's flux density, but it is subdivided, with 1 gauss = 105 gamma. This unit of magnetic induction is also known as the `abtesla`.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-526?rskey=HAbfz2"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5 ;
    skos:altLabel "Gs"@en ;
    skos:prefLabel "Gauss"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GAUSS"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "G"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Gs"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The gauss, abbreviated as G, is the cgs unit of measurement of a magnetic field B, which is also known as the "magnetic flux density" or the "magnetic induction".  One gauss is defined as one maxwell per square centimeter; it equals 10⁻⁴ tesla (or 100 micro T). The Gauss is identical to maxwells per square centimetre; technically defined in a three-dimensional system, it corresponds in the SI, with its extra base unit the ampere. The gauss is quite small by earthly standards, 1 Gs being only about four times Earth's flux density, but it is subdivided, with 1 gauss = 105 gamma. This unit of magnetic induction is also known as the `abtesla`.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Gauss_(unit)"^^xsd:string .

emmo:Gibi a owl:Class ;
    rdfs:label "Gibi"@en ;
    rdfs:comment "Binary SI prefix who's value is 2**30."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Gi"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1.073742e+09 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_640ea55c_e9a7_4f23_8aae_5bb4ba867f30 ;
    skos:prefLabel "Gibi"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Binary SI prefix who's value is 2**30."@en .

emmo:GramPerHour a owl:Class ;
    rdfs:label "GramPerHour"@en ;
    rdfs:comment """0,001-fold of the SI base unit kilogram divided by the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.777778e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the unit hour

-- QUDT"""@en .

emmo:GramPerMetre a owl:Class ;
    rdfs:label "GramPerMetre"@en ;
    rdfs:comment """0,001-fold of the SI base unit kilogram divided by the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Gram Per Metre"@en ;
    skos:prefLabel "GramPerMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the SI base unit metre

-- QUDT"""@en .

emmo:GramPerMinute a owl:Class ;
    rdfs:label "GramPerMinute"@en ;
    rdfs:comment """0,001-fold of the SI base unit kilogram divided by the unit minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.666667e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the unit minute

-- QUDT"""@en .

emmo:GramPerSecond a owl:Class ;
    rdfs:label "GramPerSecond"@en ;
    rdfs:comment """0,001fold of the SI base unit kilogram divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c ;
    skos:altLabel "Gram Per Second"@en ;
    skos:prefLabel "GramPerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001fold of the SI base unit kilogram divided by the SI base unit second

-- QUDT"""@en .

emmo:GramPerSquareMetre a owl:Class ;
    rdfs:label "GramPerSquareMetre"@en ;
    rdfs:comment """0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 ;
    skos:altLabel "Gram Per Square Metre"@en ;
    skos:prefLabel "GramPerSquareMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.m-2"^^xsd:string,
        "g/m2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2

-- QUDT"""@en .

emmo:HenryPerMetre a owl:Class ;
    rdfs:label "HenryPerMetre"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "H.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "H/m"^^xsd:string ;
    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.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Henry?oldid=491435978"^^xsd:string .

emmo:HertzPerKelvin a owl:Class ;
    rdfs:label "HertzPerKelvin"@en ;
    rdfs:comment """`Hertz per Kelvin` is a unit for 'Inverse Time Temperature' expressed as Hz K⁻¹.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_6bcf334d_efeb_49f8_9dd0_dbcbb31514d3 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Hz.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Hz/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Hertz per Kelvin` is a unit for 'Inverse Time Temperature' expressed as Hz K⁻¹.

-- QUDT"""@en .

emmo:HertzPerTesla a owl:Class ;
    rdfs:label "HertzPerTesla"@en ;
    rdfs:comment """"Hertz per Tesla" is a unit for  'Electric Charge Per Mass' expressed as Hz T⁻¹.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Hz.T-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Hz/T"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Hertz per Tesla" is a unit for  'Electric Charge Per Mass' expressed as Hz T⁻¹.

-- QUDT"""@en .

emmo:Inch a owl:Class ;
    rdfs:label "Inch"@en ;
    rdfs:comment """An inch is the name of a unit of length in a number of different systems, including Imperial units, and United States customary units. There are 36 inches in a yard and 12 inches in a foot. Corresponding units of area and volume are the square inch and the cubic inch.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.54e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:prefLabel "Inch"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/IN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[in_i]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "in"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An inch is the name of a unit of length in a number of different systems, including Imperial units, and United States customary units. There are 36 inches in a yard and 12 inches in a foot. Corresponding units of area and volume are the square inch and the cubic inch.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Inch?oldid=492522790"^^xsd:string .

emmo:JoulePerCubicMetre a owl:Class ;
    rdfs:label "JoulePerCubicMetre"@en ;
    rdfs:comment """`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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m-3"^^xsd:string,
        "J/m3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/m³"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:JoulePerKilogramKelvin a owl:Class ;
    rdfs:label "JoulePerKilogramKelvin"^^xsd:string ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73 ;
    skos:altLabel "Joule per Kilogram Kelvin"@en ;
    skos:prefLabel "JoulePerKilogramKelvin"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-KiloGM-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.kg-1.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/(kg⋅K)"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:JoulePerMole a owl:Class ;
    rdfs:label "JoulePerMole"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f,
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.mol-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/mol"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:JoulePerSecond a owl:Class ;
    rdfs:label "JoulePerSecond"@en ;
    rdfs:comment """SI derived unit joule divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit joule divided by the SI base unit second

-- QUDT"""@en .

emmo:JoulePerSquareMetre a owl:Class ;
    rdfs:label "JoulePerSquareMetre"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.m-2"^^xsd:string,
        "J/m2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/m²"^^xsd:string ;
    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 .

emmo:JouleSecond a owl:Class ;
    rdfs:label "JouleSecond"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a ;
    skos:altLabel "Joule Second"@en ;
    skos:prefLabel "JouleSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J⋅s"^^xsd:string ;
    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 .

emmo:Katal a owl:Class ;
    rdfs:label "Katal"@en ;
    rdfs:comment "SI unit for catalytic activity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "kat"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723,
        emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ;
    skos:prefLabel "Katal"@en ;
    schema:unitCode "KAT"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KAT"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kat"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Katal"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI unit for catalytic activity."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Katal?oldid=486431865"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.K03372"^^xsd:string .

emmo:Kelvin a owl:Class ;
    rdfs:label "Kelvin"@en ;
    rdfs:comment "The kelvin, symbol K, is the SI unit of thermodynamic temperature. It is defined by taking the fixed numerical value of the Boltzmann constant k to be 1.380649×10−23 when expressed in the unit J K−1, which is equal to kg m2 s−2 K−1, where the kilogram, metre and second are defined in terms of h, c and ∆νCs."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "K"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_3a185e6c_9e19_4776_b583_19c978156aa0,
        emmo:EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e ;
    skos:prefLabel "Kelvin"@en ;
    schema:unitCode "KEL"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Kelvin"^^xsd:anyURI ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The kelvin, symbol K, is the SI unit of thermodynamic temperature. It is defined by taking the fixed numerical value of the Boltzmann constant k to be 1.380649×10−23 when expressed in the unit J K−1, which is equal to kg m2 s−2 K−1, where the kilogram, metre and second are defined in terms of h, c and ∆νCs."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Kelvin?oldid=495075694"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.K03374"^^xsd:string .

emmo:Kibi a owl:Class ;
    rdfs:label "Kibi"@en ;
    rdfs:comment "Binary SI prefix who's value is 2**10."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Ki"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1.024e+03 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_640ea55c_e9a7_4f23_8aae_5bb4ba867f30 ;
    skos:prefLabel "Kibi"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Binary SI prefix who's value is 2**10."@en .

emmo:Kilogram a owl:Class ;
    rdfs:label "Kilogram"@en ;
    rdfs:comment "The kilogram, symbol kg, is the SI unit of mass. It is defined by taking the fixed numerical value of the Planck constant h to be 6.62607015×10−34 when expressed in the unit J s, which is equal to kg m2 s−1, where the metre and the second are defined in terms of c and ∆νCs."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "kg"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_3a185e6c_9e19_4776_b583_19c978156aa0,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa ;
    skos:altLabel "Kilogram"@en ;
    skos:prefLabel "Kilogram"@en ;
    schema:unitCode "KGM"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Kilogram"^^xsd:anyURI ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The kilogram, symbol kg, is the SI unit of mass. It is defined by taking the fixed numerical value of the Planck constant h to be 6.62607015×10−34 when expressed in the unit J s, which is equal to kg m2 s−1, where the metre and the second are defined in terms of c and ∆νCs."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Kilogram?oldid=493633626"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.K03391"^^xsd:string .

emmo:LitrePerDay a owl:Class ;
    rdfs:label "LitrePerDay"@en ;
    rdfs:comment """unit litre divided by the unit day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.157407e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Litre Per Day"@en ;
    skos:prefLabel "LitrePerDay"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.d-1"^^xsd:string,
        "L/d"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit litre divided by the unit day

-- QUDT"""@en .

emmo:LitrePerKelvin a owl:Class ;
    rdfs:label "LitrePerKelvin"@en ;
    rdfs:comment """unit litre divided by the SI base unit kelvin

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_85d72920_708d_4eb9_89ce_8a588b0ce66d,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Litre Per Kelvin"@en ;
    skos:prefLabel "LitrePerKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.K-1"^^xsd:string,
        "L/K"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit litre divided by the SI base unit kelvin

-- QUDT"""@en .

emmo:LitrePerKilogram a owl:Class ;
    rdfs:label "LitrePerKilogram"^^xsd:string ;
    rdfs:comment """unit of the volume litre divided by the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Litre Per Kilogram"@en ;
    skos:prefLabel "LitrePerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.kg-1"^^xsd:string,
        "L/kg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume litre divided by the SI base unit kilogram

-- QUDT"""@en .

emmo:LitrePerLitre a owl:Class ;
    rdfs:label "LitrePerLitre"@en ;
    rdfs:comment """volume ratio consisting of the unit litre divided by the unit litre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Litre Per Litre"@en ;
    skos:prefLabel "LitrePerLitre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.L-1"^^xsd:string,
        "L/L"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/L"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """volume ratio consisting of the unit litre divided by the unit litre

-- QUDT"""@en .

emmo:LitrePerMinute a owl:Class ;
    rdfs:label "LitrePerMinute"@en ;
    rdfs:comment """unit litre divided by the unit minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.666667e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Litre Per Minute"@en ;
    skos:prefLabel "LitrePerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.min-1"^^xsd:string,
        "L/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit litre divided by the unit minute

-- QUDT"""@en .

emmo:LitrePerSecond a owl:Class ;
    rdfs:label "LitrePerSecond"@en ;
    rdfs:comment """unit litre divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Litre Per Second"@en ;
    skos:prefLabel "LitrePerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.s-1"^^xsd:string,
        "L/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit litre divided by the SI base unit second

-- QUDT"""@en .

emmo:Lumen a owl:Class ;
    rdfs:label "Lumen"@en ;
    rdfs:comment "SI unit for luminous flux."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "lm"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_14ff4393_0f28_4fb4_abc7_c2cc00bc761d,
        emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ;
    skos:prefLabel "Lumen"@en ;
    schema:unitCode "LUM"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "lm"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Lumen"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI unit for luminous flux."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The SI unit for measuring the flux of light being produced by a light source or received by a surface. The intensity of a light source is measured in candelas. One lumen represents the total flux of light emitted, equal to the intensity in candelas multiplied by the solid angle in steradians into which the light is emitted. A full sphere has a solid angle of 4·π steradians. A light source that uniformly radiates one candela in all directions has a total luminous flux of 1 cd·4π sr = 4π cd·sr ≈ 12.57 lumens. "Lumen" is a Latin word for light.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Lumen_(unit)"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.L03639"^^xsd:string .

emmo:Lux a owl:Class ;
    rdfs:label "Lux"@en ;
    rdfs:comment "SI unit for illuminance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "lx"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e,
        emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ;
    skos:prefLabel "Lux"@en ;
    schema:unitCode "LUX"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LUX"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "lx"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Lux"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI unit for illuminance."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau·steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Lux?oldid=494700274"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.L03651"^^xsd:string .

emmo:Mebi a owl:Class ;
    rdfs:label "Mebi"@en ;
    rdfs:comment "Binary SI prefix who's value is 2**20."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.048576e+06 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        [ a owl:Restriction ;
            owl:hasValue "Mi"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_640ea55c_e9a7_4f23_8aae_5bb4ba867f30 ;
    skos:prefLabel "Mebi"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Binary SI prefix who's value is 2**20."@en .

emmo:MetrePerMinute a owl:Class ;
    rdfs:label "MetrePerMinute"@en ;
    rdfs:comment """Meter Per Minute (m/min) is a unit in the category of Velocity. It is also known as meter/minute, meters per minute, metre per minute, metres per minute. Meter Per Minute (m/min) has a dimension of LT-1 where L is length, and T is time. It can be converted to the corresponding standard SI unit m/s by multiplying its value by a factor of 0.016666666666

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1.666667e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Metre per Minute"@en ;
    skos:prefLabel "MetrePerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.min-1"^^xsd:string,
        "m/min"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Meter Per Minute (m/min) is a unit in the category of Velocity. It is also known as meter/minute, meters per minute, metre per minute, metres per minute. Meter Per Minute (m/min) has a dimension of LT-1 where L is length, and T is time. It can be converted to the corresponding standard SI unit m/s by multiplying its value by a factor of 0.016666666666

-- QUDT"""@en .

emmo:MetrePerSquareSecond a owl:Class ;
    rdfs:label "MetrePerSquareSecond"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.s-2"^^xsd:string,
        "m/s2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/s²"^^xsd:string ;
    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`.

-- QUDT"""@en .

emmo:MolPerKilogram a owl:Class ;
    rdfs:label "MolePerKilogram"@en ;
    rdfs:comment """Mole Per Kilogram (mol/kg) is a unit of Molality

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_95971713_d589_4002_a5a7_affc5c74cfdb ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.kg-1"^^xsd:string,
        "mol/kg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Mole Per Kilogram (mol/kg) is a unit of Molality

-- QUDT"""@en .

emmo:MolePerCubicMetrePerSecond a owl:Class ;
    rdfs:label "MolePerCubicMetrePerSecond"^^xsd:string ;
    rdfs:comment """SI unit of quantity of matter per SI unit volume per SI unit of time.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 ;
    skos:altLabel "Moles per cubic metre per second"@en ;
    skos:prefLabel "MolePerCubicMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M3-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-3.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(m³⋅s)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI unit of quantity of matter per SI unit volume per SI unit of time.

-- QUDT"""@en .

emmo:MolePerGramPerHour a owl:Class ;
    rdfs:label "MolePerGramPerHour"^^xsd:string ;
    rdfs:comment """SI unit of the quantity of matter per SI unit of mass per unit of time expressed in hour.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.777778e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Moles per gram per hour"@en ;
    skos:prefLabel "MolePerGramPerHour"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-GM-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.g-1.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(g⋅h)"^^xsd:string ;
    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 .

emmo:MolePerHour a owl:Class ;
    rdfs:label "MolePerHour"@en ;
    rdfs:comment """SI base unit mole divided by the unit for time hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.77778e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec,
        emmo:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 ;
    skos:altLabel "Mole Per Hour"@en ;
    skos:prefLabel "MolePerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit mole divided by the unit for time hour

-- QUDT"""@en .

emmo:MolePerMinute a owl:Class ;
    rdfs:label "MolePerMinute"@en ;
    rdfs:comment """SI base unit mole divided by the unit for time minute

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.666667e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec,
        emmo:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 ;
    skos:altLabel "Mole Per Minute"@en ;
    skos:prefLabel "MolePerMinute"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-MIN"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.min-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/min"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit mole divided by the unit for time minute

-- QUDT"""@en .

emmo:MolePerSquareMetrePerSecond a owl:Class ;
    rdfs:label "MolePerSquareMetrePerSecond"^^xsd:string ;
    rdfs:comment """SI unit of quantity of matter per SI unit area per SI unit of time.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 ;
    skos:altLabel "Moles per square metre per second"@en ;
    skos:prefLabel "MolePerSquareMetrePerSecond"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M2-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-2.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(m²⋅s)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI unit of quantity of matter per SI unit area per SI unit of time.

-- QUDT"""@en .

emmo:NewtonPerMetre a owl:Class ;
    rdfs:label "NewtonPerMetre"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.m-1"^^xsd:string,
        "N/m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/m"^^xsd:string ;
    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 .

emmo:NewtonSquareMetre a owl:Class ;
    rdfs:label "NewtonSquareMetre"@en ;
    rdfs:comment "Newton square metre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_cb77e107_43ed_4a97_bf39_03b3587404d3 ;
    skos:prefLabel "NewtonSquareMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Newton square metre."@en .

emmo:PascalPerHour a owl:Class ;
    rdfs:label "PascalPerHour"@en ;
    rdfs:comment """A rate of change of pressure measured as the number of Pascals in a period of one hour.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.777778e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec,
        emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c ;
    skos:altLabel "Pascal per Hour"@en ;
    skos:prefLabel "PascalPerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.h-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A rate of change of pressure measured as the number of Pascals in a period of one hour.

-- QUDT"""@en .

emmo:PascalSecond a owl:Class ;
    rdfs:label "PascalSecond"@en ;
    rdfs:comment """The SI unit of dynamic viscosity, equal to 10 poises or 1000 centipoises.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7 ;
    skos:altLabel "Pascal Second"@en ;
    skos:prefLabel "PascalSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of dynamic viscosity, equal to 10 poises or 1000 centipoises.

-- QUDT"""@en .

emmo:PascalSecondPerBar a owl:Class ;
    rdfs:label "PascalSecondPerBar"@en ;
    rdfs:comment """product out of the SI derived unit pascal and the SI base unit second divided by the unit bar

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pascal Second Per Bar"@en ;
    skos:prefLabel "PascalSecondPerBar"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-SEC-PER-BAR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.s.bar-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅s/bar"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product out of the SI derived unit pascal and the SI base unit second divided by the unit bar

-- QUDT"""@en .

emmo:PascalSquareRootMeter a owl:Class ;
    rdfs:label "PascalSquareRootMeter"@en ;
    rdfs:comment """A metric unit for stress intensity factor and fracture toughness.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa ;
    skos:altLabel "Pascal Square Root Meter"@en ;
    skos:prefLabel "PascalSquareRootMeter"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-M0pt5"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa√m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A metric unit for stress intensity factor and fracture toughness.

-- QUDT"""@en .

emmo:Pebi a owl:Class ;
    rdfs:label "Pebi"@en ;
    rdfs:comment "Binary SI prefix who's value is 2**50."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Pi"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1.1259e+15 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_640ea55c_e9a7_4f23_8aae_5bb4ba867f30 ;
    skos:prefLabel "Pebi"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Binary SI prefix who's value is 2**50."@en .

emmo:Poise a owl:Class ;
    rdfs:label "Poise"@en ;
    rdfs:comment """The poise is the unit of dynamic viscosity in the centimetre gram second system of units. It is named after Jean Louis Marie Poiseuille.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Poise"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/POISE"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "P"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "P"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The poise is the unit of dynamic viscosity in the centimetre gram second system of units. It is named after Jean Louis Marie Poiseuille.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Poise?oldid=487835641"^^xsd:string .

emmo:PoisePerBar a owl:Class ;
    rdfs:label "PoisePerBar"@en ;
    rdfs:comment """CGS unit poise divided by the unit bar

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Poise Per Bar"@en ;
    skos:prefLabel "PoisePerBar"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/POISE-PER-BAR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "P.bar-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "P/bar"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """CGS unit poise divided by the unit bar

-- QUDT"""@en .

emmo:PoundForcePerSquareInch a owl:Class ;
    rdfs:label "PoundForcePerSquareInch"@en ;
    rdfs:comment """"Pound Force per Square Inch" is an Imperial unit for  'Force Per Area' expressed as psia.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.894758e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound Force per Square Inch"@en ;
    skos:prefLabel "PoundForcePerSquareInch"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB_F-PER-IN2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lbf_av].[sin_i]-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "psia"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Pound Force per Square Inch" is an Imperial unit for  'Force Per Area' expressed as psia.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Pounds_per_square_inch?oldid=485678341"^^xsd:string .

emmo:Rad a owl:Class ;
    rdfs:label "Rad"@en ;
    rdfs:comment """The rad is a deprecated unit of absorbed radiation dose, defined as 1 rad = 0.01 Gy = 0.01 J/kg. It was originally defined in CGS units in 1953 as the dose causing 100 ergs of energy to be absorbed by one gram of matter. It has been replaced by the gray in most of the world. A related unit, the roentgen, was formerly used to quantify the number of rad deposited into a target when it was exposed to radiation. The F-factor can used to convert between rad and roentgens. The material absorbing the radiation can be human tissue or silicon microchips or any other medium (for example, air, water, lead shielding, etc.).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Rad"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD_R"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "RAD"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The rad is a deprecated unit of absorbed radiation dose, defined as 1 rad = 0.01 Gy = 0.01 J/kg. It was originally defined in CGS units in 1953 as the dose causing 100 ergs of energy to be absorbed by one gram of matter. It has been replaced by the gray in most of the world. A related unit, the roentgen, was formerly used to quantify the number of rad deposited into a target when it was exposed to radiation. The F-factor can used to convert between rad and roentgens. The material absorbing the radiation can be human tissue or silicon microchips or any other medium (for example, air, water, lead shielding, etc.).

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/RAD?oldid=493716376"^^xsd:string .

emmo:Steradian a owl:Class ;
    rdfs:label "Steradian"@en ;
    rdfs:comment "Dimensionless measurement unit for solid angle."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "sr"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f,
        emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ;
    skos:prefLabel "Steradian"@en ;
    schema:unitCode "D27"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "sr"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Steradian"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Dimensionless measurement unit for solid angle."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Steradian?oldid=494317847"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05971"^^xsd:string .

emmo:Stokes a owl:Class ;
    rdfs:label "Stokes"@en ;
    rdfs:comment """`Stokes (St)` is a unit in the category of Kinematic viscosity. This unit is commonly used in the cgs unit system. Stokes (St) has a dimension of L²T⁻¹ where L is length, and T is time. It can be converted to the corresponding standard SI unit m²/s by multiplying its value by a factor of 0.0001.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.efunda.com/glossary/units/units--kinematic_viscosity--stokes.cfm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 ;
    skos:prefLabel "Stokes"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ST"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "St"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "St"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Stokes (St)` is a unit in the category of Kinematic viscosity. This unit is commonly used in the cgs unit system. Stokes (St) has a dimension of L²T⁻¹ where L is length, and T is time. It can be converted to the corresponding standard SI unit m²/s by multiplying its value by a factor of 0.0001.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Stokes?oldid=426159512"^^xsd:string .

emmo:Tebi a owl:Class ;
    rdfs:label "Tebi"@en ;
    rdfs:comment "Binary SI prefix who's value is 2**40."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Ti"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1.099512e+12 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_640ea55c_e9a7_4f23_8aae_5bb4ba867f30 ;
    skos:prefLabel "Tebi"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Binary SI prefix who's value is 2**40."@en .

emmo:WattPerSquareMetrePerNanoMetre a owl:Class ;
    rdfs:label "WattPerSquareMetrePerNanoMetre"^^xsd:string ;
    rdfs:comment "Watt per square metre and nanometre."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c ;
    skos:prefLabel "WattPerSquareMetrePerNanoMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M2-NanoM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.nm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/m²⋅nm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watt per square metre and nanometre."@en .

emmo:WattPerSquareMetrePerNanoMetrePerSteradian a owl:Class ;
    rdfs:label "WattPerSquareMetrePerNanoMetrePerSteradian"^^xsd:string ;
    rdfs:comment "Watt per square metre and nanometre and steradian unit."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c ;
    skos:prefLabel "WattPerSquareMetrePerNanoMetrePerSteradian"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-M2-NanoM-SR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2.nm-1.sr-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/m²⋅nm⋅sr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watt per square metre and nanometre and steradian unit."@en .

emmo:Watthour a owl:Class ;
    rdfs:label "WattHour"@en ;
    rdfs:comment """The watt hour is a unit of energy, equal to 3,600 joule.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.6e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:prefLabel "WattHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W⋅h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The watt hour is a unit of energy, equal to 3,600 joule.

-- QUDT"""@en .

emmo:WeberPerMetre a owl:Class ;
    rdfs:label "WeberPerMetre"@en ;
    rdfs:comment """SI derived unit weber divided by the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Wb.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Wb/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit weber divided by the SI base unit metre

-- QUDT"""@en .

emmo:Yobi a owl:Class ;
    rdfs:label "Yobi"@en ;
    rdfs:comment "Binary SI prefix who's value is 2**80."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Yi"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1.208926e+24 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_640ea55c_e9a7_4f23_8aae_5bb4ba867f30 ;
    skos:prefLabel "Yobi"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Binary SI prefix who's value is 2**80."@en .

emmo:Zebi a owl:Class ;
    rdfs:label "Zebi"@en ;
    rdfs:comment "Binary SI prefix who's value is 2**70."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Zi"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1.180592e+21 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_640ea55c_e9a7_4f23_8aae_5bb4ba867f30 ;
    skos:prefLabel "Zebi"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Binary SI prefix who's value is 2**70."@en .

emmo:emmo_fd2aa864_eef7_4c3d_8243_9ea832d9df3e a owl:Class ;
    rdfs:label "Intensity"@en ;
    rdfs:comment "Power transferred per unit area."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    skos:prefLabel "Intensity"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Power transferred per unit area."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Intensity_(physics)"@en .

rdf:JSON a rdfs:Datatype .

emmo:3bd4339b_e01f_43e5_a011_74a4ef3ffa90 a owl:ObjectProperty ;
    rdfs:label "hasSubItem"@en ;
    rdfs:comment "A item proper part of a collection."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:range emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ;
    rdfs:subPropertyOf emmo:EMMO_8e742d6f_7fbb_40cf_949b_6806ab0d801f,
        emmo:EMMO_c37d451b_e245_439f_bd94_9050e04ec9f7 ;
    skos:prefLabel "hasSubItem"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A item proper part of a collection."@en .

emmo:5fa16188_d95b_4dd2_ac63_eae63fe01504 a owl:ObjectProperty ;
    rdfs:label "hasScatteredPortion"@en ;
    rdfs:comment "The relation between individuals representing an item and one of its not self-connected proper parts."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:range emmo:EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 ;
    rdfs:subPropertyOf emmo:EMMO_55354438_7000_4284_b1b9_59d60c2261b9,
        emmo:EMMO_cc0df52b_6211_4167_9e22_5cc3ba201bd9 ;
    skos:prefLabel "hasScatteredPortion"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between individuals representing an item and one of its not self-connected proper parts."@en .

emmo:BecquerelPerKilogram a owl:Class ;
    rdfs:label "BecquerelPerKilogram"^^xsd:string ;
    rdfs:comment """"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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.efunda.com/glossary/units/units--specific_radioactivity--becquerel_per_kilogram.cfm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_52b029aa_e525_4907_95d8_759298b04f97 ;
    skos:altLabel "Becquerel per Kilogram"@en ;
    skos:prefLabel "BecquerelPerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BQ-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Bq.kg-1"^^xsd:string,
        "Bq/kg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Bq/kg"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:Curie a owl:Class ;
    rdfs:label "Curie"@en ;
    rdfs:comment """The curie (symbol Ci) is a non-SI unit of radioactivity, named after Marie and Pierre Curie. It is defined as 1Ci = 3.7 × 10¹⁰ decays per second Its continued use is discouraged. One Curie is roughly the activity of 1 gram of the radium isotope Ra, a substance studied by the Curies. The SI derived unit of radioactivity is the becquerel (Bq), which equates to one decay per second. Therefore: 1Ci = 3.7 × 10¹⁰ Bq= 37 GBq and 1Bq ≡ 2.703 × 10⁻¹¹Ci .

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.7e+10 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Curie"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/Ci"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Ci"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Ci"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The curie (symbol Ci) is a non-SI unit of radioactivity, named after Marie and Pierre Curie. It is defined as 1Ci = 3.7 × 10¹⁰ decays per second Its continued use is discouraged. One Curie is roughly the activity of 1 gram of the radium isotope Ra, a substance studied by the Curies. The SI derived unit of radioactivity is the becquerel (Bq), which equates to one decay per second. Therefore: 1Ci = 3.7 × 10¹⁰ Bq= 37 GBq and 1Bq ≡ 2.703 × 10⁻¹¹Ci .

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Curie?oldid=495080313"^^xsd:string .

emmo:DegreeCelsius a owl:Class ;
    rdfs:label "DegreeCelsius"@en ;
    rdfs:comment "Measurement unit for Celsius temperature. This unit can only be used for expressing temperature differences."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue -2.7315e+02 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue "°C"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e,
        emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ;
    skos:prefLabel "DegreeCelsius"@en ;
    schema:unitCode "CEL"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Celsius"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measurement unit for Celsius temperature. This unit can only be used for expressing temperature differences."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Celsius, also known as centigrade, is a scale and unit of measurement for temperature. It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, a difference between two temperatures or an uncertainty. This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. Additionally, it establishes the difference between the two scales' null points as being precisely 273.15 °C.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Celsius?oldid=494152178"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.D01561"^^xsd:string .

emmo:EMMO_02c4890b_aef3_4173_9669_94d1f6baf611 a owl:Class ;
    rdfs:label "Coupled"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_7d56ec24_499d_487a_af7d_a91aaa787bfe ;
    owl:equivalentClass [ a owl:Class ;
            owl:unionOf ( emmo:EMMO_01354ac2_cce1_4b7d_8b4a_7322d6cb10bc emmo:EMMO_fbcc3aad_c58a_4185_bcc9_859db779b226 ) ] ;
    skos:prefLabel "Coupled"@en .

emmo:EMMO_0329f1f5_8339_4ce4_8505_a264c6d606ba a owl:Class ;
    rdfs:label "Velocity"@en ;
    rdfs:comment """The velocity depends on the choice of the reference frame. Proper transformation between frames must be used: Galilean for non-relativistic description, Lorentzian for relativistic description.

-- IEC, note 2"""@en,
        """The velocity is related to a point described by its position vector. The point may localize a particle, or be attached to any other object such as a body or a wave.

-- IEC, note 1"""@en,
        """Vector quantity giving the rate of change of a position vector.

-- ISO 80000-3"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 ],
        emmo:EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec,
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_602397bd_e302_42a6_be33_fe67ea81933a,
        emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a ;
    owl:disjointWith emmo:EMMO_81369540_1b0e_471b_9bae_6801af22800e ;
    skos:prefLabel "Velocity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Velocity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q11465"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-8.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Vector quantity giving the rate of change of a position vector.

-- ISO 80000-3"""@en .

emmo:EMMO_03d2c71b_0276_45d7_a847_7cd164cb7d45 a owl:Class ;
    rdfs:label "Centi"@en ;
    rdfs:comment "SI prefix who's value is 1/100."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "c"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_48fc9480_78c3_4c81_a126_019df20d58d9 ;
    skos:prefLabel "Centi"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1/100."@en .

emmo:EMMO_044f83a6_ade4_4441_9c73_5490dd93344f a owl:Class ;
    rdfs:label "LuminousEfficacyUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'LuminousEfficacy'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+3 L-2 M-1 I0 Θ0 N0 J+1"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_07808d05_18d1_4253_96e5_58b8277347de a owl:ObjectProperty ;
    rdfs:label "isPortionPartOf"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:range emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ;
    rdfs:subPropertyOf emmo:EMMO_fdfa43cd_1f48_4d82_ac49_685fe894558f ;
    owl:inverseOf emmo:EMMO_55354438_7000_4284_b1b9_59d60c2261b9 ;
    skos:prefLabel "isPortionPartOf"@en .

emmo:EMMO_07bb613c_e8d0_425f_abcc_47c58b14704e a owl:Class ;
    rdfs:label "RightHandedParticle"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "RightHandedParticle"@en .

emmo:EMMO_07f571cd_252b_4421_8f98_94b6690d2ab9 a owl:Class ;
    rdfs:label "MagneticReluctanceUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MagneticReluctance'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+2 L-2 M-1 I+2 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_09f0ac34_c349_46b5_acf0_0edeae52cca1 a owl:Class ;
    rdfs:label "InteractingSystem"@en ;
    rdfs:comment "A causally bonded system is a system in which there are at least two causal paths that are interacting."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_b295158f_fda4_4124_ab58_d9ea4ccfca5a ;
    owl:disjointWith emmo:EMMO_0f19d84e_05b4_47c9_a5de_bb2a913d211b ;
    skos:prefLabel "InteractingSystem"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: PhysicalObject, PhysicalPhenomenon"^^xsd:string ;
    emmo: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 .

emmo:EMMO_0a3f04a6_ba3a_49d9_99da_08b0e26f51f0 a owl:Class ;
    rdfs:label "UpQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_506cb971_797d_4cfb_88c3_3020c4396365 emmo:EMMO_b57afc1a_93e9_43ba_b41f_9ec3598b4e46 emmo:EMMO_f321cf62_99e4_418e_bb3e_3dfcc91f701f ) ;
    skos:prefLabel "UpQuark"@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Up_quark"^^xsd:string .

emmo:EMMO_0a88be81_343d_4388_92c1_09228ff95ada a owl:Class ;
    rdfs:label "Probability"@en ;
    rdfs:comment "Probability is a dimensionless quantity that can attain values between 0 and 1; zero denotes the impossible event and 1 denotes a certain event."@en,
        "The propability for a certain outcome, is the ratio between the number of events leading to the given outcome and the total number of events."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:prefLabel "Probability"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Probability is a dimensionless quantity that can attain values between 0 and 1; zero denotes the impossible event and 1 denotes a certain event."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.P04855"^^xsd:string .

emmo:EMMO_0bb3b434_73aa_428f_b4e8_2a2468648e19 a owl:Class ;
    rdfs:label "Crystal"@en ;
    rdfs:comment """A material is a crystal if it has essentially a sharp diffraction pattern.

A solid is a crystal if it has essentially a sharp diffraction pattern. The word essentially means that most of the intensity of the diffraction is concentrated in relatively sharp Bragg peaks, besides the always present diffuse scattering. In all cases, the positions of the diffraction peaks can be expressed by


H=∑ni=1hia∗i  (n≥3)"""^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_f1025834_0cd2_42a1_bfeb_13bec41c8655 ;
    skos:prefLabel "Crystal"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A material is a crystal if it has essentially a sharp diffraction pattern.

A solid is a crystal if it has essentially a sharp diffraction pattern. The word essentially means that most of the intensity of the diffraction is concentrated in relatively sharp Bragg peaks, besides the always present diffuse scattering. In all cases, the positions of the diffraction peaks can be expressed by


H=∑ni=1hia∗i  (n≥3)"""^^xsd:string .

emmo:EMMO_0d829933_29e3_4e61_b3d3_88e6b9d0d0ce a owl:ObjectProperty ;
    rdfs:label "hasDeclared"@en ;
    rdfs:comment "A semiotic relation connecting a declaring interpreter to the \"declared\" semiotic object in a declaration process."@en ;
    rdfs:domain emmo:EMMO_2d72e38c_d587_437f_98f6_f2718fb130eb ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a ;
    skos:prefLabel "hasDeclared"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation connecting a declaring interpreter to the \"declared\" semiotic object in a declaration process."@en .

emmo:EMMO_0de3878e_7928_4ab6_bc6d_cf590b2d0e5b a owl:Class ;
    rdfs:label "Compressibility"@en ;
    rdfs:comment "Measure of the relative volume change of a fluid or solid as a response to a pressure change."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:prefLabel "Compressibility"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Compressibility"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q8067817"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-70"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-20"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure of the relative volume change of a fluid or solid as a response to a pressure change."@en .

emmo:EMMO_0e030040_98a7_49b2_a871_dced1f3a6131 a owl:Class ;
    rdfs:label "PhaseHeterogeneousMixture"@en ;
    rdfs:comment "A mixture in which more than one phases of matter cohexists."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ;
            owl:someValuesFrom emmo:EMMO_668fbd5b_6f1b_405c_9c6b_d6067bd0595a ],
        emmo:EMMO_ec2c8ac8_98c5_4c74_b85b_ff8e8ca6655c ;
    skos:prefLabel "PhaseHeterogeneousMixture"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A mixture in which more than one phases of matter cohexists."@en ;
    emmo: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 .

emmo:EMMO_0e03a375_8af8_46db_88ae_a45fe2d2940f a owl:Class ;
    rdfs:label "DateTimeData"@en ;
    rdfs:comment "A data that represents instants of time, optionally marked with a particular time zone offset."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:seeAlso "https://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/datatypes.html#dateTime"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172 ;
    skos:prefLabel "DateTimeData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:dateTime"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data that represents instants of time, optionally marked with a particular time zone offset."@en .

emmo:EMMO_0eb37d3d_b633_4ea4_a863_8b7a27c6fdb4 a owl:ObjectProperty ;
    rdfs:label "hasHeterogenousPart"@en ;
    rdfs:comment "The part is not connected with the rest item or members with hasNext (or its inverse) only or hasContact relations only."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:subPropertyOf emmo:EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611 ;
    skos:prefLabel "hasHeterogenousPart"@en ;
    emmo: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 .

emmo:EMMO_0ee9e6a2_9240_4b1d_ac9a_f72416c7dc70 a owl:ObjectProperty ;
    rdfs:label "hasProductOutput"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:range emmo:EMMO_82fc8506_1f84_4add_9683_abea077bd1e3 ;
    rdfs:subPropertyOf emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ;
    skos:prefLabel "hasProductOutput"@en .

emmo:EMMO_0f3e0646_4f06_4588_9779_6a4f05c5a8d6 a owl:Class ;
    rdfs:label "PhysicalObjectByBond"@en ;
    rdfs:comment "Categorisation of physical objects by how they are bonded."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_38b579de_4331_40e0_803d_09efa298e726 ;
    skos:prefLabel "PhysicalObjectByBond"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Categorisation of physical objects by how they are bonded."@en .

emmo:EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e a owl:Class ;
    rdfs:label "MeasurementResult"@en ;
    rdfs:comment """Result of a measurement.

A set of quantity values being attributed to a measurand (quantity) together with any other available relevant information, like measurement uncertainty.

-- VIM"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_5d73661e_e710_4844_ab9b_a85b7e68576a ;
            owl:someValuesFrom emmo:EMMO_f658c301_ce93_46cf_9639_4eace2c5d1d5 ],
        emmo:EMMO_2a888cdf_ec4a_4ec5_af1c_0343372fc978 ;
    skos:prefLabel "MeasurementResult"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Result of a measurement.

A set of quantity values being attributed to a measurand (quantity) together with any other available relevant information, like measurement uncertainty.

-- VIM"""@en ;
    emmo:EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "measurement result"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A measurement result generally contains “relevant information” about the set of measured quantity properties, such that some may be more representative of the measured quantity than others. This may be expressed in the form of a probability density function (pdf)."@en,
        "A measurement result has the measured quantity, measurement uncertainty and other relevant attributes as holistic parts."@en .

emmo:EMMO_113087fa_8354_49d1_9625_5f36698d3298 a owl:IrreflexiveProperty,
        owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "hasIndirectInteractionWith"@en ;
    rdfs:comment "A causal relation between the y effected and the x causing entities with intermediaries, where x isCauseOf y and y isCauseOf x."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:subPropertyOf emmo:EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6 ;
    owl:propertyDisjointWith emmo:EMMO_3733bd38_ca2b_4264_a92a_3075a1715598 ;
    skos:prefLabel "hasIndirectInteractionWith"@en ;
    emmo: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 .

emmo:EMMO_1141d225_fe90_4230_82c6_31cab6a4e3fe a owl:Class ;
    rdfs:label "SymbolicByStructure"@en ;
    rdfs:comment "Symbolic caterorised by its internal structure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_057e7d57_aff0_49de_911a_8861d85cef40 ;
    skos:prefLabel "SymbolicByStructure"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Symbolic caterorised by its internal structure."@en .

emmo:EMMO_11501e0a_4442_4bd0_8483_7ea6dc8ba444 a owl:ObjectProperty ;
    rdfs:label "directlyCausedBy"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:seeAlso emmo:EMMO_555d0261_da5e_4301_b7f9_46f604a32e91 ;
    rdfs:subPropertyOf emmo:EMMO_6735d3ff_67f8_43b5_b5b0_240fbfab4517 ;
    owl:inverseOf emmo:EMMO_555d0261_da5e_4301_b7f9_46f604a32e91 ;
    skos:altLabel "hasDirectCause"^^xsd:string ;
    skos:prefLabel "directlyCausedBy"@en .

emmo:EMMO_117d3e39_de3e_46f5_9744_b4a28d9fc83e a owl:Class ;
    rdfs:label "Giga"@en ;
    rdfs:comment "SI prefix who's value is 1e9."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "G"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb ;
    skos:prefLabel "Giga"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e9."@en .

emmo:EMMO_127594de_4802_4ad6_b09d_d05b340394dd a owl:Class ;
    rdfs:label "Service"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_82fc8506_1f84_4add_9683_abea077bd1e3,
        emmo:EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c ;
    skos:altLabel "IntangibleProduct"@en ;
    skos:prefLabel "Service"@en .

emmo:EMMO_12a3441c_4fe8_4d9c_a7db_9e86ce6c41ee a owl:Class ;
    rdfs:label "BottomAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_1f8f92a8_4cc9_4fa3_9b5f_d5af5bab4fd2 emmo:EMMO_29d24a97_f3bd_4e9b_934d_9da589f719e5 emmo:EMMO_88ca735d_af0e_4773_b769_9c9bc6f8f91c ) ;
    skos:prefLabel "BottomAntiQuark"@en .

emmo:EMMO_12b2ec1e_fb89_468a_a51d_97c2a6db297c a owl:Class ;
    rdfs:label "IonActivity"@en ;
    rdfs:comment "Normally a standard solution is a solution of the ion at a molality of 1 mol/kg (exactly). Standardized conditions are normally 1013,25 hPa and 25 °C."@en,
        "The correction factor is called activity coefficient and it is determined experimentally. See ActivityCoefficient"@en,
        "ratio of the product of ion molality b and a correction factor γ to the molality b° of the same ion in a standard solution under standardized conditions: a = bγ / b°."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_125e8614_0dad_4c04_9ac9_03317e63beec ;
    skos:prefLabel "IonActivity"@en ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=114-01-20"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "ratio of the product of ion molality b and a correction factor γ to the molality b° of the same ion in a standard solution under standardized conditions: a = bγ / b°."@en .

emmo:EMMO_14235b93_650f_4452_8395_a23b8f645c9a a owl:Class ;
    rdfs:label "AmountConductivityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AmountConductivity'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+3 L0 M-1 I+2 Θ0 N-1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_1604f495_328a_4f28_9962_f4cc210739dd a owl:Class ;
    rdfs:label "ElectricCharge"@en ;
    rdfs:comment "The physical property of matter that causes it to experience a force when placed in an electromagnetic field."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a ],
        emmo:EMMO_194100e1_e11a_4b7c_bb5a_171655679fc8,
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:altLabel "Charge"@en ;
    skos:prefLabel "ElectricCharge"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/ElectricCharge"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1111"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The physical property of matter that causes it to experience a force when placed in an electromagnetic field."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E01923"^^xsd:string .

emmo:EMMO_16cc6deb_d9f8_4ede_900a_a17cc86e57c4 a owl:Class ;
    rdfs:label "ManufacturingSystem"@en ;
    rdfs:comment "A system arranged to setup a specific manufacturing process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_b9522e56_1fac_4766_97e6_428605fabd3e ;
    skos:prefLabel "ManufacturingSystem"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A system arranged to setup a specific manufacturing process."@en .

emmo:EMMO_17b031fb_4695_49b6_bb69_189ec63df3ee a owl:Class ;
    rdfs:label "Voltage"@en ;
    rdfs:comment "Correspond to the work needed per unit of charge to move a test charge between two points in a static electric field."@en,
        "The difference in electric potential between two points."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 ;
    skos:altLabel "ElectricPotentialDifference"@en,
        "ElectricTension"@en ;
    skos:prefLabel "Voltage"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Voltage"@en ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-11.3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The difference in electric potential between two points."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00424"^^xsd:string,
        "https://doi.org/10.1351/goldbook.V06635"@en .

emmo:EMMO_18d180e4_5e3e_42f7_820c_e08951223486 a owl:Class ;
    rdfs:label "RealData"@en ;
    rdfs:comment "A data representing a real number."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_8b305b63_6fa3_44dd_9679_17eb8403a07a ;
    skos:prefLabel "RealData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some owl:real"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing a real number."@en .

emmo:EMMO_1a40459e_10d8_49b3_bb8c_c3595fb1d0bb a owl:Class ;
    rdfs:label "DataByStructure"@en ;
    rdfs:comment "Categorisation of data by its structure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/data#> ;
    rdfs:subClassOf emmo:EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 ;
    skos:prefLabel "DataByStructure"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Dataset or Datum"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Categorisation of data by its structure."@en .

emmo:EMMO_1a6ddb13_49ff_4305_97a1_d1458d51c066 a owl:Class ;
    rdfs:label "TaskByFlow"@en ;
    rdfs:comment "A task in a workflow, categorised by how it is connected to other tasks."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:subClassOf emmo:EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3 ;
    skos:prefLabel "TaskByFlow"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A task in a workflow, categorised by how it is connected to other tasks."@en .

emmo:EMMO_1c16bb7f_5400_4498_8ef2_54392908da4e a owl:Class ;
    rdfs:label "HybridMatter"@en ;
    rdfs:comment "Matter composed of both matter and antimatter fundamental particles."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf emmo:EMMO_43d0bb2c_bb0e_4312_a0de_084c29ff7f9e ;
    skos:prefLabel "HybridMatter"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Matter composed of both matter and antimatter fundamental particles."@en .

emmo:EMMO_1cba0b27_15d0_4326_933f_379d0b3565b6 a owl:Class ;
    rdfs:label "Matrix"@en ;
    rdfs:comment "2-dimensional array who's spatial direct parts are vectors."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ;
            owl:someValuesFrom emmo:EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec ],
        emmo:EMMO_28fbea28_2204_4613_87ff_6d877b855fcd ;
    skos:altLabel "2DArray"@en ;
    skos:prefLabel "Matrix"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "2-dimensional array who's spatial direct parts are vectors."@en .

emmo:EMMO_1cfd072d_2157_43e2_b9f6_ff1e7a708774 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isIncomingOverlappedBy"@en ;
    rdfs:comment "The relation between an item I1 that proper overlaps an item I2, where the non-overlapping part of I2 causes I1."@en ;
    rdfs:domain emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ;
    rdfs:subPropertyOf emmo:EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ;
    owl:inverseOf emmo:EMMO_64be8885_2c8a_4e84_a4fc_9d2de61b4d0d ;
    skos:prefLabel "isIncomingOverlappedBy"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/dev/doc/figs/isIncomingOverlappedBy.png"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between an item I1 that proper overlaps an item I2, where the non-overlapping part of I2 causes I1."@en .

emmo:EMMO_1d2bf964_5d54_4da6_a02d_7c908517ef91 a owl:Class ;
    rdfs:label "BlueCharmQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "BlueCharmQuark"@en .

emmo:EMMO_1d5305d7_5690_4e5a_92de_4611e8c356ef a owl:Class ;
    rdfs:label "ElectronNeutrino"@en ;
    rdfs:comment "A neutrino belonging to the first generation of leptons."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "ElectronNeutrino"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A neutrino belonging to the first generation of leptons."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electron_neutrino"^^xsd:string .

emmo:EMMO_1daaf7b2_e7bf_4b3a_b7f6_8aa3f3c3d080 a owl:Class ;
    rdfs:label "BinaryData"@en ;
    rdfs:comment "Symbolic data that can be represented as a sequence of zeros and ones."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:subClassOf emmo:EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172 ;
    skos:prefLabel "BinaryData"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Symbolic data that can be represented as a sequence of zeros and ones."@en .

emmo:EMMO_1e1cfc11_aa1a_44d4_a8d0_31e26deb2d19 a owl:Class ;
    rdfs:label "DataByNature"@en ;
    rdfs:comment "Categorisation of data by its nature."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/data#> ;
    rdfs:subClassOf emmo:EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 ;
    skos:prefLabel "DataByNature"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: ClassicalData or QuantumData"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Categorisation of data by its nature."@en .

emmo:EMMO_1ea2f3fc_da94_4685_99b4_352922fbc461 a owl:Class ;
    rdfs:label "CharmQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_1d2bf964_5d54_4da6_a02d_7c908517ef91 emmo:EMMO_225775f9_3bf3_4309_a7e1_aa7305c9278a emmo:EMMO_891d1351_3843_4da3_906b_3b30411bd512 ) ;
    skos:prefLabel "CharmQuark"@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Charm_quark"^^xsd:string .

emmo:EMMO_1f5e3e7e_72c9_40d4_91dd_ae432d7b7018 a owl:Class ;
    rdfs:label "Foam"@en ;
    rdfs:comment "A colloid formed by trapping pockets of gas in a liquid or solid."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_6c487fb3_03d1_4e56_91ed_c2e16dcbef60 ;
    skos:prefLabel "Foam"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A colloid formed by trapping pockets of gas in a liquid or solid."@en .

emmo:EMMO_1f8f92a8_4cc9_4fa3_9b5f_d5af5bab4fd2 a owl:Class ;
    rdfs:label "RedBottomAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "RedBottomAntiQuark"@en .

emmo:EMMO_21a91e48_b6d3_4558_b08f_246433d43860 a owl:Class ;
    rdfs:label "ThermalConductanceUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ThermalConductance'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-3 L+2 M+1 I0 Θ-1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_225775f9_3bf3_4309_a7e1_aa7305c9278a a owl:Class ;
    rdfs:label "RedCharmQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "RedCharmQuark"@en .

emmo:EMMO_22a6f189_7ad7_424d_af15_5efe002c1365 a owl:Class ;
    rdfs:label "StrangeQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_470697b1_a5bd_44b9_b00d_a77c9bcfb066 emmo:EMMO_9eb96ea0_8827_4cb9_9a03_8e07f4eae1eb emmo:EMMO_b8fa18b7_14c7_42cd_bd5f_4fc073677a5b ) ;
    skos:prefLabel "StrangeQuark"@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Strange_quark"^^xsd:string .

emmo:EMMO_2332d7a4_2fbe_4a36_a10f_5c8efcce29d6 a owl:ObjectProperty ;
    rdfs:label "isNonTemporalPartOf"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:range emmo:EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac ;
    rdfs:subPropertyOf emmo:EMMO_07808d05_18d1_4253_96e5_58b8277347de ;
    owl:inverseOf emmo:EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611 ;
    owl:propertyDisjointWith emmo:EMMO_f722a7a9_864d_4896_a331_f90141f90a0a ;
    skos:prefLabel "isNonTemporalPartOf"@en .

emmo:EMMO_23eabdb5_6de6_4615_b6b1_a07b3ad32fd9 a owl:Class ;
    rdfs:label "SIPrefix"@en ;
    rdfs:comment "Metric prefix defined in the SI system."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf emmo:EMMO_442bd91e_a724_4e9f_89c1_18423016fb75 ;
    skos:prefLabel "SIPrefix"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "disjointUnionOf: SIMultiplePrefix, SISubMultiplePrefix"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Metric prefix defined in the SI system."@en .

emmo:EMMO_24dda193_ada8_433b_bb74_6ca4a0b89a20 a owl:Class ;
    rdfs:label "Baryon"@en ;
    rdfs:comment "Subatomic particle which contains an odd number of valence quarks, at least 3."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ;
            owl:someValuesFrom emmo:EMMO_99a8eece_40bf_4f26_832c_f290ca664767 ],
        emmo:EMMO_29108c7c_9087_4992_ab1c_02561665df21,
        emmo:EMMO_7b42954f_0b91_4b3a_a65e_2470202cf548 ;
    skos:prefLabel "Baryon"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Subatomic particle which contains an odd number of valence quarks, at least 3."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Baryon"^^xsd:string .

emmo:EMMO_251cfb4f_5c75_4778_91ed_6c8395212fd8 a owl:Class ;
    rdfs:label "Subjective"@en ;
    rdfs:comment "A coded conventional that cannot be univocally determined and depends on an agent (e.g. a human individual, a community) acting as black-box."@en,
        """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.

A 'SubjectiveProperty' cannot be used to univocally compare 'Object'-s.

e.g. you cannot evaluate the beauty of a person on objective basis."""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_4292fdcd_bbba_4d99_95c6_daa533d952ef ;
    skos:example """The beauty of that girl.
The style of your clothing."""@en ;
    skos:prefLabel "Subjective"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coded conventional that cannot be univocally determined and depends on an agent (e.g. a human individual, a community) acting as black-box."@en .

emmo:EMMO_2531fe94_1cdf_4f36_9abc_7ab7574310db a owl:Class ;
    rdfs:label "Muon"@en ;
    rdfs:comment "The class of individuals that stand for muon elementary particles belonging to the second generation of leptons."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "Muon"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals that stand for muon elementary particles belonging to the second generation of leptons."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Muon"^^xsd:string .

emmo:EMMO_254472c6_3dbd_4f02_bc43_571389cd281f a owl:Class ;
    rdfs:label "ZeptoPrefixedUnit"@en ;
    rdfs:comment "Superclass for all units prefixed with \"zepto\" (1e-21)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_4be0acad_af05_426f_aa6d_fe7531072564 ;
            owl:someValuesFrom emmo:EMMO_4db5c662_b065_49e4_96eb_826699fa8048 ],
        [ a owl:Restriction ;
            owl:hasValue 1e-21 ;
            owl:onProperty emmo:EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ],
        emmo:EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d ;
    skos:prefLabel "ZeptoPrefixedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"zepto\" (1e-21)."@en .

emmo:EMMO_26a38b26_38ea_4acf_b212_db9e34c71b7a a owl:Class ;
    rdfs:label "Positron"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "Positron"@en .

emmo:EMMO_29108c7c_9087_4992_ab1c_02561665df21 a owl:Class ;
    rdfs:label "CompositeFermion"@en ;
    rdfs:comment "A non-elementary particle (bonded) of a fundamental fermionic type (half-integer spin)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    owl:disjointWith emmo:EMMO_820619ca_b23e_4c7a_8543_18a17722abc0 ;
    owl:equivalentClass [ a owl:Class ;
            owl:intersectionOf ( emmo:EMMO_53dced52_34f6_4cf0_8a99_ddf451861543 emmo:EMMO_8b1367d6_0133_4b56_acc1_fa8b058169e3 ) ] ;
    skos:example """Examples of composite particles with half-integer spin:
spin 1/2: He3 in ground state, proton, neutron
spin 3/2: He5 in ground state, Delta baryons (excitations of the proton and neutron)"""@en ;
    skos:prefLabel "CompositeFermion"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A non-elementary particle (bonded) of a fundamental fermionic type (half-integer spin)."@en .

emmo:EMMO_29836ff7_d416_49ae_b76b_f367c326b107 a owl:Class ;
    rdfs:label "GreenTopAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "GreenTopAntiQuark"@en .

emmo:EMMO_29ce946a_f164_43ea_b9f8_0cb4f1022853 a owl:Class ;
    rdfs:label "AntiMuon"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "AntiMuon"@en .

emmo:EMMO_29d24a97_f3bd_4e9b_934d_9da589f719e5 a owl:Class ;
    rdfs:label "BlueBottomAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "BlueBottomAntiQuark"@en .

emmo:EMMO_2a0f30f5_bb26_4235_9d67_a6b22aca78e3 a owl:Class ;
    rdfs:label "MuonAntiNeutrino"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "MuonAntiNeutrino"@en .

emmo:EMMO_2a28c0dd_89b1_47ac_b81f_fccc56f39617 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isAfter"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_6735d3ff_67f8_43b5_b5b0_240fbfab4517 ;
    owl:inverseOf emmo:EMMO_ebc9e62c_5dc4_44db_9060_7923740bdf78 ;
    skos:altLabel "isTemporallyAfter"@en ;
    skos:prefLabel "isAfter"@en .

emmo:EMMO_2a33ee61_8235_4da4_b9a1_ca62cb87a016 a owl:ObjectProperty ;
    rdfs:label "hasTemporalSlice"@en ;
    rdfs:comment "A temporal part that capture the overall spatial extension of the causal object."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:subPropertyOf emmo:EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 ;
    skos:prefLabel "hasTemporalSlice"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A temporal part that capture the overall spatial extension of the causal object."@en .

emmo:EMMO_2b243e59_3a2a_412e_9a58_81d1e5c92fbe a owl:Class ;
    rdfs:label "Pico"@en ;
    rdfs:comment "SI prefix who's value is 1e-12."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        [ a owl:Restriction ;
            owl:hasValue "p"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_48fc9480_78c3_4c81_a126_019df20d58d9 ;
    skos:prefLabel "Pico"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e-12."@en .

emmo:EMMO_2c07a731_84f9_4883_9e58_2bc073abda29 a owl:Class ;
    rdfs:label "PhysicalParticleBySpin"@en ;
    rdfs:comment "Categorisation of physical particles by whether they have integer or half-odd-integer spin."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf emmo:EMMO_a15cea10_9946_4d2b_95c5_cfc333fd2abb ;
    skos:prefLabel "PhysicalParticleBySpin"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: Boson, Fermion"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Categorisation of physical particles by whether they have integer or half-odd-integer spin."@en .

emmo:EMMO_2fd3f574_5e93_47fe_afca_ed80b0a21ab4 a owl:Class ;
    rdfs:label "StandaloneAtom"@en ;
    rdfs:comment "A standalone atom can be bonded with other atoms by intermolecular forces (i.e. dipole–dipole, London dispersion force, hydrogen bonding), since this bonds does not involve electron sharing."@en,
        "An atom that does not share electrons with other atoms."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    skos:prefLabel "StandaloneAtom"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: NeutralAtom, IonAtom"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An atom that does not share electrons with other atoms."@en .

emmo:EMMO_31557fae_b039_491c_bcbb_0ccb8711d5a6 a owl:Class ;
    rdfs:label "Sol"@en ;
    rdfs:comment "A colloid in which small particles (1 nm to 100 nm) are suspended in a continuum phase."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_6c487fb3_03d1_4e56_91ed_c2e16dcbef60 ;
    skos:prefLabel "Sol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A colloid in which small particles (1 nm to 100 nm) are suspended in a continuum phase."@en .

emmo:EMMO_32129fb5_df25_48fd_a29c_18a2f22a2dd5 a owl:Class ;
    rdfs:label "SIUnitSymbol"@en ;
    rdfs:comment "A unit symbol that belongs to the SI system. Is either a SI base unit or a SI special unit."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf emmo:EMMO_216f448e_cdbc_4aeb_a529_7a5fe7fc38bb ;
    skos:prefLabel "SIUnitSymbol"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "disjointUnionOf: SIBaseUnit, SISpecialUnit"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit symbol that belongs to the SI system. Is either a SI base unit or a SI special unit."@en .

emmo:EMMO_32e701c0_a925_49df_9829_0931b8554807 a owl:Class ;
    rdfs:label "Structural"@en ;
    rdfs:comment "A perspective that categorises causal structures according to the merelogical relations between the whole and the parts, taking into account their types."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_49267eba_5548_4163_8f36_518d65b583f9 ;
    skos:prefLabel "Structural"@en ;
    emmo: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 .

emmo:EMMO_3371fb68_5f07_467c_ada6_5aa3da3808d0 a owl:Class ;
    rdfs:label "MassLengthPerCubicTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MassLengthPerCubicTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-3 L+1 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_3397f270_dfc1_4500_8f6f_4d0d85ac5f71 a owl:Class ;
    rdfs:label "Molecule"@en ;
    rdfs:comment "An atom-based state defined by an exact number of e-bonded atomic species and an electron cloud made of the shared electrons."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 ;
            owl:someValuesFrom emmo:EMMO_730f2e31_ca78_410f_a5e1_4043217a41ab ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 ;
            owl:someValuesFrom emmo:EMMO_f835f4d4_c665_403d_ab25_dca5cc74be52 ],
        emmo:EMMO_21205421_5783_4d3e_81e5_10c5d894a88a ;
    skos:altLabel "ChemicalSubstance"@en ;
    skos:example "H₂0, C₆H₁₂O₆, CH₄"@en ;
    skos:prefLabel "Molecule"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: Heteronuclear, Homonuclear"^^xsd:string ;
    emmo: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: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 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 .

emmo:EMMO_339d8e1a_f52a_42cd_8df5_57b5328b939e a owl:ObjectProperty ;
    rdfs:label "hasFragment"@en ;
    rdfs:comment "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 ;
    rdfs:domain emmo:EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:76413949_896c_4363_a955_de4722c6e149 ;
    owl:inverseOf emmo:EMMO_44549f38_809e_4d51_bb10_de31029055b9 ;
    skos:prefLabel "hasFragment"@en ;
    emmo: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 .

emmo:EMMO_33fe9747_d66f_4f88_b2c1_951279dbca59 a owl:Class ;
    rdfs:label "Tera"@en ;
    rdfs:comment "SI prefix who's value is 1e12."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1e+12 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb ;
    skos:prefLabel "Tera"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e12."@en .

emmo:EMMO_3674bfb6_6636_4e9d_aae1_07023ad96d61 a owl:Class ;
    rdfs:label "MentalAgent"@en ;
    rdfs:comment "A biological agent possessing an intentional mental state."@en ;
    rdfs:isDefinedBy <https://plato.stanford.edu/entries/agency/#OthKinAgeMenShaColRelArt>,
        <https://w3id.org/emmo/reference/agency#> ;
    rdfs:subClassOf emmo:EMMO_7a317af2_d2f7_4e8a_8fbd_aaebfb7d21cc ;
    skos:prefLabel "MentalAgent"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A biological agent possessing an intentional mental state."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A mental agent is typically attributed to a human but not nessesary."@en .

emmo:EMMO_387b0334_aff8_4b3f_9062_8ad051f72e91 a owl:Class ;
    rdfs:label "RedBottomQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "RedBottomQuark"@en .

emmo:EMMO_38f31ba5_348f_4ac2_9a67_a62b5dd7aadd a owl:Class ;
    rdfs:label "CodedByStructure"@en ;
    rdfs:comment "A coded classified by its structure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_7286b164_df4c_4c14_a4b5_d41ad9c121f3 ;
    skos:prefLabel "CodedByStructure"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coded classified by its structure."@en .

emmo:EMMO_39348191_08fd_4bb6_9b1e_012d5b2f1ff6 a owl:Class ;
    rdfs:label "MaterialByClassicalMaterialsScience"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_4207e895_8b83_4318_996a_72cfb32acd94 ;
    skos:prefLabel "MaterialByClassicalMaterialsScience"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "Equivalent To: AmorphousMaterial or CrystallineMaterial"^^xsd:string,
        "Equivalent To: MetallicMaterial or CeramicMaterial or CompositeMaterial or PolymericMaterial"^^xsd:string .

emmo:EMMO_39a4e2a4_d835_426d_b497_182d06e1caff a owl:Class ;
    rdfs:label "Deduction"@en ;
    rdfs:comment "A semiotic process that assigns a sign by deduction from causal continguity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ;
            owl:someValuesFrom emmo:EMMO_36a4c1ca_5085_49ca_9e13_4c70d00c50a5 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_9e3ad976_b179_4315_b51e_7e874df583dc ;
            owl:someValuesFrom emmo:EMMO_0cd58641_824c_4851_907f_f4c3be76630c ],
        emmo:EMMO_4d5621e8_af7f_4aef_abd5_f905a34f62af ;
    skos:altLabel "IndexSemiosis"@en ;
    skos:example "The interpreter feels that the plate is hot and assigns the status of the kitchen stove to be on."@en ;
    skos:prefLabel "Deduction"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic process that assigns a sign by deduction from causal continguity."@en .

emmo:EMMO_3a53b946_4dfd_4a38_bb5b_aa78d7b0db9c a owl:Class ;
    rdfs:label "UnsignedIntData"@en ;
    rdfs:comment "A data representing 32-bit non-negative integer number, 0...4294967295."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#unsignedInt"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_51f93d8c_57fa_4314_a68d_8d69c2609c97,
        emmo:EMMO_f1ee5c02_5cc0_45ba_a09a_2e6319f75fc8 ;
    skos:prefLabel "UnsignedIntData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:unsignedInt"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing 32-bit non-negative integer number, 0...4294967295."@en .

emmo:EMMO_3a948fa6_033a_4bb2_a319_36a45741d832 a owl:Class ;
    rdfs:label "Tau"@en ;
    rdfs:comment "The class of individuals that stand for tau elementary particles belonging to the third generation of leptons."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "Tau"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals that stand for tau elementary particles belonging to the third generation of leptons."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Tau_(particle)"^^xsd:string .

emmo:EMMO_3ab4154b_d163_4236_8251_8917b07c2788 a owl:Class ;
    rdfs:label "BlueTopQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "BlueTopQuark"@en .

emmo:EMMO_3c424d37_cf62_41b1_ac9d_a316f8d113d6 a owl:Class ;
    rdfs:label "AlgebraicOperator"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf emmo:EMMO_f6d0c26a_98b6_4cf8_8632_aa259131faaa ;
    skos:prefLabel "AlgebraicOperator"@en .

emmo:EMMO_3c7f239f_e833_4a2b_98a1_c88831770c1b a owl:ObjectProperty ;
    rdfs:label "hasComponent"@en ;
    rdfs:comment "Relation a holistic system to one of its components."@en ;
    rdfs:domain emmo:EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/persholistic#> ;
    rdfs:range emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ;
    rdfs:subPropertyOf emmo:EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b,
        emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ;
    skos:prefLabel "hasComponent"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relation a holistic system to one of its components."@en .

emmo:EMMO_3d03a403_facd_48c6_b75e_7ab8b9299218 a owl:Class ;
    rdfs:label "CodedByObservation"@en ;
    rdfs:comment "A coded classified by observation."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_7286b164_df4c_4c14_a4b5_d41ad9c121f3 ;
    skos:prefLabel "CodedByObservation"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coded classified by observation."@en .

emmo:EMMO_3eb993a1_61ae_4a20_b168_dda853f51c14 a owl:Class ;
    rdfs:label "SystemUnit"@en ;
    rdfs:comment "A unit that belongs to one or more unit systems."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "SystemUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit that belongs to one or more unit systems."@en .

emmo:EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2 a owl:Class ;
    rdfs:label "SpecialUnit"@en ;
    rdfs:comment "A unit symbol that stands for a derived unit."@en,
        "Special units are semiotic shortcuts to more complex composed symbolic objects."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_216f448e_cdbc_4aeb_a529_7a5fe7fc38bb ;
    owl:disjointWith emmo:EMMO_db716151_6b73_45ff_910c_d182fdcbb4f5 ;
    skos:example """Pa stands for N/m2
J stands for N m"""@en ;
    skos:prefLabel "SpecialUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit symbol that stands for a derived unit."@en .

emmo:EMMO_3f2d29d9_6d27_43bd_a1bc_85475eae98be a owl:Class ;
    rdfs:label "Exa"@en ;
    rdfs:comment "SI prefix who's value is 1e18."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "E"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1e+18 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb ;
    skos:prefLabel "Exa"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e18."@en .

emmo:EMMO_3fe33e1c_2b62_4669_af92_8066cf53761d a owl:Class ;
    rdfs:label "SemiosisByStructure"@en ;
    rdfs:comment "Semiosis classified as complete or partial representation of the semiotic triangle (interpretant, sign, referent)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf emmo:EMMO_008fd3b2_4013_451f_8827_52bceab11841 ;
    skos:prefLabel "SemiosisByStructure"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Semiosis classified as complete or partial representation of the semiotic triangle (interpretant, sign, referent)."@en .

emmo:EMMO_41cecfc2_bb6b_45f3_b6cc_e7740d931afe a owl:Class ;
    rdfs:label "MatterByStructure"@en ;
    rdfs:comment "Categorisation of matter by its structure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_5b2222df_4da6_442f_8244_96e9e45887d1 ;
    skos:prefLabel "MatterByStructure"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Categorisation of matter by its structure."@en .

emmo:EMMO_4292fdcd_bbba_4d99_95c6_daa533d952ef a owl:Class ;
    rdfs:label "CodedBySubjectivity"@en ;
    rdfs:comment "A coded classified by whether it is determined subjectively or objectively."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_7286b164_df4c_4c14_a4b5_d41ad9c121f3 ;
    skos:prefLabel "CodedBySubjectivity"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coded classified by whether it is determined subjectively or objectively."@en .

emmo:EMMO_4312cae4_03ba_457e_b35d_0671a7db350c a owl:Class ;
    rdfs:label "PositionVector"@en ;
    rdfs:comment "Vector quantity from the origin of a coordinate system to a point in space."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ],
        emmo:EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec,
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a ;
    skos:altLabel "Position"@en ;
    skos:prefLabel "PositionVector"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/PositionVector"^^xsd:anyURI ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q192388"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-03-15"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Position_(geometry)"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-1.10"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Vector quantity from the origin of a coordinate system to a point in space."@en ;
    emmo: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:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Position_(geometry)"^^xsd:string .

emmo:EMMO_431ce3bc_3d54_481d_a10d_7c4a4418732a a owl:Class ;
    rdfs:label "NewtonSquareMetrePerAmpereUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'NewtonSquareMetrePerAmpere'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L+3 M+1 I-1 Θ+1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_463bcfda_867b_41d9_a967_211d4d437cfb a owl:Class ;
    rdfs:label "Measurement"@en ;
    rdfs:comment "A measurement always implies a causal interaction between the object and the observer."@en,
        "A measurement is the process of experimentally obtaining one or more measurement results that can reasonably be attributed to a quantity."@en,
        "An 'observation' that results in a quantitative comparison of a 'property' of an 'object' with a standard reference based on a well defined mesurement procedure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_802b7639_9498_4b47_ad45_1a087fe8fb85 ;
            owl:someValuesFrom emmo:EMMO_0650c031_42b6_4f0a_b62d_d88f071da6bf ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_963b7cf2_3358_463e_86fa_2e8ef00704d9 ;
            owl:someValuesFrom emmo:EMMO_f658c301_ce93_46cf_9639_4eace2c5d1d5 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_ae081613_1d3a_49af_ba03_7195fcc9ebba ;
            owl:someValuesFrom emmo:EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ;
            owl:someValuesFrom emmo:EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ;
            owl:someValuesFrom emmo:EMMO_7dea2572_ab42_45bd_9fd7_92448cec762a ],
        emmo:EMMO_3b19eab4_79be_4b02_bdaf_ecf1f0067a68,
        emmo:EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 ;
    skos:altLabel "MeasurementProcedure"@en ;
    skos:prefLabel "Measurement"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An 'observation' that results in a quantitative comparison of a 'property' of an 'object' with a standard reference based on a well defined mesurement procedure."@en ;
    emmo:EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "measurement"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "For convinience, the semiotic shortcuts `hasMeasurementValue` and `hasMeasurementQuantity` allows the user to directly relate a measurement to the measured QuantityValue and Quantity, respectively."@en,
        "The output of a measurement is in EMMO a measurement result, which in turn is attributed to one or more measurement values."@en .

emmo:EMMO_470697b1_a5bd_44b9_b00d_a77c9bcfb066 a owl:Class ;
    rdfs:label "GreenStrangeQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "GreenStrangeQuark"@en .

emmo:EMMO_48a3c106_9d39_455e_a849_81ceff95bdea a owl:Class ;
    rdfs:label "AreaTimeTemperatureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AreaTimeTemperature'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+1 L+2 M0 I0 Θ+1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_48f00c52_8d3d_4e80_8d88_59fabaa01d87 a owl:Class ;
    rdfs:label "ElectricFluxUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricFlux'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-3 L+3 M+1 I-1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_49adf406_5c8f_498a_8c90_e4974e9e6d11 a owl:Class ;
    rdfs:label "Milli"@en ;
    rdfs:comment "SI prefix who's value is 1/1000."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "m"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_48fc9480_78c3_4c81_a126_019df20d58d9 ;
    skos:prefLabel "Milli"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1/1000."@en .

emmo:EMMO_49e17ba8_dd17_4c28_b8c8_c8c5d5a9aab9 a owl:ObjectProperty ;
    rdfs:label "hasSubCollection"@en ;
    rdfs:comment "A relation between individual representing a collection and one of its non self-connected proper parts."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:range emmo:EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 ;
    rdfs:subPropertyOf emmo:EMMO_c37d451b_e245_439f_bd94_9050e04ec9f7,
        emmo:EMMO_cc0df52b_6211_4167_9e22_5cc3ba201bd9 ;
    skos:prefLabel "hasSubCollection"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation between individual representing a collection and one of its non self-connected proper parts."@en .

emmo:EMMO_4a465306_cb91_4458_a94a_2d0584d9aa95 a owl:Class ;
    rdfs:label "GreenUpAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "GreenUpAntiQuark"@en .

emmo:EMMO_4b965242_29f0_4e42_a4b6_f8a5988052df a owl:Class ;
    rdfs:label "MeasurementUnitByPrefix"@en ;
    rdfs:comment "Categorisation of measurement units by whether they are prefixed or not."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "MeasurementUnitByPrefix"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: PrefixedUnit or NonPrefixedUnit"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Categorisation of measurement units by whether they are prefixed or not."@en .

emmo:EMMO_4bc07644_8301_4aed_b21c_823f99b08d1a a owl:Class ;
    rdfs:label "Hecto"@en ;
    rdfs:comment "SI prefix who's value is 100."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "h"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1e+02 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb ;
    skos:prefLabel "Hecto"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 100."@en .

emmo:EMMO_4c21fb86_fdcf_444e_b498_86fe656295af a owl:Class ;
    rdfs:label "Plasma"@en ;
    rdfs:comment "A fluid in which a gas is ionized to a level where its electrical conductivity allows long-range electric and magnetic fields to dominate its behaviour."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_87ac88ff_8379_4f5a_8c7b_424a8fff1ee8 ;
    skos:prefLabel "Plasma"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A fluid in which a gas is ionized to a level where its electrical conductivity allows long-range electric and magnetic fields to dominate its behaviour."@en .

emmo:EMMO_4cc06415_9c11_4071_b732_fd05ad750f07 a owl:Class ;
    rdfs:label "BlueUpAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "BlueUpAntiQuark"@en .

emmo:EMMO_4cf484af_082a_40f5_9f11_930bf4634482 a owl:Class ;
    rdfs:label "SpatialTile"@en ;
    rdfs:comment "A direct part that is obtained by partitioning a whole purely in spatial parts."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:subClassOf emmo:EMMO_41c5f63b_f0e7_475e_bfac_a92027585979 ;
    skos:prefLabel "SpatialTile"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.3/doc/figs/SpatialTile.png"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A direct part that is obtained by partitioning a whole purely in spatial parts."@en .

emmo:EMMO_4db5c662_b065_49e4_96eb_826699fa8048 a owl:Class ;
    rdfs:label "Zepto"@en ;
    rdfs:comment "SI prefix who's value is 1e-21."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "z"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1e-21 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_48fc9480_78c3_4c81_a126_019df20d58d9 ;
    skos:prefLabel "Zepto"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e-21."@en .

emmo:EMMO_4ef8c0e4_1b0b_4699_a135_8c89ca289802 a owl:Class ;
    rdfs:label "ElectricFluxDensity"@en ;
    rdfs:comment "Vector quantity obtained at a given point by adding the electric polarization P to the product of the electric field strength E and the electric constant ε0."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:altLabel "ElectricDisplacement"@en ;
    skos:prefLabel "ElectricFluxDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ElectricDisplacementField"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q371907"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-40"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-12"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Vector quantity obtained at a given point by adding the electric polarization P to the product of the electric field strength E and the electric constant ε0."@en .

emmo:EMMO_4f2d1fcc_e20c_4479_9ad7_7a0480dd3e44 a owl:Class ;
    rdfs:label "AnalogicalIcon"@en ;
    rdfs:comment "An icon that represents the internal logical structure of the object."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf emmo: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 ;
    skos:prefLabel "AnalogicalIcon"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An icon that represents the internal logical structure of the object."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "An icon that focus on HOW the object works."@en,
        "The subclass of icon inspired by Peirceian category (b) the diagram, whose internal relations, mainly dyadic or so taken, represent by analogy (with the same logic) the relations in something (e.g. math formula, geometric flowchart)."@en .

emmo:EMMO_4f2d3939_91b1_4001_b8ab_7d19074bf845 a owl:Class ;
    rdfs:label "ElectricPotential"@en ;
    rdfs:comment "Energy required to move a unit charge through an electric field from a reference point."@en,
        "The electric potential is not unique, since any constant scalar field quantity can be added to it without changing its gradient."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c ],
        emmo:EMMO_194100e1_e11a_4b7c_bb5a_171655679fc8,
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:altLabel "ElectroStaticPotential"@en ;
    skos:prefLabel "ElectricPotential"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/ElectricPotential"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-25"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Electric_potential"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-11.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Energy required to move a unit charge through an electric field from a reference point."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electric_potential"^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E01935"^^xsd:string .

emmo:EMMO_506cb971_797d_4cfb_88c3_3020c4396365 a owl:Class ;
    rdfs:label "RedUpQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "RedUpQuark"@en .

emmo:EMMO_51f1ba0d_e92b_4be2_9a9d_4640b16ac7ed a owl:Class ;
    rdfs:label "SystemResource"@en ;
    rdfs:comment "Any physical or virtual component of limited availability within a computer system."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf [ a owl:Class ;
            owl:intersectionOf ( emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de [ a owl:Restriction ;
                        owl:onProperty [ owl:inverseOf emmo:EMMO_55354438_7000_4284_b1b9_59d60c2261b9 ] ;
                        owl:someValuesFrom emmo:EMMO_e7848014_ad79_422d_be02_74df892f7c11 ] ) ],
        emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    skos:altLabel "Resource"@en ;
    skos:prefLabel "SystemResource"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Any physical or virtual component of limited availability within a computer system."@en .

emmo:EMMO_5293c41e_4bbf_4aaa_8479_efd0737a0e8d a owl:Class ;
    rdfs:label "UpAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_4a465306_cb91_4458_a94a_2d0584d9aa95 emmo:EMMO_4cc06415_9c11_4071_b732_fd05ad750f07 emmo:EMMO_da9e740a_6056_4fa5_a663_c6622e1972d8 ) ;
    skos:prefLabel "UpAntiQuark"@en .

emmo:EMMO_53dced52_34f6_4cf0_8a99_ddf451861543 a owl:Class ;
    rdfs:label "Fermion"@en ;
    rdfs:comment "A physical particle with half odd integer spin (1/2, 3/2, etc...) that follows Fermi-Dirac statistics."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf emmo:EMMO_2c07a731_84f9_4883_9e58_2bc073abda29 ;
    owl:disjointWith emmo:EMMO_b5a5494c_83bf_44aa_a9a6_49b948e68939 ;
    skos:prefLabel "Fermion"@en ;
    emmo: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:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Fermion"^^xsd:string .

emmo:EMMO_54d0d0f4_d9fa_4179_a9b5_4110c49dafff a owl:IrreflexiveProperty,
        owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "coexistsWith"@en ;
    rdfs:comment "A relation jointly covered by Contact and InteractWith relations, which are mutually exclusive."@en,
        """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,
        "The relation between entities that express a mutual causation."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_6735d3ff_67f8_43b5_b5b0_240fbfab4517,
        emmo:EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 ;
    owl:propertyDisjointWith emmo:EMMO_ebc9e62c_5dc4_44db_9060_7923740bdf78 ;
    skos:altLabel "isSpatiallyRelatedWith"@en ;
    skos:prefLabel "coexistsWith"@en ;
    emmo: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:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "A relation jointly covered by Contact and InteractWith relations, which are mutually exclusive."@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between entities that express a mutual causation."@en .

emmo:EMMO_560d833a_6184_410c_859a_05d982712fd7 a owl:Class ;
    rdfs:label "Aerosol"@en ;
    rdfs:comment "A colloid composed of fine solid particles or liquid droplets in air or another gas."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_04f2a2d5_e799_4692_a654_420e76f5acc1,
        emmo:EMMO_6c487fb3_03d1_4e56_91ed_c2e16dcbef60 ;
    skos:prefLabel "Aerosol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A colloid composed of fine solid particles or liquid droplets in air or another gas."@en .

emmo:EMMO_578f7da0_10f8_4fc2_9fd0_79b79f47f975 a owl:Class ;
    rdfs:label "ReciprocalElectricChargeDensityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ReciprocalElectricChargeDensity'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L+3 M0 I-1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_59e710f4_d9ea_4167_9a3f_f90628a307df a owl:Class ;
    rdfs:label "SIDerivedUnit"@en ;
    rdfs:comment "A derived unit that belongs to the SI system."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_feb03a8a_bbb6_4918_a891_46713ef557f4 ;
    skos:prefLabel "SIDerivedUnit"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "disjointUnionOf: SICoherentDerivedUnit, SINonCoherentDerivedUnit"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A derived unit that belongs to the SI system."@en .

emmo:EMMO_5a77b7a6_7b16_48cd_8d69_a0c4b9174a3f a owl:Class ;
    rdfs:label "BlueCharmAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "BlueCharmAntiQuark"@en .

emmo:EMMO_5be83f9c_a4ba_4b9a_be1a_5bfc6e891231 a owl:Class ;
    rdfs:label "MathematicalSymbol"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf [ a owl:Class ;
            owl:complementOf [ a owl:Restriction ;
                    owl:onProperty emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ;
                    owl:someValuesFrom emmo:EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 ] ] ;
    owl:equivalentClass [ a owl:Class ;
            owl:intersectionOf ( emmo:EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 emmo:EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 ) ] ;
    skos:prefLabel "MathematicalSymbol"@en .

emmo:EMMO_5c15f8c4_d2de_47a0_acdd_470b8dda979b a owl:Class ;
    rdfs:label "IRI"@en ;
    rdfs:comment "An Internationalized Resource Identifier (IRI) is a compact sequence of characters that identifies an abstract or physical resource. It is similar to URI, but greatly extends the allowed character set from ASCII to the Universal Character Set (Unicode/ISO 10646).."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172,
        emmo:EMMO_c404e6d9_261d_4d2e_ab0d_ba4e05062647 ;
    skos:example "https://en.wiktionary.org/wiki/Ῥόδος"^^xsd:anyURI ;
    skos:prefLabel "IRI"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An Internationalized Resource Identifier (IRI) is a compact sequence of characters that identifies an abstract or physical resource. It is similar to URI, but greatly extends the allowed character set from ASCII to the Universal Character Set (Unicode/ISO 10646).."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "IRIs are commonly used as identifiers for ontological entities, although the extended unicode character set is rarely used."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Internationalized_Resource_Identifier"^^xsd:anyURI .

emmo:EMMO_5dc167a2_d50e_47a5_be4f_5139f3bff2ec a owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "indirectlyCausedBy"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:seeAlso emmo:EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6 ;
    rdfs:subPropertyOf emmo:EMMO_6735d3ff_67f8_43b5_b5b0_240fbfab4517 ;
    owl:inverseOf emmo:EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6 ;
    skos:altLabel "hasIndirectCause"@en ;
    skos:prefLabel "indirectlyCausedBy"@en .

emmo:EMMO_60d13cae_ea44_4a71_9ca7_ba65f72836a4 a owl:Class ;
    rdfs:label "ElectronAntiNeutrino"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "ElectronAntiNeutrino"@en .

emmo:EMMO_611e4040_9a3e_4a1a_9fa2_7b1012269401 a owl:Class ;
    rdfs:label "MeasurementUnitByDimensionality"@en ;
    rdfs:comment "Categorisation of measurement units by their physical dimensionality."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "MeasurementUnitByDimensionality"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: DimensionalUnit or DimensionlessUnit"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Categorisation of measurement units by their physical dimensionality."@en .

emmo:EMMO_65a2c5b8_e4d8_4a51_b2f8_e55effc0547d a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasTemporalTile"@en ;
    rdfs:comment "A relation that establishes for the whole a univocal tessellation in temporal parts forming the tessellation."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:range emmo:EMMO_504ad89e_dd4a_4fa6_aeb6_15c8ce0cde9b ;
    rdfs:subPropertyOf emmo:EMMO_7efab93d_c8fe_49c7_ba8e_d21d13b38c85 ;
    skos:altLabel "hasTemporalDirectPart"@en ;
    skos:prefLabel "hasTemporalTile"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation that establishes for the whole a univocal tessellation in temporal parts forming the tessellation."^^xsd:string .

emmo:EMMO_668fbd5b_6f1b_405c_9c6b_d6067bd0595a a owl:Class ;
    rdfs:label "PhaseOfMatter"@en ;
    rdfs:comment "A matter object throughout which all physical properties of a material are essentially uniform."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2 ;
    skos:altLabel "Phase"@en ;
    skos:prefLabel "PhaseOfMatter"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A matter object throughout which all physical properties of a material are essentially uniform."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """In the physical sciences, a phase is a region of space (a thermodynamic system), throughout which all physical properties of a material are essentially uniform. Examples of physical properties include density, index of refraction, magnetization and chemical composition. A simple description is that a phase is a region of material that is chemically uniform, physically distinct, and (often) mechanically separable. In a system consisting of ice and water in a glass jar, the ice cubes are one phase, the water is a second phase, and the humid air is a third phase over the ice and water. The glass of the jar is another separate phase.

The term phase is sometimes used as a synonym for state of matter, but there can be several immiscible phases of the same state of matter. Also, the term phase is sometimes used to refer to a set of equilibrium states demarcated in terms of state variables such as pressure and temperature by a phase boundary on a phase diagram. Because phase boundaries relate to changes in the organization of matter, such as a change from liquid to solid or a more subtle change from one crystal structure to another, this latter usage is similar to the use of "phase" as a synonym for state of matter. However, the state of matter and phase diagram usages are not commensurate with the formal definition given above and the intended meaning must be determined in part from the context in which the term is used."""@en .

emmo:EMMO_6796ec88_e49f_4628_b28d_6559f9dd630a a owl:Class ;
    rdfs:label "NameData"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_be8680e5_28ec_4168_9206_d1cd33fbd458 ;
    skos:prefLabel "NameData"@en .

emmo:EMMO_68a031ba_abf5_4859_b84c_32977f029908 a owl:Class ;
    rdfs:label "Kilo"@en ;
    rdfs:comment "SI prefix who's value is 1000."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "k"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb ;
    skos:prefLabel "Kilo"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1000."@en .

emmo:EMMO_68c0e0cd_6afd_4eb7_9dfa_91c2462002c9 a owl:Class ;
    rdfs:label "CharmAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_5a77b7a6_7b16_48cd_8d69_a0c4b9174a3f emmo:EMMO_aeebc6d5_bf98_45c1_b3eb_89de6722ba46 emmo:EMMO_fbf354a6_a466_4467_9473_a90b68f5d032 ) ;
    skos:prefLabel "CharmAntiQuark"@en .

emmo:EMMO_69ebb235_9c5e_443d_9a3b_7042b1005f1f a owl:Class ;
    rdfs:label "RationalData"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_18d180e4_5e3e_42f7_820c_e08951223486 ;
    skos:prefLabel "RationalData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some owl:rational"^^xsd:string ;
    emmo: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 .

emmo:EMMO_6aa04359_50d6_43d7_b3a7_296bd391bf7d a owl:Class ;
    rdfs:label "InverseSquareMassUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'InverseSquareMass'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L0 M-2 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_6bcf334d_efeb_49f8_9dd0_dbcbb31514d3 a owl:Class ;
    rdfs:label "PerTemperatureTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'PerTemperatureTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L0 M0 I0 Θ-1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_6da1b965_768c_4cf0_8873_44f2035133ba a owl:Class ;
    rdfs:label "Micro"@en ;
    rdfs:comment "SI prefix who's value is 1e-6."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "μ"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_48fc9480_78c3_4c81_a126_019df20d58d9 ;
    skos:prefLabel "Micro"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e-6."@en .

emmo:EMMO_6e9cb807_fc68_4bcf_b3ba_5fccc887c644 a owl:Class ;
    rdfs:label "OrdinaryMatter"@en ;
    rdfs:comment "Matter composed of only matter particles, excluding anti-matter particles."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf emmo:EMMO_43d0bb2c_bb0e_4312_a0de_084c29ff7f9e ;
    skos:prefLabel "OrdinaryMatter"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Matter composed of only matter particles, excluding anti-matter particles."@en .

emmo:EMMO_6ee9304e_54b7_4594_8354_0790138dffb8 a owl:Class ;
    rdfs:label "Distance"@en ;
    rdfs:comment "Distance is the norm of Displacement."@en,
        "Shortest path length between two points in a metric space."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac ;
    skos:prefLabel "Distance"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Distance"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q126017"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-03-24"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Distance"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-1.8"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Shortest path length between two points in a metric space."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Distance"^^xsd:string .

emmo:EMMO_6f76f9bf_feb3_4e27_9bcb_45b5f3526050 a owl:Class ;
    rdfs:label "TimePerVolumeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'TimePerVolume'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+1 L-3 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_71d1c8f0_c6e3_44b5_a4b6_1b74ff35698a a owl:Class ;
    rdfs:label "MaterialsProcessing"@en ;
    rdfs:comment "A manufacturing process aimed to modify the precursor objects through a physical process (involving other materials, energy, manipulation) to change its material properties."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_2b9cbfb5_dbd0_4a68_9c6f_acc41b40dd72 ;
    skos:altLabel "ContinuumManufacturing"@en ;
    skos:example "Synthesis of materials, quenching, the preparation of a cake, tempering of a steel beam."@en ;
    skos:prefLabel "MaterialsProcessing"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A manufacturing process aimed to modify the precursor objects through a physical process (involving other materials, energy, manipulation) to change its material properties."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A material process requires the output to be classified as an individual of a material subclass."@en .

emmo:EMMO_720a469f_a19c_4a88_900c_29b3938f5092 a owl:Class ;
    rdfs:label "TemperaturePerLengthUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'TemperaturePerLength'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L-1 M0 I0 Θ+1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_730f2e31_ca78_410f_a5e1_4043217a41ab a owl:Class ;
    rdfs:label "Electron"@en ;
    rdfs:comment "An elementary charged fermionic particle that belongs to the first generation of the lepton particle family."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel#> ;
    rdfs:subClassOf emmo:EMMO_820619ca_b23e_4c7a_8543_18a17722abc0 ;
    skos:altLabel "ElementaryElectron"@en ;
    skos:prefLabel "Electron"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An elementary charged fermionic particle that belongs to the first generation of the lepton particle family."@en .

emmo:EMMO_73aa05b8_51be_4863_bb0b_35845ac9362b a owl:Class ;
    rdfs:label "RedStrangeAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "RedStrangeAntiQuark"@en .

emmo:EMMO_754c3a5d_8ae8_41ff_b5f2_acbadb53c735 a owl:Class ;
    rdfs:label "RichardsonConstantUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'RichardsonConstant'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L-2 M0 I+1 Θ-2 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_76267214_2137_4909_83a4_0b815a62cbc3 a owl:Class ;
    rdfs:label "GreenTopQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "GreenTopQuark"@en .

emmo:EMMO_7abfbbc4_ce7b_4611_b731_1b5b8bd2bbc0 a owl:Class ;
    rdfs:label "Yocto"@en ;
    rdfs:comment "SI prefix who's value is 1e-24."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "y"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1e-24 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_48fc9480_78c3_4c81_a126_019df20d58d9 ;
    skos:prefLabel "Yocto"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e-24."@en .

emmo:EMMO_7b42954f_0b91_4b3a_a65e_2470202cf548 a owl:Class ;
    rdfs:label "Hadron"@en ;
    rdfs:comment "Particles composed of two or more quarks."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf emmo:EMMO_32f55395_8b94_40de_a103_bffa5c121d98 ;
    skos:prefLabel "Hadron"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Baryon or Meson"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Particles composed of two or more quarks."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Hadron"^^xsd:string .

emmo:EMMO_7c055d65_2929_40e1_af4f_4bf10995ad50 a owl:Class ;
    rdfs:label "MassFraction"@en ;
    rdfs:comment "Mass of a constituent divided by the total mass of all constituents in the mixture."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_602397bd_e302_42a6_be33_fe67ea81933a,
        emmo:EMMO_a293f923_954c_4af5_9f97_9600ebd362cb,
        emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:prefLabel "MassFraction"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/MassFraction"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-11"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Mass of a constituent divided by the total mass of all constituents in the mixture."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03722"^^xsd:string .

emmo:EMMO_7c8007b0_58a7_4486_bf1c_4772852caca0 a owl:Class ;
    rdfs:label "ElectricCurrentDensity"@en ;
    rdfs:comment "Electric current divided by the cross-sectional area it is passing through."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_602397bd_e302_42a6_be33_fe67ea81933a,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:altLabel "AreicElectricCurrent"@en,
        "CurrentDensity"@en ;
    skos:prefLabel "ElectricCurrentDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/ElectricCurrentDensity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q234072"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-11"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-8"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electric current divided by the cross-sectional area it is passing through."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Current_density"^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E01928"^^xsd:string .

emmo:EMMO_7cdc375d_d371_4d78_acd5_d51732f52126 a owl:Class ;
    rdfs:label "Cognition"@en ;
    rdfs:comment "A semiotic process that assigns a sign by recognising an object by how it resemble or imitate what the sign stands for, in shape, function or by sharing a similar logical structure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_9e3ad976_b179_4315_b51e_7e874df583dc ;
            owl:someValuesFrom emmo:EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ;
            owl:someValuesFrom emmo:EMMO_19608340_178c_4bfd_bd4d_0d3b935c6fec ],
        emmo:EMMO_4d5621e8_af7f_4aef_abd5_f905a34f62af ;
    skos:altLabel "IconSemiosis"@en ;
    skos:prefLabel "Cognition"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic process that assigns a sign by recognising an object by how it resemble or imitate what the sign stands for, in shape, function or by sharing a similar logical structure."@en .

emmo:EMMO_7d56ec24_499d_487a_af7d_a91aaa787bfe a owl:Class ;
    rdfs:label "MultiSimulation"@en ;
    rdfs:comment "A physics based simulation with multiple physics based models."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_e97af6ec_4371_4bbc_8936_34b76e33302f ;
    skos:prefLabel "MultiSimulation"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A physics based simulation with multiple physics based models."@en .

emmo:EMMO_7d77a013_1a0c_46fe_a6d8_ef6f4abb44fa a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "joins"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subPropertyOf emmo:EMMO_64be8885_2c8a_4e84_a4fc_9d2de61b4d0d ;
    owl:inverseOf emmo:EMMO_86726b7c_b208_4690_893e_0cc798fac974 ;
    skos:prefLabel "joins"@en .

emmo:EMMO_7fd8ec39_1c4b_4ff3_9bc8_0bf3c27e2db0 a owl:Class ;
    rdfs:label "Femto"@en ;
    rdfs:comment "SI prefix who's value is 1e-15."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "f"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1e-15 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_48fc9480_78c3_4c81_a126_019df20d58d9 ;
    skos:prefLabel "Femto"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e-15."@en .

emmo:EMMO_801395f8_948e_4637_ac3b_5fcd587d72ca a owl:Class ;
    rdfs:label "BondedObject"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_0f3e0646_4f06_4588_9779_6a4f05c5a8d6 ;
    skos:prefLabel "BondedObject"@en ;
    emmo: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: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 .

emmo:EMMO_80252279_046c_4e33_bdf4_8932f79b6c91 a owl:Class ;
    rdfs:label "GreenBottomQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "GreenBottomQuark"@en .

emmo:EMMO_802c167d_b792_4cb8_a315_35797345c0e3 a owl:Class ;
    rdfs:label "HeatCapacity"@en ;
    rdfs:comment "Examples of condition might be constant volume or constant pressure for a gas."@en,
        "Quantity C = dQ/dT, when the thermodynamic temperature of a system is increased by dT as a result of the addition of a amount of heat dQ, under given condition."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "HeatCapacity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/HeatCapacity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q179388"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-04-47"@en ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Heat_capacity"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-15"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantity C = dQ/dT, when the thermodynamic temperature of a system is increased by dT as a result of the addition of a amount of heat dQ, under given condition."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Heat_capacity"^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.H02753"^^xsd:string .

emmo:EMMO_8043d3c6_a4c1_4089_ba34_9744e28e5b3d a owl:Class ;
    rdfs:label "Electron"@en ;
    rdfs:comment "The class of individuals that stand for electrons elementary particles belonging to the first generation of leptons."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "Electron"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals that stand for electrons elementary particles belonging to the first generation of leptons."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Electron"^^xsd:string .

emmo:EMMO_80f3d95d_b1fd_46c0_b98a_b6b611b47105 a owl:Class ;
    rdfs:label "CoefficientOfThermalExpansion"@en ;
    rdfs:comment "Material property which describes how the size of an object changes with a change in temperature."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_02a935c8_c2d4_4a00_bd6f_b89d05aac79e ],
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:altLabel "ThermalExpansionCoefficient"@en ;
    skos:prefLabel "CoefficientOfThermalExpansion"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q45760"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Material property which describes how the size of an object changes with a change in temperature."@en .

emmo:EMMO_826bd296_d8e2_4c43_8f54_d684bf00090a a owl:Class ;
    rdfs:label "NormalizedStringData"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_5f334606_f67d_4f0e_acb9_eeb21cb10c66 ;
    skos:prefLabel "NormalizedStringData"@en .

emmo:EMMO_83550665_c68c_4015_86a7_308c9dd2fb4b a owl:Class ;
    rdfs:label "MuonNeutrino"@en ;
    rdfs:comment "A neutrino belonging to the second generation of leptons."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "MuonNeutrino"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A neutrino belonging to the second generation of leptons."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Muon_neutrino"^^xsd:string .

emmo:EMMO_85ee9154_5a3e_482e_aa37_c617ff1947ff a owl:Class ;
    rdfs:label "Mega"@en ;
    rdfs:comment "SI prefix who's value is 1e6."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "M"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb ;
    skos:prefLabel "Mega"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e6."@en .

emmo:EMMO_8679c7d3_fd5d_49ba_bc1f_1bb820a1f73f a owl:Class ;
    rdfs:label "DefinedEdgeCutting"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_90589553_5625_4074_8f0d_0532fd7eb42b ;
    skos:altLabel "Machining in which a tool is used whose number of cutting edges, geometry of the cutting wedges and position of the cutting edges in relation to the workpiece are determined"^^xsd:string,
        "Spanen mit geometrisch bestimmten Schneiden"^^xsd:string ;
    skos:prefLabel "DefinedEdgeCutting"@en .

emmo:EMMO_87deb5a8_7a85_49c3_97b2_e62c8484aa1a a owl:Class ;
    rdfs:label "VolumePerSquareTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'VolumePerSquareTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L+3 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_88470739_03d3_4c47_a03e_b30a1288d50c a owl:Class ;
    rdfs:label "MathematicalFormula"@en ;
    rdfs:comment "A mathematical string that express a relation between the elements in one set X to elements in another set Y."@en,
        "The set X is called domain and the set Y range or codomain."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0,
        emmo:EMMO_89a0c87c_0804_4013_937a_6fe234d9499c ;
    skos:prefLabel "MathematicalFormula"@en ;
    emmo: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 .

emmo:EMMO_88967c93_894b_4e42_bc3c_c8517b255489 a owl:Class ;
    rdfs:label "TimeConstant"@en ;
    rdfs:comment "parameter characterizing the response to a step input of a first‑order, linear time‑invariant system"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_0adabf6f_7404_44cb_9f65_32d83d8101a3 ;
    skos:prefLabel "TimeConstant"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1335249"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-05-26"^^xsd:string,
        "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=351-45-32"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-15"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "parameter characterizing the response to a step input of a first‑order, linear time‑invariant system"@en .

emmo:EMMO_88a34881_b8d0_474b_9a08_40dbd414d834 a owl:Class ;
    rdfs:label "FloatingPointData"@en ;
    rdfs:comment "A symbolic data representing a numerical floating point value."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:subClassOf emmo:EMMO_8b305b63_6fa3_44dd_9679_17eb8403a07a ;
    skos:prefLabel "FloatingPointData"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbolic data representing a numerical floating point value."@en .

emmo:EMMO_88ca735d_af0e_4773_b769_9c9bc6f8f91c a owl:Class ;
    rdfs:label "GreenBottomAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "GreenBottomAntiQuark"@en .

emmo:EMMO_890856a3_3eb4_471e_a54a_65031bee30f4 a owl:Class ;
    rdfs:label "Deci"@en ;
    rdfs:comment "SI prefix who's value is 1/10."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "d"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_48fc9480_78c3_4c81_a126_019df20d58d9 ;
    skos:prefLabel "Deci"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1/10."@en .

emmo:EMMO_891d1351_3843_4da3_906b_3b30411bd512 a owl:Class ;
    rdfs:label "GreenCharmQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "GreenCharmQuark"@en .

emmo:EMMO_89762966_8076_4f7c_b745_f718d653e8e2 a owl:Class ;
    rdfs:label "ExactConstant"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_b953f2b1_c8d1_4dd9_b630_d3ef6580c2bb ;
    skos:prefLabel "ExactConstant"@en ;
    emmo: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 .

emmo:EMMO_8a8f664b_dc59_4e00_ae00_81fdf1e1d12e a owl:Class ;
    rdfs:label "URL"@en ;
    rdfs:comment "The term \"Uniform Resource Locator\" (URL) refers to the subset of URIs that, in addition to identifying a resource, provide a means of locating the resource by describing its primary access mechanism (e.g., its network \"location\")."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b ;
    skos:prefLabel "URL"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The term \"Uniform Resource Locator\" (URL) refers to the subset of URIs that, in addition to identifying a resource, provide a means of locating the resource by describing its primary access mechanism (e.g., its network \"location\")."@en .

emmo:EMMO_8ab3ff9d_35d4_44b7_9d66_7b0b30c40da8 a owl:Class ;
    rdfs:label "LeftHandedParticle"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "LeftHandedParticle"@en .

emmo:EMMO_8c537c06_8e1d_4a3b_a251_1c89bb2c4790 a owl:Class ;
    rdfs:label "ResemblanceIcon"@en ;
    rdfs:comment "An icon that mimics the spatial or temporal shape of the object."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf emmo: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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An icon that mimics the spatial or temporal shape of the object."@en ;
    emmo: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 .

emmo:EMMO_8c64fcfa_23aa_45f8_9e58_bdfd065fab8f a owl:Class ;
    rdfs:label "Constant"@en ;
    rdfs:comment "A variable that stand for a numerical constant, even if it is unknown."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf emmo:EMMO_9e029526_79a2_47a8_a151_dd0545db471b ;
    skos:prefLabel "Constant"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A variable that stand for a numerical constant, even if it is unknown."@en .

emmo:EMMO_8e742d6f_7fbb_40cf_949b_6806ab0d801f a owl:AsymmetricProperty,
        owl:ObjectProperty ;
    rdfs:label "hasItemPart"@en ;
    rdfs:comment "A proper part relation with range restricted to items."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:range emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ;
    rdfs:subPropertyOf emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ;
    owl:propertyDisjointWith emmo:EMMO_cc0df52b_6211_4167_9e22_5cc3ba201bd9 ;
    skos:prefLabel "hasItemPart"@en ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "A proper part relation with range restricted to items."@en .

emmo:EMMO_8f449738_cedb_436c_bdec_1c8e78bdb644 a owl:Class ;
    rdfs:label "Nuclear"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/structural#> ;
    rdfs:subClassOf emmo:EMMO_e95b9f89_3ffd_4ea5_b682_97c4cc191a8d ;
    skos:prefLabel "Nuclear"@en ;
    emmo: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 .

emmo:EMMO_90a39fcb_5087_451e_a92e_ce0adc6d80f1 a owl:Class ;
    rdfs:label "VolumetricNumberDensity"@en ;
    rdfs:comment "Count per volume."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_ca369738_78de_470b_8631_be83f75e45a3 ;
    skos:prefLabel "VolumetricNumberDensity"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Count per volume."@en .

emmo:EMMO_90bfd475_ba4a_4065_b0c1_1f08230be252 a owl:Class ;
    rdfs:label "JSONData"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172,
        emmo:EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910 ;
    skos:prefLabel "JSONData"@en .

emmo:EMMO_9159bb16_8a70_49f9_bac4_f5cf2a82c39a a owl:Class ;
    rdfs:label "PhysicalQuantiyByDefinition"@en ;
    rdfs:comment "Categorisation of physical quantities by how they are defined."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_02c0621e_a527_4790_8a0f_2bb51973c819 ;
    skos:prefLabel "PhysicalQuantiyByDefinition"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Categorisation of physical quantities by how they are defined."@en .

emmo:EMMO_91a0635a_a89a_46de_8928_04a777d145c7 a owl:Class ;
    rdfs:label "IUPACNomenclature"@en ;
    rdfs:comment "Chemical nomenclauture following the IUPAC standard."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_643d99dd_fae6_4121_a76f_47f486a4480b ;
    skos:prefLabel "IUPACNomenclature"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Chemical nomenclauture following the IUPAC standard."@en .

emmo:EMMO_931a725b_926d_4f60_8955_61fe17fce98b a owl:Class ;
    rdfs:label "DiffusionCoefficient"@en ;
    rdfs:comment "Proportionality constant in some physical laws."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_10f703b5_8b2a_4c5a_a734_f0cfb29622ad ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    owl:disjointWith emmo:EMMO_e84be61e_6f6f_43e2_b91d_86898a5dc7c4 ;
    skos:prefLabel "DiffusionCoefficient"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Proportionality constant in some physical laws."@en .

emmo:EMMO_9335cf09_431f_4613_9dab_ce4ceaca965b a owl:Class ;
    rdfs:label "Simulation"@en ;
    rdfs:comment "A estimation of a property using a functional icon."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_1c0b22a2_be82_4fa8_9e2b_a569a625d442,
        emmo:EMMO_eff42cb3_208e_4768_9a39_f8b6b3c3d7a2 ;
    skos:altLabel "Modelling"@en ;
    skos:example "I calculate the electrical conductivity of an Ar-He plasma with the Chapman-Enskog method and use the value as property for it."@en ;
    skos:prefLabel "Simulation"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A estimation of a property using a functional icon."@en .

emmo:EMMO_946b5162_95b0_4801_81d4_efef43842a0d a owl:Class ;
    rdfs:label "QualifiedRole"@en ;
    rdfs:comment """The qualified role concept express the requirement for an entity of a type, say A, to be part of a larger entity of another type, say B, with A and B belonging to different taxonomical branches.
The concept of role is then defined as something that needs a wider and specific environment to exist.
For example, the car radio type requires all instances to be a part of a car, while the opposite (the car having a radio) is not mandatory for qualified roles.  The same applies for airplane winglets that are by definition an optional part of an airplane. Food preservatives are anothe optional part of foods."""@en,
        "The superclass for all classes of individuals that requires their individuals to be part of another specific class of entity of different type with a specific role with respect to it."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/holistic#> ;
    rdfs:subClassOf emmo:EMMO_0277f24a_ea7f_4917_81b7_fb0406c8fc62 ;
    skos:altLabel "QRole"@en ;
    skos:prefLabel "QualifiedRole"@en ;
    emmo:EMMO_31252f35_c767_4b97_a877_1235076c3e13 """The qualified role concept express the requirement for an entity of a type, say A, to be part of a larger entity of another type, say B, with A and B belonging to different taxonomical branches.
The concept of role is then defined as something that needs a wider and specific environment to exist.
For example, the car radio type requires all instances to be a part of a car, while the opposite (the car having a radio) is not mandatory for qualified roles.  The same applies for airplane winglets that are by definition an optional part of an airplane. Food preservatives are anothe optional part of foods."""@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all classes of individuals that requires their individuals to be part of another specific class of entity of different type with a specific role with respect to it."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Al QRole subclasses shuld have an axiom to express the role requirements, in the form of:
MyQRoleClass
    SubClassOf: isProperPartOf some AnotherClass
This is a necessary but not sufficient condition."""@en,
        """We usually have the same word to identify both the role and the name of a device. for example, under the term hammer we can identify both a product and generic entity used for hammering a nail.
The concept of role helps to distinguish between these two concepts. Ideally ther shuld be an HammerRole and an HammerProduct types. The product may or may not be used as HammerRole, but only expresses the fact that it has been designed as an optimal hammering device. The hammering role can be played by any hard-enough object, even if it is not an hammer product."""@en .

emmo:EMMO_94b07779_910a_4e56_bb34_2754dae4e376 a owl:Class ;
    rdfs:label "BlueDownQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "BlueDownQuark"@en .

emmo:EMMO_94c663c8_1d99_45aa_a172_93d19ea95856 a owl:Class ;
    rdfs:label "CollectiveAgent"@en ;
    rdfs:comment "An intentional agent that takes part in driving a process as part of a group."@en ;
    rdfs:isDefinedBy <https://plato.stanford.edu/entries/agency/#OthKinAgeMenShaColRelArt>,
        <https://w3id.org/emmo/reference/agency#> ;
    rdfs:subClassOf emmo:EMMO_7a317af2_d2f7_4e8a_8fbd_aaebfb7d21cc ;
    skos:example "A catalyst that together with another catalyst drives a chemical process that needs both catalysts to occur."@en ;
    skos:prefLabel "CollectiveAgent"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An intentional agent that takes part in driving a process as part of a group."@en .

emmo:EMMO_9558cd58_9847_4a0b_936d_32ca83a827a1 a owl:ObjectProperty ;
    rdfs:label "hasTaskTile"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:range emmo:EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3 ;
    rdfs:subPropertyOf emmo:EMMO_70da982d_1810_4b01_9630_a28e216ecd9a,
        emmo:EMMO_74a75cf1_3418_4244_b43c_b5db94635d42 ;
    skos:prefLabel "hasTaskTile"@en .

emmo:EMMO_96f39f77_44dc_491b_8fa7_30d887fe0890 a owl:Class ;
    rdfs:label "Area"@en ;
    rdfs:comment "Extent of a surface."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 ],
        emmo:EMMO_194100e1_e11a_4b7c_bb5a_171655679fc8,
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a ;
    skos:prefLabel "Area"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Area"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-3"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Extent of a surface."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00429"^^xsd:string .

emmo:EMMO_975bdc11_12db_44e7_a3c3_c5436b5e17cc a owl:Class ;
    rdfs:label "BlueStrangeAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "BlueStrangeAntiQuark"@en .

emmo:EMMO_9794a778_47d7_45d5_b4ab_ae6a8db04c78 a owl:Class ;
    rdfs:label "ElectricChargePerLengthUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricChargePerLength'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+1 L-1 M0 I+1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_9bb271f2_80a1_481a_ba78_368c4dccc235 a owl:Class ;
    rdfs:label "RedTopAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "RedTopAntiQuark"@en .

emmo:EMMO_9be5fcc4_0d8b_481d_b984_6338d4b55588 a owl:Class ;
    rdfs:label "Measurer"@en ;
    rdfs:comment "An observer that makes use of a measurement tool and provides a quantitative property."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/properties#> ;
    rdfs:subClassOf emmo:EMMO_ea67caa5_2609_4e91_98ae_81103f2d5c25 ;
    skos:prefLabel "Measurer"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An observer that makes use of a measurement tool and provides a quantitative property."@en .

emmo:EMMO_9d6eeca7_89a0_4a65_a497_9039f1164b96 a owl:Class ;
    rdfs:label "BlueDownAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "BlueDownAntiQuark"@en .

emmo:EMMO_9e49caad_b29e_4cf1_9be4_80419fd1e45c a owl:Class ;
    rdfs:label "ArrayData"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:subClassOf emmo:EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172 ;
    skos:prefLabel "ArrayData"@en ;
    emmo: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:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "SubClassOf: hasScalarData some ScalarData"^^xsd:string,
        "SubClassOf: hasSpatialTile some SymbolicData"^^xsd:string ;
    emmo: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 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 .

emmo:EMMO_9eb96ea0_8827_4cb9_9a03_8e07f4eae1eb a owl:Class ;
    rdfs:label "RedStrangeQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "RedStrangeQuark"@en .

emmo:EMMO_9ec16158_9118_4886_be97_4310f02f7571 a owl:Class ;
    rdfs:label "MaterialByCompactness"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_4207e895_8b83_4318_996a_72cfb32acd94 ;
    skos:prefLabel "MaterialByCompactness"@en .

emmo:EMMO_a18a3e9b_7e3d_44bf_9640_c8634e770ba8 a owl:Class ;
    rdfs:label "CoefficientOfFriction"@en ;
    rdfs:comment "Dimensionless scalar value which describes the ratio of the force of friction between two bodies and the force pressing them together; depends on the materials used, ranges from near zero to greater than one."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:altLabel "FrictionCoefficient"@en,
        "FrictionFactor"@en ;
    skos:prefLabel "CoefficientOfFriction"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1932524"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Dimensionless scalar value which describes the ratio of the force of friction between two bodies and the force pressing them together; depends on the materials used, ranges from near zero to greater than one."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.F02530"^^xsd:string .

emmo:EMMO_a4243cbf_b22e_4aa1_b9c1_130ce8c51ab2 a owl:Class ;
    rdfs:label "RedTopQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "RedTopQuark"@en .

emmo:EMMO_a46f2e3f_6d06_4968_a02f_55274d131130 a owl:Class ;
    rdfs:label "FormingFromPulp"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_45fec702_54cb_4508_b47e_bdc581229e22 ;
    skos:prefLabel "FormingFromPulp"@en .

emmo:EMMO_a4edc1d4_bb38_4897_ba1e_f87e7aa31c5b a owl:Class ;
    rdfs:label "DownQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_94b07779_910a_4e56_bb34_2754dae4e376 emmo:EMMO_d16ce022_5298_49a3_87a5_ca883faae18c emmo:EMMO_d5e14e54_fa64_4638_83d3_faced4575e72 ) ;
    skos:prefLabel "DownQuark"@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Down_quark"^^xsd:string .

emmo:EMMO_a589e6b8_2f5b_4118_8522_cdc4c89578dc a owl:Class ;
    rdfs:label "TopQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_3ab4154b_d163_4236_8251_8917b07c2788 emmo:EMMO_76267214_2137_4909_83a4_0b815a62cbc3 emmo:EMMO_a4243cbf_b22e_4aa1_b9c1_130ce8c51ab2 ) ;
    skos:prefLabel "TopQuark"@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Top_quark"^^xsd:string .

emmo:EMMO_aa987900_caf1_4ce2_82fa_6b1d6fbd2ead a owl:IrreflexiveProperty,
        owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "notOverlaps"@en ;
    rdfs:comment "Dxy ≡ ¬Oxy."^^xsd:string,
        "The relation between individuals representing non-overlapping entities (i.e. that have no parts in common)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_3f2e4ac2_8ef3_4a14_b826_60d37f15f8ee ;
    owl:propertyDisjointWith emmo:EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6 ;
    skos:altLabel "disjointWith"@en ;
    skos:prefLabel "notOverlaps"@en ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Dxy ≡ ¬Oxy."^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between individuals representing non-overlapping entities (i.e. that have no parts in common)."@en .

emmo:EMMO_ab5ba485_7c16_4c9e_b65e_4cb7560f8e8c a owl:Class ;
    rdfs:label "GreenDownAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "GreenDownAntiQuark"@en .

emmo:EMMO_ab922466_6333_4f13_91e6_03c3cad13ed8 a owl:Class ;
    rdfs:label "GreenStrangeAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "GreenStrangeAntiQuark"@en .

emmo:EMMO_aced32dd_1a13_49b0_8d8f_c79313942d19 a owl:Class ;
    rdfs:label "FlexuralForming"@en ;
    rdfs:comment "Forming of a solid body, whereby the plastic state is essentially brought about by a bending stress."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_2b4783a6_36ad_48c8_8f5d_fe7c05ad298b ;
    skos:altLabel "Biegeumformen"^^xsd:string ;
    skos:prefLabel "FlexuralForming"@en .

emmo:EMMO_ad6b0980_fa04_4ec3_b033_6aed9f4ed17c a owl:Class ;
    rdfs:label "BlueTopAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "BlueTopAntiQuark"@en .

emmo:EMMO_adc5aa0d_9add_4c8a_aa81_b5798a654ca9 a owl:Class ;
    rdfs:label "MeanFreePath"@en ;
    rdfs:comment "The mean free path may thus be specified either for all interactions, i.e. total mean free path, or for particular types of interaction such as scattering, capture, or ionization."@en,
        "in a given medium, average distance that particles of a specified type travel between successive interactions of a specified type."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_a0ce1017_0467_473b_8af8_0ddf4621b0be ;
    skos:prefLabel "MeanFreePath"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MeanFreePath"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q756307"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-06-37"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-38"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "in a given medium, average distance that particles of a specified type travel between successive interactions of a specified type."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03778"^^xsd:string .

emmo:EMMO_aeebc6d5_bf98_45c1_b3eb_89de6722ba46 a owl:Class ;
    rdfs:label "RedCharmAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "RedCharmAntiQuark"@en .

emmo:EMMO_af24ae20_8ef2_435a_86a1_2ea44488b318 a owl:Class ;
    rdfs:label "PerAmountUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'PerAmount'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L0 M0 I0 Θ0 N-1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_afb29c1a_eba4_4ba7_b6a1_62e9023c94ec a owl:Class ;
    rdfs:label "Nano"@en ;
    rdfs:comment "SI prefix who's value is 1e-9."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "n"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_48fc9480_78c3_4c81_a126_019df20d58d9 ;
    skos:prefLabel "Nano"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e-9."@en .

emmo:EMMO_b14894ce_aad8_45e6_8035_f902c0d339ad a owl:Class ;
    rdfs:label "TopAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_29836ff7_d416_49ae_b76b_f367c326b107 emmo:EMMO_9bb271f2_80a1_481a_ba78_368c4dccc235 emmo:EMMO_ad6b0980_fa04_4ec3_b033_6aed9f4ed17c ) ;
    skos:prefLabel "TopAntiQuark"@en .

emmo:EMMO_b1a64980_c524_4d48_af8f_9805570ce453 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isOutgoingOverlappedBy"@en ;
    rdfs:comment "The relation between an item I1 that proper overlaps an item I2, where the non-overlapping part of I2 is caused by I1."@en ;
    rdfs:domain emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ;
    rdfs:subPropertyOf emmo:EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ;
    owl:inverseOf emmo:EMMO_c5b4c32b_74de_403d_96f2_266bec8bd0e8 ;
    skos:prefLabel "isOutgoingOverlappedBy"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/dev/doc/figs/isOutgoingOverlappedBy.png"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between an item I1 that proper overlaps an item I2, where the non-overlapping part of I2 is caused by I1."@en .

emmo:EMMO_b32fe85d_2f7b_4972_9dd7_7cf20d4bba59 a owl:Class ;
    rdfs:label "PhysicalParticleByBond"@en ;
    rdfs:comment "Categorisation of physical particles by whether they are bonded."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_a15cea10_9946_4d2b_95c5_cfc333fd2abb ;
    skos:prefLabel "PhysicalParticleByBond"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: BondedParticle, ElementaryParticle"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Categorisation of physical particles by whether they are bonded."@en .

emmo:EMMO_b35e92d7_7fa0_4661_aa5a_5cea7c8e6925 a owl:DatatypeProperty ;
    rdfs:label "hasURIValue"@en ;
    rdfs:comment "The owl:dataProperty that provides a serialisation of an EMMO URI data entity."@en ;
    rdfs:domain emmo:EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:range xsd:anyURI ;
    rdfs:subPropertyOf emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    skos:prefLabel "hasURIValue"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The owl:dataProperty that provides a serialisation of an EMMO URI data entity."@en .

emmo:EMMO_b4abf29e_aab7_4c2f_af0b_536a92ef327f a owl:Class ;
    rdfs:label "AntiTau"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "AntiTau"@en .

emmo:EMMO_b57afc1a_93e9_43ba_b41f_9ec3598b4e46 a owl:Class ;
    rdfs:label "GreenUpQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "GreenUpQuark"@en .

emmo:EMMO_b8fa18b7_14c7_42cd_bd5f_4fc073677a5b a owl:Class ;
    rdfs:label "BlueStrangeQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "BlueStrangeQuark"@en .

emmo:EMMO_b9277e83_016c_405f_b90a_7e93642c775b a owl:Class ;
    rdfs:label "RedDownAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "RedDownAntiQuark"@en .

emmo:EMMO_b9522e56_1fac_4766_97e6_428605fabd3e a owl:Class ;
    rdfs:label "HolisticArrangement"@en ;
    rdfs:comment "A system which is mainly characterised by the spatial configuration of its elements."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/persholistic#> ;
    rdfs:subClassOf emmo:EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 ;
    skos:prefLabel "HolisticArrangement"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A system which is mainly characterised by the spatial configuration of its elements."@en .

emmo:EMMO_b9695e87_8261_412e_83cd_a86459426a28 a owl:Class ;
    rdfs:label "StateOfMatter"@en ;
    rdfs:comment "A superclass made as the disjoint union of all the form under which matter can exist."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2 ;
    skos:prefLabel "StateOfMatter"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "Disjoint Union Of: Gas, Plasma, Liquid, Solid"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A superclass made as the disjoint union of all the form under which matter can exist."@en ;
    emmo: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:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/State_of_matter"@en .

emmo:EMMO_ba236f43_7f94_4386_9673_9122952e928b a owl:Class ;
    rdfs:label "AngularWavenumber"@en ;
    rdfs:comment "The wave phase divided by time."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a,
        emmo:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53,
        emmo:EMMO_ecec2983_7c26_4f8d_a981_51ca29668baf ;
    skos:altLabel "AngularRepetency"@en ;
    skos:hiddenLabel "AngularWaveNumber"@en ;
    skos:prefLabel "AngularWavenumber"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/AngularWavenumber"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q30338487"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-10-12"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "12.9.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The wave phase divided by time."@en .

emmo:EMMO_bed37b1f_0479_4b61_bd49_54e25f414222 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isLeftBy"@en ;
    rdfs:comment "The relation between an object O that proper overlaps an item I, where the non-overlapping part of I is caused by O."@en ;
    rdfs:domain emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subPropertyOf emmo:EMMO_b1a64980_c524_4d48_af8f_9805570ce453 ;
    owl:inverseOf emmo:EMMO_eb3ffec6_3d69_4633_a3b1_088ad53cb00b ;
    skos:prefLabel "isLeftBy"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/dev/doc/figs/isLeftBy.png"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between an object O that proper overlaps an item I, where the non-overlapping part of I is caused by O."@en .

emmo:EMMO_c01bea11_1937_4cc0_b40d_4b192fdba311 a owl:ObjectProperty ;
    rdfs:label "isReferredBy"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 ;
    skos:prefLabel "isReferredBy"@en .

emmo:EMMO_c0f32e02_44d7_4c99_986e_c368d7219e4c a owl:Class ;
    rdfs:label "MassStoppingPowerUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MassStoppingPower'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L+4 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_c5ae6d8e_6b39_431f_8de4_ae4e357abc04 a owl:Class ;
    rdfs:label "Visual"@en ;
    rdfs:comment "A 'Perceptual' which stands for a real world object whose spatiotemporal pattern makes it identifiable by an observer through an optical perception employing the visible part of the electromagnetic spectrum."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_649bf97b_4397_4005_90d9_219755d92e34 ;
    skos:example """A cloud.
A picture.
A colour gradient on a wall.
A stain.
A mail."""@en ;
    skos:prefLabel "Visual"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'Perceptual' which stands for a real world object whose spatiotemporal pattern makes it identifiable by an observer through an optical perception employing the visible part of the electromagnetic spectrum."@en .

emmo:EMMO_c66ad523_3937_485e_91bb_ad488ddb373f a owl:Class ;
    rdfs:label "DataByDiscretness"@en ;
    rdfs:comment "Categorisation of data by whether it is descrete or not."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 ;
    skos:prefLabel "DataByDiscretness"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: AnalogData or DiscreteData"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Categorisation of data by whether it is descrete or not."@en .

emmo:EMMO_c7188d13_52e6_43f7_9b6d_aba4c161fa8f a owl:Class ;
    rdfs:label "TemperaturePerSquareTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'TemperaturePerSquareTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L0 M0 I0 Θ+1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_c792cf6b_097b_4a9a_9fc8_cb693cd5fdf3 a owl:ObjectProperty ;
    rdfs:label "isSignifiedBy"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 ;
    skos:prefLabel "isSignifiedBy"@en .

emmo:EMMO_cab2be5c_4e71_4c15_8412_adb2a7f0831a a owl:Class ;
    rdfs:label "ElectricDipoleMomentUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricDipoleMoment'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+1 L+1 M0 I+1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_cb3f4298_5895_4272_be63_42dd246cc10c a owl:Class ;
    rdfs:label "Yotta"@en ;
    rdfs:comment "SI prefix who's value is 1e24."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Y"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1e+24 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb ;
    skos:prefLabel "Yotta"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e24."@en .

emmo:EMMO_cbdea88b_fef1_4c7c_b69f_ae1f0f241c4a a owl:Class ;
    rdfs:label "DimensionalUnit"@en ;
    rdfs:comment "A subclass of measurement unit focusing on the physical dimensionality that is carried by the unit."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf emmo:EMMO_611e4040_9a3e_4a1a_9fa2_7b1012269401 ;
    skos:prefLabel "DimensionalUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A subclass of measurement unit focusing on the physical dimensionality that is carried by the unit."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The current version of EMMO does not provide explicit classes for physical dimensions. Rather it embraces the fact that the physical dimensionality of a physical quantity is carried by its measurement unit.

The role of dimensional unit and its subclasses is to express the physical dimensionality that is carried by the unit.

Since the dimensionality of a physical quantity can be written as the product of powers of the physical dimensions of the base quantities in the selected system of quantities, the physical dimensionality of a measurement unit is uniquely determined by the exponents. For a dimensional unit, at least one of these exponents must be non-zero (making it disjoint from dimensionless units)."""@en .

emmo:EMMO_cc823237_398d_4c9a_b8fa_aa157ee3e3a5 a owl:ObjectProperty ;
    rdfs:label "hasDeclarer"@en ;
    rdfs:comment "A semiotic relation connecting a conventional sign to the interpreter (declarer) in a declaration process."@en ;
    rdfs:domain emmo:EMMO_35d2e130_6e01_41ed_94f7_00b333d46cf9 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:range emmo:EMMO_2d72e38c_d587_437f_98f6_f2718fb130eb ;
    rdfs:subPropertyOf emmo:EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d ;
    skos:prefLabel "hasDeclarer"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation connecting a conventional sign to the interpreter (declarer) in a declaration process."@en .

emmo:EMMO_cd981768_f96b_4b65_85e6_19216c0e1dd4 a owl:Class ;
    rdfs:label "GFactor"@en ;
    rdfs:comment "Relation between observed magnetic moment of a particle and the related unit of magnetic moment."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:prefLabel "GFactor"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1951266"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relation between observed magnetic moment of a particle and the related unit of magnetic moment."@en .

emmo:EMMO_cd9ad446_04f7_44ff_b9ea_ae7389574fa6 a owl:Class ;
    rdfs:label "SquareCurrentQuarticTimePerMassUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'SquareCurrentQuarticTimePerMass'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+4 L0 M-1 I+2 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_ceaa4c6b_f5b7_46f4_bfcd_16eb4afab945 a owl:Class ;
    rdfs:label "AreaTemperatureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AreaTemperature'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L+2 M0 I0 Θ+1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 a owl:Class ;
    rdfs:label "Constituent"@en ;
    rdfs:comment "An object which is a spatial part of another object."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec ] ;
            owl:someValuesFrom emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ],
        emmo:EMMO_9d799b43_e188_4047_8167_121d96b31a26 ;
    skos:altLabel "ObjectPart"@en ;
    skos:example "A tire is a constituent of a car."@en ;
    skos:prefLabel "Constituent"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An object which is a spatial part of another object."@en .

emmo:EMMO_cede9297_c60d_4487_9207_62ac963202b5 a owl:Class ;
    rdfs:label "ParticipantByAgency"@en ;
    rdfs:comment "Categorisation of participant in terms of being an agent or not an agent."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:subClassOf emmo:EMMO_13191289_6c2b_4741_93e1_82d53bd0e703 ;
    skos:prefLabel "ParticipantByAgency"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Agent or NonAgent"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Categorisation of participant in terms of being an agent or not an agent."@en .

emmo:EMMO_cf0f8f57_8a9e_410c_8fe4_a436673fa3d3 a owl:Class ;
    rdfs:label "NonPositiveIntegerData"@en ;
    rdfs:comment "A data representing an integer number <= 0."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#nonPositiveInteger"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_f8bd64d5_5d3e_4ad4_a46e_c30714fecb7f ;
    skos:prefLabel "NonPositiveIntegerData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:nonPositiveInteger"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing an integer number <= 0."@en .

emmo:EMMO_d16ce022_5298_49a3_87a5_ca883faae18c a owl:Class ;
    rdfs:label "RedDownQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "RedDownQuark"@en .

emmo:EMMO_d37eeb84_895f_4c30_bf60_387b3314a1a6 a owl:Class ;
    rdfs:label "BottomQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_387b0334_aff8_4b3f_9062_8ad051f72e91 emmo:EMMO_80252279_046c_4e33_bdf4_8932f79b6c91 emmo:EMMO_e1ae2427_e902_44ae_bac2_8ac80939c457 ) ;
    skos:prefLabel "BottomQuark"@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Bottom_quark"^^xsd:string .

emmo:EMMO_d43546df_7fd7_44d5_9d7c_0f2bf56cefe3 a owl:Class ;
    rdfs:label "DecimalData"@en ;
    rdfs:comment "A data representing an arbitrary precision decimal number."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#decimal"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_69ebb235_9c5e_443d_9a3b_7042b1005f1f ;
    skos:prefLabel "DecimalData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:decimal"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing an arbitrary precision decimal number."@en .

emmo:EMMO_d4c95fa1_5bda_4063_a22d_62c81fcea284 a owl:Class ;
    rdfs:label "JunctionTile"@en ;
    rdfs:comment "A direct part that is obtained by partitioning a whole hybridly in spatial, temporal and spatiotemporal parts."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_663859e5_add3_4c9e_96fb_c99399de278d ] ;
            owl:someValuesFrom emmo:EMMO_2b1fb71c_0eb0_445c_9be7_fb5d30ae79fd ],
        emmo:EMMO_41c5f63b_f0e7_475e_bfac_a92027585979 ;
    skos:prefLabel "JunctionTile"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.3/doc/figs/JunctionTile.png"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A direct part that is obtained by partitioning a whole hybridly in spatial, temporal and spatiotemporal parts."@en .

emmo:EMMO_d4f37e32_16ae_4cc6_b4cd_fd896b2449c4 a owl:Class ;
    rdfs:label "GasSolidSuspension"@en ;
    rdfs:comment "A coarse dispersion of solid in a gas continuum phase."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_04f2a2d5_e799_4692_a654_420e76f5acc1 ;
    skos:example "Dust, sand storm."@en ;
    skos:prefLabel "GasSolidSuspension"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coarse dispersion of solid in a gas continuum phase."@en .

emmo:EMMO_d4f7d378_5e3b_468a_baa1_a7e98358cda7 a owl:Class ;
    rdfs:label "Time"@en ;
    rdfs:comment "One-dimensional subspace of space-time, which is locally orthogonal to space."@en,
        "The indefinite continued progress of existence and events that occur in apparently irreversible succession from the past through the present to the future."@en,
        "Time can be seen as the duration of an event or, more operationally, as \"what clocks read\"."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1 ],
        emmo:EMMO_1a4c1a97_88a7_4d8e_b2f9_2ca58e92dde4,
        emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a ;
    skos:prefLabel "Time"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Time"^^xsd:string ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "One-dimensional subspace of space-time, which is locally orthogonal to space."@en ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-7"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The indefinite continued progress of existence and events that occur in apparently irreversible succession from the past through the present to the future."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.T06375"^^xsd:string .

emmo:EMMO_d5e14e54_fa64_4638_83d3_faced4575e72 a owl:Class ;
    rdfs:label "GreenDownQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "GreenDownQuark"@en .

emmo:EMMO_d5f98475_00ce_4987_99fb_262aed395e46 a owl:Class ;
    rdfs:label "Cutting"@en ;
    rdfs:comment "Mechanical separation of workpieces without the formation of shapeless material, i.e. also without chips (chipless)."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_90589553_5625_4074_8f0d_0532fd7eb42b ;
    skos:altLabel "Schneiden"^^xsd:string ;
    skos:prefLabel "Cutting"@en .

emmo:EMMO_d7c74480_a568_4470_acff_f18b499cc850 a owl:Class ;
    rdfs:label "Peta"@en ;
    rdfs:comment "SI prefix who's value is 1e15."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "P"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1e+15 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb ;
    skos:prefLabel "Peta"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e15."@en .

emmo:EMMO_d9350951_5300_44e8_ae61_79fb7c53b7e7 a owl:Class ;
    rdfs:label "QuantityBySubjectivity"@en ;
    rdfs:comment "Categorisation of quantities by whether they can be obtained fully objectively or not."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf emmo:EMMO_0650c031_42b6_4f0a_b62d_d88f071da6bf ;
    skos:prefLabel "QuantityBySubjectivity"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: ObjectiveProperty or SubjectiveProperty"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Categorisation of quantities by whether they can be obtained fully objectively or not."@en .

emmo:EMMO_da9e740a_6056_4fa5_a663_c6622e1972d8 a owl:Class ;
    rdfs:label "RedUpAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "RedUpAntiQuark"@en .

emmo:EMMO_daa9ee97_4c5f_42e5_918c_44d7523e8958 a owl:Class ;
    rdfs:label "ZettaPrefixedUnit"@en ;
    rdfs:comment "Superclass for all units prefixed with \"zetta\" (1e21)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_4be0acad_af05_426f_aa6d_fe7531072564 ;
            owl:someValuesFrom emmo:EMMO_fbf7da6f_04bb_4c8e_abbf_e4048d6a5e73 ],
        [ a owl:Restriction ;
            owl:hasValue 1e+21 ;
            owl:onProperty emmo:EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ],
        emmo:EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704 ;
    skos:prefLabel "ZettaPrefixedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"zetta\" (1e21)."@en .

emmo:EMMO_db716151_6b73_45ff_910c_d182fdcbb4f5 a owl:Class ;
    rdfs:label "BaseUnit"@en ;
    rdfs:comment "A set of units that correspond to the base quantities in a system of units."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom emmo:EMMO_acaaa124_3dde_48b6_86e6_6ec6f364f408 ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_67fc0a36_8dcb_4ffa_9a43_31074efa3296 ] ],
        emmo:EMMO_216f448e_cdbc_4aeb_a529_7a5fe7fc38bb ;
    skos:prefLabel "BaseUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A set of units that correspond to the base quantities in a system of units."@en ;
    emmo:EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "base unit"@en .

emmo:EMMO_db99b1e5_2f34_467b_a784_d104946d9f00 a owl:Class ;
    rdfs:label "URN"@en ;
    rdfs:comment "The term \"Uniform Resource Name\" (URN) has been used historically to refer to both URIs under the \"urn\" scheme [RFC2141], which are required to remain globally unique and persistent even when the resource ceases to exist or becomes unavailable, and to any other URI with the properties of a name."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b ;
    skos:prefLabel "URN"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The term \"Uniform Resource Name\" (URN) has been used historically to refer to both URIs under the \"urn\" scheme [RFC2141], which are required to remain globally unique and persistent even when the resource ceases to exist or becomes unavailable, and to any other URI with the properties of a name."@en .

emmo:EMMO_db9a009e_f097_43f5_9520_6cbc07e7610b a owl:Class ;
    rdfs:label "NaturalLaw"@en ;
    rdfs:comment "A scientific theory that focuses on a specific phenomena, for which a single statement (not necessariliy in mathematical form) can be expressed."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_937757d3_ed79_4ae3_9513_3b135e58a6a1 ;
    skos:prefLabel "NaturalLaw"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A scientific theory that focuses on a specific phenomena, for which a single statement (not necessariliy in mathematical form) can be expressed."@en .

emmo:EMMO_dba27ca1_33c9_4443_a912_1519ce4c39ec a owl:ObjectProperty ;
    rdfs:label "hasConstituent"@en ;
    rdfs:comment "The relation between an object and one of its holistic part that contributes to the object under some spatial-based criteria."@en ;
    rdfs:domain emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 ;
    rdfs:subPropertyOf emmo:EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611 ;
    skos:prefLabel "hasConstituent"@en ;
    emmo: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 .

emmo:EMMO_dbbbf0ed_a446_4f9e_877c_8c46e7842f43 a owl:Class ;
    rdfs:label "QuantityByPhysicalNature"@en ;
    rdfs:comment "Categorisation of quantities by their physical nature."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_0650c031_42b6_4f0a_b62d_d88f071da6bf ;
    skos:hiddenLabel "QuantityByPhysical"@en ;
    skos:prefLabel "QuantityByPhysicalNature"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Categorisation of quantities by their physical nature."@en .

emmo:EMMO_dc6e40f6_5b6c_473b_a715_d36622ada5ad a owl:Class ;
    rdfs:label "UnsignedShortData"@en ;
    rdfs:comment "A data representing 16-bit non-negative integer number, 0...65535."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#unsignedShort"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_3a53b946_4dfd_4a38_bb5b_aa78d7b0db9c,
        emmo:EMMO_aa972cc9_5d9e_47a2_abc5_00243d6b3917 ;
    skos:prefLabel "UnsignedShortData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:unsignedShort"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing 16-bit non-negative integer number, 0...65535."@en .

emmo:EMMO_dd4b7d81_28a9_4801_8831_4cbab217e362 a owl:Class ;
    rdfs:label "WorkpieceForming"@en ;
    rdfs:comment "A manufacturing in which it is formed a solid body with its shape from shapeless original material parts, whose cohesion is created during the process."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_a4d66059_5dd3_4b90_b4cb_10960559441b ;
    skos:altLabel "ArchetypeForming"^^xsd:string,
        "PrimitiveForming"^^xsd:string ;
    skos:prefLabel "WorkpieceForming"@en .

emmo:EMMO_ddb62e5b_9a1f_4d10_8cd8_32655301bfc9 a owl:Class ;
    rdfs:label "MaterialByOrigin"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_4207e895_8b83_4318_996a_72cfb32acd94 ;
    skos:prefLabel "MaterialByOrigin"@en .

emmo:EMMO_ddecfff6_d3a1_4972_b9e9_3d0ca11a3a0b a owl:Class ;
    rdfs:label "IterativeWorkflow"@en ;
    rdfs:comment "A workflow whose steps are the repetition of the same task type."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:subClassOf emmo:EMMO_57ba1bf0_4314_432c_a9bb_6a6720c8dab5 ;
    skos:prefLabel "IterativeWorkflow"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.3/doc/figs/IterativeWorkflow.png"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A workflow whose steps are the repetition of the same task type."@en .

emmo:EMMO_de2c6b70_bc1e_48ff_84b7_8fa16e0287fa a owl:Class ;
    rdfs:label "Rate"@en ;
    rdfs:comment "Quotient of a quantity by a duration."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a ;
    skos:example """Activity
Specific absorption rate (SAR)
Rate of rise
Sampling rate
Modulation rate
Fading rate
Rain rate"""@en ;
    skos:prefLabel "Rate"@en ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "112-03-18"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quotient of a quantity by a duration."@en .

emmo:EMMO_de5e558c_2066_4b1f_b888_e2503bcafee0 a owl:Class ;
    rdfs:label "TauAntiNeutrino"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "TauAntiNeutrino"@en .

emmo:EMMO_e04884d9_eda6_487e_93d5_7722d7eda96b a owl:Class ;
    rdfs:label "Persistence"@en ;
    rdfs:comment "The union of the object or process classes."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_49267eba_5548_4163_8f36_518d65b583f9 ;
    skos:prefLabel "Persistence"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Process or Object"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The union of the object or process classes."@en ;
    emmo: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 .

emmo:EMMO_e07a252a_6913_49d6_9038_37a258b2d95e a owl:Class ;
    rdfs:label "Deca"@en ;
    rdfs:comment "SI prefix who's value is 10."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "da"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1e+01 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb ;
    skos:altLabel "Deka"@en ;
    skos:prefLabel "Deca"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 10."@en .

emmo:EMMO_e0edfb9e_9a96_4fae_b942_831ffe27b84a a owl:Class ;
    rdfs:label "GasLiquidSuspension"@en ;
    rdfs:comment "A coarse dispersion of liquid in a gas continuum phase."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_04f2a2d5_e799_4692_a654_420e76f5acc1 ;
    skos:example "Rain, spray."@en ;
    skos:prefLabel "GasLiquidSuspension"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coarse dispersion of liquid in a gas continuum phase."@en .

emmo:EMMO_e1ae2427_e902_44ae_bac2_8ac80939c457 a owl:Class ;
    rdfs:label "BlueBottomQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "BlueBottomQuark"@en .

emmo:EMMO_e2b11f6a_4191_427e_9844_2e0ac88dfc8b a owl:Class ;
    rdfs:label "ChemicalCompound"@en ;
    rdfs:comment "A chemical substance composed of many identical molecules (or molecular entities) composed of atoms from more than one element held together by chemical bonds."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea ;
    skos:prefLabel "ChemicalCompound"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf InorganicCompound, OrganicCompound"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A chemical substance composed of many identical molecules (or molecular entities) composed of atoms from more than one element held together by chemical bonds."^^xsd:string ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Chemical_compound"^^xsd:string .

emmo:EMMO_e6110006_88b9_45cd_9f9c_a2a91c0c21f8 a owl:Class ;
    rdfs:label "ElectricChargePerAmountUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricChargePerAmount'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+1 L0 M0 I+1 Θ0 N-1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_e79c62ff_10ad_4ec0_baba_c19ddd4eaa11 a owl:Class ;
    rdfs:label "YottaPrefixedUnit"@en ;
    rdfs:comment "Superclass for all units prefixed with \"yotta\" (1e24)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+24 ;
            owl:onProperty emmo:EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_4be0acad_af05_426f_aa6d_fe7531072564 ;
            owl:someValuesFrom emmo:EMMO_cb3f4298_5895_4272_be63_42dd246cc10c ],
        emmo:EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704 ;
    skos:prefLabel "YottaPrefixedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"yotta\" (1e24)."@en .

emmo:EMMO_e7adbaa9_ae34_42e4_8101_cbd38851dcab a owl:Class ;
    rdfs:label "DownAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_9d6eeca7_89a0_4a65_a497_9039f1164b96 emmo:EMMO_ab5ba485_7c16_4c9e_b65e_4cb7560f8e8c emmo:EMMO_b9277e83_016c_405f_b90a_7e93642c775b ) ;
    skos:prefLabel "DownAntiQuark"@en .

emmo:EMMO_e84be61e_6f6f_43e2_b91d_86898a5dc7c4 a owl:Class ;
    rdfs:label "ThermalDiffusionRatio"@en ;
    rdfs:comment "In a steady-state of a binary mixture in which thermal diffusion occurs; proportionality factor between gradient of the amount-of-subsstance fraction of the heavier substance B, and negative gradient of the local thermodynamic temperature divided by that temperature."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:prefLabel "ThermalDiffusionRatio"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/ThermalDiffusionRatio"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q96249433"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-40.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In a steady-state of a binary mixture in which thermal diffusion occurs; proportionality factor between gradient of the amount-of-subsstance fraction of the heavier substance B, and negative gradient of the local thermodynamic temperature divided by that temperature."@en .

emmo:EMMO_e94a9156_fb6c_4e16_88ee_829ac9933155 a owl:Class ;
    rdfs:label "Path"@en ;
    rdfs:comment "A path is a string of characters used to uniquely identify a location in a directory structure according to a particular convention."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_50ea1ec5_f157_41b0_b46b_a9032f17ca10,
        emmo:EMMO_c404e6d9_261d_4d2e_ab0d_ba4e05062647 ;
    skos:example """/etc/fstab  (UNIX-like path)
C:\\\\Users\\\\John\\\\Desktop  (DOS-like path)"""@en ;
    skos:prefLabel "Path"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A path is a string of characters used to uniquely identify a location in a directory structure according to a particular convention."@en .

emmo:EMMO_e95b9f89_3ffd_4ea5_b682_97c4cc191a8d a owl:Class ;
    rdfs:label "Multiplex"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/structural#> ;
    rdfs:subClassOf emmo:EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0 ;
    skos:prefLabel "Multiplex"@en ;
    emmo: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 .

emmo:EMMO_e9722f13_947c_444e_82ef_1ce045f6637c a owl:Class ;
    rdfs:label "Atto"@en ;
    rdfs:comment "SI prefix who's value is 1e-18."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "a"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        [ a owl:Restriction ;
            owl:hasValue 1e-18 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        emmo:EMMO_48fc9480_78c3_4c81_a126_019df20d58d9 ;
    skos:prefLabel "Atto"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e-18."@en .

emmo:EMMO_ea5a4079_dbca_4ae7_80f4_415643f95257 a owl:Class ;
    rdfs:label "FullSemiosis"@en ;
    rdfs:comment "A semiosis where the triangle of relations is completely developed."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf emmo:EMMO_3fe33e1c_2b62_4669_af92_8066cf53761d ;
    skos:prefLabel "FullSemiosis"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiosis where the triangle of relations is completely developed."@en .

emmo:EMMO_ea67caa5_2609_4e91_98ae_81103f2d5c25 a owl:Class ;
    rdfs:label "Observer"@en ;
    rdfs:comment "A characteriser that declares a property for an object through the specific interaction required by the property definition."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ] ;
            owl:someValuesFrom emmo:EMMO_3b19eab4_79be_4b02_bdaf_ecf1f0067a68 ],
        emmo:EMMO_1b52ee70_121e_4d8d_8419_3f97cd0bd89c ;
    skos:prefLabel "Observer"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A characteriser that declares a property for an object through the specific interaction required by the property definition."@en .

emmo:EMMO_eb85216f_b872_4ee5_9f62_655aa2ae0470 a owl:Class ;
    rdfs:label "MergingManufacturing"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_8786cb47_8e1f_4968_9b15_f6d41fc51252 ;
    skos:altLabel "AddingManufacturing"^^xsd:string ;
    skos:prefLabel "MergingManufacturing"@en .

emmo:EMMO_eb95a619_ca07_4678_a809_10021b25a13f a owl:Class ;
    rdfs:label "TauNeutrino"@en ;
    rdfs:comment "A neutrino belonging to the third generation of leptons."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "TauNeutrino"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A neutrino belonging to the third generation of leptons."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Tau_neutrino"^^xsd:string .

emmo:EMMO_edcb3871_900f_407f_912e_89f96d3e28de a owl:Class ;
    rdfs:label "RoleBySpatiotemporal"@en ;
    rdfs:comment "The superclass for all classes that categorise roles according to that fact that they are temporal or non-temporal parts of the whole."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/holistic#> ;
    rdfs:subClassOf emmo:EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3 ;
    skos:prefLabel "RoleBySpatiotemporal"@en ;
    emmo: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 .

emmo:EMMO_edf72228_e040_4edc_8b46_78b2a47c72d7 a owl:Class ;
    rdfs:label "EndTile"@en ;
    rdfs:comment "A direct part that only is the target, but not the source of temporal relations."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:subClassOf emmo:EMMO_5e38e44b_a0d1_4afc_a876_95095c0a589f ;
    skos:prefLabel "EndTile"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.3/doc/figs/EndTile.png"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A direct part that only is the target, but not the source of temporal relations."@en .

emmo:EMMO_f00fb163_48c9_4c59_b6c2_4205c082aa54 a owl:Class ;
    rdfs:label "MaterialByStructure"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_39348191_08fd_4bb6_9b1e_012d5b2f1ff6 ;
    skos:prefLabel "MaterialByStructure"@en .

emmo:EMMO_f0fec2df_41f0_4412_b28a_592858c065f0 a owl:Class ;
    rdfs:label "DataByNumerical"@en ;
    rdfs:comment "Categorisation of data by whether it is numerical or not."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/data#> ;
    rdfs:subClassOf emmo:EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 ;
    skos:prefLabel "DataByNumerical"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: NumericalData or NonNumericalData"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Categorisation of data by whether it is numerical or not."@en .

emmo:EMMO_f1ee5c02_5cc0_45ba_a09a_2e6319f75fc8 a owl:Class ;
    rdfs:label "UnsignedLongData"@en ;
    rdfs:comment "A data representing 64-bit non-negative integer number, 0...18446744073709551615."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#unsignedLong"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_42eee73b_e4d2_4a0f_b468_3d2ce0475af6 ;
    skos:prefLabel "UnsignedLongData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:unsignedLong"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing 64-bit non-negative integer number, 0...18446744073709551615."@en .

emmo:EMMO_f321cf62_99e4_418e_bb3e_3dfcc91f701f a owl:Class ;
    rdfs:label "BlueUpQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "BlueUpQuark"@en .

emmo:EMMO_f33cbdf9_c9d0_4dc5_a875_21d6f9c24ee4 a owl:Class ;
    rdfs:label "StrangeAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_73aa05b8_51be_4863_bb0b_35845ac9362b emmo:EMMO_975bdc11_12db_44e7_a3c3_c5436b5e17cc emmo:EMMO_ab922466_6333_4f13_91e6_03c3cad13ed8 ) ;
    skos:prefLabel "StrangeAntiQuark"@en .

emmo:EMMO_f35cff4d_dc09_44cf_a729_22fb79e3bfb2 a owl:Class ;
    rdfs:label "InternationalSystemOfQuantity"@en ;
    rdfs:comment "Quantities declared under the ISO 80000."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:seeAlso "https://www.iso.org/obp/ui/#iso:std:iso:80000:-1:ed-1:v1:en:sec:3.1"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_9c407ac0_fd4c_4178_8763_95fad9fe29ec ;
    skos:prefLabel "InternationalSystemOfQuantity"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantities declared under the ISO 80000."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/International_System_of_Quantities"^^xsd:string .

emmo:EMMO_f37fc69b_d6fd_44de_9c66_3c70b2efb7f4 a owl:ObjectProperty ;
    rdfs:label "isJunctionPartOf"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:range emmo:EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac ;
    rdfs:subPropertyOf emmo:EMMO_2332d7a4_2fbe_4a36_a10f_5c8efcce29d6 ;
    skos:prefLabel "isJunctionPartOf"@en .

emmo:EMMO_f53f45f2_c354_417c_a904_a2606ad584d7 a owl:Class ;
    rdfs:label "ProcessByAgency"@en ;
    rdfs:comment "Categorisation of processes by whether they are driven by an agent or not."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ;
    skos:prefLabel "ProcessByAgency"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Categorisation of processes by whether they are driven by an agent or not."@en .

emmo:EMMO_f5769206_9257_4b08_bf7b_dad7868c6afc a owl:Class ;
    rdfs:label "YoctoPrefixedUnit"@en ;
    rdfs:comment "Superclass for all units prefixed with \"yocto\" (1e-24)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-24 ;
            owl:onProperty emmo:EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_4be0acad_af05_426f_aa6d_fe7531072564 ;
            owl:someValuesFrom emmo:EMMO_7abfbbc4_ce7b_4611_b731_1b5b8bd2bbc0 ],
        emmo:EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d ;
    skos:prefLabel "YoctoPrefixedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"yocto\" (1e-24)."@en .

emmo:EMMO_f6d0c26a_98b6_4cf8_8632_aa259131faaa a owl:Class ;
    rdfs:label "MathematicalOperator"@en ;
    rdfs:comment "A mapping that acts on elements of one space and produces elements of another space."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf emmo:EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0,
        emmo:EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 ;
    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 ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A mapping that acts on elements of one space and produces elements of another space."@en .

emmo:EMMO_f722a7a9_864d_4896_a331_f90141f90a0a a owl:ObjectProperty ;
    rdfs:label "isTemporalPartOf"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:range emmo:EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d ;
    rdfs:subPropertyOf emmo:EMMO_07808d05_18d1_4253_96e5_58b8277347de ;
    skos:prefLabel "isTemporalPartOf"@en .

emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 a owl:Class ;
    rdfs:label "Component"@en ;
    rdfs:comment "A constituent of a system."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/persholistic#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_3c7f239f_e833_4a2b_98a1_c88831770c1b ] ;
            owl:someValuesFrom emmo:EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 ],
        emmo:EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3,
        emmo:EMMO_ceaaf9f7_fd11_424b_8fda_9afa186af186 ;
    skos:prefLabel "Component"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "SubClassOf:  inverse (hasConstituent) some HolisticSystem"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A constituent of a system."@en .

emmo:EMMO_f835f4d4_c665_403d_ab25_dca5cc74be52 a owl:Class ;
    rdfs:label "Nucleus"@en ;
    rdfs:comment "The small, dense region at the centre of an atom consisting of protons and neutrons."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ;
            owl:someValuesFrom emmo:EMMO_50781fd9_a9e4_46ad_b7be_4500371d188d ],
        emmo:EMMO_32f55395_8b94_40de_a103_bffa5c121d98 ;
    skos:prefLabel "Nucleus"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The small, dense region at the centre of an atom consisting of protons and neutrons."@en .

emmo:EMMO_f8a2fe9f_458b_4771_9aba_a50e76afc52d a owl:Class ;
    rdfs:label "DifferentialOperator"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf emmo:EMMO_f6d0c26a_98b6_4cf8_8632_aa259131faaa ;
    skos:prefLabel "DifferentialOperator"@en .

emmo:EMMO_f93fe78b_9646_4a15_b88b_1c93686a764d a owl:Class ;
    rdfs:label "Network"@en ;
    rdfs:comment "A system whose is mainly characterised by the way in which elements are interconnected."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/persholistic#> ;
    rdfs:subClassOf emmo:EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 ;
    skos:prefLabel "Network"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A system whose is mainly characterised by the way in which elements are interconnected."@en .

emmo:EMMO_f9bc8b52_85e9_4b53_b969_dd7724d5b8e4 a owl:Class ;
    rdfs:label "Expression"@en ;
    rdfs:comment "A well-formed finite combination of mathematical symbols according to some specific rules."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf emmo:EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0,
        emmo:EMMO_89a0c87c_0804_4013_937a_6fe234d9499c ;
    skos:prefLabel "Expression"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A well-formed finite combination of mathematical symbols according to some specific rules."@en .

emmo:EMMO_fa3c9d4d_9fc9_4e8a_82c1_28c84e34133a a owl:Class ;
    rdfs:label "FundamentalBoson"@en ;
    rdfs:comment "A boson that is a single elementary particle."@en,
        "A particle with integer spin that follows Bose–Einstein statistics."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    owl:disjointUnionOf ( emmo:EMMO_676a29e6_d4e1_4b54_8961_25947bd20861 emmo:EMMO_eb3c61f0_3983_4346_a0c6_e7f6b90a67a8 emmo:EMMO_fd6559e8_ef94_460c_9dfc_bad5c68d63b4 ) ;
    skos:prefLabel "FundamentalBoson"@en ;
    emmo:EMMO_31252f35_c767_4b97_a877_1235076c3e13 "A particle with integer spin that follows Bose–Einstein statistics."@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A boson that is a single elementary particle."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Boson#Elementary_bosons"@en .

emmo:EMMO_fbf354a6_a466_4467_9473_a90b68f5d032 a owl:Class ;
    rdfs:label "GreenCharmAntiQuark"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    skos:prefLabel "GreenCharmAntiQuark"@en .

emmo:EMMO_fbf7da6f_04bb_4c8e_abbf_e4048d6a5e73 a owl:Class ;
    rdfs:label "Zetta"@en ;
    rdfs:comment "SI prefix who's value is 1e21."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-21 ;
            owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ],
        [ a owl:Restriction ;
            owl:hasValue "Z"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb ;
    skos:prefLabel "Zetta"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1e21."@en .

emmo:EMMO_fdfa43cd_1f48_4d82_ac49_685fe894558f a owl:ObjectProperty ;
    rdfs:label "isPieceOf"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ;
    owl:inverseOf emmo:76413949_896c_4363_a955_de4722c6e149 ;
    skos:prefLabel "isPieceOf"@en .

emmo:FaradPerMetre a owl:Class ;
    rdfs:label "FaradPerMetre"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "F.m-1"^^xsd:string,
        "F/m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "F/m"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:GramPerDay a owl:Class ;
    rdfs:label "GramPerDay"@en ;
    rdfs:comment """0,001-fold of the SI base unit kilogram divided by the unit day

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.157407e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/day"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the unit day

-- QUDT"""@en .

emmo:GramPerSquareCentiMetre a owl:Class ;
    rdfs:label "GramPerSquareCentiMetre"^^xsd:string ;
    rdfs:comment """0,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 ;
    skos:altLabel "Gram Per Square Centimetre"@en ;
    skos:prefLabel "GramPerSquareCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-CentiM2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.cm-2"^^xsd:string,
        "g/cm2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/cm²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2

-- QUDT"""@en .

emmo:GramPerSquareMetrePerDay a owl:Class ;
    rdfs:label "GramPerSquareMetrePerDay"^^xsd:string ;
    rdfs:comment """A metric unit of volume over time indicating the amount generated across one square meter over a day.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.157407e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 ;
    skos:altLabel "grams per square metre per day"@en ;
    skos:prefLabel "GramPerSquareMetrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-M2-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.m-2.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/(m²⋅day)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A metric unit of volume over time indicating the amount generated across one square meter over a day.

-- QUDT"""@en .

emmo:Gravity a owl:Class ;
    rdfs:label "Gravity"@en ;
    rdfs:comment """"Gravity" is a unit for  'Linear Acceleration' expressed as G.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 9.80665e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Gravity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/G"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[g]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "G"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Gravity" is a unit for  'Linear Acceleration' expressed as G.

-- QUDT"""@en .

emmo:HenryPerKiloOhm a owl:Class ;
    rdfs:label "HenryPerKiloOhm"@en ;
    rdfs:comment """SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:altLabel "Henry Per Kiloohm"@en ;
    skos:prefLabel "HenryPerKiloOhm"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/H-PER-KiloOHM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "H.kOhm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "H/kΩ"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm

-- QUDT"""@en .

emmo:HenryPerOhm a owl:Class ;
    rdfs:label "HenryPerOhm"@en ;
    rdfs:comment """SI derived unit henry divided by the SI derived unit ohm

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "H.Ohm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "H/Ω"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit henry divided by the SI derived unit ohm

-- QUDT"""@en .

emmo:JoulePerKelvin a owl:Class ;
    rdfs:label "JoulePerKelvin"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/K"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:JoulePerKilogram a owl:Class ;
    rdfs:label "JoulePerKilogram"^^xsd:string ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 ;
    skos:altLabel "Joule per Kilogram"@en ;
    skos:prefLabel "JoulePerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.kg-1"^^xsd:string,
        "J/kg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/kg"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:LitrePerHour a owl:Class ;
    rdfs:label "LitrePerHour"@en ;
    rdfs:comment """Unit litre divided by the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.777778e-07 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Litre Per Hour"@en ;
    skos:prefLabel "LitrePerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.h-1"^^xsd:string,
        "L/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unit litre divided by the unit hour

-- QUDT"""@en .

emmo:MetrePerKelvin a owl:Class ;
    rdfs:label "MetrePerKelvin"@en ;
    rdfs:comment "Metre per Kelvin."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_793f3567_b351_42ef_a1d4_5111d53999c4 ;
    skos:prefLabel "MetrePerKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m/K"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/k"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Metre per Kelvin."@en .

emmo:MetrePerYear a owl:Class ;
    rdfs:label "MetrePerYear"^^xsd:string ;
    rdfs:comment """A rate of change of SI standard unit length over a period of an average calendar year (365.25 days).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.168809e-08 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Metres per year"@en ;
    skos:prefLabel "MetrePerYear"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-PER-YR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.a-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/yr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A rate of change of SI standard unit length over a period of an average calendar year (365.25 days).

-- QUDT"""@en .

emmo:MolePerSecond a owl:Class ;
    rdfs:label "MolePerSecond"@en ;
    rdfs:comment """SI base unit mol divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.s-1"^^xsd:string,
        "mol/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit mol divided by the SI base unit second

-- QUDT"""@en .

emmo:MolePerSquareMetre a owl:Class ;
    rdfs:label "MolePerSquareMetre"^^xsd:string ;
    rdfs:comment """SI unit of quantity of matter per SI unit area.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_183f6fac_8543_44e0_bd59_434aa7054f4c ;
    skos:altLabel "Moles per square metre"@en ;
    skos:prefLabel "MolePerSquareMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M2"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/m²"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI unit of quantity of matter per SI unit area.

-- QUDT"""@en .

emmo:PascalCubicMetrePerSecond a owl:Class ;
    rdfs:label "PascalCubicMetrePerSecond"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.m3.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅m³/s"^^xsd:string ;
    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

-- QUDT"""@en .

emmo:PascalLitrePerSecond a owl:Class ;
    rdfs:label "PascalLitrePerSecond"@en ;
    rdfs:comment """product out of the SI derived unit pascal and the unit litre divided by the SI base unit second

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Pascal Litre Per Second"@en ;
    skos:prefLabel "PascalLitrePerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-L-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.L.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅L/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product out of the SI derived unit pascal and the unit litre divided by the SI base unit second

-- QUDT"""@en .

emmo:PoundForce a owl:Class ;
    rdfs:label "PoundForce"@en ;
    rdfs:comment """"Pound Force" is an Imperial unit for  'Force' expressed as lbf.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 4.448222e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pound Force"@en ;
    skos:prefLabel "PoundForce"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LB_F"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[lbf_av]"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lbf"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """"Pound Force" is an Imperial unit for  'Force' expressed as lbf.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Pound-force?oldid=453191483"^^xsd:string .

emmo:Roentgen a owl:Class ;
    rdfs:label "Roentgen"@en ;
    rdfs:comment """Not to be confused with roentgen equivalent man or roentgen equivalent physical. The roentgen (symbol R) is an obsolete unit of measurement for the kerma of X-rays and gamma rays up to 3 MeV.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.58e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Roentgen"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/R"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "R"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "R"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Not to be confused with roentgen equivalent man or roentgen equivalent physical. The roentgen (symbol R) is an obsolete unit of measurement for the kerma of X-rays and gamma rays up to 3 MeV.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Roentgen?oldid=491213233"^^xsd:string .

emmo:SiemensPerCentiMetre a owl:Class ;
    rdfs:label "SiemensPerCentiMetre"^^xsd:string ;
    rdfs:comment """SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1,
        emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe ;
    skos:altLabel "Siemens Per Centimetre"@en ;
    skos:prefLabel "SiemensPerCentiMetre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/S-PER-CentiM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "S.cm-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "S/cm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre

-- QUDT"""@en .

emmo:Tonne a owl:Class ;
    rdfs:label "Tonne"@en ;
    rdfs:comment """1,000-fold of the SI base unit kilogram

-- QUDT"""@en,
        "A non-SI unit defined as 1000 kg."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedspecialunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue "t"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac,
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa ;
    skos:prefLabel "Tonne"@en ;
    schema:unitCode "TNE"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TON_M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t"^^xsd:string ;
    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:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Tonne"^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.T06394"^^xsd:string .

emmo:Torr a owl:Class ;
    rdfs:label "Torr"@en ;
    rdfs:comment """The `torr` is a non-SI unit of pressure with the ratio of 760 to 1 standard atmosphere, chosen to be roughly equal to the fluid pressure exerted by a millimeter of mercury, i.e. , a pressure of 1 torr is approximately equal to one millimeter of mercury. Note that the symbol (Torr) is spelled exactly the same as the unit (torr), but the letter case differs. The unit is written lower-case, while the symbol of the unit (Torr) is capitalized (as upper-case), as is customary in metric units derived from names. Thus, it is correctly written either way, and is only incorrect when specification is first made that the word is being used as a unit, or else a symbol of the unit, and then the incorrect letter case for the specified use is employed.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.33322e+02 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Torr"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TORR"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Torr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The `torr` is a non-SI unit of pressure with the ratio of 760 to 1 standard atmosphere, chosen to be roughly equal to the fluid pressure exerted by a millimeter of mercury, i.e. , a pressure of 1 torr is approximately equal to one millimeter of mercury. Note that the symbol (Torr) is spelled exactly the same as the unit (torr), but the letter case differs. The unit is written lower-case, while the symbol of the unit (Torr) is capitalized (as upper-case), as is customary in metric units derived from names. Thus, it is correctly written either way, and is only incorrect when specification is first made that the word is being used as a unit, or else a symbol of the unit, and then the incorrect letter case for the specified use is employed.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Torr?oldid=495199381"^^xsd:string .

emmo:VoltAmpere a owl:Class ;
    rdfs:label "VoltAmpere"@en ;
    rdfs:comment """product of the SI derived unit volt and the SI base unit ampere

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Volt Ampere"@en ;
    skos:prefLabel "VoltAmpere"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-A"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.A"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V⋅A"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI derived unit volt and the SI base unit ampere

-- QUDT"""@en .

emmo:VoltAmpereHour a owl:Class ;
    rdfs:label "VoltAmpereHour"@en ;
    rdfs:comment """product of the unit for apparent by ampere and the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.6e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Volt Ampere Hour"@en ;
    skos:prefLabel "VoltAmpereHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-A-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.A.h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V⋅A⋅h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the unit for apparent by ampere and the unit hour

-- QUDT"""@en .

emmo:VoltAmpereReactive a owl:Class ;
    rdfs:label "VoltAmpereReactive"@en ;
    rdfs:comment """unit with special name for reactive power

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ;
    skos:altLabel "Volt Ampere Reactive"@en ;
    skos:prefLabel "VoltAmpereReactive"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-A_Reactive"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.A{reactive}"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V⋅A{Reactive}"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit with special name for reactive power

-- QUDT"""@en .

emmo:VoltAmpereReactiveHour a owl:Class ;
    rdfs:label "VoltAmpereReactiveHour"@en ;
    rdfs:comment """product of the unit volt ampere reactive and the unit hour

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/unclassifiedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 3.6e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:altLabel "Volt Ampere Reactive Hour"@en ;
    skos:prefLabel "VoltAmpereReactiveHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-A_Reactive-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.A{reactive}.h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V⋅A{reactive}⋅hr"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the unit volt ampere reactive and the unit hour

-- QUDT"""@en .

rdfs:isDefinedBy rdfs:subPropertyOf rdfs:seeAlso .

rdfs:label rdfs:range rdfs:Literal .

emmo:BecquerelPerLitre a owl:Class ;
    rdfs:label "BecquerelPerLitre"^^xsd:string ;
    rdfs:comment """One radioactive disintegration per second from a one part in 10**3 of the SI unit of volume (cubic metre).

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Becquerels per litre"@en ;
    skos:prefLabel "BecquerelPerLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BQ-PER-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Bq.L-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Bq/L"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One radioactive disintegration per second from a one part in 10**3 of the SI unit of volume (cubic metre).

-- QUDT"""@en .

emmo:BitPerSecond a owl:Class ;
    rdfs:label "BitPerSecond"@en ;
    rdfs:comment """A bit per second (B/s) is a unit of data transfer rate equal to 1 bits per second.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 6.931472e-01 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Bit per Second"@en ;
    skos:prefLabel "BitPerSecond"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BIT-PER-SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Bd"^^xsd:string,
        "bit.s-1"^^xsd:string,
        "bit/s"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "b/s"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A bit per second (B/s) is a unit of data transfer rate equal to 1 bits per second.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Data_rate_units#Kilobyte_per_second"^^xsd:string .

emmo:CoulombPerSquareMetre a owl:Class ;
    rdfs:label "CoulombPerSquareMetre"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.m-2"^^xsd:string,
        "C/m2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/m²"^^xsd:string ;
    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 .

emmo:EMMO_03eb9b46_8ff0_4fcd_b1a0_73f65ae7434e a owl:Class ;
    rdfs:label "AdditiveManufacturing"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_45fec702_54cb_4508_b47e_bdc581229e22 ;
    skos:altLabel "GenerativeManufacturing"@en ;
    skos:prefLabel "AdditiveManufacturing"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "process of joining materials to make parts from 3D model data, usually layer upon layer, as opposed to subtractive manufacturing (3.1.29) and formative manufacturing methodologies,"^^xsd:string .

emmo:EMMO_066937f0_ea5c_4b06_8739_53f66d5ef89e a owl:Class ;
    rdfs:label "EquilibriumConstant"@en ;
    rdfs:comment "The physical dimension can change based on the stoichiometric numbers of the substances involved."@en,
        "for solutions, product for all substances B of concentration c_B of substance B in power of its stoichiometric number v_B: K_p = \\sum_B{c_B^{v_B}}."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 ;
    skos:altLabel "EquilibriumConstantConcentrationBasis"@en ;
    skos:prefLabel "EquilibriumConstant"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/EquilibriumConstant"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q857809"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "for solutions, product for all substances B of concentration c_B of substance B in power of its stoichiometric number v_B: K_p = \\sum_B{c_B^{v_B}}."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Equilibrium_constant"@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E02177"^^xsd:string .

emmo:EMMO_08cb807c_e626_447b_863f_e2835540e918 a owl:NamedIndividual,
        emmo:EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac ;
    rdfs:label "universe"@en ;
    rdfs:comment "u ≡ σx⟨P(x, x)⟩"^^xsd:string,
        "The universe is considered as a causally self-connected object, encompassing all other objects. For this reason is unique."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    skos:prefLabel "universe"@en ;
    emmo: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:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "u ≡ σx⟨P(x, x)⟩"^^xsd:string .

emmo:EMMO_0c576e13_4ee7_4f3d_bfe9_1614243df018 a owl:Class ;
    rdfs:label "OneManifold"@en ;
    rdfs:comment "A topological space with the property that each point has a neighborhood that is homeomorphic to an open subset of 1-dimensional Euclidean space."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/geometrical#> ;
    rdfs:subClassOf emmo:EMMO_b5957cef_a287_442d_a3ce_fd39f20ba1cd ;
    skos:altLabel "1-manifold"@en ;
    skos:prefLabel "OneManifold"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A topological space with the property that each point has a neighborhood that is homeomorphic to an open subset of 1-dimensional Euclidean space."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "One-dimensional manifolds include lines and circles, but not self-crossing curves. Two-dimensional manifolds are also called surfaces. Examples include the plane, the sphere, and the torus, and also the Klein bottle and real projective plane."@en .

emmo:EMMO_13191289_6c2b_4741_93e1_82d53bd0e703 a owl:Class ;
    rdfs:label "Participant"@en ;
    rdfs:comment "An object which is a spatial part of a process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ] ;
            owl:someValuesFrom emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ],
        emmo:EMMO_9d799b43_e188_4047_8167_121d96b31a26 ;
    skos:example "A student during an examination."@en ;
    skos:prefLabel "Participant"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An object which is a spatial part of a process."@en .

emmo:EMMO_1494c1a9_00e1_40c2_a9cc_9bbf302a1cac a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isInputOf"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subPropertyOf emmo:EMMO_64be8885_2c8a_4e84_a4fc_9d2de61b4d0d ;
    owl:inverseOf emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
    skos:prefLabel "isInputOf"@en .

emmo:EMMO_15db234d_ecaf_4715_9838_4b4ec424fb13 a owl:Class ;
    rdfs:label "Reductionistic"@en ;
    rdfs:comment "A class devoted to categorize causal objects by specifying their granularity levels."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:subClassOf emmo:EMMO_49267eba_5548_4163_8f36_518d65b583f9 ;
    skos:prefLabel "Reductionistic"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A class devoted to categorize causal objects by specifying their granularity levels."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """A granularity level is specified by a tiling decomposition of the whole y. A tiling is identified as a set of items {x1, x2, ... xn} called tiles that:
    - are proper parts of y
    - covers the entire whole (y = x1 +x2 + ... + xn)
    - do not overlap
    - are part of one, and one only, whole (inverse functional)"""@en,
        "Direct parthood is the antitransitive parthood relation used to build the class hierarchy (and the granularity hierarchy) for this perspective."@en .

emmo:EMMO_16f2fe60_2db7_43ca_8fee_5b3e416bfe87 a owl:Class ;
    rdfs:label "MassConcentration"@en ;
    rdfs:comment "Mass of a constituent divided by the volume of the mixture."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_06448f64_8db6_4304_8b2c_e785dba82044,
        emmo:EMMO_a293f923_954c_4af5_9f97_9600ebd362cb,
        emmo:EMMO_a356870d_409a_4de6_a910_0d8498e593ff ;
    skos:prefLabel "MassConcentration"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/MassConcentration"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Mass of a constituent divided by the volume of the mixture."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03713"^^xsd:string .

emmo:EMMO_172e2c96_180b_40f8_a3e7_b624471f40c2 a owl:Class ;
    rdfs:label "SingleComponentComposition"@en ;
    rdfs:comment "A language construct that represents the fraction or amount of a single constituent of a substance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_95d706e4_8b16_48a1_8dfd_40ccd4df1c12 ;
            owl:someValuesFrom emmo:EMMO_a293f923_954c_4af5_9f97_9600ebd362cb ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_18fdd2cd_4b0a_43a5_a938_66d8290a066c ;
            owl:someValuesFrom emmo:EMMO_cbcf8fe6_6da6_49e0_ab4d_00f737ea9689 ],
        emmo:EMMO_7efd64d1_05a1_49cd_a7f0_783ca050d4f3 ;
    skos:prefLabel "SingleComponentComposition"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A language construct that represents the fraction or amount of a single constituent of a substance."@en .

emmo:EMMO_180bd73b_0c5d_4b1f_ba12_4309c5a50d49 a owl:Class ;
    rdfs:label "TaskByPosition"@en ;
    rdfs:comment "A task in a workflow, categorised by its position in the workflow."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:subClassOf emmo:EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3 ;
    skos:prefLabel "TaskByPosition"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A task in a workflow, categorised by its position in the workflow."@en .

emmo:EMMO_183f6fac_8543_44e0_bd59_434aa7054f4c a owl:Class ;
    rdfs:label "AmountPerAreaUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AmountPerArea'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L-2 M0 I0 Θ0 N+1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_1a2cbca8_3d3b_4e2c_9a71_e39273937786 a owl:Class ;
    rdfs:label "Ablation"@en ;
    rdfs:comment "Manufacturing by separating particles of material from a solid body by non-mechanical means. Ablation refers both to the removal of layers of material and to the separation of workpiece parts. The production process of ablation is considered in its stationary instantaneous state, independently of the application of auxiliary processes necessary to initiate the process. Ablation is divided into three subgroups according to the order point of view (OGP) \"process in the effective zone on the surface of the workpiece\": - thermal ablation; - chemical ablation; - electrochemical ablation."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_90589553_5625_4074_8f0d_0532fd7eb42b ;
    skos:altLabel "Abtragen"^^xsd:string ;
    skos:prefLabel "Ablation"@en .

emmo:EMMO_1aed91a3_d00c_48af_8f43_a0c958b2512a a owl:Class ;
    rdfs:label "AlgebraicExpression"@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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf emmo:EMMO_f9bc8b52_85e9_4b53_b969_dd7724d5b8e4 ;
    skos:example "2x+3"@en ;
    skos:prefLabel "AlgebraicExpression"@en .

emmo:EMMO_220b7201_d277_4dca_bf6a_5a5e2c4062dd a owl:Class ;
    rdfs:label "CondensedMatter"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_b9695e87_8261_412e_83cd_a86459426a28 ;
    owl:equivalentClass [ a owl:Class ;
            owl:unionOf ( emmo:EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba emmo:EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1 ) ] ;
    skos:prefLabel "CondensedMatter"@en ;
    emmo: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:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "Equivalent To: Liquid or Solid"^^xsd:string .

emmo:EMMO_22496460_c849_4bd7_8be0_9a1202506f18 a owl:Class ;
    rdfs:label "ArchetypeJoin"@en ;
    rdfs:comment "Archetype join attaches two workpiece with geometrically defined shape together, using supplementary workpiece made of amorphous material (e.g. powder)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_6ab555fd_5803_4f03_82e8_127c01aabfea ;
    skos:prefLabel "ArchetypeJoin"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Archetype join attaches two workpiece with geometrically defined shape together, using supplementary workpiece made of amorphous material (e.g. powder)."@en .

emmo:EMMO_28fbea28_2204_4613_87ff_6d877b855fcd a owl:Class ;
    rdfs:label "Array"@en ;
    rdfs:comment """Array subclasses with a specific shape can be constructed with cardinality restrictions.

See Shape4x3Matrix as an example."""@en,
        "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,
        "Arrays are ordered objects, since they are a subclasses of Arrangement."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 ;
    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: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 .

emmo:EMMO_2ae37adf_07f2_4920_8ec6_084c69761e34 a owl:Class ;
    rdfs:label "AbsoluteActivity"@en ;
    rdfs:comment "The exponential of the ratio of the chemical potential to R*T where R is the gas constant and T the thermodynamic temperature."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24,
        emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:prefLabel "AbsoluteActivity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/AbsoluteActivity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q56638155"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "9-18"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The exponential of the ratio of the chemical potential to R*T where R is the gas constant and T the thermodynamic temperature."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/A00019"^^xsd:string .

emmo:EMMO_2b1fb71c_0eb0_445c_9be7_fb5d30ae79fd a owl:Class ;
    rdfs:label "MixedTiling"@en ;
    rdfs:comment "A well formed tessellation with at least a junction tile."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_74a75cf1_3418_4244_b43c_b5db94635d42 ;
            owl:someValuesFrom emmo:EMMO_d4c95fa1_5bda_4063_a22d_62c81fcea284 ],
        emmo:EMMO_e12dcfa4_c9f1_4546_9a12_8457c052e6ba ;
    skos:prefLabel "MixedTiling"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.2/doc/figs/MixedTiling.png"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A well formed tessellation with at least a junction tile."@en .

emmo:EMMO_2bb50428_568d_46e8_b8bf_59a4c5656461 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isOutputOf"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ;
    rdfs:subPropertyOf emmo:EMMO_c5b4c32b_74de_403d_96f2_266bec8bd0e8 ;
    owl:inverseOf emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ;
    skos:prefLabel "isOutputOf"@en .

emmo:EMMO_2e46d966_9f14_4673_821e_7c7cf2957926 a owl:Class ;
    rdfs:label "SpatioTemporalTile"^^xsd:string ;
    rdfs:comment "The superclass for all tiles belonging to tessellations in which all tiles are connected through spatiotemporal relations hasNext or contacts."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:seeAlso emmo:EMMO_22c91e99_61f8_4433_8853_432d44a2a46a ;
    rdfs:subClassOf emmo:EMMO_9953c19f_ee33_4af8_be5e_dbf6d1e33581 ;
    skos:altLabel "WellFormedTile"@en ;
    skos:prefLabel "SpatioTemporalTile"^^xsd:string ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: SpatialTile or TemporalTile or JunctionTile"^^xsd:string,
        "EquivalentTo: ThroughTile or EndTile or BeginTile"^^xsd:string ;
    emmo: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 .

emmo:EMMO_3181bb28_623b_4411_ad79_80277c661322 a owl:Class ;
    rdfs:label "NewtonianConstantOfGravityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'NewtonianConstantOfGravity'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L+3 M-1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_32f55395_8b94_40de_a103_bffa5c121d98 a owl:Class ;
    rdfs:label "ParticulateMatter"@en ;
    rdfs:comment "Bounded matter."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_41cecfc2_bb6b_45f3_b6cc_e7740d931afe,
        emmo:EMMO_8b1367d6_0133_4b56_acc1_fa8b058169e3 ;
    owl:equivalentClass [ a owl:Class ;
            owl:intersectionOf ( emmo:EMMO_5b2222df_4da6_442f_8244_96e9e45887d1 emmo:EMMO_8b1367d6_0133_4b56_acc1_fa8b058169e3 ) ] ;
    skos:prefLabel "ParticulateMatter"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Bounded matter."@en .

emmo:EMMO_33b6c84d_e139_418c_8f8c_f1d45f94df46 a owl:Class ;
    rdfs:label "ThermalResistivityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ThermalResistivity'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+3 L-1 M-1 I0 Θ+1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_33dc57d7_68bd_460c_a440_26a78d57ea0d a owl:Class ;
    rdfs:label "InterpreterByReferent"@en ;
    rdfs:comment "Interpreter classified by how the sign stands for its reference object."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf emmo:EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee ;
    skos:prefLabel "InterpreterByReferent"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Interpreter classified by how the sign stands for its reference object."@en .

emmo:EMMO_359312ca_1d9d_4765_b20b_28d9f45d77e7 a owl:Class ;
    rdfs:label "ElectricResistivityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricResistivity'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-3 L+3 M+1 I-2 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_35d4c439_fcb6_4399_a855_a89a207b41e9 a owl:Class ;
    rdfs:label "Description"@en ;
    rdfs:comment "A coded that is not atomic with respect to a code of description."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_38f31ba5_348f_4ac2_9a67_a62b5dd7aadd ;
    skos:example "A biography."@en,
        "A sentence about some object, depticting its properties."@en ;
    skos:prefLabel "Description"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coded that is not atomic with respect to a code of description."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A description is a collection of properties that depicts an object. It is not atomic since it is made of several properties collected together."@en .

emmo:EMMO_36a4c1ca_5085_49ca_9e13_4c70d00c50a5 a owl:Class ;
    rdfs:label "Deducer"@en ;
    rdfs:comment "An interpreter who establish the connection between an index sign and an object according to a causal contiguity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ] ;
            owl:someValuesFrom emmo:EMMO_39a4e2a4_d835_426d_b497_182d06e1caff ],
        emmo:EMMO_33dc57d7_68bd_460c_a440_26a78d57ea0d ;
    skos:example "Someone who deduces an emotional status of a persona according to facial expression."^^xsd:string,
        "Someone who deduces the occurring of a physical phenomenon through other phenomena."^^xsd:string ;
    skos:prefLabel "Deducer"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An interpreter who establish the connection between an index sign and an object according to a causal contiguity."@en .

emmo:EMMO_3b031fa9_8623_4ea5_8b57_bcafb70c5c8b a owl:Class ;
    rdfs:label "ApplicationProgram"@en ;
    rdfs:comment "A program aimed to provide a specific high level function to the user, usually hiding lower level procedures."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_8681074a_e225_4e38_b586_e85b0f43ce38 ;
    skos:altLabel "App"@en,
        "Application"@en ;
    skos:example "Word processors, graphic image processing programs, database management systems, numerical simulation software and games."@en ;
    skos:prefLabel "ApplicationProgram"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A program aimed to provide a specific high level function to the user, usually hiding lower level procedures."@en .

emmo:EMMO_3d254432_6f8f_4a6d_9eb3_4ab54388171b a owl:Class ;
    rdfs:label "AmountTemperatureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AmountTemperature'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L0 M0 I0 Θ+1 N+1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_3f2e4ac2_8ef3_4a14_b826_60d37f15f8ee a owl:ObjectProperty ;
    rdfs:label "mereological"@en ;
    rdfs:comment "The superclass of all mereological EMMO relations."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_ec2472ae_cf4a_46a5_8555_1556f5a6c3c5 ;
    skos:prefLabel "mereological"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass of all mereological EMMO relations."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The EMMO adheres to Atomistic General Extensional Mereology (AGEM)."@en .

emmo:EMMO_4024a7f8_2991_4d80_bcc9_63705aa0c750 a owl:Class ;
    rdfs:label "Displacement"@en ;
    rdfs:comment "vector quantity between any two points in space"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a ;
    skos:prefLabel "Displacement"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Displacement"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q190291"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-29"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Displacement_(geometry)"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-1.11"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "vector quantity between any two points in space"@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Displacement_(geometry)"^^xsd:string .

emmo:EMMO_41c5f63b_f0e7_475e_bfac_a92027585979 a owl:Class ;
    rdfs:label "SpatioTemporalTileByConnection"@en ;
    rdfs:comment "The superclass for tiles categorized accordingly to their topological role within a tessellation."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:subClassOf emmo:EMMO_2e46d966_9f14_4673_821e_7c7cf2957926 ;
    skos:prefLabel "SpatioTemporalTileByConnection"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for tiles categorized accordingly to their topological role within a tessellation."@en .

emmo:EMMO_4299e344_a321_4ef2_a744_bacfcce80afc a owl:Class ;
    rdfs:label "Task"@en ;
    rdfs:comment "A procedure that is an hoilistic part of a workflow."@en,
        """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_70da982d_1810_4b01_9630_a28e216ecd9a ] ;
            owl:someValuesFrom emmo:EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c ],
        emmo:EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49,
        emmo:EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3 ;
    skos:altLabel "Job"@en ;
    skos:prefLabel "Task"@en ;
    emmo: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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A procedure that is an hoilistic part of a workflow."@en ;
    emmo: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 .

emmo:EMMO_42eee73b_e4d2_4a0f_b468_3d2ce0475af6 a owl:Class ;
    rdfs:label "NonNegativeIntegerData"@en ;
    rdfs:comment "A data representing an integer number >= 0."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#nonNegativeInteger"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_f8bd64d5_5d3e_4ad4_a46e_c30714fecb7f ;
    skos:prefLabel "NonNegativeIntegerData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:nonNegativeInteger"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing an integer number >= 0."@en .

emmo:EMMO_43a4e80d_6ae9_45ed_8cfb_fd0a5339bf87 a owl:Class ;
    rdfs:label "FundamentalPhysicalSystem"@en ;
    rdfs:comment "A causal system that is the representation of a Feynman diagram, where quantum represents the real particles entering and exiting the system."@en,
        """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel#> ;
    rdfs:subClassOf emmo:EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac ;
    owl:disjointWith emmo:EMMO_b295158f_fda4_4124_ab58_d9ea4ccfca5a ;
    skos:prefLabel "FundamentalPhysicalSystem"@en ;
    emmo: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:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: Collapse, Interaction, Decay"^^xsd:string ;
    emmo: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: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 .

emmo:EMMO_43d0bb2c_bb0e_4312_a0de_084c29ff7f9e a owl:Class ;
    rdfs:label "MatterByType"@en ;
    rdfs:comment "Categorisation of matter by its type."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf emmo:EMMO_5b2222df_4da6_442f_8244_96e9e45887d1 ;
    skos:prefLabel "MatterByType"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: AntiMatter, HybridMatter, OrdinaryMatter"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Categorisation of matter by its type."@en .

emmo:EMMO_443198a5_934c_44fa_b89e_28eca13b25b2 a owl:Class ;
    rdfs:label "ShortData"@en ;
    rdfs:comment "A data representing 16-bit integer number."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#short"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_aa972cc9_5d9e_47a2_abc5_00243d6b3917 ;
    skos:prefLabel "ShortData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:short"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing 16-bit integer number."@en .

emmo:EMMO_451e410e_8e0d_4a4b_9211_d6ef619296dc a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "successorOf"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_2a28c0dd_89b1_47ac_b81f_fccc56f39617,
        emmo:EMMO_5dc167a2_d50e_47a5_be4f_5139f3bff2ec ;
    skos:altLabel "isAncestorOf"@en ;
    skos:prefLabel "successorOf"@en .

emmo:EMMO_4a1c73f1_b6f5_4d10_a3a6_5de90bac7cd0 a owl:Class ;
    rdfs:label "Estimator"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ] ;
            owl:someValuesFrom emmo:EMMO_1c0b22a2_be82_4fa8_9e2b_a569a625d442 ],
        emmo:EMMO_1b52ee70_121e_4d8d_8419_3f97cd0bd89c ;
    skos:prefLabel "Estimator"@en ;
    emmo: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 .

emmo:EMMO_4a2bf359_c47b_4aa3_9811_b59c3e1dac1e a owl:Class ;
    rdfs:label "SignByReferent"@en ;
    rdfs:comment "Sign classified by how the sign stands for its reference object."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d ;
    skos:prefLabel "SignByReferent"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Sign classified by how the sign stands for its reference object."@en .

emmo:EMMO_4d5621e8_af7f_4aef_abd5_f905a34f62af a owl:Class ;
    rdfs:label "SemiosisByReferent"@en ;
    rdfs:comment "Semiosis classified by how the sign stands for its reference object."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:seeAlso "https://plato.stanford.edu/entries/peirce-semiotics/"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_008fd3b2_4013_451f_8827_52bceab11841 ;
    skos:prefLabel "SemiosisByReferent"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Semiosis classified by how the sign stands for its reference object."@en .

emmo:EMMO_5022e4cb_125f_429d_8556_c3e635c561f2 a owl:ObjectProperty ;
    rdfs:label "hasTemporalItemSlice"@en ;
    rdfs:comment "A temporal part that is an item."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:subPropertyOf emmo:EMMO_2a33ee61_8235_4da4_b9a1_ca62cb87a016,
        emmo:EMMO_a32021dc_58d8_454b_915d_3951b413b8b7 ;
    skos:prefLabel "hasTemporalItemSlice"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A temporal part that is an item."@en .

emmo:EMMO_504ad89e_dd4a_4fa6_aeb6_15c8ce0cde9b a owl:Class ;
    rdfs:label "TemporalTile"@en ;
    rdfs:comment "A direct part that is obtained by partitioning a whole purely in temporal parts."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:subClassOf emmo:EMMO_41c5f63b_f0e7_475e_bfac_a92027585979 ;
    skos:prefLabel "TemporalTile"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.3/doc/figs/TemporalTile.png"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A direct part that is obtained by partitioning a whole purely in temporal parts."@en .

emmo:EMMO_50781fd9_a9e4_46ad_b7be_4500371d188d a owl:Class ;
    rdfs:label "Nucleon"@en ;
    rdfs:comment "Either a proton or a neutron."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf emmo:EMMO_24dda193_ada8_433b_bb74_6ca4a0b89a20 ;
    skos:prefLabel "Nucleon"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: Proton, Neutron"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Either a proton or a neutron."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Nucleon"^^xsd:string .

emmo:EMMO_50a44256_9dc5_434b_bad4_74a4d9a29989 a owl:Class ;
    rdfs:label "Pressure"@en ;
    rdfs:comment "The force applied perpendicular to the surface of an object per unit area over which that force is distributed."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_602397bd_e302_42a6_be33_fe67ea81933a ;
    skos:prefLabel "Pressure"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Pressure"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-14.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The force applied perpendicular to the surface of an object per unit area over which that force is distributed."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.P04819"^^xsd:string .

emmo:EMMO_51f93d8c_57fa_4314_a68d_8d69c2609c97 a owl:Class ;
    rdfs:label "LongData"@en ;
    rdfs:comment "A data representing 64-bit integer number."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#long"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_f8bd64d5_5d3e_4ad4_a46e_c30714fecb7f ;
    skos:prefLabel "LongData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:long"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing 64-bit integer number."@en .

emmo:EMMO_52b8a39b_e5ff_46d3_b972_65bc43077a07 a owl:Class ;
    rdfs:label "CausalParticle"@en ;
    rdfs:comment "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,
        "The class of individuals representing causal particles."@en,
        "The disjoint union of CausalPath and Quantum classes."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    rdfs:subClassOf emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ;
    owl:disjointWith emmo:EMMO_76bd5e44_bf5a_49f9_a517_eea5e8bcbc2d ;
    skos:prefLabel "CausalParticle"@en ;
    emmo: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:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The disjoint union of CausalPath and Quantum classes."@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: CausalPath or Quantum"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals representing causal particles."@en .

emmo:EMMO_53b10105_52c7_4746_ab73_a5a30bd198e2 a owl:Class ;
    rdfs:label "ElectricCurrentPerEnergyUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricCurrentPerEnergy'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+2 L-2 M-1 I+1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_5e38e44b_a0d1_4afc_a876_95095c0a589f a owl:Class ;
    rdfs:label "SpatioTemporalTileByPosition"@en ;
    rdfs:comment "The superclass for tiles categorized accordingly to their location within a tessellation in terms of causal source, sink or intermediary."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:subClassOf emmo:EMMO_2e46d966_9f14_4673_821e_7c7cf2957926 ;
    skos:prefLabel "SpatioTemporalTileByPosition"@en ;
    emmo: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 .

emmo:EMMO_5e5656ef_971e_49e6_a32f_048b6e86c3e0 a owl:Class ;
    rdfs:label "FormingFromChip"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_45fec702_54cb_4508_b47e_bdc581229e22 ;
    skos:prefLabel "FormingFromChip"@en .

emmo:EMMO_5f334606_f67d_4f0e_acb9_eeb21cb10c66 a owl:Class ;
    rdfs:label "StringData"@en ;
    rdfs:comment "Symbolic data that consist of a sequence of characters."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#string"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172 ;
    skos:prefLabel "StringData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:string"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Symbolic data that consist of a sequence of characters."@en ;
    emmo: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 .

emmo:EMMO_64be8885_2c8a_4e84_a4fc_9d2de61b4d0d a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "incomingOverlaps"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subPropertyOf emmo:EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ;
    skos:prefLabel "incomingOverlaps"@en .

emmo:EMMO_66d01570_36dd_42fd_844d_29b81b029cd5 a owl:Class ;
    rdfs:label "AngularMomentum"@en ;
    rdfs:comment "Measure of the extent and direction an object rotates about a reference point."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:prefLabel "AngularMomentum"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/AngularMomentum"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-11"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure of the extent and direction an object rotates about a reference point."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00353"^^xsd:string .

emmo:EMMO_6837b106_7220_4ec6_b7c9_d549d6163672 a owl:Class ;
    rdfs:label "ElectricPotentialPerTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricPotentialPerTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-4 L+2 M+1 I-1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_7286b164_df4c_4c14_a4b5_d41ad9c121f3 a owl:Class ;
    rdfs:label "Coded"@en ;
    rdfs:comment "A conventional that stands for an object according to a code of interpretation to which the interpreter refers."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_9e3ad976_b179_4315_b51e_7e874df583dc ] ;
            owl:someValuesFrom emmo:EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069 ],
        emmo:EMMO_35d2e130_6e01_41ed_94f7_00b333d46cf9 ;
    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:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Description or Property"^^xsd:string,
        "EquivalentTo: Observed or Estimated"^^xsd:string,
        "EquivalentTo: Subjective or Objective"^^xsd:string ;
    emmo: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: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.
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 .

emmo:EMMO_799c067b_083f_4365_9452_1f1433b03676 a 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: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:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The unit should be a valid, possible prefixed, derived SI unit."@en .

emmo:EMMO_7fb7fe7e_bdf9_4eeb_adad_e384dd5285c6 a owl:ObjectProperty ;
    rdfs:label "hasInterpretant"@en ;
    rdfs:comment "A relation that connects a semiotic object to the interpretant in a semiotic process."@en ;
    rdfs:domain emmo:EMMO_008fd3b2_4013_451f_8827_52bceab11841 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:range emmo:EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b ;
    rdfs:subPropertyOf emmo:EMMO_f275e4e9_062b_4ca4_a679_4f26ec0a48ae ;
    owl:inverseOf emmo:EMMO_8910edc0_6f56_49d2_9f8f_6b0ff908f2e6 ;
    skos:prefLabel "hasInterpretant"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation that connects a semiotic object to the interpretant in a semiotic process."@en .

emmo:EMMO_81369540_1b0e_471b_9bae_6801af22800e a owl:Class ;
    rdfs:label "Speed"@en ;
    rdfs:comment "Length per unit time."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    skos:prefLabel "Speed"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Speed"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-8.2"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Length per unit time."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Speed in the absolute value of the velocity."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05852"^^xsd:string .

emmo:EMMO_814b6b76_e0ca_4953_a832_d1816fb695f1 a owl:ObjectProperty ;
    rdfs:label "hasDirectPart"@en ;
    rdfs:comment "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,
        "The non-transitive version of proper parthood property."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ;
    owl:inverseOf emmo:EMMO_928f6ec2_7564_4c8d_9a10_7a601fa89602 ;
    skos:altLabel "hasImmediatePart"@en ;
    skos:prefLabel "hasDirectPart"@en ;
    emmo: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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The non-transitive version of proper parthood property."@en .

emmo:EMMO_820619ca_b23e_4c7a_8543_18a17722abc0 a owl:Class ;
    rdfs:label "ElementaryFermion"@en ;
    rdfs:comment "An elementary particle of a fundamental fermionic type."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel#> ;
    rdfs:subClassOf emmo:EMMO_53dced52_34f6_4cf0_8a99_ddf451861543,
        emmo:EMMO_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869e ;
    owl:disjointWith emmo:EMMO_cafd0f10_ce85_48b9_9a36_2b0af141ce21 ;
    skos:prefLabel "ElementaryFermion"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An elementary particle of a fundamental fermionic type."@en .

emmo:EMMO_83424a56_e28f_4aea_8125_bef7b9347ee6 a owl:Class ;
    rdfs:label "CriticalTemperature"@en ;
    rdfs:comment "Temperature below which quantum effects dominate."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f ;
    skos:prefLabel "CriticalTemperature"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q1450516"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Temperature below which quantum effects dominate."@en .

emmo:EMMO_86726b7c_b208_4690_893e_0cc798fac974 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isJoinedBy"@en ;
    rdfs:comment "The relation between an object O that proper overlaps an item I, where the non-overlapping part of I causes O."@en ;
    rdfs:domain emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subPropertyOf emmo:EMMO_1cfd072d_2157_43e2_b9f6_ff1e7a708774 ;
    skos:prefLabel "isJoinedBy"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/dev/doc/figs/isJoinedBy.png"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between an object O that proper overlaps an item I, where the non-overlapping part of I causes O."@en .

emmo:EMMO_87ac88ff_8379_4f5a_8c7b_424a8fff1ee8 a owl:Class ;
    rdfs:label "Fluid"@en ;
    rdfs:comment "A continuum that has no fixed shape and yields easily to external pressure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2,
        emmo:EMMO_b9695e87_8261_412e_83cd_a86459426a28 ;
    owl:disjointUnionOf ( emmo:EMMO_04f2a2d5_e799_4692_a654_420e76f5acc1 emmo:EMMO_4c21fb86_fdcf_444e_b498_86fe656295af emmo:EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba ) ;
    skos:example "Gas, liquid, plasma,"@en ;
    skos:prefLabel "Fluid"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A continuum that has no fixed shape and yields easily to external pressure."@en .

emmo:EMMO_87b5dd20_e4fe_422d_9e70_1eee54ec9496 a owl:Class ;
    rdfs:label "ReciprocalSquareEnergyUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ReciprocalSquareEnergy'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+4 L-4 M-2 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_8b305b63_6fa3_44dd_9679_17eb8403a07a a owl:Class ;
    rdfs:label "NumericData"@en ;
    rdfs:comment "A symbolic data representing a numerical value."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172 ;
    skos:prefLabel "NumericData"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbolic data representing a numerical value."@en .

emmo:EMMO_8b66ada5_510c_44bd_a8d8_3c64d301a5e9 a owl:Class ;
    rdfs:label "SimulationSoftware"@en ;
    rdfs:comment "An application program aimed to functionally reproduce an object."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_3b031fa9_8623_4ea5_8b57_bcafb70c5c8b,
        emmo:EMMO_c7013b53_3071_410b_a5e4_a8d266dcdfb5 ;
    skos:altLabel "SimulationApplication"@en ;
    skos:example "An application program that predicts the pressure drop of a fluid in a pipe segment is aimed to functionally reproduce the outcome of a measurement of pressure before and after the segment."@en ;
    skos:prefLabel "SimulationSoftware"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An application program aimed to functionally reproduce an object."@en .

emmo:EMMO_96ffda63_71e7_451b_85ee_2cc8e341ff11 a owl:Class ;
    rdfs:label "ElectricPotentialPerTemperatureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricPotentialPerTemperature'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-3 L+2 M+1 I-1 Θ-1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_973656ed_870e_40ba_8bc0_c879687a335a a owl:Class ;
    rdfs:label "AreaPerAmountUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AreaPerAmount'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L+2 M0 I0 Θ0 N-1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_9953c19f_ee33_4af8_be5e_dbf6d1e33581 a owl:Class ;
    rdfs:label "Tile"@en ;
    rdfs:comment "A causal object that is direct part of a tessellation."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_74a75cf1_3418_4244_b43c_b5db94635d42 ] ;
            owl:someValuesFrom emmo:EMMO_ee0466e4_780d_4236_8281_ace7ad3fc5d2 ],
        emmo:EMMO_15db234d_ecaf_4715_9838_4b4ec424fb13 ;
    skos:prefLabel "Tile"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causal object that is direct part of a tessellation."@en .

emmo:EMMO_99a8eece_40bf_4f26_832c_f290ca664767 a owl:Class ;
    rdfs:label "ElementaryQuark"@en ;
    rdfs:comment "An elementary fermionic particle that is the fundamental constituent of matter."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel#> ;
    rdfs:subClassOf emmo:EMMO_820619ca_b23e_4c7a_8543_18a17722abc0 ;
    skos:prefLabel "ElementaryQuark"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An elementary fermionic particle that is the fundamental constituent of matter."@en .

emmo:EMMO_9b87d718_9dcc_4f7d_ad20_12c2aa4c76be a owl:Class ;
    rdfs:label "Estimated"@en ;
    rdfs:comment "A coded that is assigned from an estimation."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_3d03a403_facd_48c6_b75e_7ab8b9299218 ;
    skos:example "The biography of a person that the author have not met."@en ;
    skos:prefLabel "Estimated"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coded that is assigned from an estimation."@en .

emmo:EMMO_9e029526_79a2_47a8_a151_dd0545db471b a owl:Class ;
    rdfs:label "NumericalVariable"@en ;
    rdfs:comment "A variable standing for a numerical defined mathematical object like e.g. a number, a vector of numbers, a matrix of numbers."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf emmo:EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895 ;
    skos:prefLabel "NumericalVariable"@en ;
    emmo: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 .

emmo:EMMO_9f0338b9_326f_44c2_893c_2d815b763130 a owl:Class ;
    rdfs:label "PerLengthTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'PerLengthTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L-1 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3 a owl:Class ;
    rdfs:label "TaskTile"@en ;
    rdfs:comment "A task that is a well formed tile of a workflow, according to a reductionistic description."@en,
        "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:subClassOf emmo:EMMO_4299e344_a321_4ef2_a744_bacfcce80afc,
        emmo:EMMO_9953c19f_ee33_4af8_be5e_dbf6d1e33581 ;
    skos:altLabel "Step"@en ;
    skos:prefLabel "TaskTile"@en ;
    emmo: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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A task that is a well formed tile of a workflow, according to a reductionistic description."@en ;
    emmo: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 .

emmo:EMMO_9ffffb55_3496_4307_82b8_a0d78fe1fcd8 a owl:Class ;
    rdfs:label "ProgrammingLanguage"@en ;
    rdfs:comment "A language object that follows syntactic rules of a programming language."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_3ab914c1_5d8d_4a6e_804b_84aa89623c48 ;
    skos:altLabel "Code"@en,
        "SoftwareCode"@en ;
    skos:prefLabel "ProgrammingLanguage"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A language object that follows syntactic rules of a programming language."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A programming language object can also be a fragment (e.g. a C function) not suitable for exectution."@en,
        "Entities are not necessarily digital data, but can be code fragments printed on paper."@en .

emmo:EMMO_a15cea10_9946_4d2b_95c5_cfc333fd2abb a owl:Class ;
    rdfs:label "PhysicalParticle"@en ;
    rdfs:comment "A well defined physical entity, elementary or composite, usually treated as a singular unit, that is found at scales spanning from the elementary particles to molecules, as fundamental constituents of larger scale substances (as the etymology of \"particle\" suggests)."@en,
        "The union of hadron and lepton, or fermion and bosons."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d ;
    skos:altLabel "Particle"@en ;
    skos:prefLabel "PhysicalParticle"@en ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The union of hadron and lepton, or fermion and bosons."@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A well defined physical entity, elementary or composite, usually treated as a singular unit, that is found at scales spanning from the elementary particles to molecules, as fundamental constituents of larger scale substances (as the etymology of \"particle\" suggests)."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The scope of the physical particle definition goes from the elementary particles to molecules, as fundamental constituents of substances."@en .

emmo:EMMO_a49c2441_1e54_43f0_a1cf_2f553a23ac34 a owl:Class ;
    rdfs:label "Agency"@en ;
    rdfs:comment "A process that occurs because of the exercise of the capacity to act of an agent."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a ;
            owl:someValuesFrom emmo:EMMO_2480b72b_db8d_460f_9a5f_c2912f979046 ],
        emmo:EMMO_1efe8b96_e006_4a33_bc9a_421406cbb9f0,
        emmo:EMMO_f53f45f2_c354_417c_a904_a2606ad584d7 ;
    skos:altLabel "AgentDrivenProcess"@en ;
    skos:prefLabel "Agency"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A process that occurs because of the exercise of the capacity to act of an agent."@en .

emmo:EMMO_a69a215c_4f4d_4729_a9c6_39302bbc5f77 a owl:IrreflexiveProperty,
        owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "hasInteractionWith"@en ;
    rdfs:comment "A symmetric relation occuring when x isDirectCause y and y isDirectCause x."@en,
        """An interaction between two entities is seen as an exchange of causality relations that goes both ways.
There are no requirements about their numbers (except that are minimun two) and their directions (except that there must be a two-way causality, e.g. from x to y and from y to x).
However, interactions can be categorised as:
- representing a physical interaction (in this case we call it a contact, expression of a spatial relation)
- or non representing a physical interaction, being simply an arbitrary sum of causality relations between entities.
The first case occurs when the causality relations between the quantums of the entities corresponds to the fundamental interactions as described by Feynman diagrams (Quantum Field Theory)."""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:subPropertyOf emmo:EMMO_555d0261_da5e_4301_b7f9_46f604a32e91 ;
    skos:prefLabel "hasInteractionWith"@en ;
    emmo:EMMO_31252f35_c767_4b97_a877_1235076c3e13 """An interaction between two entities is seen as an exchange of causality relations that goes both ways.
There are no requirements about their numbers (except that are minimun two) and their directions (except that there must be a two-way causality, e.g. from x to y and from y to x).
However, interactions can be categorised as:
- representing a physical interaction (in this case we call it a contact, expression of a spatial relation)
- or non representing a physical interaction, being simply an arbitrary sum of causality relations between entities.
The first case occurs when the causality relations between the quantums of the entities corresponds to the fundamental interactions as described by Feynman diagrams (Quantum Field Theory)."""@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symmetric relation occuring when x isDirectCause y and y isDirectCause x."@en .

emmo:EMMO_aa972cc9_5d9e_47a2_abc5_00243d6b3917 a owl:Class ;
    rdfs:label "IntData"@en ;
    rdfs:comment "A data representing 32-bit integer number."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#int"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_51f93d8c_57fa_4314_a68d_8d69c2609c97 ;
    skos:prefLabel "IntData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:int"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing 32-bit integer number."@en .

emmo:EMMO_acaaa124_3dde_48b6_86e6_6ec6f364f408 a owl:Class ;
    rdfs:label "BaseQuantity"@en ;
    rdfs:comment """"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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_9159bb16_8a70_49f9_bac4_f5cf2a82c39a ;
    skos:prefLabel "BaseQuantity"@en ;
    emmo: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 ;
    emmo:EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "base quantity"@en .

emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a a owl:ObjectProperty ;
    rdfs:label "hasParticipant"@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 categorise temporal regions by the interpreters."""@en,
        "The relation between a process and an object participating to it, i.e. that is relevant to the process itself."@en ;
    rdfs:domain emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_13191289_6c2b_4741_93e1_82d53bd0e703 ;
    rdfs:subPropertyOf emmo:EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611 ;
    skos:prefLabel "hasParticipant"@en ;
    emmo: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 .

emmo:EMMO_b295158f_fda4_4124_ab58_d9ea4ccfca5a a owl:Class ;
    rdfs:label "GenericPhysicalSystem"@en ;
    rdfs:comment "A causal system possessing bonding that can not be represented by a simple Feynman diagram."@en,
        "A generic physical system is everything which is more complex than a scattering interaction, or a decay/annihilation event, which are represented by a single Feynman diagram."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac ;
    skos:prefLabel "GenericPhysicalSystem"@en ;
    emmo:EMMO_31252f35_c767_4b97_a877_1235076c3e13 "A generic physical system is everything which is more complex than a scattering interaction, or a decay/annihilation event, which are represented by a single Feynman diagram."@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: InteractingSystem, ParticlesSystem"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causal system possessing bonding that can not be represented by a simple Feynman diagram."@en .

emmo:EMMO_b29fd350_39aa_4af7_9459_3faa0544cba6 a owl:Class ;
    rdfs:label "PhysicsBasedModel"@en ;
    rdfs:comment "A mathematical entity based on a fundamental physics theory which defines the relations between physics quantities of an entity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#>,
        "CEN Workshop Agreement – CWA 17284 “Materials modelling – terminology, classification and metadata”"@en ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 ;
            owl:someValuesFrom emmo:EMMO_27c5d8c6_8af7_4d63_beb1_ec37cd8b3fa3 ],
        emmo:EMMO_f7ed665b_c2e1_42bc_889b_6b42ed3a36f0 ;
    skos:prefLabel "PhysicsBasedModel"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A mathematical entity based on a fundamental physics theory which defines the relations between physics quantities of an entity."@en .

emmo:EMMO_b953f2b1_c8d1_4dd9_b630_d3ef6580c2bb a owl:Class ;
    rdfs:label "PhysicalConstant"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_02c0621e_a527_4790_8a0f_2bb51973c819 ;
    skos:prefLabel "PhysicalConstant"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: MeasuredConstant, ExactConstant"^^xsd:string ;
    emmo: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 ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/List_of_physical_constants"^^xsd:string .

emmo:EMMO_c0afb341_7d31_4883_a307_ae4606df2a1b a owl:Class ;
    rdfs:label "Manufacturer"@en ;
    rdfs:comment "A fundamental object overcrossing a manufacturing process, the intersection being the agent that participates and drives the manufacturing process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ] ;
            owl:someValuesFrom emmo:EMMO_a4d66059_5dd3_4b90_b4cb_10960559441b ],
        emmo:EMMO_c130614a_2985_476d_a7ed_8a137847703c ;
    skos:prefLabel "Manufacturer"@en ;
    emmo: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 .

emmo:EMMO_c404e6d9_261d_4d2e_ab0d_ba4e05062647 a owl:Class ;
    rdfs:label "ResourceIdentifier"@en ;
    rdfs:comment "A formal computer-interpretable identifier of a system resource."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b ] ;
            owl:someValuesFrom emmo:EMMO_51f1ba0d_e92b_4be2_9a9d_4640b16ac7ed ],
        emmo:EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910 ;
    skos:prefLabel "ResourceIdentifier"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A formal computer-interpretable identifier of a system resource."@en .

emmo:EMMO_c5b4c32b_74de_403d_96f2_266bec8bd0e8 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "outgoingOverlaps"@en ;
    rdfs:domain emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ;
    rdfs:subPropertyOf emmo:EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ;
    skos:prefLabel "outgoingOverlaps"@en .

emmo:EMMO_ca369738_78de_470b_8631_be83f75e45a3 a owl:Class ;
    rdfs:label "ReciprocalVolume"@en ;
    rdfs:comment "Physical quantity for measuring per volume."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    skos:prefLabel "ReciprocalVolume"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Physical quantity for measuring per volume."@en .

emmo:EMMO_cafd0f10_ce85_48b9_9a36_2b0af141ce21 a owl:Class ;
    rdfs:label "ElementaryBoson"@en ;
    rdfs:comment "An elementary particle of a fundamental bosonic type."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel#> ;
    rdfs:subClassOf emmo:EMMO_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869e,
        emmo:EMMO_b5a5494c_83bf_44aa_a9a6_49b948e68939 ;
    skos:prefLabel "ElementaryBoson"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An elementary particle of a fundamental bosonic type."@en .

emmo:EMMO_cbcf8fe6_6da6_49e0_ab4d_00f737ea9689 a owl:Class ;
    rdfs:label "ChemicalSpecies"@en ;
    rdfs:comment """Following nominalistic approach a species is simply a name that can point to an element name, a chemical formula or a chemical compound.

So everything addressed by these classes of names can be calleded a chemical species."""^^xsd:string,
        """N2
Methane
CH4
Fe
Sodium Chloride"""^^xsd:string,
        """Specific form of an element defined as to isotopic composition, electronic or oxidation state, and/or complex or molecular structure.

Chemical species is the macroscopic equivalent of molecular entity and refers to sets or ensembles of molecular entities."""^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_abf7efbe_6b04_41b8_8326_4dd0f6be753e ;
    owl:equivalentClass [ a owl:Class ;
            owl:unionOf ( emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf emmo:EMMO_643d99dd_fae6_4121_a76f_47f486a4480b emmo:EMMO_9236d0aa_cb39_43a1_bbdd_6a2a714951c8 ) ] ;
    skos:prefLabel "ChemicalSpecies"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Specific form of an element defined as to isotopic composition, electronic or oxidation state, and/or complex or molecular structure.

Chemical species is the macroscopic equivalent of molecular entity and refers to sets or ensembles of molecular entities."""^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.CT06859"^^xsd:string .

emmo:EMMO_cc0df52b_6211_4167_9e22_5cc3ba201bd9 a owl:AsymmetricProperty,
        owl:ObjectProperty ;
    rdfs:label "hasScatteredPart"@en ;
    rdfs:comment "A proper part relation with range restricted to collections."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:range emmo:EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 ;
    rdfs:subPropertyOf emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ;
    skos:prefLabel "hasScatteredPart"@en ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "A proper part relation with range restricted to collections."@en .

emmo:EMMO_cff9f930_f3f7_43c6_9228_28bf3e1ec706 a owl:Class ;
    rdfs:label "ThermalResistanceUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ThermalResistance'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+3 L-2 M-1 I0 Θ+1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_d02c92e0_99ba_4c09_b01f_0d7a7dd7b24e a owl:Class ;
    rdfs:label "LengthTemperatureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'LengthTemperature'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L+1 M0 I0 Θ+1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_d357e0dd_3497_4590_af6f_7954db7fecf7 a owl:Class ;
    rdfs:label "ChemicalSymbol"@en ;
    rdfs:comment "A symbol that stands for a chemical element."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    owl:equivalentClass [ a owl:Class ;
            owl:intersectionOf ( emmo:EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 emmo:EMMO_abf7efbe_6b04_41b8_8326_4dd0f6be753e ) ] ;
    skos:example """"H"
"He"
"Li"
..."""@en ;
    skos:prefLabel "ChemicalSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbol that stands for a chemical element."@en .

emmo:EMMO_df96cbb6_b5ee_4222_8eab_b3675df24bea a owl:Class ;
    rdfs:label "ChemicalSubstance"@en ;
    rdfs:comment "A substance is always composed of more than one molecular entity. It lays in the continuum or mesoscopic domain."^^xsd:string,
        "Matter of constant composition best characterized by the entities (molecules, formula units, atoms) it is composed of."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_bc37743c_37c4_4ec7_9d58_d1aae5567352 ;
    skos:prefLabel "ChemicalSubstance"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Matter of constant composition best characterized by the entities (molecules, formula units, atoms) it is composed of."^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.C01039"^^xsd:string .

emmo:EMMO_e8b5f7de_4fd9_41d7_b988_87b512fe0180 a owl:Class ;
    rdfs:label "SIAccepted"@en ;
    rdfs:comment "Non-SI unit that has been accepted by SI to be used together with the SI system."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "SIAccepted"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "disjointUnionOf: SIAcceptedUnit, SIAcceptedPrefixedUnit, SIAcceptedDerivedUnit"^^xsd:string ;
    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 .

emmo:EMMO_e97af6ec_4371_4bbc_8936_34b76e33302f a owl:Class ;
    rdfs:label "PhysicsBasedSimulation"@en ;
    rdfs:comment "A simulation that relies on physics based models, according to the Review of Materials Modelling and CWA 17284:2018."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#>,
        "CEN Workshop Agreement – CWA 17284 “Materials modelling – terminology, classification and metadata”"@en ;
    rdfs:subClassOf emmo:EMMO_9335cf09_431f_4613_9dab_ce4ceaca965b ;
    skos:prefLabel "PhysicsBasedSimulation"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A simulation that relies on physics based models, according to the Review of Materials Modelling and CWA 17284:2018."@en .

emmo:EMMO_eb3ffec6_3d69_4633_a3b1_088ad53cb00b a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "leaves"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subPropertyOf emmo:EMMO_c5b4c32b_74de_403d_96f2_266bec8bd0e8 ;
    skos:prefLabel "leaves"@en .

emmo:EMMO_ec2472ae_cf4a_46a5_8555_1556f5a6c3c5 a owl:ObjectProperty ;
    rdfs:label "EMMORelation"@en ;
    rdfs:comment "The superclass for all relations used by the EMMO."@en ;
    rdfs:domain emmo:EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:range emmo:EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf ;
    rdfs:subPropertyOf owl:topObjectProperty ;
    skos:prefLabel "EMMORelation"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all relations used by the EMMO."@en .

emmo:EMMO_f7f41d20_eabb_4bcb_9a16_0436851fcd5c a owl:Class ;
    rdfs:label "TemporalTiling"@en ;
    rdfs:comment "A well formed tessellation with tiles that are all temporal."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom emmo:EMMO_504ad89e_dd4a_4fa6_aeb6_15c8ce0cde9b ;
            owl:onProperty emmo:EMMO_7efab93d_c8fe_49c7_ba8e_d21d13b38c85 ],
        emmo:EMMO_e12dcfa4_c9f1_4546_9a12_8457c052e6ba ;
    skos:prefLabel "TemporalTiling"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.3/doc/figs/TemporalTile.png"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A well formed tessellation with tiles that are all temporal."@en .

emmo:EMMO_f8b20fd2_08b9_4368_b786_156e11d1cec8 a owl:Class ;
    rdfs:label "FormingFromPowder"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_45fec702_54cb_4508_b47e_bdc581229e22 ;
    skos:prefLabel "FormingFromPowder"@en .

emmo:EMMO_fa595892_070d_455e_9459_06c97179c080 a owl:Class ;
    rdfs:label "BeginTile"@en ;
    rdfs:comment "A direct part that only is the source, but not the target of temporal relations."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:subClassOf emmo:EMMO_5e38e44b_a0d1_4afc_a876_95095c0a589f ;
    skos:prefLabel "BeginTile"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://w3id.org/emmo/raw/1.0.3/doc/figs/BeginTile.png"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A direct part that only is the source, but not the target of temporal relations."@en .

emmo:ElectronVolt a owl:Class ;
    rdfs:label "ElectronVolt"@en ;
    rdfs:comment """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,
        "The amount of energy gained (or lost) by the charge of a single electron moving across an electric potential difference of one volt."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedspecialunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.602177e-19 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue "eV"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:prefLabel "ElectronVolt"@en ;
    schema:unitCode "A53"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/EV"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "eV"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/page/Electronvolt"^^xsd:string ;
    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: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"^^xsd:string .

emmo:GramPerCubicMetre a owl:Class ;
    rdfs:label "GramPerCubicMetre"@en ;
    rdfs:comment """0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Gram Per Cubic Metre"@en ;
    skos:prefLabel "GramPerCubicMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-M3"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.m-3"^^xsd:string,
        "g/m3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3

-- QUDT"""@en .

emmo:GramPerGram a owl:Class ;
    rdfs:label "GramPerGram"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        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 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.g-1"^^xsd:string,
        "g/g"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/g"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:GramPerLitre a owl:Class ;
    rdfs:label "GramPerLitre"@en ;
    rdfs:comment """0,001-fold of the SI base unit kilogram divided by the unit litre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.L-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/L"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the unit litre

-- QUDT"""@en .

emmo:Gray a owl:Class ;
    rdfs:label "Gray"@en ;
    rdfs:comment "SI unit for absorbed dose."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Gy"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88,
        emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ;
    skos:prefLabel "Gray"@en ;
    schema:unitCode "A95"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GRAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Gy"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Grey"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI unit for absorbed dose."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The SI unit of radiation dose. Radiation carries energy, and when it is absorbed by matter the matter receives this energy. The dose is the amount of energy deposited per unit of mass. One gray is defined to be the dose of one joule of energy absorbed per kilogram of matter, or 100 rad. The unit is named for the British physician L. Harold Gray (1905-1965), an authority on the use of radiation in the treatment of cancer.

-- QUDT"""^^xsd:string ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "//en.wikipedia.org/wiki/Grey?oldid=494774160"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.G02696"^^xsd:string .

emmo:HertzMetre a owl:Class ;
    rdfs:label "HertzMetre"@en ;
    rdfs:comment """product of the SI derived unit hertz and the SI base unit metre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 ;
    skos:altLabel "Hertz Metre"@en ;
    skos:prefLabel "HertzMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HZ-M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Hz.m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Hz⋅M"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI derived unit hertz and the SI base unit metre

-- QUDT"""@en .

emmo:MetrePerHour a owl:Class ;
    rdfs:label "MetrePerHour"@en ;
    rdfs:comment """Metre per hour is a metric unit of both speed (scalar) and velocity (Vector (geometry)). Its symbol is m/h or mu00b7h-1 (not to be confused with the imperial unit symbol mph. By definition, an object travelling at a speed of 1 m/h for an hour would move 1 metre.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 2.777778e-04 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Metre per Hour"@en ;
    skos:prefLabel "MetrePerHour"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-PER-HR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.h-1"^^xsd:string,
        "m/h"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/h"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Metre per hour is a metric unit of both speed (scalar) and velocity (Vector (geometry)). Its symbol is m/h or mu00b7h-1 (not to be confused with the imperial unit symbol mph. By definition, an object travelling at a speed of 1 m/h for an hour would move 1 metre.

-- QUDT"""@en .

emmo:MetrePerSecond a owl:Class ;
    rdfs:label "MetrePerSecond"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 ;
    skos:prefLabel "MetrePerSecond"@en ;
    schema:unitCode "MTS"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-PER-SEC"^^xsd:string ;
    emmo:EMMO_209ba1b3_149f_4ff0_b672_941610eafd72 "http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-Time"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.s-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/s"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:MolePerCubicMetre a owl:Class ;
    rdfs:label "MolePerCubicMetre"@en ;
    rdfs:comment """The SI derived unit for amount-of-substance concentration is the mole/cubic meter.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-3"^^xsd:string,
        "mol/m3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/m³"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI derived unit for amount-of-substance concentration is the mole/cubic meter.

-- QUDT"""@en .

emmo:PascalPerBar a owl:Class ;
    rdfs:label "PascalPerBar"@en ;
    rdfs:comment """SI derived unit pascal divided by the unit bar

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_9d09022c_e7ae_4379_a765_4803a8a502a1,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Pascal Per Bar"@en ;
    skos:prefLabel "PascalPerBar"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-PER-BAR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.bar-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa/bar"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit pascal divided by the unit bar

-- QUDT"""@en .

emmo:PascalPerKelvin a owl:Class ;
    rdfs:label "PascalPerKelvin"@en ;
    rdfs:comment "Pascal per Kelvin."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e ;
    skos:prefLabel "PascalPerKelvin"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-PER-K"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.K-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "P/K"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Pascal per Kelvin."@en .

emmo:Radian a owl:Class ;
    rdfs:label "Radian"@en ;
    rdfs:comment "Dimensionless measurement unit for plane angle."@en,
        "Measure of plane angle."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "rad"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179,
        emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ;
    skos:prefLabel "Radian"@en ;
    schema:unitCode "C81"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Radian"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure of plane angle."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Radian?oldid=492309312"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.R05036"^^xsd:string .

emmo:Sievert a owl:Class ;
    rdfs:label "Sievert"@en ;
    rdfs:comment "SI unit for equivalent doseof ionizing radiation. Sievert is derived from absorbed dose, but takes into account the biological effectiveness of the radiation, which is dependent on the radiation type and energy."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Sv"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88,
        emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ;
    skos:prefLabel "Sievert"@en ;
    schema:unitCode "D13"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SV"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Sv"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Sievert"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI unit for equivalent doseof ionizing radiation. Sievert is derived from absorbed dose, but takes into account the biological effectiveness of the radiation, which is dependent on the radiation type and energy."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Although the sievert has the same dimensions as the gray (i.e. joules per kilogram), it measures a different quantity. To avoid any risk of confusion between the absorbed dose and the equivalent dose, the corresponding special units, namely the gray instead of the joule per kilogram for absorbed dose and the sievert instead of the joule per kilogram for the dose equivalent, should be used.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Sievert?oldid=495474333"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Equivalent_dose"^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05658"^^xsd:string .

emmo:WattPerSquareMetre a owl:Class ;
    rdfs:label "WattPerSquareMetre"@en ;
    rdfs:comment """"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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.efunda.com/glossary/units/units--energy_flux--watt_per_square_meter.cfm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.m-2"^^xsd:string,
        "W/m2"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/m²"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:Weber a owl:Class ;
    rdfs:label "Weber"@en ;
    rdfs:comment "SI unit for magnetic flux."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Wb"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee,
        emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ;
    skos:prefLabel "Weber"@en ;
    schema:unitCode "WEB"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/WB"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Wb"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Weber"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI unit for magnetic flux."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The SI unit of magnetic flux. \"Flux\" is the rate (per unit of time) at which something crosses a surface perpendicular to the flow. The weber is a large unit, equal to 10⁸ maxwells, and practical fluxes are usually fractions of one weber. The weber is the magnetic flux which, linking a circuit of one turn, would produce in it an electromotive force of 1 volt if it were reduced to zero at a uniform rate in 1 second. In SI base units, the dimensions of the weber are (kg·m²)/(s²·A). The weber is commonly expressed in terms of other derived units as the Tesla-square meter (T·m²), volt-seconds (V·s), or joules per ampere (J/A)."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Weber_(unit)"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.W06666"^^xsd:string .

emmo:33fd15ab_7662_4cc6_8bf6_988422efc631 a owl:ObjectProperty ;
    rdfs:label "hasMember"@en ;
    rdfs:comment "The relation between individuals representing a collection and one or more of its members."^^xsd:string,
        "A proper part which is not connected with the rest of the whole."@en ;
    rdfs:domain emmo:EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76,
        emmo:EMMO_c37d451b_e245_439f_bd94_9050e04ec9f7 ;
    owl:propertyDisjointWith emmo:76413949_896c_4363_a955_de4722c6e149 ;
    skos:altLabel "hasMaximalPart"@en ;
    skos:prefLabel "hasMember"@en ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "A proper part which is not connected with the rest of the whole."@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between individuals representing a collection and one or more of its members."^^xsd:string ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A maximal part is a proper part that is not connected with the rest of the whole."@en .

emmo:76413949_896c_4363_a955_de4722c6e149 a owl:ObjectProperty ;
    rdfs:label "hasPiece"@en ;
    rdfs:comment "The relation between two individuals representing an entity and a non-maximal proper part, meaning the the latter is connected with the rest of the whole."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ;
    skos:altLabel "hasNotMaximalPart"@en ;
    skos:prefLabel "hasPiece"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between two individuals representing an entity and a non-maximal proper part, meaning the the latter is connected with the rest of the whole."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A non-maximal part is a proper part that is connected with the rest of the whole."@en .

emmo:CoulombPerCubicMetre a owl:Class ;
    rdfs:label "CoulombPerCubicMetre"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_8f36559a_a494_4b00_abc5_60bbc1475009 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C.m-3"^^xsd:string,
        "C/m3"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "C/m³"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:EMMO_0277f24a_ea7f_4917_81b7_fb0406c8fc62 a owl:Class ;
    rdfs:label "Holistic"@en ;
    rdfs:comment """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,
        """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,
        "The union of classes whole and part."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo: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: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:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The union of classes whole and part."@en ;
    emmo: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 ;
    emmo: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,
        """Whole and roles are defined using parthood relations. However, there also must be a primitive component in the definition, besides parthood, capturing more subtle relations between entities that makes their relation holistic.
For example, a scattering event between an electron and a nucleus requires electron and nucleus types as parts to exist, but this is not enough to make this event an atom, since it requires a persistent bond. So defining something as an atom iff have parts some electons and a nucleus is not enough."""@en .

emmo:EMMO_057e7d57_aff0_49de_911a_8861d85cef40 a owl:Class ;
    rdfs:label "Symbolic"@en ;
    rdfs:comment "A discrete data whose elements can be decoded as tokens from one or more alphabets, without necessarily respecting syntactic rules."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926 ;
    skos:example """fe780
emmo
!5*a
cat
for(i=0;i<N;++i)"""@en ;
    skos:prefLabel "Symbolic"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: SymbolicConstruct or Symbol"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A discrete data whose elements can be decoded as tokens from one or more alphabets, without necessarily respecting syntactic rules."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """A symbolic entity is not necessarily graphical (e.g. it doesn't necessarily have the physical shape of a letter), but its elements can be decoded and put in relation with an alphabet.
In other words, a sequence of bit "1000010" in a RAM (a non-graphical entity) is a valid symbol since it can be decoded through ASCII rules as the letter "B". The same holds for an entity standing for the sound of a voice saying: "Hello", since it can be decomposed in discrete parts, each of them being associated to a letter of an alphabet."""@en,
        """A symbolic object possesses a reductionistic oriented structure.
For example, text is made of words, spaces and punctuations. Words are made of characters (i.e. atomic symbols)."""@en .

emmo:EMMO_06658d8d_dcde_4fc9_aae1_17f71c0bcdec a owl:Class ;
    rdfs:label "Vector"@en ;
    rdfs:comment "1-dimensional array who's spatial direct parts are numbers."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ;
            owl:someValuesFrom emmo:EMMO_21f56795_ee72_4858_b571_11cfaa59c1a8 ],
        emmo:EMMO_28fbea28_2204_4613_87ff_6d877b855fcd ;
    skos:altLabel "LinearArray"^^xsd:string,
        "1DArray"@en ;
    skos:prefLabel "Vector"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "1-dimensional array who's spatial direct parts are numbers."@en .

emmo:EMMO_0aa934ee_1ad4_4345_8a7f_bc73ec67c7e5 a owl:ObjectProperty ;
    rdfs:label "hasObjectiveProperty"@en ;
    rdfs:comment "Relates an object to a quantity describing a quantifiable property of the object obtained via a well-defined procedure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:range emmo:EMMO_dd4a7f3e_ef56_466c_ac1a_d2716b5f87ec ;
    rdfs:subPropertyOf emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 ;
    skos:prefLabel "hasObjectiveProperty"@en .

emmo:EMMO_0cd58641_824c_4851_907f_f4c3be76630c a owl:Class ;
    rdfs:label "Index"@en ;
    rdfs:comment "A 'Sign' that stands for an 'Object' due to causal continguity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_9e3ad976_b179_4315_b51e_7e874df583dc ] ;
            owl:someValuesFrom emmo:EMMO_39a4e2a4_d835_426d_b497_182d06e1caff ],
        emmo:EMMO_4a2bf359_c47b_4aa3_9811_b59c3e1dac1e ;
    skos:altLabel "Signal"@en ;
    skos:example """Smoke stands for a combustion process (a fire).
My facial expression stands for my emotional status."""@en ;
    skos:prefLabel "Index"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'Sign' that stands for an 'Object' due to causal continguity."@en .

emmo:EMMO_0ed18c6b_8289_44fd_a7d7_c15a8786cdc0 a owl:ObjectProperty ;
    rdfs:label "isInterpretationAccordingTo"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 ;
    owl:inverseOf emmo:EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a ;
    skos:prefLabel "isInterpretationAccordingTo"@en .

emmo:EMMO_1783139f_575f_4e41_a409_1e70aceced27 a owl:Class ;
    rdfs:label "PartialSemiosis"@en ;
    rdfs:comment "A semiosis where the triangle of relation is not completely developed."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf emmo:EMMO_3fe33e1c_2b62_4669_af92_8066cf53761d ;
    skos:prefLabel "PartialSemiosis"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiosis where the triangle of relation is not completely developed."@en .

emmo:EMMO_19608340_178c_4bfd_bd4d_0d3b935c6fec a owl:Class ;
    rdfs:label "Cogniser"@en ;
    rdfs:comment "An interpreter who establish the connection between an icon an an object recognizing their resemblance (e.g. logical, pictorial)"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ] ;
            owl:someValuesFrom emmo:EMMO_7cdc375d_d371_4d78_acd5_d51732f52126 ],
        emmo:EMMO_33dc57d7_68bd_460c_a440_26a78d57ea0d ;
    skos:example "The scientist that connects an equation to a physical phenomenon."^^xsd:string ;
    skos:prefLabel "Cogniser"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An interpreter who establish the connection between an icon an an object recognizing their resemblance (e.g. logical, pictorial)"@en .

emmo:EMMO_1c0b22a2_be82_4fa8_9e2b_a569a625d442 a owl:Class ;
    rdfs:label "Estimation"@en ;
    rdfs:comment "A determination of an object without any actual interaction."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ;
            owl:someValuesFrom emmo:EMMO_4a1c73f1_b6f5_4d10_a3a6_5de90bac7cd0 ],
        emmo:EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069 ;
    skos:prefLabel "Estimation"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A determination of an object without any actual interaction."@en .

emmo:EMMO_1e877c70_3b01_45a8_a8f6_8ce4f6a24660 a owl:Class ;
    rdfs:label "Contrast"@en ;
    rdfs:comment "A perspective in which entities are represented according to the variation of their properties."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:seeAlso "Luciano Floridi, \"Information - A very Short Introduction\", Oxford University Press., (2010) ISBN 978-0199551378"@en ;
    rdfs:subClassOf emmo:EMMO_49267eba_5548_4163_8f36_518d65b583f9 ;
    skos:altLabel "Dedomena"@en,
        "Pattern"@en ;
    skos:prefLabel "Contrast"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A perspective in which entities are represented according to the variation of their properties."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """A contrast is a causal object whose variations (non-uniformity) can be recognised and eventually interpreted.
A contrast 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 contrast.
Variations are pure physical variations and do not necessarily possess semantic meaning."""@en,
        "The covering axiom that defines the contrast class discriminates within all the possible causal objects between encoded contrast (data) or non encoded contrast."@en .

emmo:EMMO_2031516a_2be7_48e8_9af7_7e1270e308fe a owl:Class ;
    rdfs:label "Solution"@en ;
    rdfs:comment "A solution is a homogeneous mixture composed of two or more substances."@en,
        "Solutions are characterized by the occurrence of Rayleigh scattering on light,"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_0e6378df_1ce8_4321_b00c_ee9beea60a67 ;
    skos:prefLabel "Solution"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A solution is a homogeneous mixture composed of two or more substances."@en .

emmo:EMMO_21205421_5783_4d3e_81e5_10c5d894a88a a owl:Class ;
    rdfs:label "MolecularEntity"@en ;
    rdfs:comment """Molecular entity is used as a general term for singular entities, irrespective of their nature, while chemical species stands for sets or ensembles of molecular entities.

Note that the name of a compound may refer to the respective molecular entity or to the chemical species,"""^^xsd:string,
        "Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity that can undergo a chemical reaction."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#>,
        "https://goldbook.iupac.org/terms/view/M03986"@en ;
    rdfs:subClassOf emmo:EMMO_32f55395_8b94_40de_a103_bffa5c121d98 ;
    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."^^xsd:string,
        "Methane, may mean a single molecule of CH4 (molecular entity) or a molar amount, specified or not (chemical species), participating in a reaction. The degree of precision necessary to describe a molecular entity depends on the context."^^xsd:string,
        "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,
        "Methane, may mean a single molecule of CH4 (molecular entity) or a molar amount, specified or not (chemical species), participating in a reaction. The degree of precision necessary to describe a molecular entity depends on the context."@en ;
    skos:prefLabel "MolecularEntity"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity that can undergo a chemical reaction."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Molecular entity is used as a general term for singular entities, irrespective of their nature, while chemical species stands for sets or ensembles of molecular entities.
Note that the name of a compound may refer to the respective molecular entity or to the chemical species,"""@en,
        "This concept is strictly related to chemistry. For this reason an atom can be considered the smallest entity that can be considered \"molecular\", including nucleus when they are seen as ions (e.g. H⁺, He⁺⁺)."@en .

emmo:EMMO_22c91e99_61f8_4433_8853_432d44a2a46a a owl:ObjectProperty ;
    rdfs:label "hasWellFormedPart"@en ;
    rdfs:comment "The part is connected to the rest item or members only with hasNext or hasContact relations or their inverse."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:subPropertyOf emmo:EMMO_55354438_7000_4284_b1b9_59d60c2261b9 ;
    skos:prefLabel "hasWellFormedPart"@en ;
    emmo: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 .

emmo:EMMO_29e45c39_cc99_43f8_a545_f329f622f551 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "throughOverlaps"@en ;
    rdfs:comment "The relation between an item I1 that proper overlaps an Item I2 where I1 has two non-overlapping parts, one that causes I2 and one that is a cause of I2."@en ;
    rdfs:domain emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ;
    rdfs:subPropertyOf emmo:EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ;
    owl:inverseOf emmo:EMMO_d78b940d_4e2a_4a46_816b_da89029adc19 ;
    skos:prefLabel "throughOverlaps"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/dev/doc/figs/throughOverlaps.png"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between an item I1 that proper overlaps an Item I2 where I1 has two non-overlapping parts, one that causes I2 and one that is a cause of I2."@en .

emmo:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isParticipatedBy"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subPropertyOf emmo:EMMO_d78b940d_4e2a_4a46_816b_da89029adc19 ;
    owl:inverseOf emmo:EMMO_e1c65ca8_6fed_4859_b320_5f14928e8464 ;
    skos:prefLabel "isParticipatedBy"@en .

emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasInput"@en ;
    rdfs:comment "The relation between a process P that proper overlaps an item I, where the non-overlapping part of I causes P."@en ;
    rdfs:domain emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subPropertyOf emmo:EMMO_1cfd072d_2157_43e2_b9f6_ff1e7a708774 ;
    skos:prefLabel "hasInput"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/dev/doc/figs/hasInput.png"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process P that proper overlaps an item I, where the non-overlapping part of I causes P."@en .

emmo:EMMO_38b579de_4331_40e0_803d_09efa298e726 a owl:Class ;
    rdfs:label "PhysicalObject"@en ;
    rdfs:comment """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,
        "The class of individuals standing for causally convex interacting systems."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_09f0ac34_c349_46b5_acf0_0edeae52cca1 ;
    owl:disjointWith emmo:EMMO_5cc4e111_3eb1_44a3_9369_5af3846cf605 ;
    skos:prefLabel "PhysicalObject"@en ;
    emmo: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:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: CompositePhysicalObject, BondedObject"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals standing for causally convex interacting systems."@en .

emmo:EMMO_39d5c9c4_7d24_4409_ba3b_60ca3afde902 a owl:Class ;
    rdfs:label "CompressiveForming"@en ;
    rdfs:comment "Forming of a solid body, whereby the plastic state is essentially brought about by uniaxial or multiaxial compressive stress."^^xsd:string,
        "lasciano tensioni residue di compressione"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_2b4783a6_36ad_48c8_8f5d_fe7c05ad298b ;
    skos:altLabel "Druckumformen"^^xsd:string ;
    skos:prefLabel "CompressiveForming"@en .

emmo:EMMO_3b19eab4_79be_4b02_bdaf_ecf1f0067a68 a owl:Class ;
    rdfs:label "Observation"@en ;
    rdfs:comment "A characterisation of an object with an actual interaction."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ;
            owl:someValuesFrom emmo:EMMO_ea67caa5_2609_4e91_98ae_81103f2d5c25 ],
        emmo:EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069 ;
    skos:prefLabel "Observation"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A characterisation of an object with an actual interaction."@en .

emmo:EMMO_3df1408c_df34_4037_8584_c25f854bb346 a owl:Class ;
    rdfs:label "TemperatureTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'TemperatureTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+1 L0 M0 I0 Θ+1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_43a6b269_da31_4bb6_a537_c97df4fff32a a owl:Class ;
    rdfs:label "PetaPrefixedUnit"@en ;
    rdfs:comment "Superclass for all units prefixed with \"peta\" (1e15)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+15 ;
            owl:onProperty emmo:EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_4be0acad_af05_426f_aa6d_fe7531072564 ;
            owl:someValuesFrom emmo:EMMO_d7c74480_a568_4470_acff_f18b499cc850 ],
        emmo:EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704 ;
    skos:prefLabel "PetaPrefixedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"peta\" (1e15)."@en .

emmo:EMMO_442bd91e_a724_4e9f_89c1_18423016fb75 a owl:Class ;
    rdfs:label "MetricPrefix"@en ;
    rdfs:comment "Dimensionless multiplicative unit prefix."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:seeAlso "https://en.wikipedia.org/wiki/Metric_prefix"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_8c64fcfa_23aa_45f8_9e58_bdfd065fab8f,
        emmo:EMMO_985bec21_989f_4b9e_a4b3_735d88099c3c,
        emmo:EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 ;
    skos:prefLabel "MetricPrefix"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Dimensionless multiplicative unit prefix."@en .

emmo:EMMO_47bf3513_4ae6_4858_9c45_76e23230d68d a owl:Class ;
    rdfs:label "Declaration"@en ;
    rdfs:comment "A semiotic process that assigns a sign based on conventions."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_9e3ad976_b179_4315_b51e_7e874df583dc ;
            owl:someValuesFrom emmo:EMMO_35d2e130_6e01_41ed_94f7_00b333d46cf9 ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ;
            owl:someValuesFrom emmo:EMMO_2d72e38c_d587_437f_98f6_f2718fb130eb ],
        emmo:EMMO_4d5621e8_af7f_4aef_abd5_f905a34f62af ;
    skos:altLabel "ConventionalSemiosis"@en ;
    skos:prefLabel "Declaration"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Determination or Naming"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic process that assigns a sign based on conventions."@en .

emmo:EMMO_4db521a3_f80f_436b_b9c7_e4b52b1383ea a owl:Class ;
    rdfs:label "MaterialByType"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_39348191_08fd_4bb6_9b1e_012d5b2f1ff6 ;
    skos:prefLabel "MaterialByType"@en .

emmo:EMMO_4db96fb7_e9e0_466d_942b_f6f17bfdc145 a owl:Class ;
    rdfs:label "DigitalData"@en ;
    rdfs:comment "Discrete data that are decoded as a sequence of 1/0, or true/false, or on/off."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926 ;
    skos:altLabel "BinaryData"@en ;
    skos:prefLabel "DigitalData"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Discrete data that are decoded as a sequence of 1/0, or true/false, or on/off."@en .

emmo:EMMO_53ed8611_2cd7_4286_9ef0_36572117b963 a owl:Class ;
    rdfs:label "Fusion"@en ;
    rdfs:comment "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,
        "The class of individuals representing mereological fusions consisting of two or more quantum entities."@en,
        "The union of the CausalCluster and CausalStructure classes."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf ;
    skos:example "An atom, a group of persons, a fluid."@en ;
    skos:prefLabel "Fusion"@en ;
    emmo: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:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The union of the CausalCluster and CausalStructure classes."@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: CausalCluster or CausalStructure"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals representing mereological fusions consisting of two or more quantum entities."@en .

emmo:EMMO_55375713_8f92_473b_a688_b7fcc14f7797 a owl:ObjectProperty ;
    rdfs:label "isConventionFor"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_82a96de2_41aa_4bf7_b7ac_de1373d50160 ;
    owl:inverseOf emmo:EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b ;
    skos:prefLabel "isConventionFor"@en .

emmo:EMMO_59197cce_b8b6_4216_a08d_26fb83c032af a owl:Class ;
    rdfs:label "ReciprocalMassUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ReciprocalMass'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L0 M-1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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 .

emmo:EMMO_5cf9f86c_86f5_40c4_846d_60371f670e0a a owl:Class ;
    rdfs:label "ExaPrefixedUnit"@en ;
    rdfs:comment "Superclass for all units prefixed with \"exa\" (1e18)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_4be0acad_af05_426f_aa6d_fe7531072564 ;
            owl:someValuesFrom emmo:EMMO_3f2d29d9_6d27_43bd_a1bc_85475eae98be ],
        [ a owl:Restriction ;
            owl:hasValue 1e+18 ;
            owl:onProperty emmo:EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ],
        emmo:EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704 ;
    skos:prefLabel "ExaPrefixedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"exa\" (1e18)."@en .

emmo:EMMO_643d99dd_fae6_4121_a76f_47f486a4480b a owl:Class ;
    rdfs:label "ChemicalNomenclature"@en ;
    rdfs:comment "A chemical numenclature should not be confused with the chemical formula."^^xsd:string,
        "A language object following a specific nomenclature rules for defining univocal names of chemical compounds."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_abf7efbe_6b04_41b8_8326_4dd0f6be753e ;
    skos:prefLabel "ChemicalNomenclature"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A language object following a specific nomenclature rules for defining univocal names of chemical compounds."^^xsd:string .

emmo:EMMO_6fba4018_24bd_450c_abc3_354e2c7809c9 a owl:Class ;
    rdfs:label "TensileForming"@en ;
    rdfs:comment "Forming of a solid body, whereby the plastic state is essentially brought about by a combined tensile and compressive stress."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_2b4783a6_36ad_48c8_8f5d_fe7c05ad298b ;
    skos:altLabel "Zugdruckumformen"^^xsd:string ;
    skos:prefLabel "TensileForming"@en .

emmo:EMMO_707c6032_e272_4a20_98b5_d35c4f67be68 a owl:Class ;
    rdfs:label "SICoherentUnit"@en ;
    rdfs:comment "A unit that can be expressed as a product of powers of SI base units with no pre-factor or offset."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf emmo:EMMO_feb03a8a_bbb6_4918_a891_46713ef557f4 ;
    skos:prefLabel "SICoherentUnit"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "disjointUnionOf: SICoherentDerivedUnit, SIBaseUnit, SISpecialUnit"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit that can be expressed as a product of powers of SI base units with no pre-factor or offset."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Derived units are defined as products of powers of the base units. When the numerical factor of this product is one, the derived units are called coherent derived units. The base and coherent derived units of the SI form a coherent set, designated the set of coherent SI units."@en .

emmo:EMMO_707f0cd1_941c_4b57_9f20_d0ba30cd6ff3 a owl:Class ;
    rdfs:label "ArithmeticOperator"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf emmo:EMMO_3c424d37_cf62_41b1_ac9d_a316f8d113d6 ;
    skos:prefLabel "ArithmeticOperator"@en .

emmo:EMMO_70da982d_1810_4b01_9630_a28e216ecd9a a owl:ObjectProperty ;
    rdfs:label "hasTask"@en ;
    rdfs:comment "The holistic relation connecting a workflow with one of its tasks."@en ;
    rdfs:domain emmo:EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:range emmo:EMMO_4299e344_a321_4ef2_a744_bacfcce80afc ;
    rdfs:subPropertyOf emmo:EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b ;
    skos:prefLabel "hasTask"@en ;
    emmo:EMMO_31252f35_c767_4b97_a877_1235076c3e13 "The holistic relation connecting a workflow with one of its tasks."@en .

emmo:EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac a owl:Class ;
    rdfs:label "ElectricCurrentPerMassUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricCurrentPerMass'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L0 M-1 I+1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_76bd5e44_bf5a_49f9_a517_eea5e8bcbc2d a owl:Class ;
    rdfs:label "CausalCluster"@en ;
    rdfs:comment "The class of individuals representing causal clusters."@en,
        "The disjoint union of the CausalSystem and Collection classes."@en,
        "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_53ed8611_2cd7_4286_9ef0_36572117b963 ;
    skos:prefLabel "CausalCluster"@en ;
    emmo: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:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The disjoint union of the CausalSystem and Collection classes."@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Collection or CausalSystem"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals representing causal clusters."@en .

emmo:EMMO_78284835_f4ed_4a7c_914f_a7fdb460ed8e a owl:Class ;
    rdfs:label "FormingJoin"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_6ab555fd_5803_4f03_82e8_127c01aabfea ;
    skos:prefLabel "FormingJoin"@en .

emmo:EMMO_79751276_b2d0_4e2f_bbd4_99d412f43d55 a owl:Class ;
    rdfs:label "CategorizedPhysicalQuantity"@en ;
    rdfs:comment "The superclass for all physical quantities classes that are categorized according to some domain of interests (e.g. metallurgy, chemistry), property (intensive/extensive) or application."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:seeAlso "https://physics.nist.gov/cuu/Constants"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_02c0621e_a527_4790_8a0f_2bb51973c819 ;
    skos:prefLabel "CategorizedPhysicalQuantity"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all physical quantities classes that are categorized according to some domain of interests (e.g. metallurgy, chemistry), property (intensive/extensive) or application."@en .

emmo:EMMO_7a317af2_d2f7_4e8a_8fbd_aaebfb7d21cc a owl:Class ;
    rdfs:label "IntentionalAgentByKind"@en ;
    rdfs:comment "Categorisation of intentional agents by their kind."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/agency#> ;
    rdfs:subClassOf emmo:EMMO_c130614a_2985_476d_a7ed_8a137847703c ;
    skos:prefLabel "IntentionalAgentByKind"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Categorisation of intentional agents by their kind."@en .

emmo:EMMO_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869e a owl:Class ;
    rdfs:label "ElementaryParticle"@en ;
    rdfs:comment "A chausal chain whose quantum parts are of the same standard model fundamental type."@en,
        "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel#> ;
    rdfs:subClassOf emmo:EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360,
        emmo:EMMO_b32fe85d_2f7b_4972_9dd7_7cf20d4bba59 ;
    owl:disjointWith emmo:EMMO_8b1367d6_0133_4b56_acc1_fa8b058169e3 ;
    skos:altLabel "SingleParticleChain"@en ;
    skos:example "An electron. A quark. A photon."@en ;
    skos:prefLabel "ElementaryParticle"@en ;
    emmo: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:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: ElementaryFermion, ElementaryBoson"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A chausal chain whose quantum parts are of the same standard model fundamental type."@en .

emmo:EMMO_8455fa05_a877_48d7_b8a3_8e3bfad119bf a owl:Class ;
    rdfs:label "MassTemperatureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MassTemperature'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L0 M+1 I0 Θ+1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_846b637b_7b12_47a1_9430_0274b2f588ac a owl:Class ;
    rdfs:label "ProcessByContext"@en ;
    rdfs:comment "The superclass for all classes that categorise projects according to their mereological and persistence context"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subClassOf emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ;
    skos:prefLabel "ProcessByContext"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all classes that categorise projects according to their mereological and persistence context"@en .

emmo:EMMO_852b4ab8_fc29_4749_a8c7_b92d4fca7d5a a owl:Class ;
    rdfs:label "Frequency"@en ;
    rdfs:comment "Number of periods per time interval."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a ;
    skos:prefLabel "Frequency"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Frequency"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q11652"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-06-02"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-15.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number of periods per time interval."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.FT07383"^^xsd:string .

emmo:EMMO_8af3b008_0e32_4684_85ab_a52a8e7b6877 a owl:Class ;
    rdfs:label "IntentionalAgencyByKind"@en ;
    rdfs:comment "Categorisation of intentional agencies by their kind."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/agency#> ;
    rdfs:subClassOf emmo:EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c ;
    skos:prefLabel "IntentionalAgencyByKind"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Categorisation of intentional agencies by their kind."@en .

emmo:EMMO_8bb6b688_812a_4cb9_b76c_d5a058928719 a owl:Class ;
    rdfs:label "Semiotics"@en ;
    rdfs:comment "A perspective based on Pierce semiotics, where an interpreter relates a referent to a sign in through semiotic relations."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:seeAlso "https://plato.stanford.edu/entries/peirce-semiotics/"^^xsd:anyURI,
        "https://github.com/emmo-repo/EMMO/wiki/EMMO-Introduction#25-Semiotic-Framework"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_49267eba_5548_4163_8f36_518d65b583f9 ;
    skos:prefLabel "Semiotics"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Semiosis or SemioticEntity"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A perspective based on Pierce semiotics, where an interpreter relates a referent to a sign in through semiotic relations."@en .

emmo:EMMO_8d2d9374_ef3a_47e6_8595_6bc208e07519 a owl:Class ;
    rdfs:label "Theory"@en ;
    rdfs:comment "A 'conventional' that stand for a 'physical'."@en,
        """The 'theory' is e.g. a proposition, a book or a paper whose sub-symbols suggest in the mind of the interpreter an interpretant structure that can represent a 'physical'.

It is not an 'icon' (like a math equation), because it has no common resemblance or logical structure with the 'physical'.

In Peirce semiotics: legisign-symbol-argument"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_35d4c439_fcb6_4399_a855_a89a207b41e9 ;
    skos:prefLabel "Theory"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'conventional' that stand for a 'physical'."@en .

emmo:EMMO_8fb6d667_f2af_482d_97a9_ec97cd81274d a owl:ObjectProperty ;
    rdfs:label "hasReferent"@en ;
    rdfs:comment "The relation between a semiotic process and the referent i.e., the object of the semiotic process."@en ;
    rdfs:domain emmo:EMMO_008fd3b2_4013_451f_8827_52bceab11841 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:range emmo:EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b ;
    rdfs:subPropertyOf emmo:EMMO_f275e4e9_062b_4ca4_a679_4f26ec0a48ae ;
    owl:inverseOf emmo:EMMO_ee73c4f1_1405_44af_abf5_d06f2e71ed03 ;
    skos:prefLabel "hasReferent"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a semiotic process and the referent i.e., the object of the semiotic process."@en .

emmo:EMMO_90f18cf0_1225_4c64_b5f8_f65cd7f992c5 a owl:Class ;
    rdfs:label "MaterialsModel"@en ;
    rdfs:comment "A solvable set of one Physics Equation and one or more Materials Relations."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:seeAlso "https://op.europa.eu/en/publication-detail/-/publication/ec1455c3-d7ca-11e6-ad7c-01aa75ed71a1"@en ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 ;
            owl:someValuesFrom emmo:EMMO_e5438930_04e7_4d42_ade5_3700d4a52ab7 ],
        emmo:EMMO_b29fd350_39aa_4af7_9459_3faa0544cba6 ;
    owl:disjointUnionOf ( emmo:EMMO_4456a5d2_16a6_4ee1_9a8e_5c75956b28ea emmo:EMMO_53935db0_af45_4426_b9e9_244a0d77db00 emmo:EMMO_6eca09be_17e9_445e_abc9_000aa61b7a11 emmo:EMMO_84cadc45_6758_46f2_ba2a_5ead65c70213 ) ;
    skos:prefLabel "MaterialsModel"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A solvable set of one Physics Equation and one or more Materials Relations."@en .

emmo:EMMO_92028373_3a43_4b80_9a69_caca22df3918 a owl:Class ;
    rdfs:label "CoatingManufacturing"@en ;
    rdfs:comment "A manufacturing in which an adherent layer of amorphous material is applied to a workpiece."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:seeAlso "DIN 8580:2020"@en ;
    rdfs:subClassOf emmo:EMMO_eb85216f_b872_4ee5_9f62_655aa2ae0470 ;
    skos:altLabel "Beschichten"@de ;
    skos:prefLabel "CoatingManufacturing"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A manufacturing in which an adherent layer of amorphous material is applied to a workpiece."@en .

emmo:EMMO_9236d0aa_cb39_43a1_bbdd_6a2a714951c8 a owl:Class ;
    rdfs:label "ChemicalFormula"@en ;
    rdfs:comment "A chemical formula may also include other symbols such as parentheses, plus and minus signs, brackets"^^xsd:string,
        "A symbolic construct that provides informations about the chemical proportions of the elements that constitute a chemical compound or a specific molecule."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ;
            owl:someValuesFrom emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf ],
        emmo:EMMO_abf7efbe_6b04_41b8_8326_4dd0f6be753e ;
    skos:prefLabel "ChemicalFormula"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbolic construct that provides informations about the chemical proportions of the elements that constitute a chemical compound or a specific molecule."^^xsd:string .

emmo:EMMO_961d1aba_f75e_4411_aaa4_457f7516ed6b a owl:Class ;
    rdfs:label "MagneticFluxDensity"@en ;
    rdfs:comment "Often denoted B."@en,
        "Strength of the magnetic field."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:altLabel "MagneticInduction"@en ;
    skos:prefLabel "MagneticFluxDensity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/MagneticFluxDensity"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q30204"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-19"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-21"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Strength of the magnetic field."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03686"^^xsd:string .

emmo:EMMO_9ba91622_e39f_43e3_b95f_290937928d7e a owl:Class ;
    rdfs:label "MassPerAmountUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MassPerAmount'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L0 M+1 I0 Θ0 N-1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_9cb984ca_48ad_4864_b09e_50d3fff19420 a owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "overcrosses"@en ;
    rdfs:comment "OX(x, y) ≡ O(x, y) ∧ ¬P(x,y)"^^xsd:string,
        "The relation between an entity that overlaps another without being its part."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6 ;
    owl:inverseOf emmo:EMMO_e4f66254_7312_4de5_a86a_6e0808baaaab ;
    owl:propertyDisjointWith emmo:EMMO_a8bd7094_6b40_47af_b1f4_a69d81a3afbd ;
    skos:prefLabel "overcrosses"@en ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "OX(x, y) ≡ O(x, y) ∧ ¬P(x,y)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between an entity that overlaps another without being its part."@en .

emmo:EMMO_9d799b43_e188_4047_8167_121d96b31a26 a owl:Class ;
    rdfs:label "ObjectByContext"@en ;
    rdfs:comment "The superclass for all classes that categorise objects according to their mereological and persistence context"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subClassOf emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    skos:prefLabel "ObjectByContext"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all classes that categorise objects according to their mereological and persistence context"@en .

emmo:EMMO_a356870d_409a_4de6_a910_0d8498e593ff a owl:Class ;
    rdfs:label "Concentration"@en ;
    rdfs:comment "the abundance of a constituent divided by the total volume of a mixture."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    skos:prefLabel "Concentration"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Concentration"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q3686031"@en ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Concentration"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "the abundance of a constituent divided by the total volume of a mixture."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Concentration"@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://goldbook.iupac.org/terms/view/C01222"@en .

emmo:EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422 a owl:Class ;
    rdfs:label "TimePerLengthUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'TimePerLength'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+1 L-1 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910 a owl:Class ;
    rdfs:label "ComputerScience"@en ;
    rdfs:comment "A well-formed formula that follows the syntactic rules of computer science."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8 ;
    skos:prefLabel "ComputerScience"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A well-formed formula that follows the syntactic rules of computer science."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A well-formed formula in computer science may be or not be interpreted by a computer. For example pseudo-code is only intended for human consumption."@en .

emmo:EMMO_b5957cef_a287_442d_a3ce_fd39f20ba1cd a owl:Class ;
    rdfs:label "Geometrical"@en ;
    rdfs:comment "A 'graphical' aimed to represent a geometrical concept."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/geometrical#> ;
    rdfs:subClassOf emmo:EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 ;
    skos:example """A geometrical object can be expressed in many different forms.

For example, a line can be expressed by:
a) an equation like y=mx+q, which is both an 'equation' and a 'geometrical'
b) a line drawn with a pencil on a paper, which is simply a 'graphical' object
c) a set of axioms, when the properties of a line are inferred by the interpreter reading them, that are both 'graphical' and also 'formula'

The case a) is a geometrical and mathematical, b) is geometrical and pictorial, while c) is geometrical and a composition of idiomatic strings."""@en ;
    skos:prefLabel "Geometrical"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A 'graphical' aimed to represent a geometrical concept."@en .

emmo:EMMO_b5a5494c_83bf_44aa_a9a6_49b948e68939 a owl:Class ;
    rdfs:label "Boson"@en ;
    rdfs:comment "A physical particle with integer spin that follows Bose–Einstein statistics."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf emmo:EMMO_2c07a731_84f9_4883_9e58_2bc073abda29 ;
    skos:prefLabel "Boson"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A physical particle with integer spin that follows Bose–Einstein statistics."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Boson"^^xsd:string .

emmo:EMMO_b803f122_4acb_4064_9d71_c1e5fd091fc9 a owl:Class ;
    rdfs:label "SemioticEntity"@en ;
    rdfs:comment "The class of individuals that stands for semiotic objects, i.e. objects that take part on a semiotic process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_8bb6b688_812a_4cb9_b76c_d5a058928719 ;
    skos:prefLabel "SemioticEntity"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Interpreter or SemioticObject or Sign"^^xsd:string ;
    emmo: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: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).

The triadic elements:
- 'sign': the sign A (e.g. a name)
- '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 .

emmo:EMMO_bbf12904_e25e_4f49_87f3_8bd210a6b535 a owl:Class ;
    rdfs:label "Pressing"@en ;
    rdfs:comment "A collective term for the processes in which, during joining, the parts to be joined and any auxiliary parts are essentially only elastically deformed and unintentional loosening is prevented by frictional connection."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_6ab555fd_5803_4f03_82e8_127c01aabfea ;
    skos:altLabel "Anpressen"^^xsd:string ;
    skos:prefLabel "Pressing"@en .

emmo:EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926 a owl:Class ;
    rdfs:label "DiscreteData"@en ;
    rdfs:comment "Data whose variations are decoded according to a discrete schema."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_c66ad523_3937_485e_91bb_ad488ddb373f ;
    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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data whose variations are decoded according to a discrete schema."@en ;
    emmo: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 .

emmo:EMMO_be8680e5_28ec_4168_9206_d1cd33fbd458 a owl:Class ;
    rdfs:label "TokenData"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_826bd296_d8e2_4c43_8f54_d684bf00090a ;
    skos:prefLabel "TokenData"@en .

emmo:EMMO_bf106e62_ce1c_4ccc_9f45_c10326078a5a a owl:Class ;
    rdfs:label "PowerAreaUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'PowerArea'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-3 L+4 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_bfce8136_8f58_4ea5_ab3a_1734170c5d92 a owl:Class ;
    rdfs:label "Machining"@en ;
    rdfs:comment "A manufacturing in which material is removed from the workpiece in the form of chips."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_8679c7d3_fd5d_49ba_bc1f_1bb820a1f73f ;
    skos:altLabel "RemovingChipsFromWorkpiece"^^xsd:string ;
    skos:prefLabel "Machining"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A manufacturing in which material is removed from the workpiece in the form of chips."@en .

emmo:EMMO_c7013b53_3071_410b_a5e4_a8d266dcdfb5 a owl:Class ;
    rdfs:label "FunctionalIcon"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo: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,
        "A guinea pig."@en ;
    skos:prefLabel "FunctionalIcon"@en ;
    emmo: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: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 .

emmo:EMMO_c74da218_9147_4f03_92d1_8894abca55f3 a owl:Class ;
    rdfs:label "Graphical"@en ;
    rdfs:comment "A 'Perceptual' which stands for a real world object whose spatial configuration results from an explicit graphical procedure and shows an identifiable pattern."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490,
        emmo:EMMO_c5ae6d8e_6b39_431f_8de4_ae4e357abc04 ;
    skos:example "'Graphical' objects include writings, pictures, sketches ..."@en ;
    skos:prefLabel "Graphical"@en ;
    emmo: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:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "This concept includes only things that are purposely created by an agent."@en .

emmo:EMMO_c9f0abb6_d3e8_459e_bacc_c14ed5481998 a owl:Class ;
    rdfs:label "ThermalCutting"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_1a2cbca8_3d3b_4e2c_9a71_e39273937786 ;
    skos:altLabel "Thermisches Abtragen"^^xsd:string ;
    skos:prefLabel "ThermalCutting"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Thermal ablation is the separation of material particles in solid, liquid or gaseous state by heat processes as well as the removal of these material particles by mechanical or electromagnetic forces (from: DIN"^^xsd:string .

emmo:EMMO_d01b3ee2_91a5_4ce2_95cd_f0d2c333c6d3 a owl:IrreflexiveProperty,
        owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "alongsideWith"@en ;
    rdfs:comment "The relation between two causally reachable entities through a path of contacts relations (i.e. representing physical interactions)."@en ;
    rdfs:domain emmo:EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:range emmo:EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d ;
    rdfs:subPropertyOf emmo:EMMO_113087fa_8354_49d1_9625_5f36698d3298,
        emmo:EMMO_54d0d0f4_d9fa_4179_a9b5_4110c49dafff,
        emmo:EMMO_5dc167a2_d50e_47a5_be4f_5139f3bff2ec,
        emmo:EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6 ;
    owl:propertyDisjointWith emmo:EMMO_febf1178_c74b_4d6d_816c_591ac2ee3530 ;
    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 "alongsideWith"@en ;
    emmo: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 .

emmo:EMMO_d41ce84b_4317_41fb_a5d1_6cd281fca106 a owl:Class ;
    rdfs:label "MetricPrefixedUnit"@en ;
    rdfs:comment "A special unit with a metric prefix."@en,
        "The presence of the prefix makes this units non-coherent with SI system."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "MetricPrefixedUnit"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "disjointUnionOf: MetricMultipleUnit, MetricSubMultipleUnit"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A special unit with a metric prefix."@en .

emmo:EMMO_da27d905_beb6_44ea_a330_a2dd9c17b263 a owl:ObjectProperty ;
    rdfs:label "hasInternalRepresentation"@en ;
    rdfs:comment "The relation between the interpreter and the interpretant, being its internal representation."@en ;
    rdfs:domain emmo:EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:range emmo:EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b ;
    rdfs:subPropertyOf emmo:EMMO_f275e4e9_062b_4ca4_a679_4f26ec0a48ae ;
    skos:prefLabel "hasInternalRepresentation"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between the interpreter and the interpretant, being its internal representation."@en .

emmo:EMMO_e12dcfa4_c9f1_4546_9a12_8457c052e6ba a owl:Class ;
    rdfs:label "SpatioTemporalTessellation"^^xsd:string ;
    rdfs:comment "The superclass for all tessellations in which all tiles are connected through spatiotemporal relations hasNext or contacts."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_7efab93d_c8fe_49c7_ba8e_d21d13b38c85 ;
            owl:someValuesFrom emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ],
        emmo:EMMO_ee0466e4_780d_4236_8281_ace7ad3fc5d2 ;
    skos:altLabel "WellFormedTessellation"@en ;
    skos:prefLabel "SpatioTemporalTessellation"^^xsd:string ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: MixedTiling or SpatialTiling or TemporalTiling"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all tessellations in which all tiles are connected through spatiotemporal relations hasNext or contacts."@en .

emmo:EMMO_ebc9e62c_5dc4_44db_9060_7923740bdf78 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isBefore"@en ;
    rdfs:comment "A relation between entities that are only one-directionally causally connected."@en,
        "A relation jointly covered by hasNext and hasSuccessor relations, which are mutually exclusive."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 ;
    skos:altLabel "isTemporallyBefore"@en ;
    skos:prefLabel "isBefore"@en ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "A relation jointly covered by hasNext and hasSuccessor relations, which are mutually exclusive."@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation between entities that are only one-directionally causally connected."@en .

emmo:EMMO_ee0466e4_780d_4236_8281_ace7ad3fc5d2 a owl:Class ;
    rdfs:label "Tessellation"@en ;
    rdfs:comment "A causal structure that is tessellated in direct parts."@en,
        "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_74a75cf1_3418_4244_b43c_b5db94635d42 ;
            owl:someValuesFrom emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ],
        emmo:EMMO_15db234d_ecaf_4715_9838_4b4ec424fb13 ;
    skos:altLabel "Tiling"@en ;
    skos:prefLabel "Tessellation"@en ;
    emmo: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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causal structure that is tessellated in direct parts."@en .

emmo:EMMO_eff42cb3_208e_4768_9a39_f8b6b3c3d7a2 a owl:Class ;
    rdfs:label "Computation"@en ;
    rdfs:comment "A procedure that deals with quantitative symbols (i.e. symbols associated with a quantitative oriented language)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 ;
    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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A procedure that deals with quantitative symbols (i.e. symbols associated with a quantitative oriented language)."@en .

emmo:EMMO_f4a30d7e_8e8b_41e6_9695_d33a68f54f4b a owl:Class ;
    rdfs:label "AngularFrequency"@en ;
    rdfs:comment "Rate of change of the phase angle."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_852b4ab8_fc29_4749_a8c7_b92d4fca7d5a ;
    skos:prefLabel "AngularFrequency"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/AngularFrequency"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-07-03"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Angular_frequency"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-18"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Rate of change of the phase angle."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Angular_frequency"^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00352"^^xsd:string .

emmo:EMMO_f508dec1_e2d8_43d5_ae65_c386c7b330f9 a owl:Class ;
    rdfs:label "SquareTimePerMassUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'SquareTimePerMass'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+2 L0 M-1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_f76f5a24_d703_4e8c_b368_f9a7777cb73a a owl:Class ;
    rdfs:label "AmountFractionUnit"@en ;
    rdfs:comment "Unit for quantities of dimension one that are the fraction of two amount of substance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    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:EMMO_f84b1b92_1dc8_4146_99f0_b03cd53e455b a owl:Class ;
    rdfs:label "ScriptingLanguage"@en ;
    rdfs:comment "A programming language that is executed through runtime interpretation."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_9ffffb55_3496_4307_82b8_a0d78fe1fcd8 ;
    skos:prefLabel "ScriptingLanguage"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A programming language that is executed through runtime interpretation."@en .

emmo:EMMO_ffb73b1e_5786_43e4_a964_cb32ac7affb7 a owl:Class ;
    rdfs:label "ElectricConductance"@en ;
    rdfs:comment "Inverse of 'ElectricalResistance'."@en,
        "Measure of the ease for electric current to pass through a material."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_602397bd_e302_42a6_be33_fe67ea81933a,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:altLabel "Conductance"@en ;
    skos:prefLabel "ElectricConductance"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Conductance"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q309017"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-06"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-47"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure of the ease for electric current to pass through a material."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E01925"^^xsd:string .

emmo:GramPerKilogram a owl:Class ;
    rdfs:label "GramPerKilogram"^^xsd:string ;
    rdfs:comment """0,001 fold of the SI base unit kilogram divided by the SI base unit kilogram

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:altLabel "Gram Per Kilogram"@en ;
    skos:prefLabel "GramPerKilogram"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-KiloGM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.kg-1"^^xsd:string,
        "g/kg"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/kg"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001 fold of the SI base unit kilogram divided by the SI base unit kilogram

-- QUDT"""@en .

emmo:GramPerMilliLitre a owl:Class ;
    rdfs:label "GramPerMilliLitre"^^xsd:string ;
    rdfs:comment """0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:altLabel "Gram Per Millilitre"@en ;
    skos:prefLabel "GramPerMilliLitre"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-MilliL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.mL-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/mL"^^xsd:string ;
    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 .

emmo:MolePerSquareMetrePerDay a owl:Class ;
    rdfs:label "MolePerSquareMetrePerDay"^^xsd:string ;
    rdfs:comment """quantity of matter per unit area per unit of time.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1.157407e-05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ;
    skos:altLabel "Moles per square metre per day"@en ;
    skos:prefLabel "MolePerSquareMetrePerDay"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M2-DAY"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-2.d-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(m²⋅day)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """quantity of matter per unit area per unit of time.

-- QUDT"""@en .

emmo:Tesla a owl:Class ;
    rdfs:label "Tesla"@en ;
    rdfs:comment "SI unit for magnetic flux density or induction."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b,
        emmo:EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5 ;
    skos:prefLabel "Tesla"@en ;
    schema:unitCode "D33"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/T"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "T"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Tesla"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI unit for magnetic flux density or induction."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "T = V·s·m⁻² = N/(A·m) = Wb/m²"^^xsd:string,
        """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 ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Tesla_(unit)"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.T06283"^^xsd:string .

emmo:Volt a owl:Class ;
    rdfs:label "Volt"@en ;
    rdfs:comment "SI unit for electric potential difference."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "V"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c,
        emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ;
    skos:prefLabel "Volt"@en ;
    schema:unitCode "VLT"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Volt"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI unit for electric potential difference."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The volt is the unit of electric potential difference—electric potential difference is also known as voltage. The size of 1 volt is officially defined as the potential difference between two points of a wire carrying a current of 1 ampere when the power dissipated in the wire is 1 watt."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Volt?oldid=494812083"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.V06634"^^xsd:string .

emmo:VoltPerMetre a owl:Class ;
    rdfs:label "VoltPerMetre"@en ;
    rdfs:comment """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:seeAlso "http://www.efunda.com/glossary/units/units--electric_field_strength--volt_per_meter.cfm"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.m-1"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V/m"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:EMMO_02a935c8_c2d4_4a00_bd6f_b89d05aac79e a owl:Class ;
    rdfs:label "PerTemperatureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'PerTemperature'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L0 M0 I0 Θ-1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_0adabf6f_7404_44cb_9f65_32d83d8101a3 a owl:Class ;
    rdfs:label "Duration"@en ;
    rdfs:comment "Physical quantity for describing the temporal distance between events."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_d4f7d378_5e3b_468a_baa1_a7e98358cda7 ;
    skos:prefLabel "Duration"@en ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q2199864"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-13"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-9"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Physical quantity for describing the temporal distance between events."@en .

emmo:EMMO_1328d112_e731_4e56_b9b9_6b6cdd495cd6 a owl:ObjectProperty ;
    rdfs:label "hasDistinctPart"@en ;
    rdfs:comment "DP(x, y) ≡ PP(x, y) ∧ ∃φ[φ(x) ↔ ¬φ(y)]"^^xsd:string,
        "The superproperty of all object property relations between an entity and one of its proper parts that belongs to different taxonomical branch."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ;
    owl:inverseOf emmo:EMMO_9f55743f_a5e2_4a75_a68c_978c36117dec ;
    skos:example "A molecule is a distinct part of a fluid."@en ;
    skos:prefLabel "hasDistinctPart"@en ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "DP(x, y) ≡ PP(x, y) ∧ ∃φ[φ(x) ↔ ¬φ(y)]"^^xsd:string ;
    emmo: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:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A part is always distinct xor redundant."@en .

emmo:EMMO_1461e904_a2bf_4558_ad74_2706f5706b34 a owl:Class ;
    rdfs:label "CompiledLanguage"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_9ffffb55_3496_4307_82b8_a0d78fe1fcd8 ;
    skos:prefLabel "CompiledLanguage"@en .

emmo:EMMO_14ff4393_0f28_4fb4_abc7_c2cc00bc761d a owl:Class ;
    rdfs:label "LuminousIntensityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'LuminousIntensity'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L0 M0 I0 Θ0 N0 J+1"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_1b52ee70_121e_4d8d_8419_3f97cd0bd89c a owl:Class ;
    rdfs:label "Determiner"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ] ;
            owl:someValuesFrom emmo:EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069 ],
        emmo:EMMO_2d72e38c_d587_437f_98f6_f2718fb130eb ;
    skos:prefLabel "Determiner"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Estimator or Observer"^^xsd:string ;
    emmo: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 .

emmo:EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895 a owl:Class ;
    rdfs:label "Variable"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf emmo:EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 ;
    skos:example """x
k"""@en ;
    skos:prefLabel "Variable"@en ;
    emmo: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 .

emmo:EMMO_1efe8b96_e006_4a33_bc9a_421406cbb9f0 a owl:Class ;
    rdfs:label "Whole"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b ;
            owl:someValuesFrom emmo:EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3 ],
        emmo:EMMO_eb50c9cb_9576_4a61_95ec_f81fb8218187 ;
    skos:prefLabel "Whole"@en ;
    emmo: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: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,
        "A whole is categorized as fundamental (or maximal) or redundant (non-maximal)."@en .

emmo:EMMO_1f087811_06cb_42d5_90fb_25d0e7e068ef a owl:Class ;
    rdfs:label "Force"@en ;
    rdfs:comment "Any interaction that, when unopposed, will change the motion of an object"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c ],
        emmo:EMMO_194100e1_e11a_4b7c_bb5a_171655679fc8,
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    skos:prefLabel "Force"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Force"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-9.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Any interaction that, when unopposed, will change the motion of an object"@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.F02480"^^xsd:string .

emmo:EMMO_2480b72b_db8d_460f_9a5f_c2912f979046 a owl:Class ;
    rdfs:label "Agent"@en ;
    rdfs:comment "A participant that is the driver of a process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a ] ;
            owl:someValuesFrom emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ],
        emmo:EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3,
        emmo:EMMO_cede9297_c60d_4487_9207_62ac963202b5 ;
    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:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: IntentionalAgent or UnintentionalAgent"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A participant that is the driver of a process."@en ;
    emmo: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 .

emmo:EMMO_2a888cdf_ec4a_4ec5_af1c_0343372fc978 a owl:Class ;
    rdfs:label "Objective"@en ;
    rdfs:comment "A coded conventional that is determined by each interpeter following a well defined determination procedure through a specific perception channel."@en,
        """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_4292fdcd_bbba_4d99_95c6_daa533d952ef ;
    skos:prefLabel "Objective"@en ;
    emmo: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 .

emmo:EMMO_2d72e38c_d587_437f_98f6_f2718fb130eb a owl:Class ;
    rdfs:label "Declarer"@en ;
    rdfs:comment "An interpreter who establish the connection between an conventional sign and an object according to a specific convention."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ] ;
            owl:someValuesFrom emmo:EMMO_47bf3513_4ae6_4858_9c45_76e23230d68d ],
        emmo:EMMO_33dc57d7_68bd_460c_a440_26a78d57ea0d ;
    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)."^^xsd:string,
        "Someone who assigns a name to an object."^^xsd:string ;
    skos:prefLabel "Declarer"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Determiner or Namer"^^xsd:string ;
    emmo: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 .

emmo:EMMO_32dcd601_47c7_4028_b7fa_5e972ae57f12 a owl:Class ;
    rdfs:label "Radius"@en ;
    rdfs:comment "Distance from the centre of a circle to the circumference."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_d772fa7a_0a31_44bb_a825_ae7829d794c6 ;
    skos:prefLabel "Radius"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/Radius"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q173817"^^xsd:string ;
    emmo:EMMO_50c298c2_55a2_4068_b3ac_4e948c33181f "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-25"@en ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Radius"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-1.6"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Distance from the centre of a circle to the circumference."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Radius"^^xsd:string .

emmo:EMMO_35d2e130_6e01_41ed_94f7_00b333d46cf9 a owl:Class ;
    rdfs:label "Conventional"@en ;
    rdfs:comment "A 'Sign' that stands for an 'Object' through convention, norm or habit, without any resemblance to it."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_9e3ad976_b179_4315_b51e_7e874df583dc ] ;
            owl:someValuesFrom emmo:EMMO_47bf3513_4ae6_4858_9c45_76e23230d68d ],
        emmo:EMMO_4a2bf359_c47b_4aa3_9811_b59c3e1dac1e ;
    skos:prefLabel "Conventional"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Uncoded or Coded"^^xsd:string ;
    emmo: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: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 .

emmo:EMMO_3ab914c1_5d8d_4a6e_804b_84aa89623c48 a owl:Class ;
    rdfs:label "ConstructionLanguage"@en ;
    rdfs:comment "A computer language by which a human can specify an executable problem solution to a computer."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_19fe0747_6954_40cb_9f8f_b87498bc8e78 ;
    skos:prefLabel "ConstructionLanguage"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A computer language by which a human can specify an executable problem solution to a computer."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Software_construction#Construction_languages"^^xsd:anyURI .

emmo:EMMO_3cb55500_dc5b_4586_bbf3_1d4158afac35 a owl:Class ;
    rdfs:label "EntropyPerAmountUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'EntropyPerAmount'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L+2 M+1 I0 Θ-1 N-1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_3fe66e46_9343_4a36_b101_a732ad5f4f76 a owl:Class ;
    rdfs:label "LengthMassUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'LengthMass'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L+1 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_42955b2d_b465_4666_86cc_ea3c2d685753 a owl:Class ;
    rdfs:label "AttoPrefixedUnit"@en ;
    rdfs:comment "Superclass for all units prefixed with \"atto\" (1e-18)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_4be0acad_af05_426f_aa6d_fe7531072564 ;
            owl:someValuesFrom emmo:EMMO_e9722f13_947c_444e_82ef_1ce045f6637c ],
        [ a owl:Restriction ;
            owl:hasValue 1e-18 ;
            owl:onProperty emmo:EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ],
        emmo:EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d ;
    skos:prefLabel "AttoPrefixedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"atto\" (1e-18)."@en .

emmo:EMMO_46dc0d51_b60f_49cd_8650_9aba7be3726c a owl:Class ;
    rdfs:label "HardeningByForming"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_fc859d37_408d_44b6_b345_a0ea0b65121e ;
    skos:altLabel "Verfestigen durch Umformen"^^xsd:string ;
    skos:prefLabel "HardeningByForming"@en .

emmo:EMMO_479db031_b344_4488_9efa_4bc12c6c1765 a owl:Class ;
    rdfs:label "WorkPiece"@en ;
    rdfs:comment "A WorkPiece is physical artifact, that has a proper shape and occupyes a proper volume intended for subsequent transformation. It is a condensed state, so it is a compact body that is processed or  has to be processed."^^xsd:string,
        "A solid is defined as a portion of matter that is in a condensed state characterised by resistance to deformation and volume changes."^^xsd:string,
        "In manufacturing, a workpiece is a single, delimited part of largely solid material that is processed in some form (e.g. stone )."^^xsd:string,
        "In physics, a rigid body (also known as a rigid object[2]) is a solid body in which deformation is zero or so small it can be neglected. The distance between any two given points on a rigid body remains constant in time regardless of external forces or moments exerted on it. A rigid body is usually considered as a continuous distribution of mass."^^xsd:string,
        "It has a shape, so we conclude that it is solid"^^xsd:string,
        "Object that is processed with a machine"^^xsd:string,
        "Seems to have to be processed through mechanical deformation. So it takes part of a manufacturing process. It is a Manufactured Product and it can be a Commercial Product"^^xsd:string,
        "The raw material or partially finished piece that is shaped by performing various operations."^^xsd:string,
        "They are not powders or threads"^^xsd:string,
        "a physical artifact, real or virtual, intended for subsequent transformation within some manufacturing operation"^^xsd:string,
        "fili e polveri non sono compresi"^^xsd:string,
        "it seems to be an intermediate product, that has to reach the final shape."^^xsd:string,
        "it seems to be solid, so it has a proper shape"^^xsd:string,
        "powder is not workpiece because it has the shape of the recipient containing them"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_ec7464a9_d99d_45f8_965b_4e9230ea8356 ;
    skos:altLabel "Werkstück"^^xsd:string ;
    skos:prefLabel "WorkPiece"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A WorkPiece is physical artifact, that has a proper shape and occupyes a proper volume intended for subsequent transformation. It is a condensed state, so it is a compact body that is processed or  has to be processed."^^xsd:string .

emmo:EMMO_4ce76d7f_03f8_45b6_9003_90052a79bfaa a owl:Class ;
    rdfs:label "Numerical"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subClassOf emmo:EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 ;
    skos:prefLabel "Numerical"@en ;
    emmo: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 .

emmo:EMMO_52b029aa_e525_4907_95d8_759298b04f97 a owl:Class ;
    rdfs:label "PerTimeMassUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'PerTimeMass'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L0 M-1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_555d0261_da5e_4301_b7f9_46f604a32e91 a owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "directlyCauses"@en ;
    rdfs:comment "A causal relation between the causing and the effected entities occurring without intermediaries."@en,
        """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 ;
    owl:propertyDisjointWith emmo:EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6 ;
    skos:altLabel "isDirectCauseOf"@en ;
    skos:prefLabel "directlyCauses"@en ;
    emmo: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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causal relation between the causing and the effected entities occurring without intermediaries."@en ;
    emmo: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 .

emmo:EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 a owl:Class ;
    rdfs:label "AmountPerMassTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AmountPerMassTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L0 M-1 I0 Θ0 N+1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b a owl:Class ;
    rdfs:label "URI"@en ;
    rdfs:comment "A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_5c15f8c4_d2de_47a0_acdd_470b8dda979b,
        emmo:EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910 ;
    skos:prefLabel "URI"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://en.wikipedia.org/wiki/File:URI_syntax_diagram.svg"^^xsd:anyURI ;
    emmo: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:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "URI = scheme \":\" [\"//\" authority] path [\"?\" query] [\"#\" fragment]"@en .

emmo:EMMO_6735d3ff_67f8_43b5_b5b0_240fbfab4517 a owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isCausedBy"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:seeAlso emmo:EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 ;
    rdfs:subPropertyOf emmo:EMMO_ad0e72fc_dcaa_490d_8371_b4d814dcda2c ;
    owl:inverseOf emmo:EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 ;
    skos:altLabel "causes"@en ;
    skos:prefLabel "isCausedBy"@en .

emmo:EMMO_67fc0a36_8dcb_4ffa_9a43_31074efa3296 a owl:AsymmetricProperty,
        owl:InverseFunctionalProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasMetrologicalReference"@en ;
    rdfs:comment "Relates a quantity to its metrological reference through a semiotic process."@en ;
    rdfs:domain emmo:EMMO_0650c031_42b6_4f0a_b62d_d88f071da6bf ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:range emmo:EMMO_18ce5200_00f5_45bb_8c6f_6fb128cd41ae ;
    rdfs:subPropertyOf emmo:EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b ;
    owl:versionInfo """In EMMO version 1.0.0, 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)

    Length hasMetrologicalReference only (hasPhysicsDimension only LengthDimension)

was in 1.0.0-alpha3 changed to

    Length hasPhysicsDimension some LengthDimension

Likewise were the universal restrictions on the corresponding unit changed to excistential. E.g.

    Metre hasPhysicsDimension only LengthDimension

was changed to

    Metre hasPhysicsDimension some LengthDimension

The label of this class was also changed from PhysicsDimension to PhysicalDimension."""^^xsd:string ;
    skos:prefLabel "hasMetrologicalReference"@en .

emmo:EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f a owl:Class ;
    rdfs:label "AreaFractionUnit"@en ;
    rdfs:comment "Unit for quantities of dimension one that are the fraction of two areas."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    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:EMMO_74a75cf1_3418_4244_b43c_b5db94635d42 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasTile"@en ;
    rdfs:comment "The relation grouping all direct parthood relations used in the reductionistic perspective."@en,
        """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 ;
    rdfs:domain emmo:EMMO_ee0466e4_780d_4236_8281_ace7ad3fc5d2 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:range emmo:EMMO_9953c19f_ee33_4af8_be5e_dbf6d1e33581 ;
    rdfs:subPropertyOf emmo:EMMO_814b6b76_e0ca_4953_a832_d1816fb695f1 ;
    skos:altLabel "hasDirectPart"@en ;
    skos:prefLabel "hasTile"@en ;
    emmo: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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation grouping all direct parthood relations used in the reductionistic perspective."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "This relation is a simple collector of all relations inverse functional direct parthoods that can be defined in specialised theories using reductionism."^^xsd:string,
        "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 .

emmo:EMMO_7efd64d1_05a1_49cd_a7f0_783ca050d4f3 a owl:Class ;
    rdfs:label "ChemicalComposition"@en ;
    rdfs:comment "A language construct that provides information about the consitutents of a substance and their fractions or amounts."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_bd8db028_aec2_4a44_ad93_1a9f8270f72c ;
    owl:equivalentClass [ a owl:Class ;
            owl:unionOf ( emmo:EMMO_0eabfde6_c6c5_4b1f_bf10_e4e0e06e9b2e emmo:EMMO_172e2c96_180b_40f8_a3e7_b624471f40c2 emmo:EMMO_90963312_d9a9_4474_8d10_835aef5b168e ) ] ;
    skos:prefLabel "ChemicalComposition"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A language construct that provides information about the consitutents of a substance and their fractions or amounts."^^xsd:string .

emmo:EMMO_82a96de2_41aa_4bf7_b7ac_de1373d50160 a owl:ObjectProperty ;
    rdfs:label "standsFor"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 ;
    skos:prefLabel "standsFor"@en .

emmo:EMMO_82fc8506_1f84_4add_9683_abea077bd1e3 a owl:Class ;
    rdfs:label "Product"@en ;
    rdfs:comment "The overall lifetime of an holistic that has been the output of an intentional process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_2bb50428_568d_46e8_b8bf_59a4c5656461 ;
            owl:someValuesFrom emmo:EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a ;
            owl:someValuesFrom emmo:EMMO_c130614a_2985_476d_a7ed_8a137847703c ],
        emmo:EMMO_b4494d69_6393_4eb4_8346_7fedd4df0bc5 ;
    owl:equivalentClass [ a owl:Class ;
            owl:unionOf ( emmo:EMMO_127594de_4802_4ad6_b09d_d05b340394dd emmo:EMMO_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad ) ] ;
    skos:altLabel "Output"@en ;
    skos:prefLabel "Product"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The overall lifetime of an holistic that has been the output of an intentional process."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """This concepts encompass the overall lifetime of a product.
Is temporaly fundamental, meaning that it can have other products as holistic spatial parts, but its holistic temporal parts are not products. In other words, the individual must encompass the whole lifetime from creation to disposal.
A product can be a tangible object (e.g. a manufactured object), a process (e.g. service). It can be the outcome of a natural or an artificially driven process.
It must have and initial stage of its life that is also an outcome of a intentional process."""@en .

emmo:EMMO_8627410d_01f8_4ed1_8f2b_aba69d791ad3 a owl:Class ;
    rdfs:label "QuarticLengthUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'QuarticLength'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L+4 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129 a owl:Class ;
    rdfs:label "VolumePerMassUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'VolumePerMass'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L+3 M-1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_8b1367d6_0133_4b56_acc1_fa8b058169e3 a owl:Class ;
    rdfs:label "BondedParticle"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_801395f8_948e_4637_ac3b_5fcd587d72ca,
        emmo:EMMO_b32fe85d_2f7b_4972_9dd7_7cf20d4bba59 ;
    skos:prefLabel "BondedParticle"@en ;
    emmo: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:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: CompositeBoson, CompositeFermion"^^xsd:string .

emmo:EMMO_9268958f_7f54_48ab_a693_febe2645892b a owl:Class ;
    rdfs:label "TwoManifold"@en ;
    rdfs:comment "A topological space with the property that each point has a neighborhood that is homeomorphic to an open subset of 2-dimensional Euclidean space."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/geometrical#> ;
    rdfs:subClassOf emmo:EMMO_b5957cef_a287_442d_a3ce_fd39f20ba1cd ;
    skos:altLabel "2-manifold"@en ;
    skos:prefLabel "TwoManifold"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A topological space with the property that each point has a neighborhood that is homeomorphic to an open subset of 2-dimensional Euclidean space."@en .

emmo:EMMO_a8bd7094_6b40_47af_b1f4_a69d81a3afbd a owl:ObjectProperty ;
    rdfs:label "isPartOf"@en ;
    rdfs:comment """Reflexivity: Pxx
Transitivity: (Pxy ∧ Pyz) → Pxz
Antisymmetry: (Pxy ∧ Pyx) → x=y."""@en,
        "The inverse relation of hasPart."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:seeAlso emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ;
    rdfs:subPropertyOf emmo:EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6 ;
    skos:prefLabel "isPartOf"@en ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 """Reflexivity: Pxx
Transitivity: (Pxy ∧ Pyz) → Pxz
Antisymmetry: (Pxy ∧ Pyx) → x=y."""@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The inverse relation of hasPart."@en .

emmo:EMMO_ad0e72fc_dcaa_490d_8371_b4d814dcda2c a owl:ObjectProperty ;
    rdfs:label "causal"@en ;
    rdfs:comment """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,
        "The superclass of all causal EMMO relations."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_ec2472ae_cf4a_46a5_8555_1556f5a6c3c5 ;
    skos:prefLabel "causal"@en ;
    emmo: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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass of all causal EMMO relations."@en ;
    emmo: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 .

emmo:EMMO_ae3c9eb3_289d_4133_99d6_77068367a58d a owl:Class ;
    rdfs:label "Casting"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_d7432d8c_3182_4d61_a08f_dc686efaabe9 ;
    skos:prefLabel "Casting"@en .

emmo:EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f a owl:Class ;
    rdfs:label "ThermodynamicTemperature"@en ;
    rdfs:comment "Thermodynamic temperature is the absolute measure of temperature. It is defined by the third law of thermodynamics in which the theoretically lowest temperature is the null or zero point."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e ],
        emmo:EMMO_1a4c1a97_88a7_4d8e_b2f9_2ca58e92dde4,
        emmo:EMMO_602397bd_e302_42a6_be33_fe67ea81933a,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:altLabel "Temperature"@en ;
    skos:prefLabel "ThermodynamicTemperature"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/ThermodynamicTemperature"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Thermodynamic temperature is the absolute measure of temperature. It is defined by the third law of thermodynamics in which the theoretically lowest temperature is the null or zero point."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.T06321"^^xsd:string .

emmo:EMMO_be0a7278_b4e6_4bca_88ba_de3f67a478e2 a owl:Class ;
    rdfs:label "Meson"@en ;
    rdfs:comment "Hadronic subatomic particles composed of an equal number of quarks and antiquarks bound together by strong interactions."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ;
            owl:someValuesFrom emmo:EMMO_99a8eece_40bf_4f26_832c_f290ca664767 ],
        emmo:EMMO_1c16bb7f_5400_4498_8ef2_54392908da4e,
        emmo:EMMO_1f19b65b_35bf_4662_a318_7f1c147cb3b6,
        emmo:EMMO_7b42954f_0b91_4b3a_a65e_2470202cf548 ;
    skos:prefLabel "Meson"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: PseudoscalarMeson or VectorMeson or ScalarMeson or PseudovectorMeson or TensorMeson"^^xsd:string ;
    emmo: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:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Most mesons are composed of one quark and one antiquark."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Meson"^^xsd:string .

emmo:EMMO_c130614a_2985_476d_a7ed_8a137847703c a owl:Class ;
    rdfs:label "IntentionalAgent"@en ;
    rdfs:comment "An agent that is driven by the intention to reach a defined objective in driving a process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/workflow#> ;
    rdfs:seeAlso <https://plato.stanford.edu/entries/agency> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a ] ;
            owl:someValuesFrom emmo:EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c ],
        emmo:EMMO_2480b72b_db8d_460f_9a5f_c2912f979046 ;
    skos:prefLabel "IntentionalAgent"@en ;
    emmo: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: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 .

emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 a owl:Class ;
    rdfs:label "ElectricCurrent"@en ;
    rdfs:comment "A flow of electric charge."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 ],
        emmo:EMMO_194100e1_e11a_4b7c_bb5a_171655679fc8,
        emmo:EMMO_1a4c1a97_88a7_4d8e_b2f9_2ca58e92dde4,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "ElectricCurrent"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/ElectricCurrent"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A flow of electric charge."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E01927"^^xsd:string .

emmo:EMMO_cb77e107_43ed_4a97_bf39_03b3587404d3 a owl:Class ;
    rdfs:label "ForceAreaUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ForceArea'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L+3 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_cd9a3a58_dabc_4c46_9ea4_03ca000b2022 a owl:ObjectProperty ;
    rdfs:label "interprets"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 ;
    skos:prefLabel "interprets"@en .

emmo:EMMO_d7432d8c_3182_4d61_a08f_dc686efaabe9 a owl:Class ;
    rdfs:label "FormingFromLiquid"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_45fec702_54cb_4508_b47e_bdc581229e22 ;
    skos:prefLabel "FormingFromLiquid"@en .

emmo:EMMO_d78b940d_4e2a_4a46_816b_da89029adc19 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isThroughOverlappedBy"@en ;
    rdfs:domain emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:range emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ;
    rdfs:subPropertyOf emmo:EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 ;
    skos:prefLabel "isThroughOverlappedBy"@en .

emmo:EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8 a owl:Class ;
    rdfs:label "Language"@en ;
    rdfs:comment "A language object is a discrete data entity respecting specific language syntactic rules (a well-formed formula)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_057e7d57_aff0_49de_911a_8861d85cef40 ;
    skos:prefLabel "Language"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A language object is a discrete data entity respecting specific language syntactic rules (a well-formed formula)."@en .

emmo:EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 a owl:Class ;
    rdfs:label "MassPerSquareLengthSquareTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MassPerSquareLengthSquareTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L-2 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_e1f718c7_27b6_49fa_af01_9ece7c79b654 a owl:ObjectProperty ;
    rdfs:label "semioticOvercrossedBy"@en ;
    rdfs:isDefinedBy emmo:EMMO_f275e4e9_062b_4ca4_a679_4f26ec0a48ae,
        <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_e4f66254_7312_4de5_a86a_6e0808baaaab ;
    owl:inverseOf emmo:EMMO_f275e4e9_062b_4ca4_a679_4f26ec0a48ae ;
    skos:prefLabel "semioticOvercrossedBy"@en .

emmo:EMMO_e4f66254_7312_4de5_a86a_6e0808baaaab a owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isOvercrossedBy"@en ;
    rdfs:comment "The inverse relation for overcrosses."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:seeAlso emmo:EMMO_9cb984ca_48ad_4864_b09e_50d3fff19420 ;
    rdfs:subPropertyOf emmo:EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6 ;
    skos:prefLabel "isOvercrossedBy"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The inverse relation for overcrosses."@en .

emmo:EMMO_e56ee3eb_7609_4ae1_8bed_51974f0960a6 a owl:Class ;
    rdfs:label "Equation"@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,
        "The class of 'mathematical'-s that stand for a statement of equality between two mathematical expressions."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 ;
            owl:someValuesFrom emmo:EMMO_f9bc8b52_85e9_4b53_b969_dd7724d5b8e4 ],
        emmo:EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0,
        emmo:EMMO_88470739_03d3_4c47_a03e_b30a1288d50c ;
    skos:example """2+3 = 5
x^2 +3x  = 5x
dv/dt = a
sin(x) = y"""@en ;
    skos:prefLabel "Equation"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of 'mathematical'-s that stand for a statement of equality between two mathematical expressions."@en .

emmo:EMMO_e88f75d6_9a17_4cfc_bdf7_43d7cea5a9a1 a owl:Class ;
    rdfs:label "ElectricResistance"@en ;
    rdfs:comment "Inverse of 'ElectricalConductance'."@en,
        "Measure of the difficulty to pass an electric current through a material."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_7610efb8_c7c6_4684_abc1_774783c62472 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:altLabel "Resistance"@en ;
    skos:prefLabel "ElectricResistance"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Resistance"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q25358"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "6-46"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measure of the difficulty to pass an electric current through a material."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E01936"^^xsd:string .

emmo:EMMO_ec2c8ac8_98c5_4c74_b85b_ff8e8ca6655c a owl:Class ;
    rdfs:label "Mixture"@en ;
    rdfs:comment "A continuum substance made up of two or more different substances which are physically (not chemically) combined."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2 ;
    skos:prefLabel "Mixture"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A continuum substance made up of two or more different substances which are physically (not chemically) combined."@en .

emmo:EMMO_f675294e_6f30_4b1d_a68e_a74e59f3b2fc a owl:Class ;
    rdfs:label "MolarEnergy"@en ;
    rdfs:comment "Energy per amount of substance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    skos:prefLabel "MolarEnergy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/MolarEnergy"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q69427512"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Energy per amount of substance."@en .

emmo:EMMO_f8bd64d5_5d3e_4ad4_a46e_c30714fecb7f a owl:Class ;
    rdfs:label "IntegerData"@en ;
    rdfs:comment "A data representing an arbritrary sized integer number."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:seeAlso "https://www.w3.org/TR/xmlschema11-2/#integer"^^xsd:anyURI ;
    rdfs:subClassOf emmo:EMMO_d43546df_7fd7_44d5_9d7c_0f2bf56cefe3 ;
    skos:prefLabel "IntegerData"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: hasDataValue some xsd:integer"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A data representing an arbritrary sized integer number."@en .

emmo:EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185 a owl:Class ;
    rdfs:label "PermeabilityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Permeability'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L+1 M+1 I-2 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:Henry a owl:Class ;
    rdfs:label "Henry"@en ;
    rdfs:comment "SI unit for electrical inductance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "H"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1,
        emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ;
    skos:prefLabel "Henry"@en ;
    schema:unitCode "81"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/H"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "H"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Henry"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI unit for electrical inductance."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "H = Wb/A = V·s/A = Ω·s"@en,
        """The SI unit of electric inductance. A changing magnetic field induces an electric current in a loop of wire (or in a coil of many loops) located in the field. Although the induced voltage depends only on the rate at which the magnetic flux changes, measured in webers per second, the amount of the current depends also on the physical properties of the coil. A coil with an inductance of one henry requires a flux of one weber for each ampere of induced current. If, on the other hand, it is the current which changes, then the induced field will generate a potential difference within the coil: if the inductance is one henry a current change of one ampere per second generates a potential difference of one volt. The henry is a large unit; inductances in practical circuits are measured in millihenrys (mH) or microhenrys (μH). The unit is named for the American physicist Joseph Henry (1797-1878), one of several scientists who discovered independently how magnetic fields can be used to generate alternating currents.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Henry?oldid=491435978"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.H02782"^^xsd:string .

emmo:Hertz a owl:Class ;
    rdfs:label "Hertz"@en ;
    rdfs:comment "SI unit for frequence."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Hz"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ;
    skos:prefLabel "Hertz"@en ;
    schema:unitCode "HTZ"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HZ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Hz"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Hertz"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI unit for frequence."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The hertz (symbol Hz) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon. One of its most common uses is the description of the sine wave, particularly those used in radio and audio applications, such as the frequency of musical tones. The word "hertz" is named for Heinrich Rudolf Hertz, who was the first to conclusively prove the existence of electromagnetic waves.

-- QUDT"""@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.H02785"^^xsd:string .

emmo:MolePerLitre a owl:Class ;
    rdfs:label "MolePerLitre"@en ;
    rdfs:comment """SI base unit mol divided by the unit litre

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec,
        emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 ;
    skos:altLabel "Mole Per Litre"@en ;
    skos:prefLabel "MolePerLitre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.L-1"^^xsd:string,
        "mol/L"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/L"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit mol divided by the unit litre

-- QUDT"""@en .

emmo:NewtonMetre a owl:Class ;
    rdfs:label "NewtonMetre"@en ;
    rdfs:comment """"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,
        "Note that the physical dimension is the same as for Joule."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:prefLabel "NewtonMetre"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-M"^^xsd:string ;
    emmo:EMMO_209ba1b3_149f_4ff0_b672_941610eafd72 "http://www.ontology-of-units-of-measure.org/resource/om-2/newtonMetre"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅m"^^xsd:string ;
    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.

-- QUDT"""@en .

emmo:Second a owl:Class ;
    rdfs:label "Second"@en ;
    rdfs:comment "The second, symbol s, is the SI unit of time. It is defined by taking the fixed numerical value of the caesium frequency ∆νCs, the unperturbed ground-state hyperfine transition frequency of the caesium 133 atom, to be 9192631770 when expressed in the unit Hz, which is equal to s−1."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "s"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1,
        emmo:EMMO_3a185e6c_9e19_4776_b583_19c978156aa0 ;
    skos:prefLabel "Second"@en ;
    schema:unitCode "SEC"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SEC"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "s"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Second"^^xsd:anyURI ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The second, symbol s, is the SI unit of time. It is defined by taking the fixed numerical value of the caesium frequency ∆νCs, the unperturbed ground-state hyperfine transition frequency of the caesium 133 atom, to be 9192631770 when expressed in the unit Hz, which is equal to s−1."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Second?oldid=495241006"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.S05513"^^xsd:string .

emmo:Bar a owl:Class ;
    rdfs:label "Bar"@en ;
    rdfs:comment """The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to 100,000 Pa = 1  bar ≈ 750.0616827  Torr. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+05 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e,
        emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "Bar"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BAR"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "bar"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "bar"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to 100,000 Pa = 1  bar ≈ 750.0616827  Torr. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:string .

emmo:Becquerel a owl:Class ;
    rdfs:label "Becquerel"@en ;
    rdfs:comment "Radioactive decays per second."@en,
        "SI unit for radioactive activity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Bq"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368,
        emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ;
    skos:prefLabel "Becquerel"@en ;
    schema:unitCode "BQL"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BQ"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Bq"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Becquerel"^^xsd:anyURI ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Radioactive decays per second."@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI unit for radioactive activity."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The SI derived unit of activity, usually meaning radioactivity. "Radioactivity" is caused when atoms disintegrate, ejecting energetic particles. One becquerel is the radiation caused by one disintegration per second; this is equivalent to about 27.0270 picocuries (pCi). The unit is named for a French physicist, Antoine-Henri Becquerel (1852-1908), the discoverer of radioactivity. Note: both the becquerel and the hertz are basically defined as one event per second, yet they measure different things. The hertz is used to measure the rates of events that happen periodically in a fixed and definite cycle. The becquerel is used to measure the rates of events that happen sporadically and unpredictably, not in a definite cycle.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Becquerel?oldid=493710036"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.B00624"^^xsd:string .

emmo:EMMO_02c0621e_a527_4790_8a0f_2bb51973c819 a owl:Class ;
    rdfs:label "PhysicalQuantity"@en ;
    rdfs:comment "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,
        """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.

Systems of units suggests that this is the correct approach, since except for the fundamental units (length, time, charge) every other unit is derived by mathematical relations between these fundamental units, implying a physical laws or definitions."""@en,
        """Measurement units of quantities of the same quantity dimension may be designated by the same name and symbol even when the quantities are not of the same kind.

For example, joule per kelvin and J/K are respectively the name and symbol of both a measurement unit of heat capacity and a measurement unit of entropy, which are generally not considered to be quantities of the same kind.

However, in some cases special measurement unit names are restricted to be used with quantities of specific kind only.

For example, the measurement unit ‘second to the power minus one’ (1/s) is called hertz (Hz) when used for frequencies and becquerel (Bq) when used for activities of radionuclides.

As another example, the joule (J) is used as a unit of energy, but never as a unit of moment of force, i.e. the newton metre (N · m)."""@en,
        """— quantities of the same kind have the same quantity dimension,
— quantities of different quantity dimensions are always of different kinds, and
— quantities having the same quantity dimension are not necessarily of the same kind.
ISO 80000-1"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
            owl:onProperty emmo:EMMO_67fc0a36_8dcb_4ffa_9a43_31074efa3296 ],
        emmo:EMMO_dbbbf0ed_a446_4f9e_877c_8c46e7842f43 ;
    skos:prefLabel "PhysicalQuantity"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: DerivedQuantity, BaseQuantity"^^xsd:string ;
    emmo: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 .

emmo:EMMO_19fe0747_6954_40cb_9f8f_b87498bc8e78 a owl:Class ;
    rdfs:label "ComputerLanguage"@en ;
    rdfs:comment "A formal language used to communicate with a computer."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf emmo:EMMO_b45fbdc6_2519_4885_aa49_c56b394c3910 ;
    skos:prefLabel "ComputerLanguage"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A formal language used to communicate with a computer."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The categorisation of computer languages is based on

Guide to the Software Engineering Body of Knowledge (SWEBOK(R)): Version 3.0, January 2014. Editors Pierre Bourque, Richard E. Fairley. Publisher: IEEE Computer Society PressWashingtonDCUnited States. ISBN:978-0-7695-5166-1.
https://www.computer.org/education/bodies-of-knowledge/software-engineering"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Computer_language"^^xsd:anyURI .

emmo:EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e a owl:Class ;
    rdfs:label "MagneticDipoleMomentUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MagneticDipoleMoment'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L+3 M+1 I-1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_216f448e_cdbc_4aeb_a529_7a5fe7fc38bb a owl:Class ;
    rdfs:label "UnitSymbol"@en ;
    rdfs:comment "A symbol that stands for a single unit."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    owl:equivalentClass [ a owl:Class ;
            owl:intersectionOf ( emmo:EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ) ] ;
    skos:example "Some examples are \"Pa\", \"m\" and \"J\"."@en ;
    skos:prefLabel "UnitSymbol"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: SpecialUnit, BaseUnit"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbol that stands for a single unit."@en .

emmo:EMMO_31252f35_c767_4b97_a877_1235076c3e13 a owl:AnnotationProperty ;
    rdfs:label "conceptualisation"@en ;
    rdfs:comment "The conceptualisation annotation is a comment that helps the reader to understand how the world has been conceptualised by the ontology authors."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf rdfs:comment ;
    skos:prefLabel "conceptualisation"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The conceptualisation annotation is a comment that helps the reader to understand how the world has been conceptualised by the ontology authors."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A conceptualisation is the preliminary step behind each theory, preceding each logical formalisation. The readers approaching an ontology entity should first read the conceptualisation annotation to clearly understand \"what we are talking about\" and the accompanying terminology, and then read the elucidation."@en,
        "An conceptualisation can provide references to external knowledge sources (i.e. ISO, Goldbook, RoMM)."@en .

emmo:EMMO_3532cc67_472a_4227_96f4_04b93146cec3 a owl:Class ;
    rdfs:label "MassAreaUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MassArea'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L+2 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_3733bd38_ca2b_4264_a92a_3075a1715598 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "foreruns"@en ;
    rdfs:comment "A causal relation between the y effected and the x causing entities with intermediaries, where x isCauseOf y and not(y isCauseOf x)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:seeAlso emmo:EMMO_451e410e_8e0d_4a4b_9211_d6ef619296dc ;
    rdfs:subPropertyOf emmo:EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6,
        emmo:EMMO_ebc9e62c_5dc4_44db_9060_7923740bdf78 ;
    owl:inverseOf emmo:EMMO_451e410e_8e0d_4a4b_9211_d6ef619296dc ;
    owl:propertyDisjointWith emmo:EMMO_d01b3ee2_91a5_4ce2_95cd_f0d2c333c6d3 ;
    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 "foreruns"@en ;
    emmo: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:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Transitivity is implemented at A-Box level with a SWRL rule."@en .

emmo:EMMO_4207e895_8b83_4318_996a_72cfb32acd94 a owl:Class ;
    rdfs:label "Material"@en ;
    rdfs:comment "The class of individuals standing for an amount of ordinary matter substance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_6e9cb807_fc68_4bcf_b3ba_5fccc887c644,
        emmo:EMMO_bc37743c_37c4_4ec7_9d58_d1aae5567352 ;
    skos:prefLabel "Material"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals standing for an amount of ordinary matter substance."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A instance of a material (e.g. nitrogen) can represent any state of matter. The fact that the individual also belongs to other classes (e.g. Gas) would reveal the actual form in which the material is found."@en,
        "A material may be either a mesoscopic or a continuum substance."@en,
        "Material usually means some definite kind, quality, or quantity of matter, especially as intended for use."@en .

emmo:EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 a owl:Class ;
    rdfs:label "Procedure"@en ;
    rdfs:comment "An intentional process in which an agent works with some entities according to some existing formalised operative rules."@en,
        "The set of established forms or methods of an organized body for accomplishing a certain task or tasks (Wiktionary)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a ] ;
            owl:someValuesFrom emmo:EMMO_8cf62c94_ae5f_4f80_8669_d5f91178db6d ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_60577dea_9019_4537_ac41_80b0fb563d41 ;
            owl:someValuesFrom emmo:EMMO_eaf4640d_651d_4cbe_a315_3d2dc5df3b35 ],
        emmo:EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c ;
    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: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: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:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A procedure can be considered as an intentional process with a plan."@en .

emmo:EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isProperPartOf"@en ;
    rdfs:comment "PP(x, y) ≡ P(x, y) ∧ ¬x=y"^^xsd:string,
        "The inverse relation for hasProperPart."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:seeAlso emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ;
    rdfs:subPropertyOf emmo:EMMO_a8bd7094_6b40_47af_b1f4_a69d81a3afbd,
        emmo:EMMO_e4f66254_7312_4de5_a86a_6e0808baaaab ;
    owl:inverseOf emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ;
    skos:prefLabel "isProperPartOf"@en ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "PP(x, y) ≡ P(x, y) ∧ ¬x=y"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The inverse relation for hasProperPart."^^xsd:string .

emmo:EMMO_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2 a owl:Class ;
    rdfs:label "Fundamental"@en ;
    rdfs:comment "Fundamental(x) ≡ ∃φ[φ(x) ∧ ¬∃yRP⟨φ⟩(y, x)]"^^xsd:string,
        "The superclass for all classes of entities that have no proper parts of the same type of the whole."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:seeAlso emmo:EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0 ;
    rdfs:subClassOf emmo:EMMO_32e701c0_a925_49df_9829_0931b8554807 ;
    skos:altLabel "Lifetime"@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.
On the contrary, the class for a generic running process does not necessarily impose maximality to its individuals. A running individual is maximal only when it extends in time for the minimum amount required to identify a running act, so every possible temporal part is always a non-running.
Following the two examples, a marathon individual is a maximal that can be decomposed into running intervals. The marathon class is a subclass of running."""@en ;
    skos:prefLabel "Fundamental"@en ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Fundamental(x) ≡ ∃φ[φ(x) ∧ ¬∃yRP⟨φ⟩(y, x)]"^^xsd:string ;
    emmo: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."@en .

emmo:EMMO_58e7c821_4af0_4394_89f7_a9649735f4d2 a owl:AnnotationProperty ;
    rdfs:label "metrologicalReference"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subPropertyOf rdfs:seeAlso ;
    skos:prefLabel "metrologicalReference"@en .

emmo:EMMO_649bf97b_4397_4005_90d9_219755d92e34 a owl:Class ;
    rdfs:label "Perceptual"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_1e877c70_3b01_45a8_a8f6_8ce4f6a24660 ;
    owl:equivalentClass [ a owl:Class ;
            owl:unionOf ( emmo:EMMO_4b3afb22_27cf_4ce3_88bc_492bfccb546b emmo:EMMO_8f207971_aaab_48dc_a10d_55a6b4331410 emmo:EMMO_c5ae6d8e_6b39_431f_8de4_ae4e357abc04 emmo:EMMO_dd14d055_2db0_4b81_bc97_ef6c2f72b8a0 emmo:EMMO_e1021593_06da_4237_8a02_29d8f6fef76d ) ] ;
    skos:example """A line scratched on a surface.
A sound.
A smell.
The word 'cat' and the sound of the word 'cat' (the first one is graphical and the second acoustical)."""@en,
        """The meta-semiotic process:
I see a cloud in the sky. Since I'm an EMMO ontologist, I create an individual named Cloud under the 'Perceptual' class, meaning that I recognize the cloud as an object thanks to a specific perceptual channel (e.g. through my eyes). This semiotic process occurs at meta-level: it's how I use the EMMO as tool for a direct representation of the world, understandable by others ontologists.

The semiotic process within EMMO:
My friend looks at the same cloud and says: "It is an elephant".
I use the EMMO to record this experience by declaring:
    - my friend as MyFriend individual, belonging to 'Interpreter' classes
    - the sound of the word "elephant" as an acoustical perception individual named ElephantWord, belonging to 'Perceptual'
    - a relation hasSign between Cloud and ElephantWord, that makes ElephantWord also belonging to 'Sign' class and Cloud belonging also to 'Object' class
    - a 'Semiosis' individual called MyFriendElephantCloud that hasParticipant: Cloud, ElephantWord and MyFriend, respectively as object, sign and interpreter.

So, the Perceptual class is here to categorized real-world objects at meta-level using common perceptual channels, for practical ontology usage.

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: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: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 .

emmo:EMMO_65a007dc_2550_46b0_b394_3346c67fbb69 a owl:Class ;
    rdfs:label "HolisticSystem"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/persholistic#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_3c7f239f_e833_4a2b_98a1_c88831770c1b ;
            owl:someValuesFrom emmo:EMMO_f76884f7_964e_488e_9bb7_1b2453e9e817 ],
        emmo:EMMO_1efe8b96_e006_4a33_bc9a_421406cbb9f0,
        emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    skos:prefLabel "HolisticSystem"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "SubClassOf: hasComponent some Component"^^xsd:string ;
    emmo: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: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 .

emmo:EMMO_6c487fb3_03d1_4e56_91ed_c2e16dcbef60 a owl:Class ;
    rdfs:label "Colloid"@en ;
    rdfs:comment "A mixture in which one substance of microscopically dispersed insoluble or soluble particles (from 1 nm to 1 μm) is suspended throughout another substance and that does not settle, or would take a very long time to settle appreciably."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_0e030040_98a7_49b2_a871_dced1f3a6131 ;
    skos:prefLabel "Colloid"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A mixture in which one substance of microscopically dispersed insoluble or soluble particles (from 1 nm to 1 μm) is suspended throughout another substance and that does not settle, or would take a very long time to settle appreciably."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Colloids are characterized by the occurring of the Tyndall effect on light."@en .

emmo:EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac a owl:Class ;
    rdfs:label "AngularFrequencyUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AngularFrequency'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L0 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_7efab93d_c8fe_49c7_ba8e_d21d13b38c85 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasSpatioTemporalTile"^^xsd:string ;
    rdfs:comment "A tile that is connected with other tiles with bi-directional causal relations that fall under hasNext (or its inverse) or hasContact."@en ;
    rdfs:domain emmo:EMMO_e12dcfa4_c9f1_4546_9a12_8457c052e6ba ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:range emmo:EMMO_2e46d966_9f14_4673_821e_7c7cf2957926 ;
    rdfs:subPropertyOf emmo:EMMO_74a75cf1_3418_4244_b43c_b5db94635d42 ;
    skos:altLabel "hasWellFormedTile"@en ;
    skos:prefLabel "hasSpatioTemporalTile"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A tile that is connected with other tiles with bi-directional causal relations that fall under hasNext (or its inverse) or hasContact."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "This owl:ObjectProperty is, like its super property, a mere collector of direct parthoods that manifest a spatiotemporal meaningful shape."^^xsd:string .

emmo:EMMO_85d72920_708d_4eb9_89ce_8a588b0ce66d a owl:Class ;
    rdfs:label "VolumePerTemperatureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'VolumePerTemperature'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L+3 M0 I0 Θ-1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_8786cb47_8e1f_4968_9b15_f6d41fc51252 a owl:Class ;
    rdfs:label "WorkpieceManufacturing"@en ;
    rdfs:comment "A manufacturing with an output that is an object with a specific function, shape, or intended use, not simply a material."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:seeAlso "DIN 8580:2020"@en,
        """ISO 15531-1:2004
discrete manufacturing: production of discrete items."""@en,
        """ISO 8887-1:2017
manufacturing: production of components"""@en ;
    rdfs:subClassOf emmo:EMMO_a4d66059_5dd3_4b90_b4cb_10960559441b ;
    skos:altLabel "Werkstücke"@de,
        "DiscreteManufacturing"@en ;
    skos:prefLabel "WorkpieceManufacturing"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A manufacturing with an output that is an object with a specific function, shape, or intended use, not simply a material."@en .

emmo:EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2 a owl:Class ;
    rdfs:label "ContinuumSubstance"@en ;
    rdfs:comment """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
- the smallest partition dV of the state volume in which we are interested in, contains enough parts to be statistically consistent: n [#/m3] x dV [m3] >> 1"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_bc37743c_37c4_4ec7_9d58_d1aae5567352 ;
    skos:prefLabel "ContinuumSubstance"@en ;
    emmo: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
- the smallest partition dV of the state volume in which we are interested in, contains enough parts to be statistically consistent: n [#/m3] x dV [m3] >> 1"""@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A continuum is made of a sufficient number of parts that it continues to exists as continuum individual even after the loss of one of them i.e. a continuum is a redundant."@en,
        """A continuum is not necessarily small (i.e. composed by the minimum amount of sates to fulfill the definition).

A single continuum individual can be the whole fluid in a pipe."""@en,
        "A continuum is the bearer of properties that are generated by the interactions of parts such as viscosity and thermal or electrical conductivity."@en .

emmo:EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b a owl:ObjectProperty ;
    rdfs:label "hasRole"@en ;
    rdfs:comment "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 ;
    rdfs:domain emmo:EMMO_1efe8b96_e006_4a33_bc9a_421406cbb9f0 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/holistic#> ;
    rdfs:range emmo:EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3 ;
    rdfs:subPropertyOf emmo:EMMO_a9a9d824_5ba1_4dac_a407_e42bf63350ca ;
    skos:altLabel "hasHolisticPart"@en ;
    skos:example "An holistic part of water fluid is a water molecule."@en ;
    skos:prefLabel "hasRole"@en ;
    emmo: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 .

emmo:EMMO_90589553_5625_4074_8f0d_0532fd7eb42b a owl:Class ;
    rdfs:label "SeparateManufacturing"@en ;
    rdfs:comment "A manufacturing process in which the shape of a workpiece is changed by breaking the material cohesion at the processing point and thus the material cohesion is reduced overall."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:seeAlso "DIN 8580:2020"@en ;
    rdfs:subClassOf emmo:EMMO_8786cb47_8e1f_4968_9b15_f6d41fc51252 ;
    skos:altLabel "Trennen"@de,
        "CuttingManufacturing"@en ;
    skos:prefLabel "SeparateManufacturing"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A manufacturing process in which the shape of a workpiece is changed by breaking the material cohesion at the processing point and thus the material cohesion is reduced overall."@en .

emmo:EMMO_a293f923_954c_4af5_9f97_9600ebd362cb a owl:Class ;
    rdfs:label "ChemicalCompositionQuantity"@en ;
    rdfs:comment "Quantities that are expressing chemical compositions."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_79751276_b2d0_4e2f_bbd4_99d412f43d55 ;
    skos:prefLabel "ChemicalCompositionQuantity"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantities that are expressing chemical compositions."@en .

emmo:EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e a owl:Class ;
    rdfs:label "VolumePerAmountUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'VolumePerAmount'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L+3 M0 I0 Θ0 N-1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_abf7efbe_6b04_41b8_8326_4dd0f6be753e a owl:Class ;
    rdfs:label "Chemical"@en ;
    rdfs:comment "A language object that follows the syntactic rules used in the chemical field."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8 ;
    skos:prefLabel "Chemical"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A language object that follows the syntactic rules used in the chemical field."^^xsd:string .

emmo:EMMO_b3c8ba10_6bee_45e7_9416_e9019aa9f023 a owl:IrreflexiveProperty,
        owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "properOverlaps"@en ;
    rdfs:comment "The relation between two entities that overlaps and neither of them is a part of the other."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_9cb984ca_48ad_4864_b09e_50d3fff19420,
        emmo:EMMO_e4f66254_7312_4de5_a86a_6e0808baaaab ;
    skos:prefLabel "properOverlaps"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between two entities that overlaps and neither of them is a part of the other."@en .

emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba a owl:Class ;
    rdfs:label "Property"@en ;
    rdfs:comment "A coded that makes use of an atomic symbol with respect to the code used to refer to the interaction."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_38f31ba5_348f_4ac2_9a67_a62b5dd7aadd ;
    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 ;
    skos:prefLabel "Property"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A coded that makes use of an atomic symbol with respect to the code used to refer to the interaction."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A property is atomic in the sense that is aimed to deliver one and one only aspect of the object according to one code, such as the color with one sign (e.g., black) or a quantitiative property (e.g., 1.4 kg)."@en .

emmo:EMMO_bc37743c_37c4_4ec7_9d58_d1aae5567352 a owl:Class ;
    rdfs:label "Substance"@en ;
    rdfs:comment "A matter entity characterised by the fact that it possesses some homogeneous properties or identification criteria."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_41cecfc2_bb6b_45f3_b6cc_e7740d931afe,
        emmo:EMMO_57d977ab_0036_4779_b59a_e47620afdb9c ;
    skos:example "A litre of water."@en,
        "A pen can be classified as a substance (although it has parts with different properties) since it can be identified as being solid."@en ;
    skos:prefLabel "Substance"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "Disjoint Union Of: MesoscopicSubstance, ContinuumSubstance"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A matter entity characterised by the fact that it possesses some homogeneous properties or identification criteria."@en .

emmo:EMMO_e218c625_6a39_47a9_8d08_a2ef41c152a9 a owl:Class ;
    rdfs:label "SpecificEnergy"@en ;
    rdfs:comment "Energy per unit mass"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_602397bd_e302_42a6_be33_fe67ea81933a,
        emmo:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 ;
    skos:prefLabel "SpecificEnergy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/SpecificEnergy"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q3023293"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "https://dbpedia.org/page/Specific_energy"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-21.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Energy per unit mass"@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Specific_energy"^^xsd:string .

emmo:EMMO_feb03a8a_bbb6_4918_a891_46713ef557f4 a owl:Class ;
    rdfs:label "SIUnit"@en ;
    rdfs:comment "The complete set of SI units includes both the coherent set and the multiples and sub-multiples formed by using the SI prefixes."@en,
        """The names, symbols and prefixes of SI units are defined by the General Conference on Weights and Measures (CGPM).

https://en.wikipedia.org/wiki/General_Conference_on_Weights_and_Measures"""@en,
        "The set of units provided by the SI referring to the ISQ."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf emmo:EMMO_3eb993a1_61ae_4a20_b168_dda853f51c14 ;
    skos:prefLabel "SIUnit"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "disjointUnionOf: SICoherentDerivedUnit, SIMetricPrefixedUnit, SIBaseUnit, SINonCoherentDerivedUnit, SISpecialUnit"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The set of units provided by the SI referring to the ISQ."@en .

emmo:Farad a owl:Class ;
    rdfs:label "Farad"@en ;
    rdfs:comment "Measurement unit for electric capacitance."@en,
        """The SI unit of electric capacitance. Very early in the study of electricity scientists discovered that a pair of conductors separated by an insulator can store a much larger charge than an isolated conductor can store. The better the insulator, the larger the charge that the conductors can hold. This property of a circuit is called capacitance, and it is measured in farads. One farad is defined as the ability to store one coulomb of charge per volt of potential difference between the two conductors. This is a natural definition, but the unit it defines is very large. In practical circuits, capacitance is often measured in microfarads, nanofarads, or sometimes even in picofarads (10⁻¹² farad, or trillionths of a farad). The unit is named for the British physicist Michael Faraday (1791-1867), who was known for his work in electricity and electrochemistry.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "F"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_b14d9be5_f81e_469b_abca_379c2e83feab,
        emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ;
    skos:prefLabel "Farad"@en ;
    schema:unitCode "FAR"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FARAD"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "F"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Farad"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of electric capacitance. Very early in the study of electricity scientists discovered that a pair of conductors separated by an insulator can store a much larger charge than an isolated conductor can store. The better the insulator, the larger the charge that the conductors can hold. This property of a circuit is called capacitance, and it is measured in farads. One farad is defined as the ability to store one coulomb of charge per volt of potential difference between the two conductors. This is a natural definition, but the unit it defines is very large. In practical circuits, capacitance is often measured in microfarads, nanofarads, or sometimes even in picofarads (10⁻¹² farad, or trillionths of a farad). The unit is named for the British physicist Michael Faraday (1791-1867), who was known for his work in electricity and electrochemistry.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Farad?oldid=493070876"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.F02320"^^xsd:string .

emmo:Newton a owl:Class ;
    rdfs:label "Newton"@en ;
    rdfs:comment "SI unit for force."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "N"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c,
        emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ;
    skos:prefLabel "Newton"@en ;
    schema:unitCode "NEW"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Newton"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI unit for force."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The "Newton" is the SI unit of force. A force of one newton will accelerate a mass of one kilogram at the rate of one meter per second per second. The newton is named for Isaac Newton (1642-1727), the British mathematician, physicist, and natural philosopher. He was the first person to understand clearly the relationship between force (F), mass (m), and acceleration (a) expressed by the formula F = m·a.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Newton?oldid=488427661"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.N04135"^^xsd:string .

emmo:Ohm a owl:Class ;
    rdfs:label "Ohm"@en ;
    rdfs:comment "The SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Ω"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_7610efb8_c7c6_4684_abc1_774783c62472,
        emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ;
    skos:prefLabel "Ohm"@en ;
    schema:unitCode "OHM"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OHM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Ohm"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Ohm"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Ω = V/A = H/s"@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Ohm?oldid=494685555"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.O04280"^^xsd:string .

emmo:Siemens a owl:Class ;
    rdfs:label "Siemens"@en ;
    rdfs:comment "SI unit for electrical conductance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "S"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c,
        emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ;
    skos:prefLabel "Siemens"@en ;
    schema:unitCode "SIE"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/S"^^xsd:anyURI ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "S"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI unit for electrical conductance."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "S = A/V = F/s"^^xsd:string,
        """Siemens  is the SI unit of electric conductance, susceptance, and admittance. The most important property of a conductor is the amount of current it will carry when a voltage is applied. Current flow is opposed by resistance in all circuits, and by also by reactance and impedance in alternating current circuits. Conductance, susceptance, and admittance are the inverses of resistance, reactance, and impedance, respectively. To measure these properties, the siemens is the reciprocal of the ohm. In other words, the conductance, susceptance, or admittance, in siemens, is simply 1 divided by the resistance, reactance or impedance, respectively, in ohms. The unit is named for the German electrical engineer Werner von Siemens (1816-1892).

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Siemens_(unit)"^^xsd:anyURI .

emmo:SiemensPerMetre a owl:Class ;
    rdfs:label "SiemensPerMetre"@en ;
    rdfs:comment """SI derived unit siemens divided by the SI base unit metre.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/coherentsiunits#>,
        "http://qudt.org/2.1/vocab/unit"^^xsd:string ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2,
        emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe ;
    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"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "S.m-1"^^xsd:string,
        "S/m"^^xsd:string ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "S/m"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit siemens divided by the SI base unit metre.

-- QUDT"""@en .

emmo:Ampere a owl:Class ;
    rdfs:label "Ampere"@en ;
    rdfs:comment "The ampere, symbol A, is the SI unit of electric current. It is defined by taking the fixed numerical value of the elementary charge e to be 1.602176634×10−19 when expressed in the unit C, which is equal to A s, where the second is defined in terms of ∆νCs."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "A"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_3a185e6c_9e19_4776_b583_19c978156aa0,
        emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 ;
    skos:prefLabel "Ampere"@en ;
    schema:unitCode "AMP"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Ampere"^^xsd:anyURI ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The ampere, symbol A, is the SI unit of electric current. It is defined by taking the fixed numerical value of the elementary charge e to be 1.602176634×10−19 when expressed in the unit C, which is equal to A s, where the second is defined in terms of ∆νCs."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Ampere?oldid=494026699"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00300"^^xsd:string .

emmo:EMMO_04f2a2d5_e799_4692_a654_420e76f5acc1 a owl:Class ;
    rdfs:label "Gas"@en ;
    rdfs:comment "Gas is a compressible fluid, a state of matter that has no fixed shape and no fixed volume."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_87ac88ff_8379_4f5a_8c7b_424a8fff1ee8 ;
    skos:prefLabel "Gas"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Gas is a compressible fluid, a state of matter that has no fixed shape and no fixed volume."@en .

emmo:EMMO_0972cb08_48bd_4524_ac03_8a2e7f30f02f a owl:Class ;
    rdfs:label "EnergyPerAmountUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'EnergyPerAmount'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L+2 M+1 I0 Θ0 N-1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_09b9021b_f97b_43eb_b83d_0a764b472bc2 a owl:Class ;
    rdfs:label "Power"@en ;
    rdfs:comment "Rate of transfer of energy per unit time."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f ],
        emmo:EMMO_194100e1_e11a_4b7c_bb5a_171655679fc8,
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064,
        emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e ;
    skos:prefLabel "Power"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Power"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-27"^^xsd:string,
        "6-45"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Rate of transfer of energy per unit time."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.P04792"^^xsd:string .

emmo:EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069 a owl:Class ;
    rdfs:label "Determination"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ;
            owl:someValuesFrom emmo:EMMO_1b52ee70_121e_4d8d_8419_3f97cd0bd89c ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_9e3ad976_b179_4315_b51e_7e874df583dc ;
            owl:someValuesFrom emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ],
        emmo:EMMO_47bf3513_4ae6_4858_9c45_76e23230d68d ;
    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:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Estimation or Observation"^^xsd:string ;
    emmo: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 .

emmo:EMMO_18ce5200_00f5_45bb_8c6f_6fb128cd41ae a owl:Class ;
    rdfs:label "MetrologicalReference"@en ;
    rdfs:comment "A reference can be a measurement unit, a measurement procedure, a reference material, or a combination of such (VIM3 1.1 NOTE 2)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf emmo:EMMO_985bec21_989f_4b9e_a4b3_735d88099c3c ;
    skos:prefLabel "MetrologicalReference"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: StandardUnit or MeasurementUnit or ProcedureUnit"^^xsd:string ;
    emmo: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: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:
MetrologicalReference SubClassOf: inverse(hasMetrologicalReference) some Quantity
because there exist reference units without being part of a quantity.
This is peculiar to EMMO, where quantities as syntatic entities (explicit quantities) are distinct with quantities as semantic entities (properties)."""@en .

emmo:EMMO_1a4c1a97_88a7_4d8e_b2f9_2ca58e92dde4 a owl:Class ;
    rdfs:label "ISQBaseQuantity"@en ;
    rdfs:comment "Base quantities defined in the International System of Quantities (ISQ)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_acaaa124_3dde_48b6_86e6_6ec6f364f408,
        emmo:EMMO_f35cff4d_dc09_44cf_a729_22fb79e3bfb2 ;
    skos:prefLabel "ISQBaseQuantity"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: LuminousIntensity, AmountOfSubstance, ThermodynamicTemperature, ElectricCurrent, Length, Time, Mass"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Base quantities defined in the International System of Quantities (ISQ)."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/International_System_of_Quantities"^^xsd:string .

emmo:EMMO_1d8b370b_c672_4d0c_964e_eaafcbf2f51f a owl:Class ;
    rdfs:label "DecaPrefixedUnit"@en ;
    rdfs:comment "Superclass for all units prefixed with \"deca\" (10)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_4be0acad_af05_426f_aa6d_fe7531072564 ;
            owl:someValuesFrom emmo:EMMO_e07a252a_6913_49d6_9038_37a258b2d95e ],
        [ a owl:Restriction ;
            owl:hasValue 1e+01 ;
            owl:onProperty emmo:EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ],
        emmo:EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704 ;
    skos:altLabel "DekaPrefixedUnit"@en ;
    skos:prefLabel "DecaPrefixedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"deca\" (10)."@en .

emmo:EMMO_252cce84_cc8a_49dc_8405_0d5e06425d69 a owl:Class ;
    rdfs:label "QuantumNumber"^^xsd:string ;
    rdfs:comment "Number describing a particular state of a quantum system."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b,
        emmo:EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c ;
    skos:prefLabel "QuantumNumber"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/vocab/quantitykind/QuantumNumber"^^xsd:string ;
    emmo:EMMO_26bf1bef_d192_4da6_b0eb_d2209698fb54 "https://www.wikidata.org/wiki/Q232431"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "10-13.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number describing a particular state of a quantum system."@en .

emmo:EMMO_2b4783a6_36ad_48c8_8f5d_fe7c05ad298b a owl:Class ;
    rdfs:label "ReshapeManufacturing"@en ;
    rdfs:comment "A manufacturing in which workpieces are produced from solid raw parts through permanent deformation, provided that neither material is added nor removed."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:seeAlso "DIN 8580:2020"@en ;
    rdfs:subClassOf emmo:EMMO_8786cb47_8e1f_4968_9b15_f6d41fc51252,
        emmo:EMMO_fc86c700_ccea_441c_b628_ad236f030fe6 ;
    skos:altLabel "Umformen"@de,
        "Forming"@en ;
    skos:prefLabel "ReshapeManufacturing"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A manufacturing in which workpieces are produced from solid raw parts through permanent deformation, provided that neither material is added nor removed."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The mass of the raw part is equal to the mass of the finished part."@en .

emmo:EMMO_3f15d200_c97b_42c8_8ac0_d81d150361e2 a owl:Class ;
    rdfs:label "MeasuredConstant"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_b953f2b1_c8d1_4dd9_b630_d3ef6580c2bb ;
    owl:disjointWith emmo:EMMO_89762966_8076_4f7c_b745_f718d653e8e2 ;
    skos:prefLabel "MeasuredConstant"@en ;
    emmo: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 .

emmo:EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68 a owl:Class ;
    rdfs:label "Quantum"@en ;
    rdfs:comment """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.
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. For a quanta to change its state, it requires an interaction.
A quantum may be thought as standing for an incoming or outcoming real particle in a Feynman diagram in a scattering event."""@en,
        "Q(x) ≡ ¬∃y(PP(y,x))"@en,
        "The class of the mereological and causal fundamental entities having no proper parts"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel-full#> ;
    rdfs:subClassOf emmo:EMMO_52b8a39b_e5ff_46d3_b972_65bc43077a07 ;
    owl:disjointWith emmo: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: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.
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. For a quanta to change its state, it requires an interaction.
A quantum may be thought as standing for an incoming or outcoming real particle in a Feynman diagram in a scattering event."""@en ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Q(x) ≡ ¬∃y(PP(y,x))"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of the mereological and causal fundamental entities having no proper parts"@en ;
    emmo: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 .

emmo:EMMO_436c8a78_f95d_42a0_9854_07ad3736f061 a owl:DatatypeProperty ;
    rdfs:label "mathematicalSymbolValue"@en ;
    rdfs:domain emmo:EMMO_5be83f9c_a4ba_4b9a_be1a_5bfc6e891231 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subPropertyOf emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ;
    skos:prefLabel "mathematicalSymbolValue"@en .

emmo:EMMO_4817e479_e401_437e_a49b_54540b93d2a1 a owl:Class ;
    rdfs:label "AreaPerMassUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AreaPerMass'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L+2 M-1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d a owl:ObjectProperty ;
    rdfs:label "isInterpretedBy"@en ;
    rdfs:comment "A relation connecting a sign to the interpreter in a semiotic process."@en ;
    rdfs:domain emmo:EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:range emmo:EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee ;
    rdfs:subPropertyOf emmo:EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 ;
    owl:inverseOf emmo:EMMO_cd9a3a58_dabc_4c46_9ea4_03ca000b2022 ;
    skos:prefLabel "isInterpretedBy"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation connecting a sign to the interpreter in a semiotic process."@en .

emmo:EMMO_49267eba_5548_4163_8f36_518d65b583f9 a owl:Class ;
    rdfs:label "Perspective"@en ;
    rdfs:comment "The class of causal objects that stand for world objects according to a specific representational perspective."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d ;
    skos:prefLabel "Perspective"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of causal objects that stand for world objects according to a specific representational perspective."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """This class is 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 .

emmo:EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8 a owl:Class ;
    rdfs:label "Device"@en ;
    rdfs:comment "An object which is instrumental for reaching a particular purpose through its characteristic functioning process, with particular reference to mechanical or electronic equipment."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad ;
    skos:altLabel "Equipment"@en,
        "Machine"@en ;
    skos:prefLabel "Device"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An object which is instrumental for reaching a particular purpose through its characteristic functioning process, with particular reference to mechanical or electronic equipment."@en .

emmo:EMMO_5b2222df_4da6_442f_8244_96e9e45887d1 a owl:Class ;
    rdfs:label "Matter"@en ;
    rdfs:comment "The class of physical objects that have some fermionic quantum parts."@en,
        """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_38b579de_4331_40e0_803d_09efa298e726 ;
    skos:altLabel "PhysicalSubstance"@en ;
    skos:prefLabel "Matter"@en ;
    emmo: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:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: HybridMatter, OrdinaryMatter, AntiMatter"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of physical objects that have some fermionic quantum parts."@en ;
    emmo: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 .

emmo:EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c a owl:Class ;
    rdfs:label "Workflow"@en ;
    rdfs:comment "A procedure that has at least two procedures (tasks) as proper parts."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/computerscience#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b ;
            owl:someValuesFrom emmo:EMMO_4299e344_a321_4ef2_a744_bacfcce80afc ],
        emmo:EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 ;
    skos:prefLabel "Workflow"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A procedure that has at least two procedures (tasks) as proper parts."@en .

emmo:EMMO_793f3567_b351_42ef_a1d4_5111d53999c4 a owl:Class ;
    rdfs:label "LengthPerTemperatureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'LengthPerTemperature'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L+1 M0 I0 Θ-1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb a owl:Class ;
    rdfs:label "AbsorbedDoseRateUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AbsorbedDoseRate'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-3 L+2 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_8681074a_e225_4e38_b586_e85b0f43ce38 a owl:Class ;
    rdfs:label "Software"@en ;
    rdfs:comment "All or part of the programs, procedures, rules, and associated documentation of an information processing system."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_4db96fb7_e9e0_466d_942b_f6f17bfdc145 ;
    skos:prefLabel "Software"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "All or part of the programs, procedures, rules, and associated documentation of an information processing system."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Software is usually used as a generic term for programs. However, in its broadest sense it can refer to all information (i.e., both programs and data) in electronic form and can provide a distinction from hardware, which refers to computers or other electronic systems on which software can exist and be use.
Here we explicitly include in the definition also all the data (e.g. source code, script files) that takes part to the building of the executable, are necessary to the execution of a program or that document it for the users."""@en .

emmo:EMMO_869e6e4f_a9b5_4db8_a978_8ad050239933 a owl:Class ;
    rdfs:label "PerThermalTransmittanceUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'PerThermalTransmittance'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+3 L0 M-1 I0 Θ+1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_89a0c87c_0804_4013_937a_6fe234d9499c a owl:Class ;
    rdfs:label "SymbolicConstruct"@en ;
    rdfs:comment "A symbolic entity made of other symbolic entities according to a specific spatial configuration."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_1141d225_fe90_4230_82c6_31cab6a4e3fe ;
    skos:prefLabel "SymbolicConstruct"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "SubClassOf: hasProperPart some Symbolic"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbolic entity made of other symbolic entities according to a specific spatial configuration."@en ;
    emmo: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 .

emmo:EMMO_8cf32f24_ada1_4350_af2c_50eb0e5f6415 a owl:Class ;
    rdfs:label "MagneticPotentialUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MagneticPotential'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L+1 M+1 I-1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58 a owl:Class ;
    rdfs:label "MassPerVolumeTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MassPerVolumeTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L-3 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 a owl:Class ;
    rdfs:label "AreaTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AreaTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+1 L+2 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_985bec21_989f_4b9e_a4b3_735d88099c3c a owl:Class ;
    rdfs:label "Metrological"@en ;
    rdfs:comment "A language entity used in the metrology discipline."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf emmo:EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8 ;
    skos:prefLabel "Metrological"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A language entity used in the metrology discipline."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Metrology is the science of measurement and its application and includes all theoretical and practical aspects of measurement, whatever the measurement uncertainty and field of application (VIM3 2.2)"@en .

emmo:EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0 a owl:Class ;
    rdfs:label "Redundant"@en ;
    rdfs:comment "Redundant(x) ≡ ∃φ[φ(x) ∧ ∃yRP⟨φ⟩(y, x)]"@en,
        "The superclass for all classes of entities that have parts of the same type of the whole."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/structural#> ;
    rdfs:seeAlso emmo:EMMO_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2 ;
    rdfs:subClassOf emmo:EMMO_32e701c0_a925_49df_9829_0931b8554807 ;
    skos:altLabel "NonMaximal"@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:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Redundant(x) ≡ ∃φ[φ(x) ∧ ∃yRP⟨φ⟩(y, x)]"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superclass for all classes of entities that have parts of the same type of the whole."@en .

emmo:EMMO_dd4a7f3e_ef56_466c_ac1a_d2716b5f87ec a owl:Class ;
    rdfs:label "ObjectiveProperty"@en ;
    rdfs:comment "A quantity that is obtained from a well-defined procedure."@en,
        "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf emmo:EMMO_2a888cdf_ec4a_4ec5_af1c_0343372fc978,
        emmo:EMMO_d9350951_5300_44e8_ae61_79fb7c53b7e7 ;
    skos:altLabel "PhysicalProperty"@en,
        "QuantitativeProperty"@en ;
    skos:prefLabel "ObjectiveProperty"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A quantity that is obtained from a well-defined procedure."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """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 .

emmo:EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 a owl:Class ;
    rdfs:label "MomentumUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Momentum'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L+1 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405 a owl:Class ;
    rdfs:label "Mass"@en ;
    rdfs:comment "Property of a physical body that express its resistance to acceleration (a change in its state of motion) when a force is applied."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa ],
        [ a owl:Restriction ;
            owl:allValuesFrom emmo:EMMO_5b2222df_4da6_442f_8244_96e9e45887d1 ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 ] ],
        emmo:EMMO_194100e1_e11a_4b7c_bb5a_171655679fc8,
        emmo:EMMO_1a4c1a97_88a7_4d8e_b2f9_2ca58e92dde4,
        emmo:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 ;
    skos:prefLabel "Mass"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Mass"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "4-1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Property of a physical body that express its resistance to acceleration (a change in its state of motion) when a force is applied."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03709"^^xsd:string .

emmo:EMMO_f275e4e9_062b_4ca4_a679_4f26ec0a48ae a owl:ObjectProperty ;
    rdfs:label "semioticOvercrosses"@en ;
    rdfs:comment "The superproperties for overcrossing relations between semiotic entities."@en ;
    rdfs:domain emmo:EMMO_8bb6b688_812a_4cb9_b76c_d5a058928719 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:range emmo:EMMO_8bb6b688_812a_4cb9_b76c_d5a058928719 ;
    rdfs:subPropertyOf emmo:EMMO_9cb984ca_48ad_4864_b09e_50d3fff19420 ;
    skos:prefLabel "semioticOvercrosses"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The superproperties for overcrossing relations between semiotic entities."@en .

emmo:EMMO_f3dd74c0_f480_49e8_9764_33b78638c235 a owl:Class ;
    rdfs:label "Angle"@en ;
    rdfs:comment "Ratio of circular arc length to radius."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef ;
    skos:altLabel "PlaneAngle"@en ;
    skos:prefLabel "Angle"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/PlaneAngle"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-5"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ratio of circular arc length to radius."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.A00346"^^xsd:string .

emmo:Mole a owl:Class ;
    rdfs:label "Mole"@en ;
    rdfs:comment "The mole, symbol mol, is the SI unit of amount of substance. One mole contains exactly 6.022 140 76 × 1023 elementary entities. This number is the fixed numerical value of the Avogadro constant, NA, when expressed in the unit mol−1 and is called the Avogadro number. The amount of substance, symbol n, of a system is a measure of the number of specified elementary entities. An elementary entity may be an atom, a molecule, an ion, an electron, any other particle or specified group of particles."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "mol"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_3a185e6c_9e19_4776_b583_19c978156aa0,
        emmo:EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b ;
    skos:prefLabel "Mole"@en ;
    schema:unitCode "C34"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Mole_%28unit%29"^^xsd:anyURI ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The mole, symbol mol, is the SI unit of amount of substance. One mole contains exactly 6.022 140 76 × 1023 elementary entities. This number is the fixed numerical value of the Avogadro constant, NA, when expressed in the unit mol−1 and is called the Avogadro number. The amount of substance, symbol n, of a system is a measure of the number of specified elementary entities. An elementary entity may be an atom, a molecule, an ion, an electron, any other particle or specified group of particles."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Mole_(unit)"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03980"^^xsd:string .

emmo:EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b a owl:Class ;
    rdfs:label "Interpretant"@en ;
    rdfs:comment "The interpreter's internal representation of the object in a semiosis process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_27e8e2dd_78a5_433a_b522_a1f61a08aab4 ;
            owl:someValuesFrom emmo:EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_c792cf6b_097b_4a9a_9fc8_cb693cd5fdf3 ;
            owl:someValuesFrom emmo:EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d ],
        [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_7fb7fe7e_bdf9_4eeb_adad_e384dd5285c6 ] ;
            owl:someValuesFrom emmo:EMMO_008fd3b2_4013_451f_8827_52bceab11841 ],
        [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_da27d905_beb6_44ea_a330_a2dd9c17b263 ] ;
            owl:someValuesFrom emmo:EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee ],
        emmo:EMMO_b803f122_4acb_4064_9d71_c1e5fd091fc9 ;
    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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The interpreter's internal representation of the object in a semiosis process."@en .

emmo:EMMO_0650c031_42b6_4f0a_b62d_d88f071da6bf a owl:Class ;
    rdfs:label "Quantity"@en ;
    rdfs:comment "A quantifiable property of a phenomenon, body, or substance."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onClass emmo:EMMO_18ce5200_00f5_45bb_8c6f_6fb128cd41ae ;
            owl:onProperty emmo:EMMO_67fc0a36_8dcb_4ffa_9a43_31074efa3296 ;
            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ],
        emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
    skos:altLabel "Measurand"@en ;
    skos:example """length
Rockwell C hardness
electric resistance"""@en ;
    skos:prefLabel "Quantity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "https://qudt.org/schema/qudt/Quantity"^^xsd:anyURI ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: SubjectiveProperty, ObjectiveProperty"^^xsd:string,
        "EquivalentTo: PhysicalQuantity or OrdinalQuantity"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A quantifiable property of a phenomenon, body, or substance."@en ;
    emmo:EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "measurand"@en,
        "quantity"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """VIM defines a quantity as a "property of a phenomenon, body, or substance, where the property has a magnitude that can be expressed as a number and a reference".

A quantity in EMMO is a property and therefore only addresses the first part of the VIM definition (that is a property of a phenomenon, body, or substance). The second part (that it can be expressed as a number and a reference) is syntactic and addressed by emmo:QuantityValue."""@en .

emmo:EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 a owl:Class ;
    rdfs:label "CausalPath"@en ;
    rdfs:comment "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,
        "The class of entities that possess a temporal structure but no spatial structure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/standardmodel#> ;
    rdfs:subClassOf _:31,
        emmo:EMMO_52b8a39b_e5ff_46d3_b972_65bc43077a07,
        emmo:EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d ;
    skos:altLabel "CausalChain"@en,
        "Elementary"@en ;
    skos:example "An electron moving in time interacting with other particles."@en ;
    skos:prefLabel "CausalPath"@en ;
    emmo: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:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: MultiParticlePath, ElementaryParticle"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of entities that possess a temporal structure but no spatial structure."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A causal path is a concept almost equivalent to the concept of elementary particle in physics."@en .

emmo:EMMO_11708648_fc62_46c6_bae5_3a10693e416e a owl:Class ;
    rdfs:label "PerAreaUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'PerArea'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L-2 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_2b9cbfb5_dbd0_4a68_9c6f_acc41b40dd72 a owl:Class ;
    rdfs:label "TechnologyProcess"@en ;
    rdfs:comment "Class that includes the application of scientific knowledge, tools and techniques in order to transform a precursor object (ex. conversion of material) following a practic purpose."^^xsd:string,
        "Conversion of materials and assembly of components for the manufacture of products"^^xsd:string,
        "Technology is the application of knowledge for achieving practical goals in a reproducible way."^^xsd:string,
        "Technology refers to methods, systems, and devices which are the result of scientific knowledge being used for practical purposes."^^xsd:string,
        "application of scientific knowledge, tools, techniques, crafts or systems in order to solve a problem or to achieve an objective which can result in a product or process"^^xsd:string,
        "application of scientific knowledge, tools, techniques, crafts, systems or methods of organization in order to solve a problem or achieve an objective"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c ;
    skos:altLabel "ProductionEngineeringProcess"@en ;
    skos:prefLabel "TechnologyProcess"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Class that includes the application of scientific knowledge, tools and techniques in order to transform a precursor object (ex. conversion of material) following a practic purpose."^^xsd:string .

emmo:EMMO_3a185e6c_9e19_4776_b583_19c978156aa0 a owl:Class ;
    rdfs:label "SIBaseUnit"@en ;
    rdfs:comment "The base units in the SI system."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:seeAlso "https://www.bipm.org/utils/common/pdf/si-brochure/SI-Brochure-9-EN.pdf"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_32129fb5_df25_48fd_a29c_18a2f22a2dd5,
        emmo:EMMO_707c6032_e272_4a20_98b5_d35c4f67be68,
        emmo:EMMO_db716151_6b73_45ff_910c_d182fdcbb4f5 ;
    skos:prefLabel "SIBaseUnit"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "disjointUnionOf: Ampere, Candela, Kelvin, Kilogram, Metre, Mole, Second"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The base units in the SI system."@en .

emmo:EMMO_3a204900_2b33_47d1_b444_815cc4c8cffa a owl:Class ;
    rdfs:label "TeraPrefixedUnit"@en ;
    rdfs:comment "Superclass for all units prefixed with \"tera\" (1e12)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_4be0acad_af05_426f_aa6d_fe7531072564 ;
            owl:someValuesFrom emmo:EMMO_33fe9747_d66f_4f88_b2c1_951279dbca59 ],
        [ a owl:Restriction ;
            owl:hasValue 1e+12 ;
            owl:onProperty emmo:EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ],
        emmo:EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704 ;
    skos:prefLabel "TeraPrefixedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"tera\" (1e12)."@en .

emmo:EMMO_4b2c223f_89fb_4407_b1b6_24774b7fe770 a owl:Class ;
    rdfs:label "ThermalTransmittanceUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ThermalTransmittance'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-3 L0 M+1 I0 Θ-1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3 a owl:Class ;
    rdfs:label "Role"@en ;
    rdfs:comment """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,
        "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/holistic#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b ] ;
            owl:someValuesFrom emmo:EMMO_1efe8b96_e006_4a33_bc9a_421406cbb9f0 ],
        emmo:EMMO_946b5162_95b0_4801_81d4_efef43842a0d ;
    skos:altLabel "HolisticPart"@en,
        "Part"@en ;
    skos:prefLabel "Role"@en ;
    emmo: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: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:EMMO_55354438_7000_4284_b1b9_59d60c2261b9 a owl:AsymmetricProperty,
        owl:ObjectProperty ;
    rdfs:label "hasPortionPart"@en ;
    rdfs:comment "A proper part relation with domain restricted to items."@en ;
    rdfs:domain emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:76413949_896c_4363_a955_de4722c6e149 ;
    owl:propertyDisjointWith emmo:EMMO_c37d451b_e245_439f_bd94_9050e04ec9f7 ;
    skos:prefLabel "hasPortionPart"@en ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "A proper part relation with domain restricted to items."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A part of an item is always non-maximal, meaning that is causally connected with the rest."@en .

emmo:EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b a owl:Class ;
    rdfs:label "PermittivityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Permittivity'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+4 L-3 M-1 I+2 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_60577dea_9019_4537_ac41_80b0fb563d41 a owl:ObjectProperty ;
    rdfs:label "isRepresentedBy"@en ;
    rdfs:comment "A relation that connects the semiotic object to the sign in a semiotic process."@en ;
    rdfs:domain emmo:EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:range emmo:EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d ;
    rdfs:subPropertyOf emmo:EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 ;
    owl:inverseOf emmo:EMMO_82a96de2_41aa_4bf7_b7ac_de1373d50160 ;
    skos:prefLabel "isRepresentedBy"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation that connects the semiotic object to the sign in a semiotic process."@en .

emmo:EMMO_640ea55c_e9a7_4f23_8aae_5bb4ba867f30 a owl:Class ;
    rdfs:label "BinaryPrefix"@en ;
    rdfs:comment "disjointUnionOf: Exbi, Gibi, Kibi, Mebi, Pebi, Tebi, Yobi, Zebi"^^xsd:string,
        "Binary prefix standardised by the International Electrotechnical Commission (IEC)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/otherunits#> ;
    rdfs:subClassOf emmo:EMMO_442bd91e_a724_4e9f_89c1_18423016fb75 ;
    skos:prefLabel "BinaryPrefix"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Binary prefix standardised by the International Electrotechnical Commission (IEC)."@en .

emmo:EMMO_6523cad7_ea54_471c_adb7_e783f824ec09 a owl:Class ;
    rdfs:label "FormingFromPlastic"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_45fec702_54cb_4508_b47e_bdc581229e22 ;
    skos:prefLabel "FormingFromPlastic"@en .

emmo:EMMO_6786b336_e982_4759_8dee_1905a4106591 a owl:ObjectProperty ;
    rdfs:label "hasRedundantPart"@en ;
    rdfs:comment "RP(x, y) ≡ PP(x, y) ∧ ∃φ(φ(x) ∧ φ(y))"^^xsd:string,
        "The superproperty of the all object property relations between a whole and its mereological parts of the same type."@en ;
    rdfs:domain emmo:EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ;
    owl:inverseOf emmo: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:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "RP(x, y) ≡ PP(x, y) ∧ ∃φ(φ(x) ∧ φ(y))"^^xsd:string ;
    emmo: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:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A part is always distinct xor redundant."@en .

emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 a owl:AnnotationProperty ;
    rdfs:label "definition"@en ;
    rdfs:comment "Precise and univocal description of an ontological entity in the framework of an axiomatic system."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf rdfs:comment ;
    skos:prefLabel "definition"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Precise and univocal description of an ontological entity in the framework of an axiomatic system."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A definition univocally determines a OWL entity using necessary and sufficient conditions referring to other OWL entities."@en .

emmo:EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 a owl:ObjectProperty ;
    rdfs:label "hasTemporalPart"@en ;
    rdfs:comment "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 ;
    rdfs:domain emmo:EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_22c91e99_61f8_4433_8853_432d44a2a46a,
        emmo:EMMO_55354438_7000_4284_b1b9_59d60c2261b9 ;
    owl:inverseOf emmo:EMMO_f722a7a9_864d_4896_a331_f90141f90a0a ;
    owl:propertyDisjointWith emmo:EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611 ;
    skos:prefLabel "hasTemporalPart"@en ;
    emmo: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 ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """A temporal part of an item cannot both cause and be caused by any other proper part of the item.
A temporal part is not constraint to be causally self-connected, i.e. it can be either an item or a collection. We therefore introduce two subproperties in order to distinguish between both cases."""@en,
        "In EMMO FOL this is a defined property. In OWL temporal relations are primitive."@en .

emmo:EMMO_9d09022c_e7ae_4379_a765_4803a8a502a1 a owl:Class ;
    rdfs:label "PressureFractionUnit"@en ;
    rdfs:comment "Unit for quantities of dimension one that are the fraction of two pressures."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    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:EMMO_a77a0a4b_6bd2_42b2_be27_4b63cebbb59e a owl:Class ;
    rdfs:label "TemperatureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Temperature'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L0 M0 I0 Θ+1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c a owl:Class ;
    rdfs:label "IntentionalAgency"@en ;
    rdfs:comment "A process occurring with the active participation of an intentional agent that drives the process according to a specific objective (intention)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a ;
            owl:someValuesFrom emmo:EMMO_c130614a_2985_476d_a7ed_8a137847703c ],
        emmo:EMMO_a49c2441_1e54_43f0_a1cf_2f553a23ac34 ;
    skos:altLabel "IntentionalProcess"@en,
        "Project"@en ;
    skos:prefLabel "IntentionalAgency"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "SubClassOf: hasAgent some IntentionalAgent"^^xsd:string ;
    emmo: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: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 .

emmo:EMMO_c37d451b_e245_439f_bd94_9050e04ec9f7 a owl:AsymmetricProperty,
        owl:ObjectProperty ;
    rdfs:label "hasGatheredPart"@en ;
    rdfs:comment "A proper part relation with domain restricted to collections."@en ;
    rdfs:domain emmo:EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality-full#> ;
    rdfs:subPropertyOf emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ;
    skos:prefLabel "hasGatheredPart"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A proper part relation with domain restricted to collections."@en .

emmo:EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6 a owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "overlaps"@en ;
    rdfs:comment "Oxy ≡ ∃z(Pzx ∧ Pzy)"^^xsd:string,
        "The relation between two individuals representing entities that share at least one of their parts."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_3f2e4ac2_8ef3_4a14_b826_60d37f15f8ee ;
    skos:prefLabel "overlaps"@en ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Oxy ≡ ∃z(Pzx ∧ Pzy)"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between two individuals representing entities that share at least one of their parts."@en .

emmo:EMMO_dacfc7dc_5ddb_4f67_986b_dcd01d649d60 a owl:Class ;
    rdfs:label "HeatTreatment"@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_fc859d37_408d_44b6_b345_a0ea0b65121e ;
    skos:altLabel "wärmebehandeln"^^xsd:string ;
    skos:prefLabel "HeatTreatment"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Heat to a temperature appropriate for the particular material, maintain at that temperature and then cool at an appropriate rate to reduce hardness, improve machinability or achieve desired properties."^^xsd:string .

emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 a owl:ObjectProperty ;
    rdfs:label "hasProperty"@en ;
    rdfs:comment "A semiotic relation that connects a semiotic object to a property in a declaration process."@en ;
    rdfs:domain emmo:EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:range emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
    rdfs:subPropertyOf emmo:EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b ;
    skos:prefLabel "hasProperty"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation that connects a semiotic object to a property in a declaration process."@en .

emmo:EMMO_f658c301_ce93_46cf_9639_4eace2c5d1d5 a owl:Class ;
    rdfs:label "QuantityValue"@en ;
    rdfs:comment "A symbolic that has parts a numerical object and a reference expressing the value of a quantity (expressed as the product of the numerical and the unit)."@en,
        """Following the International Vocabulary of Metrology (VIM), EMMO distinguishes between a quantity (a property) and the quantity value (a numerical and a reference).

So, for the EMMO the symbol "kg" is not a physical quantity but simply a 'Symbolic' object categorized as a 'MeasurementUnit'.

While the string "1 kg" is a 'QuantityValue'."""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_a97351bc_1b1b_4157_95b7_0a60ac56b8e2 ;
            owl:someValuesFrom emmo:EMMO_0650c031_42b6_4f0a_b62d_d88f071da6bf ],
        [ a owl:Restriction ;
            owl:onClass emmo:EMMO_4ce76d7f_03f8_45b6_9003_90052a79bfaa ;
            owl:onProperty emmo:EMMO_8ef3cd6d_ae58_4a8d_9fc0_ad8f49015cd0 ;
            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ],
        [ a owl:Restriction ;
            owl:onClass emmo:EMMO_18ce5200_00f5_45bb_8c6f_6fb128cd41ae ;
            owl:onProperty emmo:EMMO_eeb06032_dd4f_476e_9da6_aa24302b7588 ;
            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ],
        emmo:EMMO_985bec21_989f_4b9e_a4b3_735d88099c3c ;
    skos:example """6.8 m
0.9 km
8 K
6 MeV
43.5 HRC(150 kg)"""@en ;
    skos:prefLabel "QuantityValue"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbolic that has parts a numerical object and a reference expressing the value of a quantity (expressed as the product of the numerical and the unit)."@en ;
    emmo:EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "quantity value"@en ;
    emmo: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 .

emmo:EMMO_fc859d37_408d_44b6_b345_a0ea0b65121e a owl:Class ;
    rdfs:label "MaterialTreatment"@en ;
    rdfs:comment "esce workpiece"^^xsd:string,
        "The processing of a material aimed to transform its structure by means of any type of treatment, without involving relevant synthesis phenomena."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:seeAlso "DIN 8580:2020"@en ;
    rdfs:subClassOf emmo:EMMO_71d1c8f0_c6e3_44b5_a4b6_1b74ff35698a,
        emmo:EMMO_a4d66059_5dd3_4b90_b4cb_10960559441b ;
    skos:altLabel "Stoffeigenschaft ändern"^^xsd:string,
        "WorkPieceTreatment"^^xsd:string ;
    skos:prefLabel "MaterialTreatment"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The processing of a material aimed to transform its structure by means of any type of treatment, without involving relevant synthesis phenomena."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Manufacturing by changing the properties of the material of which a workpiece is made, which is done, among other things, by changes in the submicroscopic or atomic range, e.g. by diffusion of atoms, generation and movement of dislocations in the atomic lattice or chemical reactions, and where unavoidable changes in shape are not part of the essence of these processes."^^xsd:string,
        "Has shaped bodies as input and output."@en .

emmo:Pascal a owl:Class ;
    rdfs:label "Pascal"@en ;
    rdfs:comment "SI unit for pressure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "Pa"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b,
        emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ;
    skos:prefLabel "Pascal"@en ;
    schema:unitCode "PAL"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Pascal"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI unit for pressure."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """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"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.P04442"^^xsd:string .

emmo:Watt a owl:Class ;
    rdfs:label "Watt"@en ;
    rdfs:comment "SI unit for power."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "W"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f,
        emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ;
    skos:prefLabel "Watt"@en ;
    schema:unitCode "WTT"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Watt"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI unit for power."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The SI unit of power. Power is the rate at which work is done, or (equivalently) the rate at which energy is expended. One watt is equal to a power rate of one joule of work per second of time. This unit is used both in mechanics and in electricity, so it links the mechanical and electrical units to one another. In mechanical terms, one watt equals about 0.001 341 02 horsepower (hp) or 0.737 562 foot-pound per second (lbf/s). In electrical terms, one watt is the power produced by a current of one ampere flowing through an electric potential of one volt. The name of the unit honors James Watt (1736-1819), the British engineer whose improvements to the steam engine are often credited with igniting the Industrial Revolution.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Watt?oldid=494906356"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.W06656"^^xsd:string .

emmo:EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee a owl:Class ;
    rdfs:label "Interpreter"@en ;
    rdfs:comment "The entity (or agent, or observer, or cognitive entity) who connects 'Sign', 'Interpretant' and 'Object'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_cd9a3a58_dabc_4c46_9ea4_03ca000b2022 ;
            owl:someValuesFrom emmo:EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_da27d905_beb6_44ea_a330_a2dd9c17b263 ;
            owl:someValuesFrom emmo:EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a ;
            owl:someValuesFrom emmo:EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b ],
        [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ] ;
            owl:someValuesFrom emmo:EMMO_008fd3b2_4013_451f_8827_52bceab11841 ],
        emmo:EMMO_b803f122_4acb_4064_9d71_c1e5fd091fc9 ;
    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:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo. Cogniser or Declarer or Deducer"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The entity (or agent, or observer, or cognitive entity) who connects 'Sign', 'Interpretant' and 'Object'."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The interpreter is not the ontologist, being the ontologist acting outside the ontology at the meta-ontology level.

On the contrary, the interpreter is an agent recognized by the ontologist. The semiotic branch of the EMMO is the tool used by the ontologist to represent an interpreter's semiotic activity."""@en .

emmo:EMMO_1275ac79_7280_4d99_ab61_3d98e00c053e a owl:Class ;
    rdfs:label "PressurePerTemperatureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'PressurePerTemperature'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L-1 M+1 I0 Θ-1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 a owl:Class ;
    rdfs:label "PerPressureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'PerPressure'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+2 L+1 M-1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_2ce04004_62cf_4394_b6a2_b45fce1aebfe a owl:Class ;
    rdfs:label "ISO80000Categorised"@en ;
    rdfs:comment "Physical quantity categorised according to ISO 80000."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_79751276_b2d0_4e2f_bbd4_99d412f43d55 ;
    skos:prefLabel "ISO80000Categorised"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Physical quantity categorised according to ISO 80000."@en .

emmo:EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04 a owl:Class ;
    rdfs:label "FrequencyPerVolumeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'FrequencyPerVolume'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L-3 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee a owl:Class ;
    rdfs:label "MagneticFluxUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MagneticFlux'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L+2 M+1 I-1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_585e0ff0_9429_4d3c_b578_58abb1ba21d1 a owl:Class ;
    rdfs:label "InductanceUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Inductance'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L+2 M+1 I-2 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_6ab555fd_5803_4f03_82e8_127c01aabfea a owl:Class ;
    rdfs:label "JoinManufacturing"@en ;
    rdfs:comment "The permanent joining or other bringing together of two or more workpieces of a geometric shape or of similar workpieces with shapeless material. In each case, the cohesion is created locally and increased as a whole."^^xsd:string,
        "A manufacturing involving the creation of long-term connection of several workpieces."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:seeAlso "DIN 8580:2020"@en ;
    rdfs:subClassOf emmo:EMMO_eb85216f_b872_4ee5_9f62_655aa2ae0470 ;
    skos:altLabel "Fügen"@de ;
    skos:prefLabel "JoinManufacturing"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A manufacturing involving the creation of long-term connection of several workpieces."@en .

emmo:EMMO_8f36559a_a494_4b00_abc5_60bbc1475009 a owl:Class ;
    rdfs:label "ElectricChargeDensityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricChargeDensity'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+1 L-3 M0 I+1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_972e01b0_b017_4903_8c05_b7edda958723 a owl:Class ;
    rdfs:label "LogarithmicUnit"@en ;
    rdfs:comment "A logarithmic unit is a unit that can be used to express a quantity (physical or mathematical) on a logarithmic scale, that is, as being proportional to the value of a logarithm function applied to the ratio of the quantity and a reference quantity of the same type."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 ;
    skos:example "Decibel"@en ;
    skos:prefLabel "LogarithmicUnit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/schema/qudt/LogarithmicUnit"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A logarithmic unit is a unit that can be used to express a quantity (physical or mathematical) on a logarithmic scale, that is, as being proportional to the value of a logarithm function applied to the ratio of the quantity and a reference quantity of the same type."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Note that logarithmic units like decibel or neper are not univocally defines, since their definition depends on whether they are used to measure a "power" or a "root-power" quantity.

It is advisory to create a uniquely defined subclass these units for concrete usage."""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Logarithmic_scale#Logarithmic_units"^^xsd:anyURI .

emmo:EMMO_9b075686_4ac2_43bb_b2a3_17b3ea24ff17 a owl:Class ;
    rdfs:label "PerAreaTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'PerAreaTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L-2 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 a owl:Class ;
    rdfs:label "AmountPerAreaTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AmountPerAreaTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L-2 M0 I0 Θ0 N+1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_b14d9be5_f81e_469b_abca_379c2e83feab a owl:Class ;
    rdfs:label "CapacitanceUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Capacitance'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+4 L-2 M-1 I+2 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasOutput"@en ;
    rdfs:comment "The relation between a process P that proper overlaps an item I, where the non-overlapping part of I is caused by P."@en ;
    rdfs:domain emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subPropertyOf emmo:EMMO_b1a64980_c524_4d48_af8f_9805570ce453 ;
    skos:prefLabel "hasOutput"@en ;
    emmo:EMMO_157fdf31_6387_42be_8e72_10530519214a "https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.2/figs/hasOutput.png"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a process P that proper overlaps an item I, where the non-overlapping part of I is caused by P."@en .

emmo:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 a owl:Class ;
    rdfs:label "CatalyticActivityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'CatalyticActivity'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L0 M0 I0 Θ0 N+1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_ec903946_ddc9_464a_903c_7373e0d1eeb5 a owl:Class ;
    rdfs:label "MagneticFluxDensityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MagneticFluxDensity'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L0 M+1 I-1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a a owl:ObjectProperty ;
    rdfs:label "providesInterpretation"@en ;
    rdfs:comment "A relation that connects the interpreter to the semiotic object in a semiotic process."@en ;
    rdfs:domain emmo:EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:range emmo:EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b ;
    rdfs:subPropertyOf emmo:EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 ;
    skos:prefLabel "providesInterpretation"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation that connects the interpreter to the semiotic object in a semiotic process."@en .

emmo:Gram a owl:Class ;
    rdfs:label "Gram"@en ;
    rdfs:comment """A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce.

-- QUDT"""@en,
        "Gram is defined as one thousandth of the SI unit kilogram."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue "g"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:prefLabel "Gram"@en ;
    schema:unitCode "GRM"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g"^^xsd:string ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Gram is defined as one thousandth of the SI unit kilogram."@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Gram"^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.G02680"^^xsd:string .

emmo:EMMO_008fd3b2_4013_451f_8827_52bceab11841 a owl:Class ;
    rdfs:label "Semiosis"@en ;
    rdfs:comment "The class for entities where an interpreter, interpretant, reference and sign relate with each others semiotically."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_7fb7fe7e_bdf9_4eeb_adad_e384dd5285c6 ;
            owl:someValuesFrom emmo:EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_9e3ad976_b179_4315_b51e_7e874df583dc ;
            owl:someValuesFrom emmo:EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 ;
            owl:someValuesFrom emmo:EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee ],
        emmo:EMMO_8bb6b688_812a_4cb9_b76c_d5a058928719 ;
    skos:example """Me looking a cat and saying loud: "Cat!" -> the semiosis process

me -> interpreter
cat -> object (in Peirce semiotics)
the cat perceived by my mind -> interpretant
"Cat!" -> sign, the produced sign"""@en ;
    skos:prefLabel "Semiosis"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Deduction or Declaration or Cognition"^^xsd:string,
        "EquivalentTo: FullSemiosis or PartialSemiosis"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class for entities where an interpreter, interpretant, reference and sign relate with each others semiotically."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Semiosis is intended here as a 4D entity, meaning that is not necessarily intended as a process. This enables users to represent more general state of things without necessarily committing to a process/object classification (which in a 4D framework is subjective, and not ontological) through the persistence perspective (in fact semiotics module is independent from persistence module).
For example, in a deduction (semiosis) the yellow tinted skin (index) of a patient is a symptom for liver desease (referent) according to a doctor (interpreter). If the user wants to include a commit towards persistency then the deduction can be either:
- an obejct: the deduction is a system (object) and the doctor, skin and patient are object components
-  a process: where the deduction is a process and the doctor, skin and patient are participants
Since in the EMMO the object/process categorisation is relation-driven and object/process are not disjointed, the abovementioned deduction can be seen both as a process or object depending on the relation used by the user to navigate the graph."""@en .

emmo:EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950 a owl:Class ;
    rdfs:label "ElectricCurrentDensityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricCurrentDensity'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L-2 M0 I+1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 a owl:ObjectProperty ;
    rdfs:label "semiotical"@en ;
    rdfs:comment "The generic EMMO semiotical relation."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subPropertyOf emmo:EMMO_ec2472ae_cf4a_46a5_8555_1556f5a6c3c5 ;
    skos:prefLabel "semiotical"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The generic EMMO semiotical relation."@en .

emmo:EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c a owl:Class ;
    rdfs:label "ElectricPotentialUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricPotential'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-3 L+2 M+1 I-1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c a owl:Class ;
    rdfs:label "ElectricConductanceUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricConductance'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+3 L-2 M-1 I+2 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 a owl:Class ;
    rdfs:label "Data"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_1e877c70_3b01_45a8_a8f6_8ce4f6a24660 ;
    owl:disjointWith emmo: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: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: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:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://no.wikipedia.org/wiki/Data"^^xsd:anyURI .

emmo:EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b a owl:Class ;
    rdfs:label "EntropyUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Entropy'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L+2 M+1 I0 Θ-1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e a owl:Class ;
    rdfs:label "LuminanceUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Luminance'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L-2 M0 I0 Θ0 N0 J+1"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_45fec702_54cb_4508_b47e_bdc581229e22 a owl:Class ;
    rdfs:label "FromNotProperShapeToWorkPiece"@en ;
    rdfs:comment "da una forma non propria ad una forma propria"^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf emmo:EMMO_dd4b7d81_28a9_4801_8831_4cbab217e362 ;
    skos:prefLabel "FromNotProperShapeToWorkPiece"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "From Powder, from liquid, from gas"^^xsd:string,
        """Powder:
particles that are usually less than 1 mm in size"""^^xsd:string .

emmo:EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a a owl:Class ;
    rdfs:label "AngularMomentumUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AngularMomentum'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L+2 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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 .

emmo:EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b a owl:Class ;
    rdfs:label "Referent"@en ;
    rdfs:comment "The object, in Peirce semiotics, as participant to a semiotic process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_60577dea_9019_4537_ac41_80b0fb563d41 ;
            owl:someValuesFrom emmo:EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_c01bea11_1937_4cc0_b40d_4b192fdba311 ;
            owl:someValuesFrom emmo:EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_0ed18c6b_8289_44fd_a7d7_c15a8786cdc0 ;
            owl:someValuesFrom emmo:EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee ],
        [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_8fb6d667_f2af_482d_97a9_ec97cd81274d ] ;
            owl:someValuesFrom emmo:EMMO_008fd3b2_4013_451f_8827_52bceab11841 ],
        emmo:EMMO_b803f122_4acb_4064_9d71_c1e5fd091fc9 ;
    skos:altLabel "Object"@en,
        "SemioticObject"@en ;
    skos:prefLabel "Referent"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The object, in Peirce semiotics, as participant to a semiotic process."@en ;
    emmo: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 .

emmo:EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba a owl:Class ;
    rdfs:label "Liquid"@en ;
    rdfs:comment "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_220b7201_d277_4dca_bf6a_5a5e2c4062dd,
        emmo:EMMO_87ac88ff_8379_4f5a_8c7b_424a8fff1ee8 ;
    skos:prefLabel "Liquid"@en ;
    emmo: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 .

emmo:EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611 a owl:ObjectProperty ;
    rdfs:label "hasNonTemporalPart"@en ;
    rdfs:comment "The part is connected with the rest item or members with a combination of hasNext (or its inverse) or hasContact relations."@en ;
    rdfs:domain emmo:EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_55354438_7000_4284_b1b9_59d60c2261b9 ;
    skos:prefLabel "hasNonTemporalPart"@en ;
    emmo: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 .

emmo:EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 a owl:Class ;
    rdfs:label "Symbol"@en ;
    rdfs:comment "The class of individuals that stand for an elementary mark of a specific symbolic code (alphabet)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf emmo:EMMO_1141d225_fe90_4230_82c6_31cab6a4e3fe ;
    skos:altLabel "AlphabeticEntity"@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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals that stand for an elementary mark of a specific symbolic code (alphabet)."@en ;
    emmo: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.
e.g. a math symbol is not made of other math symbols
A Symbol may be a String in another language.
e.g. "Bq" is the symbol for Becquerel units when dealing with metrology, or a string of "B" and "q" symbols when dealing with characters."""@en,
        """Symbols of a formal language need not be symbols of anything. For instance there are logical constants which do not refer to any idea, but rather serve as a form of punctuation in the language (e.g. parentheses).

Symbols of a formal language must be capable of being specified without any reference to any interpretation of them.
(Wikipedia)"""@en,
        "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 .

emmo:EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1 a owl:Class ;
    rdfs:label "Solid"@en ;
    rdfs:comment "A continuum characterized by structural rigidity and resistance to changes of shape or volume, that retains its shape and density when not confined."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/materials#> ;
    rdfs:subClassOf emmo:EMMO_220b7201_d277_4dca_bf6a_5a5e2c4062dd,
        emmo:EMMO_8b0923ab_b500_477b_9ce9_8b3a3e4dc4f2 ;
    skos:prefLabel "Solid"@en ;
    emmo: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 .

emmo:EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d a owl:Class ;
    rdfs:label "Sign"@en ;
    rdfs:comment "A CausalStructure that is used as sign (\"semeion\" in greek) that stands for another CausalStructure through an semiotic process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d ;
            owl:someValuesFrom emmo:EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_82a96de2_41aa_4bf7_b7ac_de1373d50160 ;
            owl:someValuesFrom emmo:EMMO_6f5af708_f825_4feb_a0d1_a8d813d3022b ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_b8d05d29_9eea_47db_a20b_0b83ceb6de93 ;
            owl:someValuesFrom emmo:EMMO_054af807_85cd_4a13_8eba_119dfdaaf38b ],
        [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_9e3ad976_b179_4315_b51e_7e874df583dc ] ;
            owl:someValuesFrom emmo:EMMO_008fd3b2_4013_451f_8827_52bceab11841 ],
        emmo:EMMO_b803f122_4acb_4064_9d71_c1e5fd091fc9 ;
    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.

A character can be the a-tomistic 'sign' for the class of texts.

The horizontal segment in the character "A" is direct part of "A" but it is not a 'sign' itself.

For plain text we can propose the ASCII symbols, for math the fundamental math symbols."""@en ;
    skos:prefLabel "Sign"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: Index or Conventional or Icon"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A CausalStructure that is used as sign (\"semeion\" in greek) that stands for another CausalStructure through an semiotic process."@en ;
    emmo: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 .

emmo:EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6 a owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "indirectlyCauses"@en ;
    rdfs:comment "A causal relation between the effected and the causing entities with intermediaries."@en,
        "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 ;
    skos:altLabel "influences"@en,
        "isIndirectCauseOf"@en ;
    skos:prefLabel "indirectlyCauses"@en ;
    emmo: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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A causal relation between the effected and the causing entities with intermediaries."@en .

emmo:EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a a owl:ObjectProperty ;
    rdfs:label "hasAgent"@en ;
    rdfs:comment "The relation within a process and an agengt participant."@en ;
    rdfs:domain emmo:EMMO_a49c2441_1e54_43f0_a1cf_2f553a23ac34 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/agency#> ;
    rdfs:range emmo:EMMO_2480b72b_db8d_460f_9a5f_c2912f979046 ;
    rdfs:subPropertyOf emmo:EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b,
        emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ;
    skos:prefLabel "hasAgent"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation within a process and an agengt participant."@en .

emmo:EMMO_ecec2983_7c26_4f8d_a981_51ca29668baf a owl:Class ;
    rdfs:label "ReciprocalLength"@en ;
    rdfs:comment "The inverse of length."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    skos:altLabel "InverseLength"^^xsd:string ;
    skos:prefLabel "ReciprocalLength"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/InverseLength"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The inverse of length."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Reciprocal_length"^^xsd:string .

emmo:Litre a owl:Class ;
    rdfs:label "Litre"@en ;
    rdfs:comment "A non-SI unit of volume defined as 1 cubic decimetre (dm3),"@en,
        "Other used symbols for litre are \"l\" and \"ℓ\"."@en,
        """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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue "L"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac,
        emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 ;
    skos:altLabel "liter"@en-us ;
    skos:prefLabel "Litre"@en ;
    schema:unitCode "B51"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L"^^xsd:string,
        "l"^^xsd:string ;
    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:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.L03594"^^xsd:string .

emmo:EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704 a owl:Class ;
    rdfs:label "MetricMultipleUnit"@en ;
    rdfs:comment "Measurement unit obtained by multiplying a given measurement unit by an integer SI prefix greater than one."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf emmo:EMMO_d41ce84b_4317_41fb_a5d1_6cd281fca106 ;
    owl:disjointWith emmo:EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d ;
    skos:prefLabel "MetricMultipleUnit"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "disjointUnionOf: DecaPrefixedUnit, HectoPrefixedUnit, TeraPrefixedUnit, PetaPrefixedUnit, ExaPrefixedUnit, MegaPrefixedUnit, KiloPrefixedUnit, GigaPrefixedUnit, ZettaPrefixedUnit, YottaPrefixedUnit"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measurement unit obtained by multiplying a given measurement unit by an integer SI prefix greater than one."@en .

emmo:EMMO_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba a owl:Class ;
    rdfs:label "FemtoPrefixedUnit"@en ;
    rdfs:comment "Superclass for all units prefixed with \"femto\" (1e-15)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_4be0acad_af05_426f_aa6d_fe7531072564 ;
            owl:someValuesFrom emmo:EMMO_7fd8ec39_1c4b_4ff3_9bc8_0bf3c27e2db0 ],
        [ a owl:Restriction ;
            owl:hasValue 1e-15 ;
            owl:onProperty emmo:EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ],
        emmo:EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d ;
    skos:prefLabel "FemtoPrefixedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"femto\" (1e-15)."@en .

emmo:EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 a owl:Class ;
    rdfs:label "Collection"@en ;
    rdfs:comment """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,
        "The class of not direct causally self-connected world entities."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subClassOf _:44,
        emmo:EMMO_76bd5e44_bf5a_49f9_a517_eea5e8bcbc2d ;
    owl:disjointWith emmo: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: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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of not direct causally self-connected world entities."@en .

emmo:EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be a owl:Class ;
    rdfs:label "ElectricDisplacementFieldUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricDisplacementField'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+1 L-2 M0 I+1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_7610efb8_c7c6_4684_abc1_774783c62472 a owl:Class ;
    rdfs:label "ElectricResistanceUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricResistance'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-3 L+2 M+1 I-2 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf a owl:Class ;
    rdfs:label "EMMO"@en ;
    rdfs:comment """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. 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,
        "The class of all the OWL individuals representing world entities according to EMMO conceptualisation."@en,
        "The disjoint union of the fundamental mereocausal classes of Quantum, CausalPath, CausalSystem and Collection."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf _:20,
        _:21 ;
    skos:prefLabel "EMMO"@en ;
    emmo: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. 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:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The disjoint union of the fundamental mereocausal classes of Quantum, CausalPath, CausalSystem and Collection."@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnion: CausalPath, Collection, Quantum, CausalSystem"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of all the OWL individuals representing world entities according to EMMO conceptualisation."@en ;
    emmo: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 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 .

emmo:EMMO_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad a owl:Class ;
    rdfs:label "ManufacturedProduct"@en ;
    rdfs:comment "An object that has been designed and manufactured for a particular purpose."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_b24af630_0758_447e_a04d_a0e95db9b4fa ;
            owl:someValuesFrom emmo:EMMO_c0afb341_7d31_4883_a307_ae4606df2a1b ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_b1c64830_45c7_499d_9a72_68f517d57823 ;
            owl:someValuesFrom emmo:EMMO_a4d66059_5dd3_4b90_b4cb_10960559441b ],
        emmo:EMMO_82fc8506_1f84_4add_9683_abea077bd1e3,
        emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
    skos:altLabel "Artifact"@en,
        "Engineered"@en,
        "TangibleProduct"@en ;
    skos:example "Car, tire, composite material."@en ;
    skos:prefLabel "ManufacturedProduct"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An object that has been designed and manufactured for a particular purpose."@en .

emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 a owl:AnnotationProperty ;
    rdfs:label "elucidation"@en ;
    rdfs:comment "Short enlightening explanation aimed to facilitate the user in drawing the connection (interpretation) between a OWL entity and the real world object(s) for which it stands."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf rdfs:comment ;
    skos:prefLabel "elucidation"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Short enlightening explanation aimed to facilitate the user in drawing the connection (interpretation) between a OWL entity and the real world object(s) for which it stands."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "An elucidation should address the real world entities using the concepts introduced by the conceptualisation annotation."@en .

emmo:EMMO_a4d66059_5dd3_4b90_b4cb_10960559441b a owl:Class ;
    rdfs:label "Manufacturing"@en ;
    rdfs:comment "The process of transforming precursor objects (e.g. raw materials) into a product by the use of manual labor, machinery or chemical/biological processes."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:seeAlso "DIN 8580:2020"@en,
        """ISO 15531-1:2004
manufacturing: function or act of converting or transforming material from raw material or semi-finished state to a state of further completion"""@en,
        """ISO 18435-1:2009
manufacturing process: set of processes in manufacturing involving a flow and/or transformation of material, information, energy, control, or any other element in a manufacturing area"""@en ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ] ;
            owl:someValuesFrom emmo:EMMO_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ;
            owl:someValuesFrom emmo:EMMO_479db031_b344_4488_9efa_4bc12c6c1765 ],
        [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ] ;
            owl:someValuesFrom emmo:EMMO_c0afb341_7d31_4883_a307_ae4606df2a1b ],
        emmo:EMMO_2b9cbfb5_dbd0_4a68_9c6f_acc41b40dd72 ;
    skos:prefLabel "Manufacturing"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The process of transforming precursor objects (e.g. raw materials) into a product by the use of manual labor, machinery or chemical/biological processes."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Deals with entities that have a defined shape."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://de.wikipedia.org/wiki/Fertigungsverfahren"@en .

emmo:EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 a owl:Class ;
    rdfs:label "AreicSpeedUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AreicSpeed'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L+2 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 a owl:Class ;
    rdfs:label "AmountPerVolumeTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AmountPerVolumeTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L-3 M0 I0 Θ0 N+1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d a owl:Class ;
    rdfs:label "CausalStructure"@en ;
    rdfs:comment "The class of individuals representing causally self-connected world entities."^^xsd:string,
        "The disjoint union of Causal Path and CausalSystem classes."^^xsd:string,
        """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"""^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_53ed8611_2cd7_4286_9ef0_36572117b963,
        emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ;
    skos:prefLabel "CausalStructure"@en ;
    emmo: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"""^^xsd:string ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The disjoint union of Causal Path and CausalSystem classes."^^xsd:string ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: CausalPath or CausalSystem"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals representing causally self-connected world entities."^^xsd:string ;
    emmo: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."^^xsd:string .

emmo:EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 a owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isCauseOf"@en ;
    rdfs:comment "A relation between an entity that causally affects another."@en,
        """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.
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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_ad0e72fc_dcaa_490d_8371_b4d814dcda2c ;
    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."^^xsd:string ;
    skos:prefLabel "isCauseOf"@en ;
    emmo: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.
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:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation between an entity that causally affects another."@en ;
    emmo: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,
        """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 .

emmo:EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 a owl:Class ;
    rdfs:label "Icon"@en ;
    rdfs:comment "A sign that stands for an object by resembling or imitating it, in shape, function or by sharing a similar logical structure."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty [ owl:inverseOf emmo:EMMO_9e3ad976_b179_4315_b51e_7e874df583dc ] ;
            owl:someValuesFrom emmo:EMMO_7cdc375d_d371_4d78_acd5_d51732f52126 ],
        emmo:EMMO_4a2bf359_c47b_4aa3_9811_b59c3e1dac1e ;
    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:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: AnalogicalIcon or ResemblanceIcon or FunctionalIcon"^^xsd:string ;
    emmo: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: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 .

emmo:EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 a owl:ObjectProperty ;
    rdfs:label "hasSpatialPart"@en ;
    rdfs:comment "A proper part of a whole, whose parts always cover the full temporal extension of the whole within a spatial interval."@en ;
    rdfs:domain emmo:EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_22c91e99_61f8_4433_8853_432d44a2a46a,
        emmo:EMMO_9a50a0ae_841a_46fe_8b23_3df319b60611 ;
    owl:inverseOf emmo:EMMO_f1503598_03af_4fec_a860_ebc77aa92832 ;
    skos:prefLabel "hasSpatialPart"@en ;
    emmo: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: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 .

emmo:EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b a owl:Class ;
    rdfs:label "AmountUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Amount'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L0 M0 I0 Θ0 N+1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_f2ca6dd0_0e5f_4392_a92d_cafdae6cfc95 a owl:Class ;
    rdfs:label "SIExactConstant"@en ;
    rdfs:comment "Physical constant that by definition (after the latest revision of the SI system that was enforsed May 2019) has a known exact numerical value when expressed in SI units."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_89762966_8076_4f7c_b745_f718d653e8e2 ;
    skos:prefLabel "SIExactConstant"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Physical constant that by definition (after the latest revision of the SI system that was enforsed May 2019) has a known exact numerical value when expressed in SI units."@en .

emmo:Joule a owl:Class ;
    rdfs:label "Joule"@en ;
    rdfs:comment "SI unit for energy."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "J"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b,
        emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ;
    skos:prefLabel "Joule"@en ;
    schema:unitCode "JOU"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Joule"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI unit for energy."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The SI unit of work or energy, defined to be the work done by a force of one newton acting to move an object through a distance of one meter in the direction in which the force is applied. Equivalently, since kinetic energy is one half the mass times the square of the velocity, one joule is the kinetic energy of a mass of two kilograms moving at a velocity of 1 m/s.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Joule?oldid=494340406"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.J03363"^^xsd:string .

emmo:Metre a owl:Class ;
    rdfs:label "Metre"@en ;
    rdfs:comment "The metre, symbol m, is the SI unit of length. It is defined by taking the fixed numerical value of the speed of light in vacuum c to be 299792458 when expressed in the unit m s−1, where the second is defined in terms of ∆νCs."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "m"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_3a185e6c_9e19_4776_b583_19c978156aa0,
        emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ;
    skos:altLabel "Meter"@en-us ;
    skos:prefLabel "Metre"@en ;
    schema:unitCode "MTR"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Metre"^^xsd:anyURI ;
    emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The metre, symbol m, is the SI unit of length. It is defined by taking the fixed numerical value of the speed of light in vacuum c to be 299792458 when expressed in the unit m s−1, where the second is defined in terms of ∆νCs."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Metre?oldid=495145797"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.M03884"^^xsd:string .

foaf:Person rdfs:subClassOf emmo:EMMO_3674bfb6_6636_4e9d_aae1_07023ad96d61 .

emmo:Byte a owl:Class ;
    rdfs:label "Byte"@en ;
    rdfs:comment """The byte is a unit of digital information in computing and telecommunications that most commonly consists of eight bits.

-- QUDT"""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/specialunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 0e+00 ;
            owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ],
        [ a owl:Restriction ;
            owl:hasValue 1e+00 ;
            owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ],
        [ a owl:Restriction ;
            owl:hasValue "B"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375,
        emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ;
    skos:prefLabel "Byte"@en ;
    schema:unitCode "AD"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BYTE"^^xsd:anyURI ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "By"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Byte"^^xsd:anyURI ;
    emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "B"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The byte is a unit of digital information in computing and telecommunications that most commonly consists of eight bits.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Byte?oldid=493588918"^^xsd:anyURI .

emmo:EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1 a owl:Class ;
    rdfs:label "MassFractionUnit"@en ;
    rdfs:comment "Unit for quantities of dimension one that are the fraction of two masses."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    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:EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c a owl:Class ;
    rdfs:label "HectoPrefixedUnit"@en ;
    rdfs:comment "Superclass for all units prefixed with \"hecto\" (100)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_4be0acad_af05_426f_aa6d_fe7531072564 ;
            owl:someValuesFrom emmo:EMMO_4bc07644_8301_4aed_b21c_823f99b08d1a ],
        [ a owl:Restriction ;
            owl:hasValue 1e+02 ;
            owl:onProperty emmo:EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ],
        emmo:EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704 ;
    skos:prefLabel "HectoPrefixedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"hecto\" (100)."@en .

emmo:EMMO_2374896c_4ef8_4b3d_8c0c_0d29ba66bcfb a owl:Class ;
    rdfs:label "SIMultiplePrefix"@en ;
    rdfs:comment "SI prefix who's value is a positive integer larger than 1."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf emmo:EMMO_23eabdb5_6de6_4615_b6b1_a07b3ad32fd9 ;
    owl:disjointWith emmo:EMMO_48fc9480_78c3_4c81_a126_019df20d58d9 ;
    skos:prefLabel "SIMultiplePrefix"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "disjointUnionOf: Giga, Tera, Exa, Hecto, Kilo, Mega, Ronna, Yotta, Peta, Quetta, Deca, Zetta"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is a positive integer larger than 1."@en .

emmo:EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6 a owl:Class ;
    rdfs:label "MassPerLengthUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MassPerLength'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L-1 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172 a owl:Class ;
    rdfs:label "SymbolicData"@en ;
    rdfs:comment "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,
        "The class for entities which stands for a specific data format expressed using a symbolic encoding."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    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"^^xsd:string,
        "https://www.w3schools.com/xml/schema_dtypes_numeric.asp"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_057e7d57_aff0_49de_911a_8861d85cef40 ;
    skos:altLabel "LiteralData"^^xsd:string ;
    skos:prefLabel "SymbolicData"@en ;
    emmo: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:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: ArrayData, ScalarData"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class for entities which stands for a specific data format expressed using a symbolic encoding."@en .

emmo:EMMO_ba882f34_0d71_4e4f_9d92_0c076c633a2c a owl:Class ;
    rdfs:label "PureNumberQuantity"@en ;
    rdfs:comment "A pure number, typically the number of something."@en,
        """According to the SI brochure counting does not automatically qualify a quantity as an amount of substance.

This quantity is used only to describe the outcome of a counting process, without regard of the type of entities.

There are also some quantities that cannot be described in terms of the seven base quantities of the SI, but have the nature of a count. Examples are a number of molecules, a number of cellular or biomolecular entities (for example copies of a particular nucleic acid sequence), or degeneracy in quantum mechanics. Counting quantities are also quantities with the associated unit one."""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:example """1,
i,
π,
the number of protons in the nucleus of an atom"""^^xsd:string ;
    skos:prefLabel "PureNumberQuantity"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A pure number, typically the number of something."@en .

emmo:EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac a owl:Class ;
    rdfs:label "CausalSystem"@en ;
    rdfs:comment """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).
A causal system is always a spatial-like structure, and is represented as a multiple topologically orderable direct acyclic graph, with quanta as nodes and causality relations as edges."""@en,
        "The class of individuals representing a causal system."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:subClassOf emmo:EMMO_76bd5e44_bf5a_49f9_a517_eea5e8bcbc2d,
        emmo:EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d ;
    skos:example "A electron binded by a nucleus."@en ;
    skos:prefLabel "CausalSystem"@en ;
    emmo: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).
A causal system is always a spatial-like structure, and is represented as a multiple topologically orderable direct acyclic graph, with quanta as nodes and causality relations as edges."""@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: FundamentalPhysicalSystem, GenericPhysicalSystem"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals representing a causal system."@en .

emmo:EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b a owl:ObjectProperty ;
    rdfs:label "hasConvention"@en ;
    rdfs:comment "A semiotic relation that connects a declared semiotic object to a conventional sign in a declaration process."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:range emmo:EMMO_35d2e130_6e01_41ed_94f7_00b333d46cf9 ;
    rdfs:subPropertyOf emmo:EMMO_60577dea_9019_4537_ac41_80b0fb563d41 ;
    skos:prefLabel "hasConvention"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation that connects a declared semiotic object to a conventional sign in a declaration process."@en .

emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 a owl:Class ;
    rdfs:label "ElectricFieldStrengthUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricFieldStrength'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-3 L+1 M+1 I-1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f a owl:ObjectProperty ;
    rdfs:label "hasPart"@en ;
    rdfs:comment "The primitive relation that express the concept of an entity being part of another one."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6 ;
    owl:inverseOf emmo:EMMO_a8bd7094_6b40_47af_b1f4_a69d81a3afbd ;
    owl:propertyDisjointWith emmo:EMMO_e4f66254_7312_4de5_a86a_6e0808baaaab ;
    skos:prefLabel "hasPart"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The primitive relation that express the concept of an entity being part of another one."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "All other mereology relations can be defined in FOL using hasPart as primitive."@en .

emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7 a owl:Class ;
    rdfs:label "MassPerLengthTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MassPerLengthTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L-1 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_48fc9480_78c3_4c81_a126_019df20d58d9 a owl:Class ;
    rdfs:label "SISubMultiplePrefix"@en ;
    rdfs:comment "SI prefix who's value is 1/N where N is a positive integer larger than 1."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf emmo:EMMO_23eabdb5_6de6_4615_b6b1_a07b3ad32fd9 ;
    skos:prefLabel "SISubMultiplePrefix"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "disjointUnionOf: Centi, Pico, Milli, Zepto, Quecto, Micro, Yocto, Femto, Deci, Nano, Atto, Ronto"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI prefix who's value is 1/N where N is a positive integer larger than 1."@en .

emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 a owl:Class ;
    rdfs:label "ElectricChargePerMassUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricChargePerMass'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+1 L0 M-1 I+1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_4f245147_f072_4431_b535_6241e8e87eb8 a owl:Class ;
    rdfs:label "TemperaturePerTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'TemperaturePerTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L0 M0 I0 Θ+1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_95971713_d589_4002_a5a7_affc5c74cfdb a owl:Class ;
    rdfs:label "AmountPerMassUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AmountPerMass'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L0 M-1 I0 Θ0 N+1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad a owl:Class ;
    rdfs:label "VolumeFractionUnit"@en ;
    rdfs:comment "Unit for quantities of dimension one that are the fraction of two volumes."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    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:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 a owl:Class ;
    rdfs:label "LengthFractionUnit"@en ;
    rdfs:comment "Unit for quantities of dimension one that are the fraction of two lengths."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    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:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 a owl:Class ;
    rdfs:label "MagneticFieldStrengthUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MagneticFieldStrength'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L-1 M0 I+1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_03441eb3_d1fd_4906_b953_b83312d7589e a owl:Class ;
    rdfs:label "Sintering"@en ;
    rdfs:comment "Sintering is the process of forming a solid mass of material through heat and pressure without melting to the point of liquefaction. This process involves the atoms in materials diffusing across the particle boundaries and fusing together into one piece."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/manufacturing#> ;
    rdfs:seeAlso """ISO 3252:2019 Powder metallurgy
sintering: thermal treatment of a powder or compact, at a temperature below the melting point of the main constituent, for the purpose of increasing its strength by the metallurgical bonding of its particles"""@en,
        """ISO/ASTM TR 52906:2022 Additive manufacturing
sintering: process of heating a powder metal compact to increase density and/or improve mechanical properties via solid state diffusion"""@en,
        "https://www.twi-global.com/technical-knowledge/faqs/what-is-sintering"@en ;
    rdfs:subClassOf emmo:EMMO_45fec702_54cb_4508_b47e_bdc581229e22 ;
    skos:altLabel "Sintern"^^xsd:string ;
    skos:prefLabel "Sintering"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Sintering is the process of forming a solid mass of material through heat and pressure without melting to the point of liquefaction. This process involves the atoms in materials diffusing across the particle boundaries and fusing together into one piece."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Sintering occurs naturally in mineral deposits, and is used as a manufacturing process for materials including ceramics, metals and plastics.
Because the sintering temperature doesn’t reach the materials’ melting point, it is often used for materials with high melting points, such as molybdenum and tungsten."""@en .

emmo:EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01 a owl:Class ;
    rdfs:label "CountingUnit"@en ;
    rdfs:comment "Unit for dimensionless quantities that have the nature of count."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subClassOf emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 ;
    owl:disjointWith emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da ;
    skos:example """Unit of atomic number
Unit of number of cellular
Unit of degeneracy in quantum mechanics"""@en ;
    skos:prefLabel "CountingUnit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NUM"^^xsd:anyURI ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 1 ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Unit for dimensionless quantities that have the nature of count."@en .

emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6 a owl:Class ;
    rdfs:label "AccelerationUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Acceleration'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L+1 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_54ee6b5e_5261_44a8_86eb_5717e7fdb9d0 a owl:Class ;
    rdfs:label "Mathematical"@en ;
    rdfs:comment "The class of general mathematical symbolic objects respecting mathematical syntactic rules."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo:EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8 ;
    skos:prefLabel "Mathematical"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of general mathematical symbolic objects respecting mathematical syntactic rules."@en ;
    emmo: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 .

emmo:EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134 a owl:Class ;
    rdfs:label "GigaPrefixedUnit"@en ;
    rdfs:comment "Superclass for all units prefixed with \"giga\" (1e9)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_4be0acad_af05_426f_aa6d_fe7531072564 ;
            owl:someValuesFrom emmo:EMMO_117d3e39_de3e_46f5_9744_b4a28d9fc83e ],
        [ a owl:Restriction ;
            owl:hasValue 1e+09 ;
            owl:onProperty emmo:EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ],
        emmo:EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704 ;
    skos:prefLabel "GigaPrefixedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"giga\" (1e9)."@en .

emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 a owl:Class ;
    rdfs:label "AmountConcentrationUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AmountConcentration'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L-3 M0 I0 Θ0 N+1 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_194100e1_e11a_4b7c_bb5a_171655679fc8 a owl:Class ;
    rdfs:label "Extensive"@en ;
    rdfs:comment "A quantity whose magnitude is additive for subsystems."@en,
        "Note that not all physical quantities can be categorised as being either intensive or extensive. For example the square root of the mass."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_79751276_b2d0_4e2f_bbd4_99d412f43d55 ;
    owl:disjointWith emmo:EMMO_602397bd_e302_42a6_be33_fe67ea81933a ;
    skos:example """Mass
Volume
Entropy"""@en ;
    skos:prefLabel "Extensive"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A quantity whose magnitude is additive for subsystems."@en .

emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac a owl:Class ;
    rdfs:label "SIAcceptedUnit"@en ;
    rdfs:comment "Non-SI units mentioned in the SI."@en,
        "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 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/prefixedsiunits#> ;
    rdfs:subClassOf emmo:EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2,
        emmo:EMMO_e8b5f7de_4fd9_41d7_b988_87b512fe0180 ;
    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"^^xsd:string .

emmo:EMMO_9e3ad976_b179_4315_b51e_7e874df583dc a owl:ObjectProperty ;
    rdfs:label "hasSign"@en ;
    rdfs:comment "The relation between a semiotic process and the sign standing for the referent."@en ;
    rdfs:domain emmo:EMMO_008fd3b2_4013_451f_8827_52bceab11841 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:range emmo:EMMO_b21a56ed_f969_4612_a6ec_cb7766f7f31d ;
    rdfs:subPropertyOf emmo:EMMO_f275e4e9_062b_4ca4_a679_4f26ec0a48ae ;
    skos:prefLabel "hasSign"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a semiotic process and the sign standing for the referent."@en .

emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasSpatialTile"@en ;
    rdfs:comment "A relation between the whole and one of its tiles, where the tile is only spatially connected with the other tiles forming the tessellation."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/reductionistic#> ;
    rdfs:range emmo:EMMO_4cf484af_082a_40f5_9f11_930bf4634482 ;
    rdfs:subPropertyOf emmo:EMMO_7efab93d_c8fe_49c7_ba8e_d21d13b38c85 ;
    skos:altLabel "hasSpatialDirectPart"@en ;
    skos:prefLabel "hasSpatialTile"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation between the whole and one of its tiles, where the tile is only spatially connected with the other tiles forming the tessellation."^^xsd:string .

emmo:EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac a owl:Class ;
    rdfs:label "Length"@en ;
    rdfs:comment "Extend of a spatial dimension."@en,
        "Length is a non-negative additive quantity attributed to a one-dimensional object in space."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc ],
        emmo:EMMO_194100e1_e11a_4b7c_bb5a_171655679fc8,
        emmo:EMMO_1a4c1a97_88a7_4d8e_b2f9_2ca58e92dde4,
        emmo:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a ;
    skos:prefLabel "Length"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Length"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "3-1.1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Extend of a spatial dimension."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.L03498"^^xsd:string .

emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c a owl:Class ;
    rdfs:label "PressurePerTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'PressurePerTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-3 L-1 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29 a owl:Class ;
    rdfs:label "DeciPrefixedUnit"@en ;
    rdfs:comment "Superclass for all units prefixed with \"deci\" (0.1)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_4be0acad_af05_426f_aa6d_fe7531072564 ;
            owl:someValuesFrom emmo:EMMO_890856a3_3eb4_471e_a54a_65031bee30f4 ],
        [ a owl:Restriction ;
            owl:hasValue 1e-01 ;
            owl:onProperty emmo:EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ],
        emmo:EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d ;
    skos:prefLabel "DeciPrefixedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"deci\" (0.1)."@en .

emmo:EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d a owl:Class ;
    rdfs:label "MetricSubMultipleUnit"@en ;
    rdfs:comment "Measurement unit obtained by dividing a given measurement unit by an integer SI prefix greater than one."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf emmo:EMMO_d41ce84b_4317_41fb_a5d1_6cd281fca106 ;
    skos:prefLabel "MetricSubMultipleUnit"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "disjointUnionOf: PicoPrefixedUnit, DeciPrefixedUnit, FemtoPrefixedUnit, ZeptoPrefixedUnit, AttoPrefixedUnit, MicroPrefixedUnit, MilliPrefixedUnit, CentiPrefixedUnit, NanoPrefixedUnit, YoctoPrefixedUnit"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measurement unit obtained by dividing a given measurement unit by an integer SI prefix greater than one."@en .

emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 a owl:Class ;
    rdfs:label "MassFluxUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MassFlux'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L-2 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_0f3ec0ad_3fcf_42b2_8f34_6dca89e35a4f a owl:Class ;
    rdfs:label "ThermalConductivityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ThermalConductivity'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-3 L+1 M+1 I0 Θ-1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 a owl:Class ;
    rdfs:label "DimensionlessUnit"@en ;
    rdfs:comment "The subclass of measurement units with no physical dimension."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L0 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        emmo:EMMO_611e4040_9a3e_4a1a_9fa2_7b1012269401 ;
    owl:disjointWith emmo:EMMO_cbdea88b_fef1_4c7c_b69f_ae1f0f241c4a ;
    skos:example """Refractive index
Plane angle
Number of apples"""@en ;
    skos:prefLabel "DimensionlessUnit"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/UNITLESS"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The subclass of measurement units with no physical dimension."@en .

emmo:EMMO_7cef5aae_baae_42d1_959a_ee70a7cf7a73 a owl:Class ;
    rdfs:label "EntropyPerMassUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'EntropyPerMass'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L+2 M0 I0 Θ-1 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe a owl:Class ;
    rdfs:label "ElectricConductivityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricConductivity'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+3 L-3 M-1 I+2 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_cb804456_9459_4be5_ac63_a291a872fbd0 a owl:ObjectProperty ;
    rdfs:label "hasInterpreter"@en ;
    rdfs:comment "The relation between a semiotic process and the interpreter that is responsible for the sign-referent correspondance."@en ;
    rdfs:domain emmo:EMMO_008fd3b2_4013_451f_8827_52bceab11841 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/semiotics#> ;
    rdfs:range emmo:EMMO_0527413c_b286_4e9c_b2d0_03fb2a038dee ;
    rdfs:subPropertyOf emmo:EMMO_f275e4e9_062b_4ca4_a679_4f26ec0a48ae ;
    skos:prefLabel "hasInterpreter"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between a semiotic process and the interpreter that is responsible for the sign-referent correspondance."@en .

<urn:swrl:var#z> a swrl:Variable .

emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e a owl:Class ;
    rdfs:label "PerVolumeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'PerVolume'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L-3 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 a owl:Class ;
    rdfs:label "ElectricCurrentUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricCurrent'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L0 M0 I+1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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 .

skos:altLabel a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf rdfs:label .

emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 a owl:Class ;
    rdfs:label "PowerDensityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'PowerDensity'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-3 L0 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 a owl:Class ;
    rdfs:label "AreaDensityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AreaDensity'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L-2 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f a owl:DatatypeProperty ;
    rdfs:label "hasPrefixMultiplier"@en ;
    rdfs:comment "Relates a SI prefixed unit to the multiplication factor corresponding to the prefix."@en ;
    rdfs:domain emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:range xsd:double ;
    skos:prefLabel "hasPrefixMultiplier"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a SI prefixed unit to the multiplication factor corresponding to the prefix."@en .

rdfs:seeAlso rdfs:comment """EMMO applies the naming convension to its sub-properties of rdfs:seeAlso that their label must end with one of the following terms:
  - 'Match': resolvable URLs to corresponding entity in another ontology
  - 'Entry': resolvable URLs to a human readable resource describing the subject
  - 'Ref': non-resolvable reference to a human readable resource describing the subject"""@en,
        "Indicate a resource that might provide additional information about the subject resource."@en .

emmo:Coulomb a owl:Class ;
    rdfs:label "Coulomb"@en ;
    rdfs:comment "SI unit for electric charge."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "C"^^xsd:string ;
            owl:onProperty emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 ],
        emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a,
        emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ;
    skos:prefLabel "Coulomb"@en ;
    schema:unitCode "COU"^^xsd:string ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/C"^^xsd:string ;
    emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "C"^^xsd:string ;
    emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Coulomb"^^xsd:anyURI ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "SI unit for electric charge."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The SI unit of electric charge. One coulomb is the amount of charge accumulated in one second by a current of one ampere. Electricity is actually a flow of charged particles, such as electrons, protons, or ions. The charge on one of these particles is a whole-number multiple of the charge e on a single electron, and one coulomb represents a charge of approximately 6.241 506 x 1018 e. The coulomb is named for a French physicist, Charles-Augustin de Coulomb (1736-1806), who was the first to measure accurately the forces exerted between electric charges.

-- QUDT"""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Coulomb?oldid=491815163"^^xsd:anyURI ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.C01365"^^xsd:string .

emmo:EMMO_4be0acad_af05_426f_aa6d_fe7531072564 a owl:ObjectProperty ;
    rdfs:label "hasMetricPrefix"@en ;
    rdfs:comment "Relates a prefixed unit to its metric prefix part."@en ;
    rdfs:domain emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:range emmo:EMMO_442bd91e_a724_4e9f_89c1_18423016fb75 ;
    rdfs:subPropertyOf emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ;
    skos:prefLabel "hasMetricPrefix"@en .

emmo:EMMO_602397bd_e302_42a6_be33_fe67ea81933a a owl:Class ;
    rdfs:label "Intensive"@en ;
    rdfs:comment "A quantity whose magnitude is independent of the size of the system."@en,
        "Note that not all physical quantities can be categorised as being either intensive or extensive. For example the square root of the mass."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_79751276_b2d0_4e2f_bbd4_99d412f43d55 ;
    skos:example """Temperature
Density
Pressure
ChemicalPotential"""@en ;
    skos:prefLabel "Intensive"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A quantity whose magnitude is independent of the size of the system."@en .

emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e a owl:Class ;
    rdfs:label "CentiPrefixedUnit"@en ;
    rdfs:comment "Superclass for all units prefixed with \"centi\" (0.01)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue 1e-02 ;
            owl:onProperty emmo:EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_4be0acad_af05_426f_aa6d_fe7531072564 ;
            owl:someValuesFrom emmo:EMMO_03d2c71b_0276_45d7_a847_7cd164cb7d45 ],
        emmo:EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d ;
    skos:prefLabel "CentiPrefixedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"centi\" (0.01)."@en .

emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 a owl:ObjectProperty ;
    rdfs:label "hasUnitNonPrefixPart"@en ;
    rdfs:comment "Relates a prefixed unit to its non-prefixed part."@en ;
    rdfs:domain emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:range emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    rdfs:subPropertyOf emmo:EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ;
    skos:example "For example the unit CentiNewtonMetre has prefix \"Centi\" and non-prefix part \"NewtonMetre\"."@en ;
    skos:prefLabel "hasUnitNonPrefixPart"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a prefixed unit to its non-prefixed part."@en .

emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasProperPart"@en ;
    rdfs:comment "The relation between an entity and one of its parts, when both entities are distinct."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f,
        emmo:EMMO_9cb984ca_48ad_4864_b09e_50d3fff19420 ;
    skos:prefLabel "hasProperPart"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The relation between an entity and one of its parts, when both entities are distinct."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The proper part relation has the following pair-covering sub-relations:
- hasMembers xor hasPiece
- hasPortionPart xor hasGatheredPart
. hasItemPart xor hasScatteredPart"""@en .

emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da a owl:Class ;
    rdfs:label "FractionUnit"@en ;
    rdfs:comment """Quantities that are ratios of quantities of the same kind (for example length ratios and amount fractions) have the option of being expressed with units (m/m, mol/mol to aid the understanding of the quantity being expressed and also allow the use of SI prefixes, if this
is desirable (μm/m, nmol/mol).
-- SI Brochure"""@en,
        "Unit for fractions of quantities of the same kind, to aid the understanding of the quantity being expressed."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 ;
    skos:altLabel "RatioUnit"@en ;
    skos:prefLabel "FractionUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Unit for fractions of quantities of the same kind, to aid the understanding of the quantity being expressed."@en .

emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf a owl:Class ;
    rdfs:label "ReciprocalLengthUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ReciprocalLength'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L-1 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_a242d3e9_c6d3_411e_a667_71ffbc248a1a a owl:Class ;
    rdfs:label "SpaceAndTimeQuantity"@en ;
    rdfs:comment "Quantities categorised according to ISO 80000-3."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_2ce04004_62cf_4394_b6a2_b45fce1aebfe ;
    skos:prefLabel "SpaceAndTimeQuantity"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantities categorised according to ISO 80000-3."@en .

emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b a owl:Class ;
    rdfs:label "SISpecialUnit"@en ;
    rdfs:comment "The 22 derived units that are given a special name in the SI system that stands for units derived by SI base units."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf emmo:EMMO_32129fb5_df25_48fd_a29c_18a2f22a2dd5,
        emmo:EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2,
        emmo:EMMO_707c6032_e272_4a20_98b5_d35c4f67be68 ;
    skos:prefLabel "SISpecialUnit"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "disjointUnionOf: Becquerel, Coulomb, DegreeCelsius, Farad, Gray, Henry, Hertz, Joule, Katal, Lumen, Lux, Newton, Ohm, Pascal, Radian, Siemens, Sievert, Steradian, Tesla, Volt, Watt, Weber"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The 22 derived units that are given a special name in the SI system that stands for units derived by SI base units."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "These units are SI coherent by definition."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/International_System_of_Units#Derived_units"^^xsd:string .

emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f a owl:AnnotationProperty ;
    rdfs:label "note"@en ;
    rdfs:comment "A text that add some information about the entity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf rdfs:comment ;
    skos:prefLabel "note"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A text that add some information about the entity."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "A note can be addressed to facilitate interpretation, to suggest possible usage, to clarify the concepts behind each entity with respect to other ontological apporaches."@en .

emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 a owl:Class ;
    rdfs:label "AreaUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Area'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L+2 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de a owl:Class ;
    rdfs:label "Item"@en ;
    rdfs:comment """A world entity is direct causally self-connected if any two parts that make up the whole are direct causally connected to each other. In the EMMO, topological connectivity is based on causality.
All physical objects, i.e. entities whose behaviour is explained by physics laws, are represented only by items. In other words, a physical object part is embedded in a direct causal graph that provides always a path between two of its parts.
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,
        "The class of individuals standing for quantum or causally self-connected world entities."@en,
        "The disjoint union of Particle and CausalStructure classes."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo: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 ;
    emmo:EMMO_31252f35_c767_4b97_a877_1235076c3e13 """A world entity is direct causally self-connected if any two parts that make up the whole are direct causally connected to each other. In the EMMO, topological connectivity is based on causality.
All physical objects, i.e. entities whose behaviour is explained by physics laws, are represented only by items. In other words, a physical object part is embedded in a direct causal graph that provides always a path between two of its parts.
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:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "The disjoint union of Particle and CausalStructure classes."@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: CausalParticle or CausalStructure"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of individuals standing for quantum or causally self-connected world entities."@en ;
    emmo: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."^^xsd:string .

<urn:swrl:var#y> a swrl:Variable .

emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa a owl:Class ;
    rdfs:label "ForcePerLengthUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ForcePerLength'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L0 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39 a owl:Class ;
    rdfs:label "DerivedUnit"@en ;
    rdfs:comment "Derived units are defined as a numerical factor times the products of powers of the base units corresponding to the relations defining the derived quantities in terms of the base quantities."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    skos:prefLabel "DerivedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Derived units are defined as a numerical factor times the products of powers of the base units corresponding to the relations defining the derived quantities in terms of the base quantities."@en ;
    emmo:EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "derived unit"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """A measurement unit for a derived quantity.
-- VIM"""@en,
        "When the numerical factor of this product is one, the derived units are called coherent derived units."@en .

emmo:EMMO_31ec09ba_1713_42cb_83c7_b38bf6f9ced2 a owl:Class ;
    rdfs:label "Energy"@en ;
    rdfs:comment "A property of objects which can be transferred to other objects or converted into different forms."@en,
        "Energy is often defined as \"ability of a system to perform work\", but it might be misleading since is not necessarily available to do work."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 ;
            owl:someValuesFrom emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f ],
        emmo:EMMO_194100e1_e11a_4b7c_bb5a_171655679fc8,
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    skos:prefLabel "Energy"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Energy"^^xsd:string ;
    emmo:EMMO_8de5d5bf_db1c_40ac_b698_095ba3b18578 "5-20-1"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A property of objects which can be transferred to other objects or converted into different forms."@en ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E02101"^^xsd:string .

emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce a owl:Class ;
    rdfs:label "Process"@en ;
    rdfs:comment "The superclass for causal structure classes whose individuals have some temporal item parts that are not of the same type of the whole."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/models#> ;
    rdfs:subClassOf emmo: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:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "Equivalent To: Behaviour or ConstitutiveProcess or Stage or SubProcess"^^xsd:string ;
    emmo: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: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 .

emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100 a owl:Class ;
    rdfs:label "PicoPrefixedUnit"@en ;
    rdfs:comment "Superclass for all units prefixed with \"pico\" (1e-12)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_4be0acad_af05_426f_aa6d_fe7531072564 ;
            owl:someValuesFrom emmo:EMMO_2b243e59_3a2a_412e_9a58_81d1e5c92fbe ],
        [ a owl:Restriction ;
            owl:hasValue 1e-12 ;
            owl:onProperty emmo:EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ],
        emmo:EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d ;
    skos:prefLabel "PicoPrefixedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"pico\" (1e-12)."@en .

emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 a owl:Class ;
    rdfs:label "AbsorbedDoseUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'AbsorbedDose'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L+2 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c a owl:Class ;
    rdfs:label "ForceUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Force'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L+1 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_faab3f84_e475_4a46_af9c_7d249f0b9aef a owl:Class ;
    rdfs:label "RatioQuantity"@en ;
    rdfs:comment """Quantities defined as ratios `Q=A/B` having equal dimensions in numerator and denominator are dimensionless quantities but still have a physical dimension defined as dim(A)/dim(B).

Johansson, Ingvar (2010). "Metrological thinking needs the notions of parametric quantities, units and dimensions". Metrologia. 47 (3): 219–230. doi:10.1088/0026-1394/47/3/012. ISSN 0026-1394."""@en,
        "The class of quantities that are the ratio of two quantities with the same physical dimensionality."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:seeAlso "https://iopscience.iop.org/article/10.1088/0026-1394/47/3/012"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e ;
    skos:example """refractive index,
volume fraction,
fine structure constant"""^^xsd:string ;
    skos:prefLabel "RatioQuantity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/DimensionlessRatio"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The class of quantities that are the ratio of two quantities with the same physical dimensionality."@en .

emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 a owl:Class ;
    rdfs:label "Object"@en ;
    rdfs:comment "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,
        "The superclass for causal structure classes whose individuals have all temporal item parts of the same type of the whole."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/perspectives/persistence#> ;
    rdfs:subClassOf emmo:EMMO_e04884d9_eda6_487e_93d5_7722d7eda96b ;
    skos:altLabel "Continuant"@en,
        "Endurant"@en ;
    skos:example "If ϕ is the class of human beings, then the 4D entity representing a lifetime from birth to death in senile age is an object. if ϕ is the class of underages, the 4D entity representing the same lifetime is a process, since the underage covers only a part of the lifetime."@en,
        """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: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:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "Equivalent To: Constituent or Participant or Status or SubObject"^^xsd:string ;
    emmo: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: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 .

emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "hasNumberValue"@en ;
    rdfs:domain emmo:EMMO_8b305b63_6fa3_44dd_9679_17eb8403a07a ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/math#> ;
    rdfs:subPropertyOf emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    skos:prefLabel "hasNumberValue"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The owl:dataProperty that provides a serialisation of an EMMO numerical data entity."^^xsd:string .

emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a a owl:Class ;
    rdfs:label "ElectricChargeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'ElectricCharge'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+1 L0 M0 I+1 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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 .

<urn:swrl:var#x> a swrl:Variable .

emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1 a owl:Class ;
    rdfs:label "TimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Time'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T+1 L0 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_be76ad52_2e29_4202_be6f_0a15eb9c1817 a owl:Class ;
    rdfs:label "MechanicalQuantity"@en ;
    rdfs:comment "Quantities categorised according to ISO 80000-4."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_2ce04004_62cf_4394_b6a2_b45fce1aebfe ;
    skos:prefLabel "MechanicalQuantity"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantities categorised according to ISO 80000-4."@en .

emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c a owl:Class ;
    rdfs:label "MassPerTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'MassPerTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L0 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c a owl:DatatypeProperty ;
    rdfs:label "hasDataValue"@en ;
    rdfs:comment "The owl:dataProperty that provides a serialisation of an EMMO data entity."^^xsd:string ;
    rdfs:domain emmo:EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:subPropertyOf owl:topDataProperty ;
    skos:prefLabel "hasDataValue"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The owl:dataProperty that provides a serialisation of an EMMO data entity."^^xsd:string ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "This is the superproperty of all data properties used to serialise a fundamental data type in the EMMO Data perspective. An entity can have only one data value expressing its serialisation (e.g. a Real entity cannot have two different real values)."^^xsd:string .

emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 a owl:Class ;
    rdfs:label "NanoPrefixedUnit"@en ;
    rdfs:comment "Superclass for all units prefixed with \"nano\" (1e-9)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_4be0acad_af05_426f_aa6d_fe7531072564 ;
            owl:someValuesFrom emmo:EMMO_afb29c1a_eba4_4ba7_b6a1_62e9023c94ec ],
        [ a owl:Restriction ;
            owl:hasValue 1e-09 ;
            owl:onProperty emmo:EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ],
        emmo:EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d ;
    skos:prefLabel "NanoPrefixedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"nano\" (1e-9)."@en .

emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 a owl:Class ;
    rdfs:label "SpeedUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Speed'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L+1 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc a owl:Class ;
    rdfs:label "LengthUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Length'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L+1 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_dae32a4a_d8da_4047_81b0_36a9713fdce1 a owl:Class ;
    rdfs:label "ThermodynamicalQuantity"@en ;
    rdfs:comment "Quantities categorised according to ISO 80000-5."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_2ce04004_62cf_4394_b6a2_b45fce1aebfe ;
    skos:prefLabel "ThermodynamicalQuantity"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantities categorised according to ISO 80000-5."@en .

emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928 a owl:Class ;
    rdfs:label "MegaPrefixedUnit"@en ;
    rdfs:comment "Superclass for all units prefixed with \"mega\" (1e6)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_4be0acad_af05_426f_aa6d_fe7531072564 ;
            owl:someValuesFrom emmo:EMMO_85ee9154_5a3e_482e_aa37_c617ff1947ff ],
        [ a owl:Restriction ;
            owl:hasValue 1e+06 ;
            owl:onProperty emmo:EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ],
        emmo:EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704 ;
    skos:prefLabel "MegaPrefixedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"mega\" (1e6)."@en .

emmo:EMMO_a06e3d38_1aa8_4f45_89a8_722dbacfda24 a owl:Class ;
    rdfs:label "PhysioChemicalQuantity"@en ;
    rdfs:comment "Quantities categorised according to ISO 80000-9."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_2ce04004_62cf_4394_b6a2_b45fce1aebfe ;
    skos:prefLabel "PhysioChemicalQuantity"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantities categorised according to ISO 80000-9."@en .

emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa a owl:Class ;
    rdfs:label "MassUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Mass'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L0 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_a66427d1_9932_4363_9ec5_7d91f2bfda1e a owl:Class ;
    rdfs:label "ISQDimensionlessQuantity"@en ;
    rdfs:comment "A quantity to which no physical dimension is assigned and with a corresponding unit of measurement in the SI of the unit one."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_67fc0a36_8dcb_4ffa_9a43_31074efa3296 ;
            owl:someValuesFrom emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 ],
        emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 ;
    skos:prefLabel "ISQDimensionlessQuantity"@en ;
    emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/quantitykind/Dimensionless"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A quantity to which no physical dimension is assigned and with a corresponding unit of measurement in the SI of the unit one."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Dimensionless_quantity"^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.D01742"^^xsd:string .

emmo:EMMO_af794e9d_dc7d_4756_83e1_2cd0e2ec864e a owl:Class ;
    rdfs:label "ElectromagneticQuantity"@en ;
    rdfs:comment "Quantities categorised according to ISO 80000-6."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_2ce04004_62cf_4394_b6a2_b45fce1aebfe ;
    skos:prefLabel "ElectromagneticQuantity"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantities categorised according to ISO 80000-6."@en .

skos:prefLabel a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/mereocausality#> ;
    rdfs:subPropertyOf rdfs:label .

emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 a owl:Class ;
    rdfs:label "DensityUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Density'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L-3 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae a owl:Class ;
    rdfs:label "MicroPrefixedUnit"@en ;
    rdfs:comment "Superclass for all units prefixed with \"micro\" (1e-6)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_4be0acad_af05_426f_aa6d_fe7531072564 ;
            owl:someValuesFrom emmo:EMMO_6da1b965_768c_4cf0_8873_44f2035133ba ],
        [ a owl:Restriction ;
            owl:hasValue 1e-06 ;
            owl:onProperty emmo:EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ],
        emmo:EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d ;
    skos:prefLabel "MicroPrefixedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"micro\" (1e-6)."@en .

emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 a owl:Class ;
    rdfs:label "VolumeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Volume'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T0 L+3 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_c29603f5_95e8_42f5_ab0c_f3bcf3166d53 a owl:Class ;
    rdfs:label "CondensedMatterPhysicsQuantity"@en ;
    rdfs:comment "Quantities categorised according to ISO 80000-12."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_2ce04004_62cf_4394_b6a2_b45fce1aebfe ;
    skos:prefLabel "CondensedMatterPhysicsQuantity"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantities categorised according to ISO 80000-12."@en .

emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f a owl:Class ;
    rdfs:label "PowerUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Power'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-3 L+2 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b a owl:Class ;
    rdfs:label "PressureUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Pressure'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L-1 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 a owl:Class ;
    rdfs:label "FrequencyUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Frequency'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L0 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f a owl:Class ;
    rdfs:label "EnergyUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'Energy'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-2 L+2 M+1 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 a owl:Class ;
    rdfs:label "SINonCoherentDerivedUnit"@en ;
    rdfs:comment "A derived unit whos numerical factor in front of the product of base units is NOT equal to one."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf emmo:EMMO_59e710f4_d9ea_4167_9a3f_f90628a307df,
        emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 ;
    skos:example "cm/s"^^xsd:string ;
    skos:prefLabel "SINonCoherentDerivedUnit"@en ;
    emmo: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 .

emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec a owl:Class ;
    rdfs:label "SIAcceptedDerivedUnit"@en ;
    rdfs:comment "Defived units that are accepted to be used with SI."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siacceptedunits#> ;
    rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39,
        emmo:EMMO_e8b5f7de_4fd9_41d7_b988_87b512fe0180 ;
    skos:prefLabel "SIAcceptedDerivedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Defived units that are accepted to be used with SI."@en .

emmo:EMMO_daf7a9b7_18ef_4e73_9fb9_75adfd9800e8 a owl:DatatypeProperty ;
    rdfs:label "unitSymbolValue"@en ;
    rdfs:domain emmo:EMMO_216f448e_cdbc_4aeb_a529_7a5fe7fc38bb ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:subPropertyOf emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ;
    skos:prefLabel "unitSymbolValue"@en .

emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 a owl:Class ;
    rdfs:label "KiloPrefixedUnit"@en ;
    rdfs:comment "Superclass for all units prefixed with \"kilo\" (1000)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_4be0acad_af05_426f_aa6d_fe7531072564 ;
            owl:someValuesFrom emmo:EMMO_68a031ba_abf5_4859_b84c_32977f029908 ],
        [ a owl:Restriction ;
            owl:hasValue 1e+03 ;
            owl:onProperty emmo:EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ],
        emmo:EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704 ;
    skos:prefLabel "KiloPrefixedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"kilo\" (1000)."@en .

emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b a owl:Class ;
    rdfs:label "VolumePerTimeUnit"@en ;
    rdfs:comment "The class of units with dimensionality 'VolumePerTime'."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:hasValue "T-1 L+3 M0 I0 Θ0 N0 J0"^^xsd:string ;
            owl:onProperty emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 ],
        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:EMMO_3b1b64d1_60c9_4689_a300_eb9cd56e368b a owl:Class ;
    rdfs:label "AtomicAndNuclearPhysicsQuantity"@en ;
    rdfs:comment "Quantities categorised according to ISO 80000-10."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_2ce04004_62cf_4394_b6a2_b45fce1aebfe ;
    skos:prefLabel "AtomicAndNuclearPhysicsQuantity"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantities categorised according to ISO 80000-10."@en .

emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 a owl:Class ;
    rdfs:label "MilliPrefixedUnit"@en ;
    rdfs:comment "Superclass for all units prefixed with \"milli\" (1e-3)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_4be0acad_af05_426f_aa6d_fe7531072564 ;
            owl:someValuesFrom emmo:EMMO_49adf406_5c8f_498a_8c90_e4974e9e6d11 ],
        [ a owl:Restriction ;
            owl:hasValue 1e-03 ;
            owl:onProperty emmo:EMMO_95908a5b_2e5e_4a52_9c5d_db25efe76e0f ],
        emmo:EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d ;
    skos:prefLabel "MilliPrefixedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Superclass for all units prefixed with \"milli\" (1e-3)."@en .

emmo:EMMO_43de6d01-276c-55ed-a166-ad097ec75575 a owl:DatatypeProperty ;
    rdfs:label "hasIUPAC2016AtomicMass"@en ;
    rdfs:comment "This is a convenient shortcut for the measurement process process of the atomic mass reported by IUPAC2016."^^xsd:string,
        "The mass of an atomic element according to IUPAC 2016."@en ;
    rdfs:domain emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:range xsd:decimal ;
    skos:prefLabel "hasIUPAC2016AtomicMass"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The mass of an atomic element according to IUPAC 2016."@en .

emmo:EMMO_a585728e-36c8-5df4-9d95-aa128d2a0e7f a owl:DatatypeProperty ;
    rdfs:label "hasAtomicNumber"@en ;
    rdfs:comment "This is a convenient shortcut for the conventional declaration process of assigning an atomic number to an atom subclass."^^xsd:string,
        "The atomic number of an atomic element."@en ;
    rdfs:domain emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:range xsd:integer ;
    skos:prefLabel "hasAtomicNumber"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The atomic number of an atomic element."@en .

emmo:EMMO_26c4132f-08aa-5391-aa39-121ce088e762 a owl:ObjectProperty ;
    rdfs:label "isChemicalSymbolFor"@en ;
    rdfs:comment "Relates a  chemical symbol to the atomic element it stands for."@en ;
    rdfs:domain emmo:EMMO_d357e0dd_3497_4590_af6f_7954db7fecf7 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/periodictable#> ;
    rdfs:range emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad ;
    rdfs:subPropertyOf emmo:EMMO_55375713_8f92_473b_a688_b7fcc14f7797 ;
    owl:inverseOf emmo:EMMO_79c0edfa-06f9-5149-b754-28c589035b8a ;
    skos:prefLabel "isChemicalSymbolFor"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a  chemical symbol to the atomic element it stands for."@en .

emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "hasSymbolValue"@en ;
    rdfs:domain [ a owl:Class ;
            owl:intersectionOf ( emmo:EMMO_70bbb94e_2ca7_4d73_ba01_6397f134d172 emmo:EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 ) ] ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/symbolic#> ;
    rdfs:subPropertyOf emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    skos:prefLabel "hasSymbolValue"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The owl:dataProperty that provides a serialisation of an EMMO symbol data entity."^^xsd:string .

emmo:EMMO_4f40def1_3cd7_4067_9596_541e9a5134cf a owl:Class ;
    rdfs:label "ChemicalElement"@en ;
    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

This qualifies a chemical element as a name and not a matter obejct that can stand for an atom or a substance."""^^xsd:string,
        "The symbol for a specific chemical element, that can stand both for an atom or a substance."^^xsd:string ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/chemistry#> ;
    rdfs:seeAlso "http://publications.iupac.org/ci/2005/2701/ud.html"^^xsd:string ;
    rdfs:subClassOf emmo:EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527,
        emmo:EMMO_abf7efbe_6b04_41b8_8326_4dd0f6be753e ;
    skos:prefLabel "ChemicalElement"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The symbol for a specific chemical element, that can stand both for an atom or a substance."^^xsd:string ;
    emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.C01022"^^xsd:string .

emmo:EMMO_eb77076b_a104_42ac_a065_798b2d2809ad a owl:Class ;
    rdfs:label "Atom"@en ;
    rdfs:comment """A standalone atom has direct part one 'nucleus' and one 'electron_cloud'.

An O 'atom' within an O₂ 'molecule' is an 'e-bonded_atom'.

In this material branch, H atom is a particular case, with respect to higher atomic number atoms, since as soon as it shares its electron it has no nucleus entangled electron cloud.

We cannot say that H₂ molecule has direct part two H atoms, but has direct part two H nucleus."""@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/reference/physicalistic#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 ;
            owl:someValuesFrom emmo:EMMO_730f2e31_ca78_410f_a5e1_4043217a41ab ],
        [ a owl:Restriction ;
            owl:onProperty emmo:EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 ;
            owl:someValuesFrom emmo:EMMO_f835f4d4_c665_403d_ab25_dca5cc74be52 ],
        emmo:EMMO_21205421_5783_4d3e_81e5_10c5d894a88a ;
    skos:altLabel "ChemicalElement"@en ;
    skos:prefLabel "Atom"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A standalone atom has direct part one 'nucleus' and one 'electron_cloud'.

An O 'atom' within an O₂ 'molecule' is an 'e-bonded_atom'.

In this material branch, H atom is a particular case, with respect to higher atomic number atoms, since as soon as it shares its electron it has no nucleus entangled electron cloud.

We cannot say that H₂ molecule has direct part two H atoms, but has direct part two H nucleus."""@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "An 'atom' is a 'nucleus' surrounded by an 'electron_cloud', i.e. a quantum system made of one or more bounded electrons."@en .

emmo:EMMO_2946d40b_24a1_47fa_8176_e3f79bb45064 a owl:Class ;
    rdfs:label "ISQDerivedQuantity"@en ;
    rdfs:comment "Derived quantities defined in the International System of Quantities (ISQ)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/isq#> ;
    rdfs:subClassOf emmo:EMMO_71f6ab56_342c_484b_bbe0_de86b7367cb3,
        emmo:EMMO_f35cff4d_dc09_44cf_a729_22fb79e3bfb2 ;
    skos:prefLabel "ISQDerivedQuantity"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Derived quantities defined in the International System of Quantities (ISQ)."@en .

emmo:EMMO_bed1d005_b04e_4a90_94cf_02bc678a8569 a owl:ObjectProperty ;
    rdfs:label "hasMeasurementUnit"@en ;
    rdfs:comment "A conventional semiotic relation that relates a physical quantity to its unit."@en ;
    rdfs:domain emmo:EMMO_02c0621e_a527_4790_8a0f_2bb51973c819 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:range emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    rdfs:subPropertyOf emmo:EMMO_67fc0a36_8dcb_4ffa_9a43_31074efa3296 ;
    skos:example "Length hasUnit only LengthUnit"@en ;
    skos:prefLabel "hasMeasurementUnit"@en .

emmo:EMMO_9895a1b4_f0a5_4167_ac5e_97db40b8bfcc a owl:Class ;
    rdfs:label "SIDimensionalUnit"@en ;
    rdfs:comment "Dimensional unit with its physical dimensionality described accortind to the International System of Units (SI)."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:seeAlso "https://www.bipm.org/documents/20126/41483022/SI-Brochure-9-EN.pdf"^^xsd:anyURI ;
    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).

In general the dimension of any quantity Q is written in the form of a dimensional product,

    dim Q = T^α L^β M^γ I^δ Θ^ε N^ζ J^η

where the exponents α, β, γ, δ, ε, ζ and η, which are generally small integers, which can be positive, negative, or zero, are called the dimensional exponents.
-- SI brouchure

The SI dimensional units are equivalent to dimensional strings that uniquely defines their dimensionality by specifying the values of the coefficients α, β, γ, δ, ε, ζ and η. A dimensional string is a space-separated string of the physical dimension symbols followed by the value of the exponent (including it sign). They should always match the following regular expression:

^T([+-][1-9]|0) L([+-][1-9]|0) M([+-][1-9]|0) I([+-][1-9]|0) Θ([+-][1-9]|0) N([+-][1-9]|0) J([+-][1-9]|0)$

The physical dimensionality of all subclasses of SIDimensionalUnit are defined by their dimensional string. Examples of correspondance between dimensional units and their dimensional string are:

- AmountOfSubstanceUnit <=> "T0 L0 M0 I0 Θ0 N+1 J0"
- TimeUnit <=> "T+1 L0 M0 I0 Θ0 N0 J0"
- ElectricCurrentDensityUnit <=> "T0 L-2 M0 I+1 Θ0 N0 J0\""""@en .

emmo:EMMO_19d925d0_2cf1_40e5_a391_1a99d68409c9 a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "hasDimensionString"@en ;
    rdfs:comment "Relates a SI dimensional unit to a dimension string."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/sidimensionalunits#> ;
    rdfs:range emmo:EMMO_799c067b_083f_4365_9452_1f1433b03676 ;
    rdfs:seeAlso emmo:EMMO_799c067b_083f_4365_9452_1f1433b03676 ;
    skos:prefLabel "hasDimensionString"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a SI dimensional unit to a dimension string."@en .

emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 a owl:Class ;
    rdfs:label "SICoherentDerivedUnit"@en ;
    rdfs:comment "A SI derived unit whos numerical factor in front of the product of SI base units is one."@en,
        "This class collects all units that are products or powers of SI base or SI special units only."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf emmo:EMMO_59e710f4_d9ea_4167_9a3f_f90628a307df,
        emmo:EMMO_707c6032_e272_4a20_98b5_d35c4f67be68 ;
    owl:disjointWith emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 ;
    skos:example """m/s
kg/m^3"""^^xsd:string ;
    skos:prefLabel "SICoherentDerivedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A SI derived unit whos numerical factor in front of the product of SI base units is one."@en .

emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 a owl:ObjectProperty ;
    rdfs:label "hasUnitSymbol"@en ;
    rdfs:comment "Relates a prefixed unit to its unit symbol part."@en ;
    rdfs:domain emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/metrology#> ;
    rdfs:range emmo:EMMO_216f448e_cdbc_4aeb_a529_7a5fe7fc38bb ;
    rdfs:subPropertyOf emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ;
    skos:prefLabel "hasUnitSymbol"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a prefixed unit to its unit symbol part."@en .

emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 a owl:Class ;
    rdfs:label "NonSIUnit"@en ;
    rdfs:comment "Measurement units that are not SI units."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:subClassOf emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    owl:disjointWith emmo:EMMO_feb03a8a_bbb6_4918_a891_46713ef557f4 ;
    skos:prefLabel "NonSIUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Measurement units that are not SI units."@en .

emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e a owl:Class ;
    rdfs:label "PrefixedUnit"@en ;
    rdfs:comment "A measurement unit that is made of a metric prefix and a unit symbol."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onClass emmo:EMMO_216f448e_cdbc_4aeb_a529_7a5fe7fc38bb ;
            owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ;
            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ],
        [ a owl:Restriction ;
            owl:onClass emmo:EMMO_442bd91e_a724_4e9f_89c1_18423016fb75 ;
            owl:onProperty emmo:EMMO_4be0acad_af05_426f_aa6d_fe7531072564 ;
            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ],
        emmo:EMMO_4b965242_29f0_4e42_a4b6_f8a5988052df ;
    skos:prefLabel "PrefixedUnit"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A measurement unit that is made of a metric prefix and a unit symbol."@en .

emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e a owl:Class ;
    rdfs:label "NonPrefixedUnit"@en ;
    rdfs:comment "A measurement unit symbol that do not have a metric prefix as a direct spatial part."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf emmo:EMMO_4b965242_29f0_4e42_a4b6_f8a5988052df ;
    owl:disjointWith emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ;
    skos:prefLabel "NonPrefixedUnit"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "EquivalentTo: DerivedUnit or UnitSymbol"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A measurement unit symbol that do not have a metric prefix as a direct spatial part."@en .

emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 a owl:Class ;
    rdfs:label "MeasurementUnit"@en ;
    rdfs:comment "A metrological reference for a physical quantity."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf emmo:EMMO_18ce5200_00f5_45bb_8c6f_6fb128cd41ae ;
    owl:disjointWith emmo:EMMO_c9c8f824_9127_4f93_bc21_69fe78a7f6f2 ;
    skos:example """kg
m/s
km"""@en ;
    skos:prefLabel "MeasurementUnit"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "DisjointUnionOf: DimensionlessUnit, DimensionalUnit"^^xsd:string,
        "DisjointUnionOf: NonPrefixedUnit, PrefixedUnit"^^xsd:string ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A metrological reference for a physical quantity."@en ;
    emmo:EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "measurement unit (VIM3 1.9)"@en ;
    emmo: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"
ISO 80000-1"""@en,
        """"Unit symbols are mathematical entities and not abbreviations."

"Symbols for units are treated as mathematical entities. In expressing the value of a quantity as the product of a numerical value and a unit, both the numerical value and the unit may be treated by the ordinary rules of algebra."

https://www.bipm.org/utils/common/pdf/si-brochure/SI-Brochure-9-EN.pdf"""@en,
        "Measurement units and procedure units are disjoint."@en,
        "Quantitative value are expressed as a multiple of the 'MeasurementUnit'."@en .

emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 a owl:Class ;
    rdfs:label "SINonCoherentUnit"@en ;
    rdfs:comment "An SI unit whos numerical factor in front of the product of base SI units is NOT equal to one."@en ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/noncoherentsiunits#> ;
    rdfs:subClassOf emmo:EMMO_feb03a8a_bbb6_4918_a891_46713ef557f4 ;
    skos:prefLabel "SINonCoherentUnit"@en ;
    emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db "disjointUnionOf: SIMetricPrefixedUnit, SINonCoherentDerivedUnit"^^xsd:string ;
    emmo: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 ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """A non-SI coherent can be expressed in terms of its corresponding SI coherent unit, as

    nonsi_coherent_unit = si_coherent_unit * multiplier + offset

where `multiplier` and `offset` are specified via the 'hasConversionMultiplier' and 'hasConversionOffset' data properties, respectively."""@en .

emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd a owl:DatatypeProperty ;
    rdfs:label "hasSIConversionOffset"@en ;
    rdfs:comment "Number to add to a SI coherent unit when converting to a given non-SI coherent unit."@en ;
    rdfs:domain emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:range xsd:double ;
    skos:prefLabel "hasSIConversionOffset"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number to add to a SI coherent unit when converting to a given non-SI coherent unit."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Conversion formula:

    nonsi_coherent_unit = si_coherent_unit * multiplier + offset"""@en .

emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf a owl:DatatypeProperty ;
    rdfs:label "hasSIConversionMultiplier"@en ;
    rdfs:comment "Number to multiply a SI coherent unit with when converting to a given non-SI coherent unit."@en ;
    rdfs:domain emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ;
    rdfs:isDefinedBy <https://w3id.org/emmo/disciplines/units/siunits#> ;
    rdfs:range xsd:double ;
    skos:prefLabel "hasSIConversionMultiplier"@en ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Number to multiply a SI coherent unit with when converting to a given non-SI coherent unit."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """Conversion formula:

    nonsi_coherent_unit = si_coherent_unit * multiplier + offset"""@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 ;
    owl:annotatedTarget "Data"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin data, nominative plural of datum (“that is given”), neuter past participle of dō (“I give”)."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 ;
    owl:annotatedTarget "isCauseOf"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin causa (“reason, sake, cause”)."@en .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN EN 13956:2013-03"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_06c415dc_ba26_407d_b596_283bd4d9a66f ;
    owl:annotatedTarget "Joining process by softening the surfaces to be joined, either by heat or with a solvent (swelling welding, solvent welding), and pressing the softened surfaces together."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "https://www.collinsdictionary.com/it/dizionario/inglese/technology"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_2b9cbfb5_dbd0_4a68_9c6f_acc41b40dd72 ;
    owl:annotatedTarget "Technology refers to methods, systems, and devices which are the result of scientific knowledge being used for practical purposes."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 8593-0:2003-09"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_6ab555fd_5803_4f03_82e8_127c01aabfea ;
    owl:annotatedTarget "The permanent joining or other bringing together of two or more workpieces of a geometric shape or of similar workpieces with shapeless material. In each case, the cohesion is created locally and increased as a whole."^^xsd:string .

[] a owl:Axiom ;
    owl:annotatedProperty skos:altLabel ;
    owl:annotatedSource emmo:EMMO_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad ;
    owl:annotatedTarget "Engineered"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin ingenium \"innate qualities, ability; inborn character,\" in Late Latin \"a war engine, battering ram\"; literally \"that which is inborn,\" from in- (\"in\") + gignere (\"give birth, beget\")."@en .

[] a owl:Axiom ;
    rdfs:isDefinedBy "https://www.iso.org/obp/ui/#iso:std:iso:18435:-1:ed-1:v1:en:term:3.16"^^xsd:anyURI ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource emmo:EMMO_a4d66059_5dd3_4b90_b4cb_10960559441b ;
    owl:annotatedTarget """ISO 18435-1:2009
manufacturing process: set of processes in manufacturing involving a flow and/or transformation of material, information, energy, control, or any other element in a manufacturing area"""@en .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN EN 9110:2018-08"^^xsd:string ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_c7171429_b9e3_4812_95c1_e97309370538 ;
    owl:annotatedTarget "action to disassemble a product or a component by removing all or some of its constituent parts with the intent to salvage"^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 8586:2003-09"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_68ee441e_c89e_4391_93c3_e68fef59fe14 ;
    owl:annotatedTarget "Forming of a solid body, whereby the plastic state is essentially brought about by a bending stress"^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 8590 Berichtigung 1:2004-02"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_b8ce01a5_1e0c_4c69_8e54_7235fd4fe47e ;
    owl:annotatedTarget "A manufacturing process in which metallic material is anodically dissolved under the influence of an electric current and an electrolyte solution. The current flow can be caused either by connection to an external current source or due to local element formation on the workpiece (etching)."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 8589-3:2003-09"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_44f91d47_3faf_48e2_844c_d44bbe3e22f6 ;
    owl:annotatedTarget "Machining with a circular cutting movement, usually associated with a multi-toothed tool, and with a feed movement perpendicular or oblique to the axis of rotation of the tool, to produce any workpiece surface."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 8590 Berichtigung 1:2004-02"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_1a2cbca8_3d3b_4e2c_9a71_e39273937786 ;
    owl:annotatedTarget "Manufacturing by separating particles of material from a solid body by non-mechanical means. Ablation refers both to the removal of layers of material and to the separation of workpiece parts. The production process of ablation is considered in its stationary instantaneous state, independently of the application of auxiliary processes necessary to initiate the process. Ablation is divided into three subgroups according to the order point of view (OGP) \"process in the effective zone on the surface of the workpiece\": - thermal ablation; - chemical ablation; - electrochemical ablation."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso emmo:EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6 ;
    owl:annotatedProperty emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 ;
    owl:annotatedSource emmo:EMMO_aa987900_caf1_4ce2_82fa_6b1d6fbd2ead ;
    owl:annotatedTarget "Dxy ≡ ¬Oxy."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN EN 13831:2007-12"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_ecf78412_f0ca_4368_9078_559ffe8935d3 ;
    owl:annotatedTarget "Forming of vessel parts from a flat mould into a three-dimensional shape by means of a press and tools, whereby material is neither removed nor added"^^xsd:string .

[] a owl:Axiom ;
    rdfs:isDefinedBy "https://www.iso.org/obp/ui/#iso:std:iso:3252:ed-5:v1:en:term:3.3.60"^^xsd:anyURI ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource emmo:EMMO_03441eb3_d1fd_4906_b953_b83312d7589e ;
    owl:annotatedTarget """ISO 3252:2019 Powder metallurgy
sintering: thermal treatment of a powder or compact, at a temperature below the melting point of the main constituent, for the purpose of increasing its strength by the metallurgical bonding of its particles"""@en .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 8588:2013-08"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_d5f98475_00ce_4987_99fb_262aed395e46 ;
    owl:annotatedTarget "Mechanical separation of workpieces without the formation of shapeless material, i.e. also without chips (chipless)."^^xsd:string .

[] a owl:Axiom ;
    rdfs:isDefinedBy "https://www.iso.org/obp/ui/#iso:std:iso:3252:ed-5:v1:en:term:3.3.33"^^xsd:anyURI ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource emmo:EMMO_3ec45f3b_677d_4e71_be75_6f8966b4f808 ;
    owl:annotatedTarget """ISO 3252:2019 Powder metallurgy
loose-powder sintering, gravity sintering: sintering of uncompacted powder"""@en .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 8585-3:2003-09"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_214e9a99_58de_40e2_86cf_fa6aa1d180a8 ;
    owl:annotatedTarget "Widening is tensile forming to increase the circumference of a hollow body. A distinction is made between: Widening, bulging."^^xsd:string .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_5c68497d_2544_4cd4_897b_1ea783c9f6fe ;
    owl:annotatedTarget "Tool"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "Old English tōl, from a Germanic base meaning ‘prepare’."@en .

[] a owl:Axiom ;
    rdfs:seeAlso "ISO/TR 10809-1:2009, 0000_19"^^xsd:string ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_7cd8a4ec_b219_498e_b696_028257163aa4 ;
    owl:annotatedTarget "Heat treatment process that generally produces martensite in the matrix."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "https://en.wiktionary.org/wiki/workpiece"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_479db031_b344_4488_9efa_4bc12c6c1765 ;
    owl:annotatedTarget "The raw material or partially finished piece that is shaped by performing various operations."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 65099-7:1989-11"^^xsd:string ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_607ccc15_38aa_4a69_a70a_effa8015bf42 ;
    owl:annotatedTarget "Strengthening by rolling is the strengthening of component surfaces by mechanically generating compressive stresses in the component surface and consolidating the material."^^xsd:string .

[] a owl:Axiom ;
    owl:annotatedProperty skos:altLabel ;
    owl:annotatedSource emmo:EMMO_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad ;
    owl:annotatedTarget "TangibleProduct"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From late Latin tangibilis, from tangere ‘to touch’."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad ;
    owl:annotatedTarget "ManufacturedProduct"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin manufacture: \"made by hand\"."@en .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 8584-2:2003-09"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_01048432_3722_40a9_aa37_ea009da44272 ;
    owl:annotatedTarget "Draw forming by drawing a workpiece through a tool opening that is narrowed in the drawing direction."^^xsd:string .

[] a owl:Axiom ;
    rdfs:isDefinedBy "https://www.iso.org/obp/ui/#iso:std:iso:8887:-1:ed-1:v1:en:term:3.1.5"^^xsd:anyURI ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource emmo:EMMO_8786cb47_8e1f_4968_9b15_f6d41fc51252 ;
    owl:annotatedTarget """ISO 8887-1:2017
manufacturing: production of components"""@en .

[] a owl:Axiom ;
    rdfs:isDefinedBy "https://www.iso.org/obp/ui/#iso:std:iso:15531:-1:ed-1:v1:en:term:3.6.22"^^xsd:anyURI ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource emmo:EMMO_a4d66059_5dd3_4b90_b4cb_10960559441b ;
    owl:annotatedTarget """ISO 15531-1:2004
manufacturing: function or act of converting or transforming material from raw material or semi-finished state to a state of further completion"""@en .

[] a owl:Axiom ;
    rdfs:isDefinedBy "https://www.iso.org/obp/ui/#iso:std:iso:3252:ed-5:v1:en:term:3.3.32"^^xsd:anyURI ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource emmo:EMMO_3cb27225_df45_4616_aa3b_32dba383524c ;
    owl:annotatedTarget """ISO 3252:2019 Powder metallurgy
liquid-phase sintering: sintering of a powder or compact containing at least two constituents, under conditions such that a liquid phase is formed"""@en .

[] a owl:Axiom ;
    rdfs:seeAlso "https://en.wikipedia.org/wiki/Technology"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_2b9cbfb5_dbd0_4a68_9c6f_acc41b40dd72 ;
    owl:annotatedTarget "Technology is the application of knowledge for achieving practical goals in a reproducible way."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN EN ISO 472/A1:2019-03"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_f5655090_2266_41cb_b2e9_3b4569c45731 ;
    owl:annotatedTarget "Type of scratching behaviour where the scratching force and the (displacement) deflection of the scratching tip are constant over the scratching distance during the test."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ;
    owl:annotatedProperty emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 ;
    owl:annotatedSource emmo:EMMO_6786b336_e982_4759_8dee_1905a4106591 ;
    owl:annotatedTarget "RP(x, y) ≡ PP(x, y) ∧ ∃φ(φ(x) ∧ φ(y))"^^xsd:string ;
    emmo: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 that in the EMMO OWL is supposed to be subclass of CausalStructure."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_eff42cb3_208e_4768_9a39_f8b6b3c3d7a2 ;
    owl:annotatedTarget "Computation"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin con- +‎ putō (“I reckon”)."@en .

[] a owl:Axiom ;
    rdfs:seeAlso "https://www.cencenelec.eu/media/CEN-CENELEC/CWAs/RI/cwa17284_2018.pdf"^^xsd:anyURI ;
    owl:annotatedProperty rdfs:isDefinedBy ;
    owl:annotatedSource emmo:EMMO_e97af6ec_4371_4bbc_8936_34b76e33302f ;
    owl:annotatedTarget "CEN Workshop Agreement – CWA 17284 “Materials modelling – terminology, classification and metadata”"@en .

[] a owl:Axiom ;
    rdfs:seeAlso "https://www.cencenelec.eu/media/CEN-CENELEC/CWAs/RI/cwa17284_2018.pdf"^^xsd:anyURI ;
    owl:annotatedProperty rdfs:isDefinedBy ;
    owl:annotatedSource emmo:EMMO_b29fd350_39aa_4af7_9459_3faa0544cba6 ;
    owl:annotatedTarget "CEN Workshop Agreement – CWA 17284 “Materials modelling – terminology, classification and metadata”"@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf ;
    owl:annotatedTarget "EMMO"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "EMMO is the acronym of Elementary Multiperspective Material Ontology."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 ;
    owl:annotatedTarget "Collection"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin collectio, from colligere ‘gather together’."@en .

[] a swrl:Imp ;
    rdfs:comment "Implementation of equality based on mereology."^^rdfs:Literal ;
    swrl:body [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#y> ;
                    swrl:propertyPredicate emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ] ;
            rdf:rest [ a swrl:AtomList ;
                    rdf:first [ a swrl:IndividualPropertyAtom ;
                            swrl:argument1 <urn:swrl:var#y> ;
                            swrl:argument2 <urn:swrl:var#x> ;
                            swrl:propertyPredicate emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ] ;
                    rdf:rest () ] ] ;
    swrl:head [ a swrl:AtomList ;
            rdf:first [ a swrl:SameIndividualAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#y> ] ;
            rdf:rest () ] .

[] a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource emmo:EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf ;
    owl:annotatedTarget _:21 ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "All EMMO individuals are part of the most comprehensive entity which is the universe."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_c5ddfdba_c074_4aa4_ad6b_1ac4942d300d ;
    owl:annotatedTarget "CausalStructure"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin causa (“reason, sake, cause”), and from Latin struere (“arrange, assemble, build”)."@en .

[] a owl:Axiom ;
    rdfs:seeAlso emmo:EMMO_1328d112_e731_4e56_b9b9_6b6cdd495cd6 ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_6786b336_e982_4759_8dee_1905a4106591 ;
    owl:annotatedTarget "A part is always distinct xor redundant."@en .

[] a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource emmo:EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 ;
    owl:annotatedTarget _:44 ;
    emmo: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 .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ;
    owl:annotatedTarget "Item"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin item, \"likewise, just so, moreover\"."@en .

[] a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource emmo:EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 ;
    owl:annotatedTarget _:31 ;
    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "This axiom underlines the monodimensional nature of a causal chain, as a sequence of quanta."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_76bd5e44_bf5a_49f9_a517_eea5e8bcbc2d ;
    owl:annotatedTarget "CausalCluster"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Proto-Germanic *klas-, *klus- (“to clump, lump together”)."@en .

[] a swrl:Imp ;
    rdfs:comment "Implementing Transitivity."@en ;
    swrl:body [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#y> ;
                    swrl:propertyPredicate emmo:EMMO_d01b3ee2_91a5_4ce2_95cd_f0d2c333c6d3 ] ;
            rdf:rest [ a swrl:AtomList ;
                    rdf:first [ a swrl:IndividualPropertyAtom ;
                            swrl:argument1 <urn:swrl:var#y> ;
                            swrl:argument2 <urn:swrl:var#z> ;
                            swrl:propertyPredicate emmo:EMMO_d01b3ee2_91a5_4ce2_95cd_f0d2c333c6d3 ] ;
                    rdf:rest () ] ] ;
    swrl:head [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#z> ;
                    swrl:propertyPredicate emmo:EMMO_d01b3ee2_91a5_4ce2_95cd_f0d2c333c6d3 ] ;
            rdf:rest () ] .

[] a owl:Axiom ;
    rdfs:seeAlso "doi:10.3233/FAIA231120"^^xsd:string ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 ;
    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 .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_53ed8611_2cd7_4286_9ef0_36572117b963 ;
    owl:annotatedTarget "Fusion"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin fusio, from fundere ‘pour, melt’."@en .

[] a swrl:Imp ;
    swrl:body [ a swrl:AtomList ;
            rdf:first [ a swrl:ClassAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:classPredicate emmo:EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf ] ;
            rdf:rest () ] ;
    swrl:head [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#x> ;
                    swrl:propertyPredicate emmo:EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6 ] ;
            rdf:rest () ] ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Enforcing reflexivity of overlapping."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3 ;
    owl:annotatedTarget "Role"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From French rôle, from obsolete French roule ‘roll’, referring originally to the roll of paper on which the actor's part was written."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_1efe8b96_e006_4a33_bc9a_421406cbb9f0 ;
    owl:annotatedTarget "Whole"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Middle English hole (“healthy, unhurt, whole”)."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:altLabel ;
    owl:annotatedSource emmo:EMMO_0277f24a_ea7f_4917_81b7_fb0406c8fc62 ;
    owl:annotatedTarget "Wholistic"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From the word 'holistic' with the 'w-' prefix, due to the affinity with the existing word 'whole', that share the same meaning of 'holos'."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:altLabel ;
    owl:annotatedSource emmo:EMMO_4f226cf3_6d02_4d35_8566_a9e641bc6ff3 ;
    owl:annotatedTarget "Part"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin partire, partiri ‘divide, share’."@en ;
    emmo: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 .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_0277f24a_ea7f_4917_81b7_fb0406c8fc62 ;
    owl:annotatedTarget "Holistic"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "Holism (from Greek ὅλος holos \"all, whole, entire\")."@en .

[] a swrl:Imp ;
    swrl:body [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#y> ;
                    swrl:propertyPredicate emmo:EMMO_1494c1a9_00e1_40c2_a9cc_9bbf302a1cac ] ;
            rdf:rest [ a swrl:AtomList ;
                    rdf:first [ a swrl:IndividualPropertyAtom ;
                            swrl:argument1 <urn:swrl:var#y> ;
                            swrl:argument2 <urn:swrl:var#z> ;
                            swrl:propertyPredicate emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ] ;
                    rdf:rest () ] ] ;
    swrl:head [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#z> ;
                    swrl:propertyPredicate emmo:EMMO_571a8adb_f38f_4122_8754_044ea2490cd0 ] ;
            rdf:rest () ] .

[] a owl:Axiom ;
    rdfs:seeAlso "https://www.w3.org/TR/2012/REC-owl2-syntax-20121211/#Global_Restrictions_on_Axioms_in_OWL_2_DL"^^xsd:anyURI ;
    owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
    owl:annotatedSource emmo:EMMO_c6e77b51_681b_4d04_b20d_a08f2b977470 ;
    owl:annotatedTarget "Axiom not included in the theory because of OWL 2 DL global restrictions for decidability."@en .

[] a owl:Axiom ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_0c576e13_4ee7_4f3d_bfe9_1614243df018 ;
    owl:annotatedTarget "One-dimensional manifolds include lines and circles, but not self-crossing curves. Two-dimensional manifolds are also called surfaces. Examples include the plane, the sphere, and the torus, and also the Klein bottle and real projective plane."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Manifold"^^xsd:anyURI .

[] a owl:Axiom ;
    owl:annotatedProperty emmo:EMMO_31252f35_c767_4b97_a877_1235076c3e13 ;
    owl:annotatedSource emmo:EMMO_ee0466e4_780d_4236_8281_ace7ad3fc5d2 ;
    owl:annotatedTarget "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:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Tessellation"^^xsd:anyURI .

[] a owl:Axiom ;
    rdfs:seeAlso emmo:EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68,
        "doi:10.3233/FAIA231120"^^xsd:string ;
    owl:annotatedProperty emmo:EMMO_31252f35_c767_4b97_a877_1235076c3e13 ;
    owl:annotatedSource emmo:EMMO_ad0e72fc_dcaa_490d_8371_b4d814dcda2c ;
    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 .

[] a swrl:Imp ;
    swrl:body [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#y> ;
                    swrl:argument2 <urn:swrl:var#z> ;
                    swrl:propertyPredicate emmo:EMMO_60577dea_9019_4537_ac41_80b0fb563d41 ] ;
            rdf:rest [ a swrl:AtomList ;
                    rdf:first [ a swrl:IndividualPropertyAtom ;
                            swrl:argument1 <urn:swrl:var#x> ;
                            swrl:argument2 <urn:swrl:var#y> ;
                            swrl:propertyPredicate emmo:EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a ] ;
                    rdf:rest () ] ] ;
    swrl:head [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#z> ;
                    swrl:argument2 <urn:swrl:var#x> ;
                    swrl:propertyPredicate emmo:EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d ] ;
            rdf:rest () ] .

[] a owl:Axiom ;
    rdfs:seeAlso "https://www.w3.org/TR/2012/REC-owl2-profiles-20121211/"^^xsd:anyURI ;
    owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
    owl:annotatedSource emmo:EMMO_8a137e9f_579c_4e28_baca_e8980eb0c3db ;
    owl:annotatedTarget "Axioms to add to the OWL 2 RL version of the ontology to reach DL expressivity."@en .

[] a owl:Axiom ;
    owl:annotatedProperty emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 ;
    owl:annotatedSource emmo:EMMO_1328d112_e731_4e56_b9b9_6b6cdd495cd6 ;
    owl:annotatedTarget "DP(x, y) ≡ PP(x, y) ∧ ∃φ[φ(x) ↔ ¬φ(y)]"^^xsd:string ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "We usa a predicate template notation as DP<φ>(x,y) to specify subclasses of DP(x,y) for the class φ, meaning that DP<φ>(x, y) ≡ PP(x, y) ∧ (φ(x) ↔ ¬φ(y))"@en,
        "φ is a class of the theory"@en .

[] a owl:Axiom ;
    rdfs:seeAlso emmo:EMMO_a8bd7094_6b40_47af_b1f4_a69d81a3afbd ;
    owl:annotatedProperty emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 ;
    owl:annotatedSource emmo:EMMO_d893d373_b579_4867_841e_1c2b31a8d2c6 ;
    owl:annotatedTarget "Oxy ≡ ∃z(Pzx ∧ Pzy)"^^xsd:string .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_19608340_178c_4bfd_bd4d_0d3b935c6fec ;
    owl:annotatedTarget "Cogniser"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin cognitio (“knowledge, perception, a judicial examination, trial”), from cognitus, past participle of cognoscere (“to know”), from co- (“together”) + *gnoscere, older form of noscere (“to know”"@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:altLabel ;
    owl:annotatedSource emmo:EMMO_1e877c70_3b01_45a8_a8f6_8ce4f6a24660 ;
    owl:annotatedTarget "Dedomena"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Greek, nominative plural form of δεδομένο (dedoméno) (data, information)"@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
    owl:annotatedTarget "Property"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin proprietas (“a peculiarity, one's peculiar nature or quality, right or fact of possession, property”), from proprius (“special, particular, one's own”)."@en .

[] a owl:AllDisjointClasses ;
    owl:members ( emmo:Ampere emmo:Candela emmo:Kelvin emmo:Kilogram emmo:Metre emmo:Mole emmo:Second ) .

[] a swrl:Imp ;
    swrl:body [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#y> ;
                    swrl:propertyPredicate emmo:EMMO_60577dea_9019_4537_ac41_80b0fb563d41 ] ;
            rdf:rest [ a swrl:AtomList ;
                    rdf:first [ a swrl:IndividualPropertyAtom ;
                            swrl:argument1 <urn:swrl:var#y> ;
                            swrl:argument2 <urn:swrl:var#z> ;
                            swrl:propertyPredicate emmo:EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d ] ;
                    rdf:rest () ] ] ;
    swrl:head [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#z> ;
                    swrl:argument2 <urn:swrl:var#x> ;
                    swrl:propertyPredicate emmo:EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a ] ;
            rdf:rest () ] .

[] a owl:AllDisjointClasses ;
    owl:members ( emmo:EMMO_03d2c71b_0276_45d7_a847_7cd164cb7d45 emmo:EMMO_2b243e59_3a2a_412e_9a58_81d1e5c92fbe emmo:EMMO_49adf406_5c8f_498a_8c90_e4974e9e6d11 emmo:EMMO_4db5c662_b065_49e4_96eb_826699fa8048 emmo:EMMO_556e27cd_fef1_41c9_824a_dd78980062b5 emmo:EMMO_6da1b965_768c_4cf0_8873_44f2035133ba emmo:EMMO_7abfbbc4_ce7b_4611_b731_1b5b8bd2bbc0 emmo:EMMO_7fd8ec39_1c4b_4ff3_9bc8_0bf3c27e2db0 emmo:EMMO_890856a3_3eb4_471e_a54a_65031bee30f4 emmo:EMMO_afb29c1a_eba4_4ba7_b6a1_62e9023c94ec emmo:EMMO_e9722f13_947c_444e_82ef_1ce045f6637c emmo:EMMO_fbc2549b_9108_467a_a573_de48eb45cc4a ) .

[] a owl:AllDisjointClasses ;
    owl:members ( emmo:Becquerel emmo:Coulomb emmo:DegreeCelsius emmo:Farad emmo:Gray emmo:Henry emmo:Hertz emmo:Joule emmo:Katal emmo:Lumen emmo:Lux emmo:Newton emmo:Ohm emmo:Pascal emmo:Radian emmo:Siemens emmo:Sievert emmo:Steradian emmo:Tesla emmo:Volt emmo:Watt emmo:Weber ) .

[] a owl:AllDisjointClasses ;
    owl:members ( emmo:EMMO_068c4e58_2470_4b1c_8454_010dd4906100 emmo:EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29 emmo:EMMO_23bfe79a_cade_48f1_9a8c_fd96e6bac8ba emmo:EMMO_254472c6_3dbd_4f02_bc43_571389cd281f emmo:EMMO_42955b2d_b465_4666_86cc_ea3c2d685753 emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 emmo:EMMO_f5769206_9257_4b08_bf7b_dad7868c6afc ) .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_0cd58641_824c_4851_907f_f4c3be76630c ;
    owl:annotatedTarget "Index"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin index (“a discoverer, informer, spy; of things, an indicator, the forefinger, a title, superscription”), from indicō (“point out, show”)."@en .

[] a owl:AllDisjointClasses ;
    owl:members ( emmo:EMMO_117d3e39_de3e_46f5_9744_b4a28d9fc83e emmo:EMMO_33fe9747_d66f_4f88_b2c1_951279dbca59 emmo:EMMO_3f2d29d9_6d27_43bd_a1bc_85475eae98be emmo:EMMO_4bc07644_8301_4aed_b21c_823f99b08d1a emmo:EMMO_68a031ba_abf5_4859_b84c_32977f029908 emmo:EMMO_85ee9154_5a3e_482e_aa37_c617ff1947ff emmo:EMMO_aef1144d_41bd_4189_be5c_d849204b3708 emmo:EMMO_cb3f4298_5895_4272_be63_42dd246cc10c emmo:EMMO_d7c74480_a568_4470_acff_f18b499cc850 emmo:EMMO_dabcbe7d_db82_4445_889b_ae4d76964ea0 emmo:EMMO_e07a252a_6913_49d6_9038_37a258b2d95e emmo:EMMO_fbf7da6f_04bb_4c8e_abbf_e4048d6a5e73 ) .

[] a owl:AllDisjointClasses ;
    owl:members ( emmo:EMMO_1d8b370b_c672_4d0c_964e_eaafcbf2f51f emmo:EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c emmo:EMMO_3a204900_2b33_47d1_b444_815cc4c8cffa emmo:EMMO_43a6b269_da31_4bb6_a537_c97df4fff32a emmo:EMMO_5cf9f86c_86f5_40c4_846d_60371f670e0a emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928 emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 emmo:EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134 emmo:EMMO_daa9ee97_4c5f_42e5_918c_44d7523e8958 emmo:EMMO_e79c62ff_10ad_4ec0_baba_c19ddd4eaa11 ) .

[] a swrl:Imp ;
    swrl:body [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#y> ;
                    swrl:propertyPredicate emmo:EMMO_6835537c_d294_4005_a770_ec9621f29ed1 ] ;
            rdf:rest () ] ;
    swrl:head [ a swrl:AtomList ;
            rdf:first [ a swrl:SameIndividualAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#y> ] ;
            rdf:rest () ] ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The equalsTo object property is equivalent to the OWL  SameAs"@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_8c537c06_8e1d_4a3b_a251_1c89bb2c4790 ;
    owl:annotatedTarget "ResemblanceIcon"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Old French sambler, sembler, from Late Latin similāre, present active infinitive of similō, from Latin similis, from Proto-Italic *semalis, from Proto-Indo-European *sem- (“together, one”)."@en .

[] a owl:AllDisjointClasses ;
    owl:members ( emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 emmo:EMMO_3a185e6c_9e19_4776_b583_19c978156aa0 emmo:EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ) .

[] owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_c7013b53_3071_410b_a5e4_a8d266dcdfb5 ;
    owl:annotatedTarget "FunctionalIcon"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin functiō (“performance, execution”), from functus, perfect participle of fungor (“to perform, execute, discharge”)."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:altLabel ;
    owl:annotatedSource emmo:EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 ;
    owl:annotatedTarget "Simulacrum"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin simulacrum (\"likeness, semblance\")"@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 ;
    owl:annotatedTarget "Icon"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Ancient Greek εἰκών (eikṓn, “likeness, image, portrait”)."@en .

[] a swrl:Imp ;
    swrl:body [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#y> ;
                    swrl:propertyPredicate emmo:EMMO_4832e353_6a2d_4deb_9a5b_96989afaff2d ] ;
            rdf:rest [ a swrl:AtomList ;
                    rdf:first [ a swrl:IndividualPropertyAtom ;
                            swrl:argument1 <urn:swrl:var#y> ;
                            swrl:argument2 <urn:swrl:var#z> ;
                            swrl:propertyPredicate emmo:EMMO_f2fc1ce9_cc3b_4eb5_a112_3c85d1b1374a ] ;
                    rdf:rest () ] ] ;
    swrl:head [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#z> ;
                    swrl:argument2 <urn:swrl:var#x> ;
                    swrl:propertyPredicate emmo:EMMO_60577dea_9019_4537_ac41_80b0fb563d41 ] ;
            rdf:rest () ] .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_1c0b22a2_be82_4fa8_9e2b_a569a625d442 ;
    owl:annotatedTarget "Estimation"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin aestimatus (“to value, rate, esteem”)."@en .

[] a owl:Axiom ;
    rdfs:seeAlso "https://en.wikipedia.org/wiki/Semiotic_theory_of_Charles_Sanders_Peirce#II._Icon,_index,_symbol"^^xsd:anyURI ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 ;
    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 .

[] a owl:Axiom ;
    owl:annotatedProperty skos:altLabel ;
    owl:annotatedSource emmo:EMMO_d7788d1a_020d_4c78_85a1_13563fcec168 ;
    owl:annotatedTarget "Model"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin modus (“measure”)."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_4f2d1fcc_e20c_4479_9ad7_7a0480dd3e44 ;
    owl:annotatedTarget "AnalogicalIcon"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Ancient Greek ἀναλογία (analogía), from ἀνά (aná) + λόγος (lógos, “speech, reckoning”)."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_3b19eab4_79be_4b02_bdaf_ecf1f0067a68 ;
    owl:annotatedTarget "Observation"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin observare (“to watch, note, mark, heed, guard, keep, pay attention to, regard, comply with, etc.”), from ob (“before”) + servare (“to keep”),"@en .

[] emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The rule for the subproperty chain:
 inverse (hasReferent) o inverse (hasInterpreter) ⇒ hasSign"""@en .

[] emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The rule for the subproperty chain:
inverse (hasSign) o inverse (hasReferent) ⇒ hasInterpreter"""@en .

[] emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The rule for the subproperty chain:
 inverse (hasInterpreter) o inverse (hasSign) ⇒ hasReferent"""@en .

[] a owl:Axiom ;
    rdfs:seeAlso emmo:EMMO_6786b336_e982_4759_8dee_1905a4106591 ;
    owl:annotatedProperty emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 ;
    owl:annotatedSource emmo:EMMO_bbca6dfa_7463_4e8d_8280_35862ff50ce0 ;
    owl:annotatedTarget "Redundant(x) ≡ ∃φ[φ(x) ∧ ∃yRP⟨φ⟩(y, x)]"@en .

[] a owl:Axiom ;
    rdfs:seeAlso emmo:EMMO_6786b336_e982_4759_8dee_1905a4106591 ;
    owl:annotatedProperty emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 ;
    owl:annotatedSource emmo:EMMO_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2 ;
    owl:annotatedTarget "Fundamental(x) ≡ ∃φ[φ(x) ∧ ¬∃yRP⟨φ⟩(y, x)]"^^xsd:string .

[] a owl:Axiom ;
    owl:annotatedProperty skos:altLabel ;
    owl:annotatedSource emmo:EMMO_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2 ;
    owl:annotatedTarget "Lifetime"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Middle English liftime, equivalent to life +‎ time."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_57c75ca1_bf8a_42bc_85d9_58cfe38c7df2 ;
    owl:annotatedTarget "Fundamental"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin fundamentum (“foundation”), from fundō (“to lay the foundation (of something), to found”), from fundus (“bottom”)."@en .

[] a owl:Axiom ;
    rdfs:isDefinedBy "Luciano Floridi, \"Information - A Very Short Introduction\", Oxford University Press (2010) ISBN: 9780199551378"@en ;
    owl:annotatedProperty emmo:EMMO_31252f35_c767_4b97_a877_1235076c3e13 ;
    owl:annotatedSource emmo:EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36 ;
    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 .

[] a owl:Axiom ;
    rdfs:isDefinedBy "https://www.iso.org/obp/ui/#iso:std:iso:55000:ed-1:v2:en:term:3.1.13"^^xsd:anyURI ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource emmo:EMMO_c0f72631_d7c2_434c_9c26_5c44123df682 ;
    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 .

[] a owl:AllDisjointClasses ;
    owl:members ( emmo:EMMO_1c16bb7f_5400_4498_8ef2_54392908da4e emmo:EMMO_6e9cb807_fc68_4bcf_b3ba_5fccc887c644 emmo:EMMO_f13672a3_59cc_40ed_8def_65009a8f74e6 ) .

[] a owl:Axiom ;
    rdfs:seeAlso "https://en.wiktionary.org/wiki/Wiktionary"@en ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 ;
    owl:annotatedTarget "Definitions are usually taken from Wiktionary."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_38b579de_4331_40e0_803d_09efa298e726 ;
    owl:annotatedTarget "PhysicalObject"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin physica \"study of nature\" (and Ancient Greek φυσικός, “natural”), and Medieval Latin obiectum (“object”, literally “thrown against”)."@en .

[] a swrl:Imp ;
    swrl:body [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#y> ;
                    swrl:propertyPredicate emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ] ;
            rdf:rest [ a swrl:AtomList ;
                    rdf:first [ a swrl:IndividualPropertyAtom ;
                            swrl:argument1 <urn:swrl:var#y> ;
                            swrl:argument2 <urn:swrl:var#z> ;
                            swrl:propertyPredicate emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ] ;
                    rdf:rest () ] ] ;
    swrl:head [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#z> ;
                    swrl:propertyPredicate emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ] ;
            rdf:rest () ] ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Transitivity for parthood."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:altLabel ;
    owl:annotatedSource emmo:EMMO_a15cea10_9946_4d2b_95c5_cfc333fd2abb ;
    owl:annotatedTarget "Particle"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin particula (“small part, particle”), diminutive of pars (“part, piece”)."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_b5a5494c_83bf_44aa_a9a6_49b948e68939 ;
    owl:annotatedTarget "Boson"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "1940s: named after S.N. Bose."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_5b2222df_4da6_442f_8244_96e9e45887d1 ;
    owl:annotatedTarget "Matter"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin materia (“matter, stuff, material”), from mater (“mother”)."@en .

[] owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger .

[] owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

[] owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

[] owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_7b79b2ac_3cf2_4d3b_8cdc_bcabb59d869e ;
    owl:annotatedTarget "ElementaryParticle"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin elementārius (“elementary”), from elementum (“one of the four elements of antiquity; fundamentals”)."@en .

[] a owl:AllDisjointClasses ;
    owl:members ( emmo:EMMO_1f2bfb9f_ecc6_46a0_9e41_2d6fcbf59e4b emmo:EMMO_50afa1a9_2c4e_40fd_aa93_0e33511f1f27 emmo:EMMO_a9891fff_fa7a_4806_b7bd_786de7358e8d ) .

[] a owl:Axiom ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 ;
    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 .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_0e03a375_8af8_46db_88ae_a45fe2d2940f ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:dateTime .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_f1ee5c02_5cc0_45ba_a09a_2e6319f75fc8 ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:unsignedLong .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_3c87fd89_b0f0_477a_86b6_d949c2b982ee ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:byte .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8 ;
    owl:annotatedTarget "Language"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin lingua (“tongue, speech, language”), from Old Latin dingua (“tongue”)."@en .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_5f334606_f67d_4f0e_acb9_eeb21cb10c66 ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:string .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_18d180e4_5e3e_42f7_820c_e08951223486 ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom owl:real .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_f8bd64d5_5d3e_4ad4_a46e_c30714fecb7f ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:integer .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_42eee73b_e4d2_4a0f_b468_3d2ce0475af6 ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:nonNegativeInteger .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_54dc83cb_06e1_4739_9e45_bc09cead7f48 ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:boolean .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_648c17b7_a012_4060_a096_c76bd407804b ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:negativeInteger .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_ac9e518d_b403_4d8b_97e2_06f9d40bac01 ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:float .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_057e7d57_aff0_49de_911a_8861d85cef40 ;
    owl:annotatedTarget "Symbolic"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Ancient Greek σύμβολον (súmbolon, “a sign by which one infers something; a mark, token, badge, ticket, tally, check, a signal, watchword, outward sign”), from συμβάλλω (sumbállō, “I throw together, dash together, compare, correspond, tally, come to a conclusion”), from σύν (sún, “with, together”) + βάλλω (bállō, “I throw, put”)."^^xsd:string .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_220218b0_bbe2_489e_a68a_232e3610718e ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:base64Binary .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_51f93d8c_57fa_4314_a68d_8d69c2609c97 ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:long .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_d43546df_7fd7_44d5_9d7c_0f2bf56cefe3 ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:decimal .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_dc6e40f6_5b6c_473b_a715_d36622ada5ad ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:unsignedShort .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_69ebb235_9c5e_443d_9a3b_7042b1005f1f ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom owl:rational .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_e99aec47_9ae6_4a1d_bddd_b87bb456c52a ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:unsignedByte .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_aa972cc9_5d9e_47a2_abc5_00243d6b3917 ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:int .

[] a owl:AllDisjointClasses ;
    owl:members ( emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac emmo:EMMO_93170bc8_d3b2_45bd_8cad_20aad08462ef emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ) .

[] a swrl:Imp ;
    rdfs:comment "Implementing transitivity."@en ;
    swrl:body [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#y> ;
                    swrl:propertyPredicate emmo:EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6 ] ;
            rdf:rest [ a swrl:AtomList ;
                    rdf:first [ a swrl:IndividualPropertyAtom ;
                            swrl:argument1 <urn:swrl:var#y> ;
                            swrl:argument2 <urn:swrl:var#z> ;
                            swrl:propertyPredicate emmo:EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6 ] ;
                    rdf:rest () ] ] ;
    swrl:head [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#z> ;
                    swrl:propertyPredicate emmo:EMMO_b85e4738_500c_4e1b_bbe8_9e84190485d6 ] ;
            rdf:rest () ] .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_52fa9c76_fc42_4eca_a5c1_6095a1c9caab ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:double .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_3a53b946_4dfd_4a38_bb5b_aa78d7b0db9c ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:unsignedInt .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_fa3c9d4d_9fc9_4e8a_82c1_28c84e34133a ;
    owl:annotatedTarget "FundamentalBoson"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "1940s: named after S.N. Bose."@en .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_58f76a09_205c_44f2_b237_88de54e8e001 ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:positiveInteger .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_10bbe9e9_46b6_4b5d_8b51_ed759fc21f21 ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:dateTimeStamp .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_443198a5_934c_44fa_b89e_28eca13b25b2 ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:short .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_1f96db65_51df_4e8d_afd2_9c6b8bd40058 ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:hexBinary .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_cf0f8f57_8a9e_410c_8fe4_a436673fa3d3 ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:nonPositiveInteger .

[] a owl:Axiom ;
    rdfs:seeAlso "https://en.wiktionary.org/wiki/procedure"^^xsd:anyURI ;
    owl:annotatedProperty emmo:EMMO_31252f35_c767_4b97_a877_1235076c3e13 ;
    owl:annotatedSource emmo:EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 ;
    owl:annotatedTarget "The set of established forms or methods of an organized body for accomplishing a certain task or tasks (Wiktionary)."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:altLabel ;
    owl:annotatedSource emmo:EMMO_c26a0340_d619_4928_b1a1_1a04e88bb89d ;
    owl:annotatedTarget "ElementaryParticle"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin elementārius (“elementary”), from elementum (“one of the four elements of antiquity; fundamentals”)."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 ;
    owl:annotatedTarget "Procedure"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin pro-cedere (“to go forward, to proceed”)."@en .

[] a owl:Axiom ;
    rdfs:seeAlso <https://plato.stanford.edu/entries/agency> ;
    owl:annotatedProperty owl:priorVersion ;
    owl:annotatedSource emmo:EMMO_2480b72b_db8d_460f_9a5f_c2912f979046 ;
    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 .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c ;
    owl:annotatedTarget "IntentionalAgency"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin agēns (present participle of agere (“to act”))"@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_3f2e4ac2_8ef3_4a14_b826_60d37f15f8ee ;
    owl:annotatedTarget "mereological"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 """Coined by Stanisław Leśniewski in 1927, from Ancient Greek μέρος (méros, “part”) +‎ -logy (“study, discussion, science”).
https://en.wiktionary.org/wiki/mereology"""@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:altLabel ;
    owl:annotatedSource emmo:EMMO_bafc17b5_9be4_4823_8bbe_ab4e90b6738c ;
    owl:annotatedTarget "IntentionalProcess"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin intentionem, derived from intendere (\"stretching out\")"@en .

[] a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource emmo:EMMO_08cb807c_e626_447b_863f_e2835540e918 ;
    owl:annotatedTarget emmo:EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac ;
    emmo: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 .

[] a owl:Axiom ;
    rdfs:seeAlso emmo:EMMO_6786b336_e982_4759_8dee_1905a4106591 ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_1328d112_e731_4e56_b9b9_6b6cdd495cd6 ;
    owl:annotatedTarget "A part is always distinct xor redundant."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 ;
    owl:annotatedTarget "CausalPath"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Ancient Greek πάτος (pátos, “path”)."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_49267eba_5548_4163_8f36_518d65b583f9 ;
    owl:annotatedTarget "Perspective"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From medieval Latin perspectiva ‘(science of) optics’, from perspect- ‘looked at closely’, from the verb perspicere, from per- ‘through’ + specere ‘to look’."@en .

[] a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource emmo:EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf ;
    owl:annotatedTarget _:20 ;
    emmo: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 .

[] a owl:Axiom ;
    owl:annotatedProperty emmo:EMMO_31252f35_c767_4b97_a877_1235076c3e13 ;
    owl:annotatedSource emmo:EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf ;
    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. 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: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 .

[] a owl:AllDisjointClasses ;
    owl:members ( emmo:EMMO_50bf79a6_a48b_424d_9d2c_813bd631231a emmo:EMMO_8159c26a_494b_4fa0_9959_10888f152298 emmo:EMMO_affe07e4_e9bc_4852_86c6_69e26182a17f emmo:EMMO_c995ae70_3b84_4ebb_bcfc_69e6a281bb88 emmo:EMMO_cd2cd0de_e0cc_4ef1_b27e_2e88db027bac emmo:EMMO_d4f7d378_5e3b_468a_baa1_a7e98358cda7 emmo:EMMO_ed4af7ae_63a2_497e_bb88_2309619ea405 ) .

[] a owl:Axiom ;
    owl:annotatedProperty skos:altLabel ;
    owl:annotatedSource emmo:EMMO_3733bd38_ca2b_4264_a92a_3075a1715598 ;
    owl:annotatedTarget "hasSuccessor"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin succedĕre (\"coming after\")."@en .

[] a swrl:Imp ;
    swrl:body [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#y> ;
                    swrl:propertyPredicate emmo:EMMO_d67ee67e_4fac_4676_82c9_aec361dba698 ] ;
            rdf:rest () ] ;
    swrl:head [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#y> ;
                    swrl:propertyPredicate emmo:EMMO_aa987900_caf1_4ce2_82fa_6b1d6fbd2ead ] ;
            rdf:rest () ] ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Enforcing exclusivity between overlapping and causality."@en .

[] a owl:AllDisjointClasses ;
    owl:members ( emmo:Exbi emmo:Gibi emmo:Kibi emmo:Mebi emmo:Pebi emmo:Tebi emmo:Yobi emmo:Zebi ) .

[] a owl:Axiom ;
    rdfs:isDefinedBy "https://dictionary.iucr.org/Crystal"^^xsd:anyURI ;
    owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
    owl:annotatedSource emmo:EMMO_0bb3b434_73aa_428f_b4e8_2a2468648e19 ;
    owl:annotatedTarget """A material is a crystal if it has essentially a sharp diffraction pattern.

A solid is a crystal if it has essentially a sharp diffraction pattern. The word essentially means that most of the intensity of the diffraction is concentrated in relatively sharp Bragg peaks, besides the always present diffuse scattering. In all cases, the positions of the diffraction peaks can be expressed by


H=∑ni=1hia∗i  (n≥3)"""^^xsd:string .

[] a owl:Axiom ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_668fbd5b_6f1b_405c_9c6b_d6067bd0595a ;
    owl:annotatedTarget """In the physical sciences, a phase is a region of space (a thermodynamic system), throughout which all physical properties of a material are essentially uniform. Examples of physical properties include density, index of refraction, magnetization and chemical composition. A simple description is that a phase is a region of material that is chemically uniform, physically distinct, and (often) mechanically separable. In a system consisting of ice and water in a glass jar, the ice cubes are one phase, the water is a second phase, and the humid air is a third phase over the ice and water. The glass of the jar is another separate phase.

The term phase is sometimes used as a synonym for state of matter, but there can be several immiscible phases of the same state of matter. Also, the term phase is sometimes used to refer to a set of equilibrium states demarcated in terms of state variables such as pressure and temperature by a phase boundary on a phase diagram. Because phase boundaries relate to changes in the organization of matter, such as a change from liquid to solid or a more subtle change from one crystal structure to another, this latter usage is similar to the use of "phase" as a synonym for state of matter. However, the state of matter and phase diagram usages are not commensurate with the formal definition given above and the intended meaning must be determined in part from the context in which the term is used."""@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Phase_(matter)"@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_0bb3b434_73aa_428f_b4e8_2a2468648e19 ;
    owl:annotatedTarget "Crystal"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Ancient Greek κρύσταλλος (krústallos, “clear ice”), from κρύος (krúos, “frost”)."@en .

[] a owl:Axiom ;
    rdfs:seeAlso emmo:EMMO_559ab98c_1c7d_4794_996c_8c1d8d56381c ;
    owl:annotatedProperty emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 ;
    owl:annotatedSource emmo:EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68 ;
    owl:annotatedTarget "Q(x) ≡ ¬∃y(PP(y,x))"@en .

[] a owl:Axiom ;
    owl:annotatedProperty emmo:EMMO_31252f35_c767_4b97_a877_1235076c3e13 ;
    owl:annotatedSource emmo:EMMO_220b7201_d277_4dca_bf6a_5a5e2c4062dd ;
    owl:annotatedTarget "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:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Condensed_matter_physics"@en .

[] a owl:AllDisjointClasses ;
    owl:members ( emmo:EMMO_04f2a2d5_e799_4692_a654_420e76f5acc1 emmo:EMMO_4c21fb86_fdcf_444e_b498_86fe656295af emmo:EMMO_7509da43_56b1_4d7f_887a_65d1663df4ba emmo:EMMO_a2b006f2_bbfd_4dba_bcaa_3fca20cd6be1 ) .

[] owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger .

[] owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger .

[] owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

[] owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger .

[] owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger .

[] owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger .

[] owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

[] owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger .

[] owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

[] a owl:Axiom ;
    owl:annotatedProperty skos:altLabel ;
    owl:annotatedSource emmo:EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 ;
    owl:annotatedTarget "Elementary"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin elementārius (“elementary”), from elementum (“one of the four elements of antiquity; fundamentals”)."@en .

[] a swrl:Imp ;
    swrl:body [ a swrl:AtomList ;
            rdf:first [ a swrl:ClassAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:classPredicate emmo:EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf ] ;
            rdf:rest () ] ;
    swrl:head [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#x> ;
                    swrl:propertyPredicate emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ] ;
            rdf:rest () ] ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Enforcing parthood reflexivity."@en .

[] a swrl:Imp ;
    rdfs:comment "Implementig transitivity."@en ;
    swrl:body [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#y> ;
                    swrl:propertyPredicate emmo:EMMO_3733bd38_ca2b_4264_a92a_3075a1715598 ] ;
            rdf:rest [ a swrl:AtomList ;
                    rdf:first [ a swrl:IndividualPropertyAtom ;
                            swrl:argument1 <urn:swrl:var#y> ;
                            swrl:argument2 <urn:swrl:var#z> ;
                            swrl:propertyPredicate emmo:EMMO_3733bd38_ca2b_4264_a92a_3075a1715598 ] ;
                    rdf:rest () ] ] ;
    swrl:head [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#z> ;
                    swrl:propertyPredicate emmo:EMMO_3733bd38_ca2b_4264_a92a_3075a1715598 ] ;
            rdf:rest () ] .

[] a owl:Axiom ;
    owl:annotatedProperty skos:altLabel ;
    owl:annotatedSource emmo:EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 ;
    owl:annotatedTarget "CausalChain"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Old French chaine, chaene (“chain”), from Latin catēna (“chain”)."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac ;
    owl:annotatedTarget "CausalSystem"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin causa (“reason, sake, cause”), and Ancient Greek σύστημα (sústēma, “musical scale; organized body; whole made of several parts or members”), from σῠν- (sun-, prefix meaning ‘with, together’) + ἵστημι (hístēmi, “to stand”)."@en .

[] a owl:Axiom ;
    owl:annotatedProperty emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 ;
    owl:annotatedSource emmo:EMMO_08cb807c_e626_447b_863f_e2835540e918 ;
    owl:annotatedTarget "u ≡ σx⟨P(x, x)⟩"^^xsd:string ;
    emmo: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 .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68 ;
    owl:annotatedTarget "Quantum"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin quantum (plural quanta) \"as much as, so much as\"."@en .

[] a swrl:Imp ;
    swrl:body [ a swrl:AtomList ;
            rdf:first [ a swrl:ClassAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:classPredicate emmo:EMMO_802d3e92_8770_4f98_a289_ccaaab7fdddf ] ;
            rdf:rest () ] ;
    swrl:head [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#x> ;
                    swrl:propertyPredicate emmo:EMMO_01e5766d_dac3_4574_8a78_310de92a5c9d ] ;
            rdf:rest () ] ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Enforcing the fact that an entity cannot cause itself."@en .

[] a owl:Axiom ;
    owl:annotatedProperty emmo:EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 ;
    owl:annotatedSource emmo:EMMO_0650c031_42b6_4f0a_b62d_d88f071da6bf ;
    owl:annotatedTarget "measurand"@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "VIM defines measurand as a quantity intended to be measured. This is redundant in EMMO and correspond to Quantity."@en .

[] a owl:Axiom ;
    rdfs:isDefinedBy "https://www.iso.org/standard/45324.html"^^xsd:anyURI ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_463bcfda_867b_41d9_a967_211d4d437cfb ;
    owl:annotatedTarget "A measurement is the process of experimentally obtaining one or more measurement results that can reasonably be attributed to a quantity."@en .

[] a owl:Axiom ;
    rdfs:isDefinedBy "https://www.bipm.org/documents/20126/2071204/JCGM_200_2012.pdf"^^xsd:string ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_985bec21_989f_4b9e_a4b3_735d88099c3c ;
    owl:annotatedTarget "Metrology is the science of measurement and its application and includes all theoretical and practical aspects of measurement, whatever the measurement uncertainty and field of application (VIM3 2.2)"@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895 ;
    owl:annotatedTarget "Variable"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "Fom Latin variabilis (\"changeable\")."@en .

[] a owl:Axiom ;
    owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
    owl:annotatedSource emmo:EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895 ;
    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:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Variable_(mathematics)"^^xsd:anyURI .

[] owl:qualifiedCardinality "3"^^xsd:nonNegativeInteger .

[] owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

[] owl:qualifiedCardinality "4"^^xsd:nonNegativeInteger .

[] owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

[] owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

[] owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

[] owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

[] owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

[] owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_c74da218_9147_4f03_92d1_8894abca55f3 ;
    owl:annotatedTarget "Graphical"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From the Ancient Greek γραφή (graphḗ) which means drawing, painting, writing, a writing, description, and from γράφω (gráphō) which means scratch, carve."@en ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The term graphical is used in etymological sense, comprising both writings and visual arts."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:altLabel ;
    owl:annotatedSource emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ;
    owl:annotatedTarget "CausalObject"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin causa (“reason, sake, cause”), and Medieval Latin obiectum (“object”, literally “thrown against”)."@en .

[] a owl:AllDisjointClasses ;
    owl:members ( emmo:EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 emmo:EMMO_2d2ecd97_067f_4d0e_950c_d746b7700a31 emmo:EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68 emmo:EMMO_e7aac247_31d6_4b2e_9fd2_e842b1b7ccac ) .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_649bf97b_4397_4005_90d9_219755d92e34 ;
    owl:annotatedTarget "Perceptual"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin percipiō, past participle perceptus (“take hold of, obtain, receive, observe”), from per (“by, through”) + capiō (“to take”)."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_ccdc1a41_6e96_416b_92ec_efe67917434a ;
    owl:annotatedTarget "Document"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin documentum, from the verb doceō (“teach”) +‎ -mentum."@en .

[] a owl:Axiom ;
    rdfs:isDefinedBy "https://www.ietf.org/rfc/rfc3986.txt"^^xsd:anyURI ;
    owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
    owl:annotatedSource emmo:EMMO_8a8f664b_dc59_4e00_ae00_81fdf1e1d12e ;
    owl:annotatedTarget "The term \"Uniform Resource Locator\" (URL) refers to the subset of URIs that, in addition to identifying a resource, provide a means of locating the resource by describing its primary access mechanism (e.g., its network \"location\")."@en .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_0266ec8c_bd13_4c9c_be77_607498793ed3 ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:NCName .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_4db96fb7_e9e0_466d_942b_f6f17bfdc145 ;
    owl:annotatedTarget "DigitalData"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin digitus (“finger”)."^^xsd:string .

[] a owl:Axiom ;
    rdfs:isDefinedBy "https://www.ietf.org/rfc/rfc3986.txt"^^xsd:anyURI ;
    owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
    owl:annotatedSource emmo:EMMO_db99b1e5_2f34_467b_a784_d104946d9f00 ;
    owl:annotatedTarget "The term \"Uniform Resource Name\" (URN) has been used historically to refer to both URIs under the \"urn\" scheme [RFC2141], which are required to remain globally unique and persistent even when the resource ceases to exist or becomes unavailable, and to any other URI with the properties of a name."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_8681074a_e225_4e38_b586_e85b0f43ce38 ;
    owl:annotatedTarget "Software"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From soft +‎ -ware, by contrast with hardware (“the computer itself”). Coined by Paul Niquette in 1953."@en .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_9e5f464a_658c_4b34_b80d_a5f8d5ec811a ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:language .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_1abe0ea7_2378_402f_b950_89b0795d2f45 ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:NMTOKEN .

[] a owl:Axiom ;
    rdfs:isDefinedBy "https://www.iso.org/obp/ui/fr/#iso:std:iso-iec:2382:-1:ed-3:en"@en ;
    owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
    owl:annotatedSource emmo:EMMO_8681074a_e225_4e38_b586_e85b0f43ce38 ;
    owl:annotatedTarget "All or part of the programs, procedures, rules, and associated documentation of an information processing system."@en .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_826bd296_d8e2_4c43_8f54_d684bf00090a ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:normalizedString .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_be8680e5_28ec_4168_9206_d1cd33fbd458 ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:token .

[] a owl:Axiom ;
    rdfs:isDefinedBy "https://datatracker.ietf.org/doc/rfc3987/"^^xsd:anyURI ;
    owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
    owl:annotatedSource emmo:EMMO_5c15f8c4_d2de_47a0_acdd_470b8dda979b ;
    owl:annotatedTarget "An Internationalized Resource Identifier (IRI) is a compact sequence of characters that identifies an abstract or physical resource. It is similar to URI, but greatly extends the allowed character set from ASCII to the Universal Character Set (Unicode/ISO 10646).."@en .

[] a owl:Axiom ;
    rdfs:isDefinedBy "https://www.ietf.org/rfc/rfc3986.txt"^^xsd:anyURI ;
    owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
    owl:annotatedSource emmo:EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b ;
    owl:annotatedTarget "A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource."@en .

[] a owl:Axiom ;
    owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
    owl:annotatedSource emmo:EMMO_e94a9156_fb6c_4e16_88ee_829ac9933155 ;
    owl:annotatedTarget "A path is a string of characters used to uniquely identify a location in a directory structure according to a particular convention."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Path_(computing)#Universal_Naming_Convention"^^xsd:string .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_6796ec88_e49f_4628_b28d_6559f9dd630a ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:Name .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_90bfd475_ba4a_4065_b0c1_1f08230be252 ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom rdf:JSON .

[] a owl:Axiom ;
    rdfs:isDefinedBy "http://www.linfo.org/source_code.html"^^xsd:anyURI ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_348d39f7_6a17_49d1_9860_9b33b69b51de ;
    owl:annotatedTarget "Source code (also referred to as source or code) is the version of software as it is originally written (i.e., typed into a computer) by a human in plain text (i.e., human readable alphanumeric characters)."@en .

[] a owl:Axiom ;
    rdfs:seeAlso "http://www.linfo.org/program.html"^^xsd:anyURI ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_8681074a_e225_4e38_b586_e85b0f43ce38 ;
    owl:annotatedTarget """Software is usually used as a generic term for programs. However, in its broadest sense it can refer to all information (i.e., both programs and data) in electronic form and can provide a distinction from hardware, which refers to computers or other electronic systems on which software can exist and be use.
Here we explicitly include in the definition also all the data (e.g. source code, script files) that takes part to the building of the executable, are necessary to the execution of a program or that document it for the users."""@en .

[] a owl:Axiom ;
    rdfs:isDefinedBy "http://www.linfo.org/program.html"^^xsd:anyURI ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_65411b3d_c8d3_4111_86a9_a2ce0a64c647 ;
    owl:annotatedTarget "A program is a sequence of instructions understandable by a computer's central processing unit (CPU) that indicates which operations the computer should perform on a set of data."@en .

[] a owl:Restriction ;
    rdfs:subClassOf emmo:EMMO_6470bbfa_04a6_4360_9534_1aa18d68329b ;
    owl:onProperty emmo:EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
    owl:someValuesFrom xsd:anyURI .

[] owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

[] a owl:Axiom ;
    rdfs:seeAlso "ISO 23704-1:2022(en), 3.1.2"^^xsd:string ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_03eb9b46_8ff0_4fcd_b1a0_73f65ae7434e ;
    owl:annotatedTarget "process of joining materials to make parts from 3D model data, usually layer upon layer, as opposed to subtractive manufacturing (3.1.29) and formative manufacturing methodologies,"^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 55405:2014-12"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_c790c7ff_2d10_4336_94ad_4f4e173109a9 ;
    owl:annotatedTarget "Method of joining metallic materials with the aid of a molten filler metal (solder), optionally with the use of flow agents"^^xsd:string .

[] a owl:Axiom ;
    rdfs:isDefinedBy "https://www.iso.org/obp/ui/#iso:std:iso:15531:-1:ed-1:v1:en:term:3.6.9"^^xsd:anyURI ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource emmo:EMMO_8786cb47_8e1f_4968_9b15_f6d41fc51252 ;
    owl:annotatedTarget """ISO 15531-1:2004
discrete manufacturing: production of discrete items."""@en .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 65099-3:1989-11"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_46f70544_818e_495e_99ef_d342c54ee7dc ;
    owl:annotatedTarget "Shot peening is shot peening for shaping or straightening workpieces by introducing residual compressive stresses (from: DIN 8200/10.82)."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 65099-3:1989-11"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_7432b843_cfd2_4345_a3d2_eaa539b27e61 ;
    owl:annotatedTarget "Free forming is pressure forming with tools that do not or only partially contain the shape of the workpiece and move against each other."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "ISO 14034:2016-11"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_2b9cbfb5_dbd0_4a68_9c6f_acc41b40dd72 ;
    owl:annotatedTarget "application of scientific knowledge, tools, techniques, crafts or systems in order to solve a problem or to achieve an objective which can result in a product or process"^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 8589-6:2003-09"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_c7d004db_59fa_5ae3_adb1_e75736aa721a ;
    owl:annotatedTarget "Cutting with circular or straight cutting motion, using a multi-toothed tool of small cutting width, the cutting motion being performed by the tool"^^xsd:string .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_a4d66059_5dd3_4b90_b4cb_10960559441b ;
    owl:annotatedTarget "Manufacturing"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin manu factum (\"made by hand\")."@en .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_912ac3a2_a124_4233_92dd_06c9aebea46c ;
    owl:annotatedTarget "Assemblying"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Old French asembler, based on Latin ad- ‘to’ + simul ‘together’."@en .

[] a owl:Axiom ;
    rdfs:seeAlso "ISO/ASTM 52900:2021(en), 3.3.1"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_253e1d54_69af_4931_90d0_5ccfd7e690ad ;
    owl:annotatedTarget """fabrication of objects through the deposition of a material using a print head, nozzle or another printer technology
Note 1 to entry: This term is often used in a non-technical context synonymously with additive manufacturing (3.1.2) and, in these cases, typically associated with machines used for non-industrial purposes including personal use."""^^xsd:string .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_02122e58_e0b3_4274_bdd4_745f64a61645 ;
    owl:annotatedTarget "Factory"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin factor, from fact- ‘done’, from the verb facere (to do)."@en .

[] a owl:Axiom ;
    rdfs:seeAlso "https://de.wikipedia.org/wiki/Werkst%C3%BCck"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_479db031_b344_4488_9efa_4bc12c6c1765 ;
    owl:annotatedTarget "In manufacturing, a workpiece is a single, delimited part of largely solid material that is processed in some form (e.g. stone )."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 65099-3:1989-11"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_6800c3fd_bf5d_4a2a_8e6e_9e909eefc16c ;
    owl:annotatedTarget "Free forming is pressure forming with tools that do not or only partially contain the shape of the workpiece and move against each other (from: DIN 8583 Part 3/05.70)."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 65099-5:1989-11"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_4f46c5ab_1c21_4639_90d5_3c4ebf3b156b ;
    owl:annotatedTarget "Nailing is joining by hammering or pressing nails (wire pins) as auxiliary parts into the solid material. Several parts are joined by pressing them together (from: DIN 8593 part 3/09.85)."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "EN 10028-1:2017-07"^^xsd:string ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_9900d51c_bdd3_40e8_aa82_ad1aa7092f71 ;
    owl:annotatedTarget "heat treatment consisting of heating and soaking at a suitable temperature, followed by cooling under conditions such that, after return to ambient temperature, the metal will be in a structural state closer to that of equilibrium"^^xsd:string .

[] a owl:Axiom ;
    owl:annotatedProperty skos:altLabel ;
    owl:annotatedSource emmo:EMMO_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad ;
    owl:annotatedTarget "Artifact"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin arte ‘by or using art’ + factum ‘something made’."@en .

[] a owl:Axiom ;
    rdfs:seeAlso "ISO 4885:2018-02"^^xsd:string ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_3c7affee_09ed_42e7_a190_4a10c75ab6dd ;
    owl:annotatedTarget "hardening of a workpiece caused by the precipitation of one or more compounds from a supersaturated solid solution"^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "EN 16603-11:2019-11"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_2b9cbfb5_dbd0_4a68_9c6f_acc41b40dd72 ;
    owl:annotatedTarget "application of scientific knowledge, tools, techniques, crafts, systems or methods of organization in order to solve a problem or achieve an objective"^^xsd:string .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_82fc8506_1f84_4add_9683_abea077bd1e3 ;
    owl:annotatedTarget "Product"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin productum ‘something produced’, derived from Latin producere, from pro- ‘forward’ + ducere ‘to lead’."@en .

[] a owl:Axiom ;
    rdfs:seeAlso "ISO 13574:2015-02"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_92eaefcb_50be_4237_9ec0_4a019ce24921 ;
    owl:annotatedTarget "Process for removing unwanted residual or waste material from a given product or material"^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN EN 10210-3:2020-11"^^xsd:string ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_6fa330f7_3289_4228_81df_12ee8a9708ac ;
    owl:annotatedTarget "Process consisting of two steps: - first, the steel is heated in a quenching treatment to a temperature above Ac3 and then rapidly cooled in a liquid to produce a process-specific grain structure; - subsequently, the steel is heated to a specific temperature during tempering to set the desired property and cooled in air."^^xsd:string .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_52b8a39b_e5ff_46d3_b972_65bc43077a07 ;
    owl:annotatedTarget "CausalParticle"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin particula (“small part, particle”), diminutive of pars (“part, piece”)."@en .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 65099-5:1989-11"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_410b5956_a06d_4370_b7df_b1bd2126fb4b ;
    owl:annotatedTarget "Screwing (screwing on, screwing in, screwing tight) is joining by pressing on by means of a self-locking thread (from: DIN 8593 Part 3/09.85)."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN EN ISO 4885:2018-07"^^xsd:string ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_61846411_8c6f_410b_ae7b_8999ec18f2b2 ;
    owl:annotatedTarget "Treatment carried out after hardening or case hardening consisting of cooling to a temperature below room temperature to complete the transformation of austenite to martensite"^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 65099-7:1989-11"^^xsd:string ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_dc0874e8_36e1_44df_947d_0d7c81167a09 ;
    owl:annotatedTarget "(according to DIN 8200) Shot peening to generate residual compressive stresses in layers of the blasting material close to the surface in order to improve certain component properties, e.g. fatigue strength, corrosion resistance, wear resistance (from: DIN 8200:1982)"^^xsd:string .

[] a owl:Axiom ;
    owl:annotatedProperty skos:altLabel ;
    owl:annotatedSource emmo:EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8 ;
    owl:annotatedTarget "Equipment"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From French équipement, from équiper ‘equip’."@en .

[] a owl:Axiom ;
    owl:annotatedProperty emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 ;
    owl:annotatedSource emmo:EMMO_0c7ad550_00ae_45ff_a4e2_58d6a61f48eb ;
    owl:annotatedTarget "A supply chain is a system of organizations, people, activities, information, and resources involved in supplying a product or service to a consumer."@en ;
    emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Supply_chain"^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 8583-1:2003-09"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_39d5c9c4_7d24_4409_ba3b_60ca3afde902 ;
    owl:annotatedTarget "Forming of a solid body, whereby the plastic state is essentially brought about by uniaxial or multiaxial compressive stress."^^xsd:string .

[] a owl:Axiom ;
    owl:annotatedProperty skos:prefLabel ;
    owl:annotatedSource emmo:EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8 ;
    owl:annotatedTarget "Device"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Old French \"deviser\", meaning: arrange, plan, contrive. Literally \"dispose in portions,\" from Vulgar Latin \"divisare\", frequentative of Latin dividere, meaning \"to divide\"."@en .

[] a swrl:Imp ;
    swrl:body [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#y> ;
                    swrl:propertyPredicate emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ] ;
            rdf:rest [ a swrl:AtomList ;
                    rdf:first [ a swrl:IndividualPropertyAtom ;
                            swrl:argument1 <urn:swrl:var#y> ;
                            swrl:argument2 <urn:swrl:var#z> ;
                            swrl:propertyPredicate emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ] ;
                    rdf:rest () ] ] ;
    swrl:head [ a swrl:AtomList ;
            rdf:first [ a swrl:IndividualPropertyAtom ;
                    swrl:argument1 <urn:swrl:var#x> ;
                    swrl:argument2 <urn:swrl:var#z> ;
                    swrl:propertyPredicate emmo:EMMO_9380ab64_0363_4804_b13f_3a8a94119a76 ] ;
            rdf:rest () ] ;
    emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Transitivity for proper parthood."@en .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN EN 12258-1:2012-08"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_2138677c_845a_4bc2_8be7_7b0a07b4777d ;
    owl:annotatedTarget "Removal of material by means of rigid or flexible discs or belts containing abrasives."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 8584-1:2003-09"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_6fba4018_24bd_450c_abc3_354e2c7809c9 ;
    owl:annotatedTarget "Forming of a solid body, whereby the plastic state is essentially brought about by a combined tensile and compressive stress."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN EN 62047-1:2016-12"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_ecc10f05_b301_4dcf_8c84_b6f511117234 ;
    owl:annotatedTarget "Process for joining two (base) materials by means of an adhesive polymer material"^^xsd:string .

[] a owl:Axiom ;
    rdfs:isDefinedBy "https://www.iso.org/obp/ui/#iso:std:iso:3252:ed-5:v1:en:term:3.3.55"^^xsd:anyURI ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource emmo:EMMO_2b524942_4e3e_403a_b4ab_2b53750f3d3b ;
    owl:annotatedTarget """ISO 3252:2019 Powder metallurgy
reaction sintering: process wherein at least two constituents of a powder mixture react during sintering"""@en .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 8588:2013-08"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_1d6b63d5_9938_483c_ad62_a09ac34153c9 ;
    owl:annotatedTarget "Cutting workpieces between two cutting edges that move past each other (see Figure 1 [see figure in the standard])."^^xsd:string .

[] a owl:Axiom ;
    owl:annotatedProperty skos:altLabel ;
    owl:annotatedSource emmo:EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8 ;
    owl:annotatedTarget "Machine"@en ;
    emmo:EMMO_705f27ae_954c_4f13_98aa_18473fc52b25 "From Latin māchina (“a machine, engine, contrivance, device, stratagem, trick”), from Doric Greek μᾱχᾰνᾱ́ (mākhanā́), cognate with Attic Greek μηχᾰνή (mēkhanḗ, “a machine, engine, contrivance, device”), from which comes mechanical."@en .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 8589-2:2003-09"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_c1dad83e_974f_432e_ac92_d016f2445279 ;
    owl:annotatedTarget "machining with a circular cutting movement in which the axis of rotation of the tool and the axis of the internal surface to be produced are identical and the feed movement is in the direction of this axis. The axis of rotation of the cutting movement maintains its position relative to the workpiece independently of the feed movement (axis of rotation workpiece-bound)."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 8589-0:2003-09"^^xsd:string ;
    owl:annotatedProperty skos:altLabel ;
    owl:annotatedSource emmo:EMMO_8679c7d3_fd5d_49ba_bc1f_1bb820a1f73f ;
    owl:annotatedTarget "Machining in which a tool is used whose number of cutting edges, geometry of the cutting wedges and position of the cutting edges in relation to the workpiece are determined"^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN EN ISO 15156-3:2015-12"^^xsd:string ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_dacfc7dc_5ddb_4f67_986b_dcd01d649d60 ;
    owl:annotatedTarget "Heat to a temperature appropriate for the particular material, maintain at that temperature and then cool at an appropriate rate to reduce hardness, improve machinability or achieve desired properties."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN EN ISO 5349-2:2015-12"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_479db031_b344_4488_9efa_4bc12c6c1765 ;
    owl:annotatedTarget "Object that is processed with a machine"^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 8580:2022-12"^^xsd:string ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_fc859d37_408d_44b6_b345_a0ea0b65121e ;
    owl:annotatedTarget "Manufacturing by changing the properties of the material of which a workpiece is made, which is done, among other things, by changes in the submicroscopic or atomic range, e.g. by diffusion of atoms, generation and movement of dislocations in the atomic lattice or chemical reactions, and where unavoidable changes in shape are not part of the essence of these processes."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN EN 14943:2006-03"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_2b9cbfb5_dbd0_4a68_9c6f_acc41b40dd72 ;
    owl:annotatedTarget "Conversion of materials and assembly of components for the manufacture of products"^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "ISO 23952:2020(en), 3.4.143"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_479db031_b344_4488_9efa_4bc12c6c1765 ;
    owl:annotatedTarget "a physical artifact, real or virtual, intended for subsequent transformation within some manufacturing operation"^^xsd:string .

[] a owl:Axiom ;
    rdfs:isDefinedBy "https://www.iso.org/obp/ui/#iso:std:iso-astm:tr:52906:ed-1:v1:en:term:3.9"^^xsd:anyURI ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource emmo:EMMO_03441eb3_d1fd_4906_b953_b83312d7589e ;
    owl:annotatedTarget """ISO/ASTM TR 52906:2022 Additive manufacturing
sintering: process of heating a powder metal compact to increase density and/or improve mechanical properties via solid state diffusion"""@en .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 65099-4:1989-11"^^xsd:string ;
    owl:annotatedProperty emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f ;
    owl:annotatedSource emmo:EMMO_c9f0abb6_d3e8_459e_bacc_c14ed5481998 ;
    owl:annotatedTarget "Thermal ablation is the separation of material particles in solid, liquid or gaseous state by heat processes as well as the removal of these material particles by mechanical or electromagnetic forces (from: DIN"^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 8593-3:2003-09"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_bbf12904_e25e_4f49_87f3_8bd210a6b535 ;
    owl:annotatedTarget "A collective term for the processes in which, during joining, the parts to be joined and any auxiliary parts are essentially only elastically deformed and unintentional loosening is prevented by frictional connection."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 8587:2003-09"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_22744495_4f32_4a17_b189_259c644268f9 ;
    owl:annotatedTarget "Forming of a solid body, whereby the plastic state is essentially brought about by shear stress."^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 8580:2022-12"^^xsd:string ;
    owl:annotatedProperty skos:altLabel ;
    owl:annotatedSource emmo:EMMO_46dc0d51_b60f_49cd_8650_9aba7be3726c ;
    owl:annotatedTarget "Verfestigen durch Umformen"^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 8583-2:2003-09"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_91c2db4b_83e2_4c36_aadf_453acc72e6d2 ;
    owl:annotatedTarget "Continuous or stepwise pressure forming with one or more rotating tools (rollers), without or with additional tools, e.g. plugs or mandrels, rods, guide tools"^^xsd:string .

[] a owl:Axiom ;
    rdfs:seeAlso "DIN 8586:2003-09"^^xsd:string ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource emmo:EMMO_aced32dd_1a13_49b0_8d8f_c79313942d19 ;
    owl:annotatedTarget "Forming of a solid body, whereby the plastic state is essentially brought about by a bending stress."^^xsd:string .

_:102 rdf:first emmo:EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68 ;
    rdf:rest () .

_:74 a owl:Class ;
    owl:unionOf ( emmo:EMMO_0f795e3e_c602_4577_9a43_d5a231aa1360 emmo:EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68 ) .

_:86 owl:inverseOf emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f .

_:20 a owl:Restriction ;
    owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ;
    owl:someValuesFrom emmo:EMMO_3f9ae00e_810c_4518_aec2_7200e424cf68 .

_:21 a owl:Restriction ;
    owl:hasValue emmo:EMMO_08cb807c_e626_447b_863f_e2835540e918 ;
    owl:onProperty _:86 .

_:31 a owl:Restriction ;
    owl:allValuesFrom _:74 ;
    owl:onProperty emmo:EMMO_7afbed84_7593_4a23_bd88_9d9c6b04e8f6 .

_:44 a owl:Restriction ;
    owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
    owl:onClass emmo:EMMO_eb3a768e_d53e_4be9_a23b_0714833c36de ;
    owl:onProperty emmo:EMMO_6b7276a4_4b9d_440a_b577_0277539c0fc4 .

