From 918c79a999f065eb63f59c675d3b47ff4b773017 Mon Sep 17 00:00:00 2001 From: Jesper Friis Date: Wed, 7 Aug 2024 23:18:59 +0200 Subject: [PATCH] Cleaned up categorisation of units --- .github/emmocheck_conf.yml | 5 + disciplines/units/coherentsiunits.ttl | 382 + disciplines/units/noncoherentsiunits.ttl | 9473 +++++++++++++++++++-- disciplines/units/prefixedsiunits.ttl | 270 +- disciplines/units/prefixedunits.ttl | 9565 ++-------------------- disciplines/units/siacceptedunits.ttl | 2243 +---- disciplines/units/siunits.ttl | 4 +- disciplines/units/unclassifiedunits.ttl | 1841 ++++- disciplines/units/unitsextension.ttl | 45 +- 9 files changed, 11583 insertions(+), 12245 deletions(-) diff --git a/.github/emmocheck_conf.yml b/.github/emmocheck_conf.yml index 0649f211..f42c7c30 100644 --- a/.github/emmocheck_conf.yml +++ b/.github/emmocheck_conf.yml @@ -22,6 +22,11 @@ test_quantity_dimension: - emmo.ISQDerivedQuantity - emmo.SIExactConstant +test_class_label: + exceptions: + - pH + - 3DPrinting + test_unit_dimension: exceptions: - emmo.MultipleUnit diff --git a/disciplines/units/coherentsiunits.ttl b/disciplines/units/coherentsiunits.ttl index 8298aa6a..682bfb11 100644 --- a/disciplines/units/coherentsiunits.ttl +++ b/disciplines/units/coherentsiunits.ttl @@ -4956,4 +4956,386 @@ emmo:WeberPerMetre rdf:type owl:Class ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The mass of one type of species divided by the total mass."@en . +### https://w3id.org/emmo#KilogramKelvin +emmo:KilogramKelvin rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_8455fa05_a877_48d7_b8a3_8e3bfad119bf , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Kelvin"@en ; + skos:prefLabel "KilogramKelvin" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-K" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.K" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅K" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kilogram Kelvin` is a unit for 'Mass Temperature' expressed as kg-K. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KilogramMetrePerSecond +emmo:KilogramMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Metre Per Second"@en ; + skos:prefLabel "KilogramMetrePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-M-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m.s-1" , + "kg.m/s" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅m/s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Kilogram Meter Per Second\" is a unit for 'Linear Momentum' expressed as kg-m/s. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KilogramPerCubicMetre +emmo:KilogramPerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram per Cubic Metre"@en ; + skos:prefLabel "KilogramPerCubicMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-3" , + "kg/m3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/m³" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m⁻³, or equivalently either kg/m³. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KilogramPerCubicMetrePerSecond +emmo:KilogramPerCubicMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilograms per cubic metre per second"@en ; + skos:prefLabel "KilogramPerCubicMetrePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M3-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-3.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m³⋅s)" . + + +### https://w3id.org/emmo#KilogramPerKilogram +emmo:KilogramPerKilogram rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Per Kilogram"@en ; + skos:prefLabel "KilogramPerKilogram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-KiloGM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.kg-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/kg" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the SI base unit kilogram + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KilogramPerMetre +emmo:KilogramPerMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram per Metre"@en ; + skos:prefLabel "KilogramPerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-1" , + "kg/m" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Kilogram Per Meter (kg/m) is a unit in the category of Linear mass density. It is also known as kilogram/meter, kilogram/metre, kilograms per meter, kilogram per metre, kilograms per metre. This unit is commonly used in the SI unit system. Kilogram Per Meter (kg/m) has a dimension of ML-1 where M is mass, and L is length. This unit is the standard SI unit in this category. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KilogramPerMol +emmo:KilogramPerMol rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_9ba91622_e39f_43e3_b95f_290937928d7e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram per Mole"@en ; + skos:prefLabel "KilogramPerMole"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-MOL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.mol-1" , + "kg/mol" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/mol" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In chemistry, the molar mass M is defined as the mass of a given substance (chemical element or chemical compound) divided by its amount of substance. It is a physical property of a given substance. The base SI unit for molar mass is kg/mol. However, for historical reasons, molar masses are almost always expressed in g/mol. As an example, the molar mass of water is approximately: 18.01528(33) g/mol. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KilogramPerSecond +emmo:KilogramPerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram per Second"@en ; + skos:prefLabel "KilogramPerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.s-1" , + "kg/s" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Kilogram Per Second (kg/s) is a unit in the category of Mass flow rate. It is also known as kilogram/second, kilograms per second. This unit is commonly used in the SI unit system. Kilogram Per Second (kg/s) has a dimension of MT⁻¹ where M is mass, and T is time. This unit is the standard SI unit in this category. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KilogramPerSecondPerSquareMetre +emmo:KilogramPerSecondPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Per Second Per Square Metre"@en ; + skos:prefLabel "KilogramPerSecondPerSquareMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-SEC-M2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.(s.m2)-1" , + "kg.s-1.m-2" , + "kg/(s.m2)" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(s⋅m²)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 2 and the SI base unit second + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KilogramPerSquareMetre +emmo:KilogramPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram per Square Metre"@en ; + skos:prefLabel "KilogramPerSquareMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-2" , + "kg/m2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/m²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Kilogram Per Square Meter (kg/m2) is a unit in the category of Surface density. It is also known as kilograms per square meter, kilogram per square metre, kilograms per square metre, kilogram/square meter, kilogram/square metre. This unit is commonly used in the SI unit system. Kilogram Per Square Meter (kg/m2) has a dimension of ML-2 where M is mass, and L is length. This unit is the standard SI unit in this category. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KilogramPerSquareMetrePerPascalPerSecond +emmo:KilogramPerSquareMetrePerPascalPerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilograms per square metre per Pascal per second"@en ; + skos:prefLabel "KilogramPerSquareMetrePerPascalPerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M2-PA-SEC" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m²⋅s⋅Pa)" ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Perm_(unit)" . + + +### https://w3id.org/emmo#KilogramPerSquareMetrePerSecond +emmo:KilogramPerSquareMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilograms per square metre per second"@en ; + skos:prefLabel "KilogramPerSquareMetrePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-2.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m²⋅s)" . + + +### https://w3id.org/emmo#KilogramPerSquareMetreSquareSecond +emmo:KilogramPerSquareMetreSquareSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram per Square Metre Square Second"@en ; + skos:prefLabel "KilogramPerSquareMetreSquareSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m²⋅s²)" . + + +### https://w3id.org/emmo#KilogramPerSquareSecond +emmo:KilogramPerSquareSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram per Square Second"@en ; + skos:prefLabel "KilogramPerSquareSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-SEC2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.s-2" , + "kg/s2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/s²" . + + +### https://w3id.org/emmo#KilogramSquareMetre +emmo:KilogramSquareMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_3532cc67_472a_4227_96f4_04b93146cec3 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Square Metre"@en ; + skos:prefLabel "KilogramSquareMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-M2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅m²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Kilogram Square Meter\" is a unit for 'Moment Of Inertia' expressed as kg-m². + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KilogramSquareMetrePerSecond +emmo:KilogramSquareMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Square Metre Per Second"@en ; + skos:prefLabel "KilogramSquareMetrePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-M2-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m2.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅m²/s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Kilogram Square Meter Per Second\" is a unit for 'Angular Momentum' expressed as kg-m²-s⁻¹. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KilogramSquareSecond +emmo:KilogramSquareSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_5f375229_de0c_46bf_b11f_da9d3b742253 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Square Second"@en ; + skos:prefLabel "KilogramSquareSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-SEC2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.s2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅s²" . + + + ### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/noncoherentsiunits.ttl b/disciplines/units/noncoherentsiunits.ttl index a6d5ebdd..960859dc 100644 --- a/disciplines/units/noncoherentsiunits.ttl +++ b/disciplines/units/noncoherentsiunits.ttl @@ -12,7 +12,7 @@ rdf:type owl:Ontology ; owl:versionIRI ; owl:imports ; - dcterms:abstract "The 'noncoherentsiunits' module contains non-coherent SI derived units. This include ."@en ; + dcterms:abstract "The 'noncoherentsiunits' module contains non-coherent derived SI units (and SI-accepted units) that are not prefixed units (units made of a metric prefix followed by a unit symbol). Examples: km/h, A/g."@en ; dcterms:contributor , , ; @@ -32,6 +32,63 @@ We kindly acknowledge NIST for reusing their content, including the selection of # Classes ################################################################# +### https://w3id.org/emmo#AmpereHour +emmo:AmpereHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3600.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + rdfs:seeAlso "http://www.oxfordreference.com/view/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-86" ; + skos:altLabel "Ampere Hour"@en ; + skos:prefLabel "AmpereHour"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A⋅hr" ; + 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" . + + +### https://w3id.org/emmo#AmpereHourPerKilogram +emmo:AmpereHourPerKilogram rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3600.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "AmpereHourPerKilogram"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "unit of electric charge relative to mass"@en . + + +### https://w3id.org/emmo#AmpereHourPerLitre +emmo:AmpereHourPerLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8f36559a_a494_4b00_abc5_60bbc1475009 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3600000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "AmpereHourPerLitre"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a unit of electric charge per volume"@en . + + ### https://w3id.org/emmo#AmperePerCentiMetre emmo:AmperePerCentiMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , @@ -55,10 +112,36 @@ emmo:AmperePerCentiMetre rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#AmperePerDegreeCelsius +emmo:AmperePerDegreeCelsius rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + emmo:EMMO_ed7dd267_e2ee_4565_8117_e5c1eafa3e66 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "57.29578"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + rdfs:seeAlso "http://web.mit.edu/course/21/21.guide/use-tab.htm" ; + skos:altLabel "Ampere per Degree Celsius"@en ; + skos:prefLabel "AmperePerDegreeCelsius"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-DEG_C" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.Cel-1" , + "A/Cel" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/°C" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A measure used to express how a current is subject to temperature. Originally used in Wien's Law to describe phenomena related to filaments. One use today is to express how a current generator derates with temperature. + +-- QUDT"""@en . + + ### https://w3id.org/emmo#AmperePerGram emmo:AmperePerGram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - emmo:EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac , + rdfs:subClassOf emmo:EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "1000.0"^^xsd:double @@ -67,8 +150,18 @@ emmo:AmperePerGram rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Ampere per Gram"@en ; skos:prefLabel "AmperePerGram"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit of electric current per mass."@en . + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-GM" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A⋅/g" ; + 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 . + + +### https://w3id.org/emmo#AmperePerMetre +emmo:AmperePerMetre rdf:type owl:Class . ### https://w3id.org/emmo#AmperePerMilliMetre @@ -119,6 +212,10 @@ emmo:AmperePerSquareCentiMetre rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#AmperePerSquareMetre +emmo:AmperePerSquareMetre rdf:type owl:Class . + + ### https://w3id.org/emmo#AmperePerSquareMilliMetre emmo:AmperePerSquareMilliMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950 , @@ -143,6 +240,317 @@ emmo:AmperePerSquareMilliMetre rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#AttoJouleSecond +emmo:AttoJouleSecond rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:JouleSecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-18"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Attojoule Second"@en ; + skos:prefLabel "AttoJouleSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/AttoJ-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "aJ.s" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "aJ⋅s" ; + 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 . + + +### https://w3id.org/emmo#Bar +emmo:Bar rdf:type owl:Class . + + +### https://w3id.org/emmo#BarCubicMetrePerSecond +emmo:BarCubicMetrePerSecond rdf:type owl:Class . + + +### https://w3id.org/emmo#BarLitrePerSecond +emmo:BarLitrePerSecond rdf:type owl:Class . + + +### https://w3id.org/emmo#BarPerBar +emmo:BarPerBar rdf:type owl:Class . + + +### https://w3id.org/emmo#BarPerKelvin +emmo:BarPerKelvin rdf:type owl:Class . + + +### https://w3id.org/emmo#BecquerelPerKilogram +emmo:BecquerelPerKilogram rdf:type owl:Class . + + +### https://w3id.org/emmo#BecquerelPerLitre +emmo:BecquerelPerLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Becquerels per litre"@en ; + skos:prefLabel "BecquerelPerLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BQ-PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Bq.L-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Bq/L" ; + 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 . + + +### https://w3id.org/emmo#BitPerSecond +emmo:BitPerSecond rdf:type owl:Class . + + +### https://w3id.org/emmo#CentiMetrePerHour +emmo:CentiMetrePerHour rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MetrePerHour + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Centimetre Per Hour"@en ; + skos:prefLabel "CentiMetrePerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm.h-1" , + "cm/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,01-fold of the SI base unit metre divided by the unit hour + +-- QUDT"""@en . + + +### https://w3id.org/emmo#CentiMetrePerKelvin +emmo:CentiMetrePerKelvin rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MetrePerKelvin + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Centimetre Per Kelvin"@en ; + skos:prefLabel "CentiMetrePerKelvin" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM-PER-K" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm.K-1" , + "cm/K" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm/K" ; + 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 . + + +### https://w3id.org/emmo#CentiMetrePerSecond +emmo:CentiMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; + owl:someValuesFrom emmo:MetrePerSecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "centimetre per second"@en ; + skos:prefLabel "CentiMetrePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm.s-1" , + "cm/s" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm/s" ; + 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 . + + +### https://w3id.org/emmo#CentiMetrePerSquareSecond +emmo:CentiMetrePerSquareSecond rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MetrePerSquareSecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Centimetre per Square Second"@en ; + skos:prefLabel "CentiMetrePerSquareSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM-PER-SEC2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm.s-2" , + "cm/s2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm/s²" ; + 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 . + + +### https://w3id.org/emmo#CentiMetrePerThousandYear +emmo:CentiMetrePerThousandYear rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3.168809E-13"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Centimetres per thousand years"@en ; + skos:prefLabel "CentiMetrePerThousandYear" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM-PER-KiloYR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm.ka-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm/(1000 yr)" . + + +### https://w3id.org/emmo#CentiMetrePerYear +emmo:CentiMetrePerYear rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MetrePerYear + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3.168809E-10"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Centimetres per year"@en ; + skos:prefLabel "CentiMetrePerYear" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM-PER-YR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm.a-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm/yr" . + + +### https://w3id.org/emmo#CentiMetreSecondDegreeCelsius +emmo:CentiMetreSecondDegreeCelsius rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_44ddbe46_0112_4185_b595_132866e902da , + emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ; + skos:altLabel "Centimetre Second Degree Celsius"@en ; + skos:prefLabel "CentiMetreSecondDegreeCelsius" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM-SEC-DEG_C" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm.s.Cel-1" , + "cm.s/Cel" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm⋅s⋅°C" ; + 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 . + + +### https://w3id.org/emmo#CentiMolePerKilogram +emmo:CentiMolePerKilogram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Centimole per kilogram"@en ; + skos:prefLabel "CentiMolePerKilogram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiMOL-PER-KiloGM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cmol.kg-1" , + "cmol/kg" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cmol/kg" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1/100 of SI unit of amount of substance per kilogram + +-- QUDT"""@en . + + +### https://w3id.org/emmo#CentiNewtonMetre +emmo:CentiNewtonMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; + owl:someValuesFrom emmo:NewtonMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Centinewton Metre"@en ; + skos:prefLabel "CentiNewtonMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiN-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cN.m" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cN⋅m" ; + 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 . + + ### https://w3id.org/emmo#CoulombPerCubicCentiMetre emmo:CoulombPerCubicCentiMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , @@ -167,6 +575,10 @@ emmo:CoulombPerCubicCentiMetre rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#CoulombPerCubicMetre +emmo:CoulombPerCubicMetre rdf:type owl:Class . + + ### https://w3id.org/emmo#CoulombPerCubicMilliMetre emmo:CoulombPerCubicMilliMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , @@ -191,6 +603,10 @@ emmo:CoulombPerCubicMilliMetre rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#CoulombPerKilogram +emmo:CoulombPerKilogram rdf:type owl:Class . + + ### https://w3id.org/emmo#CoulombPerSquareCentiMetre emmo:CoulombPerSquareCentiMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , @@ -215,6 +631,10 @@ emmo:CoulombPerSquareCentiMetre rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#CoulombPerSquareMetre +emmo:CoulombPerSquareMetre rdf:type owl:Class . + + ### https://w3id.org/emmo#CoulombPerSquareMilliMetre emmo:CoulombPerSquareMilliMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , @@ -310,6 +730,54 @@ emmo:CubicCentiMetrePerCubicMetre rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#CubicCentiMetrePerDay +emmo:CubicCentiMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-11"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Centimetre Per Day"@en ; + skos:prefLabel "CubicCentiMetrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3-PER-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm3.d-1" , + "cm3/d" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³/day" ; + 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 . + + +### https://w3id.org/emmo#CubicCentiMetrePerHour +emmo:CubicCentiMetrePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-10"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Centimetre Per Hour"@en ; + skos:prefLabel "CubicCentiMetrePerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm3.h-1" , + "cm3/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³/hr" ; + 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 . + + ### https://w3id.org/emmo#CubicCentiMetrePerKelvin emmo:CubicCentiMetrePerKelvin rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , @@ -334,6 +802,30 @@ emmo:CubicCentiMetrePerKelvin rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#CubicCentiMetrePerMinute +emmo:CubicCentiMetrePerMinute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.666667E-8"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Centimetre Per Minute"@en ; + skos:prefLabel "CubicCentiMetrePerMinute" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm3.min-1" , + "cm3/min" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³/min" ; + 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 . + + ### https://w3id.org/emmo#CubicCentiMetrePerMole emmo:CubicCentiMetrePerMole rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , @@ -474,6 +966,78 @@ emmo:CubicDeciMetrePerCubicMetre rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#CubicDeciMetrePerDay +emmo:CubicDeciMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-8"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Decimetre Per Day"@en ; + skos:prefLabel "CubicDeciMetrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciM3-PER-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dm3.d-1" , + "dm3/d" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dm³/day" ; + 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 . + + +### https://w3id.org/emmo#CubicDeciMetrePerHour +emmo:CubicDeciMetrePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-7"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Decimetre Per Hour"@en ; + skos:prefLabel "CubicDeciMetrePerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciM3-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dm3.h-1" , + "dm3/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dm³/hr" ; + 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 . + + +### https://w3id.org/emmo#CubicDeciMetrePerMinute +emmo:CubicDeciMetrePerMinute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.666667E-5"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Decimetre Per Minute"@en ; + skos:prefLabel "CubicDeciMetrePerMinute" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciM3-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dm3.min-3" , + "dm3/min3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dm³/min" ; + 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 . + + ### https://w3id.org/emmo#CubicDeciMetrePerMole emmo:CubicDeciMetrePerMole rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , @@ -546,8 +1110,98 @@ emmo:CubicKiloMetrePerSquareSecond rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#CubicMicroMetrePerCubicMetre -emmo:CubicMicroMetrePerCubicMetre rdf:type owl:Class ; +### https://w3id.org/emmo#CubicMetrePerDay +emmo:CubicMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-5"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Metre Per Day"@en ; + skos:prefLabel "CubicMetrePerDay"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/day" ; + 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 . + + +### https://w3id.org/emmo#CubicMetrePerHectare +emmo:CubicMetrePerHectare rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-4"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "CubicMetrePerHectare"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-HA" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.har-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m^3/ha" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic metre per hectare."@en . + + +### https://w3id.org/emmo#CubicMetrePerHour +emmo:CubicMetrePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-4"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Metre per Hour"@en ; + skos:prefLabel "CubicMetrePerHour"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.h-1" , + "m3/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Cubic Meter Per Hour (m3/h) is a unit in the category of Volume flow rate. It is also known as cubic meters per hour, cubic metre per hour, cubic metres per hour, cubic meter/hour, cubic metre/hour, cubic meter/hr, cubic metre/hr, flowrate. Cubic Meter Per Hour (m3/h) has a dimension of L3T-1 where L is length, and T is time. It can be converted to the corresponding standard SI unit m3/s by multiplying its value by a factor of 0.00027777777. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#CubicMetrePerMinute +emmo:CubicMetrePerMinute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01666667"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Cubic Metre Per Minute"@en ; + skos:prefLabel "CubicMetrePerMinute"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.min-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/min" ; + 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 . + + +### https://w3id.org/emmo#CubicMicroMetrePerCubicMetre +emmo:CubicMicroMetrePerCubicMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , emmo:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad , [ rdf:type owl:Restriction ; @@ -566,6 +1220,27 @@ emmo:CubicMicroMetrePerCubicMetre rdf:type owl:Class ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic micrometre per cubic metre unit."@en . +### https://w3id.org/emmo#CubicMicroMetrePerMilliLitre +emmo:CubicMicroMetrePerMilliLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-12"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "CubicMicroMetrePerMilliLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroM3-PER-MilliL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "um3.mL-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µm³/mL" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic micrometre per millilitre."@en . + + ### https://w3id.org/emmo#CubicMilliMetre emmo:CubicMilliMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , @@ -612,454 +1287,6953 @@ emmo:CubicMilliMetrePerCubicMetre rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#FaradPerKiloMetre -emmo:FaradPerKiloMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Farad Per Kilometre"@en ; - skos:prefLabel "FaradPerKiloMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FARAD-PER-KiloM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "F.km-1" , - "F/km" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "F/km" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit farad divided by the 1 000-fold of the SI base unit metre +### https://w3id.org/emmo#DeciLitrePerGram +emmo:DeciLitrePerGram rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.1"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Decilitre Per Gram"@en ; + skos:prefLabel "DeciLitrePerGram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciL-PER-GM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dL.g-1" , + "dL/g" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dL/g" ; + 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 . -### https://w3id.org/emmo#HenryPerKiloOhm -emmo:HenryPerKiloOhm rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , +### https://w3id.org/emmo#DeciNewtonMetre +emmo:DeciNewtonMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; + owl:someValuesFrom emmo:NewtonMetre + ] , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double + owl:hasValue "0.1"^^xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Henry Per Kiloohm"@en ; - skos:prefLabel "HenryPerKiloOhm"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/H-PER-KiloOHM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "H.kOhm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "H/kΩ" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm + skos:altLabel "Decinewton Metre"@en ; + skos:prefLabel "DeciNewtonMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciN-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dN.m" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dN⋅m" ; + 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 . -### https://w3id.org/emmo#JoulePerSquareCentiMetre -emmo:JoulePerSquareCentiMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "10000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Joule Per Square Centimetre"@en ; - skos:prefLabel "JoulePerSquareCentiMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-CentiM2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.cm-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/cm²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """derived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2 +### https://w3id.org/emmo#DeciSiemensPerMetre +emmo:DeciSiemensPerMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:SiemensPerMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.1"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "decisiemens per metre"@en ; + skos:prefLabel "DeciSiemensPerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciS-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dS.m-1" , + "dS/m" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dS/m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Decisiemens per metre. -- QUDT"""@en . -### https://w3id.org/emmo#MegaAmperePerSquareMetre -emmo:MegaAmperePerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950 , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Megaampere Per Square Metre"@en ; - skos:prefLabel "MegaAmperePerSquareMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaA-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MA.m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MA/m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2 +### https://w3id.org/emmo#DegreeCelsiusCentiMetre +emmo:DegreeCelsiusCentiMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + emmo:EMMO_d02c92e0_99ba_4c09_b01f_0d7a7dd7b24e ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Degree Celsius Centimetre"@en ; + skos:prefLabel "DegreeCelsiusCentiMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-CentiM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.cm" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C⋅cm" ; + 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 . -### https://w3id.org/emmo#MicroCoulombPerCubicMetre -emmo:MicroCoulombPerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - emmo:EMMO_8f36559a_a494_4b00_abc5_60bbc1475009 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Microcoulomb Per Cubic Metre"@en ; - skos:prefLabel "MicroCoulombPerCubicMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroC-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uC.m-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μC/m³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3 +### https://w3id.org/emmo#DegreeCelsiusKilogramPerSquareMetre +emmo:DegreeCelsiusKilogramPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_6726fbb8_c40a_4b55_a2d5_bf49352d1e73 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Degrees Celsius kilogram per square metre"@en ; + skos:prefLabel "DegreeCelsiusKilogramPerSquareMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-KiloGM-PER-M2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.kg.m-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C⋅kg/m²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Derived unit for the product of the temperature in degrees Celsius and the mass density of a medium, integrated over vertical depth or height in metres. -- QUDT"""@en . -### https://w3id.org/emmo#MicroCoulombPerSquareMetre -emmo:MicroCoulombPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - emmo:EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Microcoulomb Per Square Metre"@en ; - skos:prefLabel "MicroCoulombPerSquareMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroC-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uC.m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μC/m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2 +### https://w3id.org/emmo#DegreeCelsiusPerHour +emmo:DegreeCelsiusPerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Degree Celsius per Hour"@en ; + skos:prefLabel "DegreeCelsiusPerHour"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.h-1" , + "Cel/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree Celsius per Hour` is a unit for 'Temperature Per Time' expressed as degC / hr. -- QUDT"""@en . -### https://w3id.org/emmo#MicroFaradPerKiloMetre -emmo:MicroFaradPerKiloMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; +### https://w3id.org/emmo#DegreeCelsiusPerKelvin +emmo:DegreeCelsiusPerKelvin rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Microfarad Per Kilometre"@en ; - skos:prefLabel "MicroFaradPerKiloMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroFARAD-PER-KiloM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uF.km-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μF/km" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre + skos:altLabel "Degree Celsius Per Kelvin"@en ; + skos:prefLabel "DegreeCelsiusPerKelvin"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-PER-K" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.K-1" , + "Cel/K" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/K" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit with the name Degree Celsius divided by the SI base unit kelvin -- QUDT"""@en . -### https://w3id.org/emmo#MicroFaradPerMetre -emmo:MicroFaradPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Microfarad Per Metre"@en ; - skos:prefLabel "MicroFaradPerMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroFARAD-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uF.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μF/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit farad divided by the SI base unit metre +### https://w3id.org/emmo#DegreeCelsiusPerMetre +emmo:DegreeCelsiusPerMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_720a469f_a19c_4a88_900c_29b3938f5092 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "DegreeCelsiusPerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Degree Celsius per metre unit."@en . + + +### https://w3id.org/emmo#DegreeCelsiusPerMinute +emmo:DegreeCelsiusPerMinute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Degree Celsius per Minute"@en ; + skos:prefLabel "DegreeCelsiusPerMinute"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.min-1" , + "Cel/min" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/min" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree Celsius per Minute` is a unit for 'Temperature Per Time' expressed as degC / m. -- QUDT"""@en . -### https://w3id.org/emmo#MicroHenryPerMetre -emmo:MicroHenryPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - emmo:EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Microhenry Per Metre"@en ; - skos:prefLabel "MicroHenryPerMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroH-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uH.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μH/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit henry divided by the SI base unit metre +### https://w3id.org/emmo#DegreeCelsiusPerSecond +emmo:DegreeCelsiusPerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Degree Celsius per Second"@en ; + skos:prefLabel "DegreeCelsiusPerSecond"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.s-1" , + "Cel/s" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree Celsius per Second` is a unit for 'Temperature Per Time' expressed as degC / s. -- QUDT"""@en . -### https://w3id.org/emmo#MicroMetrePerKelvin -emmo:MicroMetrePerKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - emmo:EMMO_793f3567_b351_42ef_a1d4_5111d53999c4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Micrometre Per Kelvin"@en ; - skos:prefLabel "MicroMetrePerKelvin"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroM-PER-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "um.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μm/K" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit metre divided by the SI base unit kelvin +### https://w3id.org/emmo#DegreePerHour +emmo:DegreePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "4.848137E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Degree per Hour"@en ; + skos:prefLabel "DegreePerHour"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg.h-1" , + "deg/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°/h" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Degree per Hour\" is an Imperial unit for 'Angular Velocity' expressed as deg/h. -- QUDT"""@en . -### https://w3id.org/emmo#MicroNewton -emmo:MicroNewton rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:prefLabel "MicroNewton"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uN" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μN" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit newton +### https://w3id.org/emmo#DegreePerMetre +emmo:DegreePerMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01745329"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Degrees per metre"@en ; + skos:prefLabel "DegreePerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°/m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A change of angle in one SI unit of length. -- QUDT"""@en . -### https://w3id.org/emmo#MicroNewtonMetre -emmo:MicroNewtonMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Micronewton Metre"@en ; - skos:prefLabel "MicroNewtonMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroN-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uN.m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μN⋅m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the product out of the derived SI newton and the SI base unit metre +### https://w3id.org/emmo#DegreePerMinute +emmo:DegreePerMinute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.908882E-4"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Degree per Minute"@en ; + skos:prefLabel "DegreePerMinute"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg.min-1" , + "deg/min" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°/min" ; + 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 . -### https://w3id.org/emmo#MicroSiemensPerCentiMetre -emmo:MicroSiemensPerCentiMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Microsiemens Per Centimetre"@en ; - skos:prefLabel "MicroSiemensPerCentiMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroS-PER-CentiM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uS.cm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μS/cm" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre +### https://w3id.org/emmo#DegreePerSecond +emmo:DegreePerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01745329"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Degree per Second"@en ; + skos:prefLabel "DegreePerSecond"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg.s-1" , + "deg/s" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°/s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Degree per Second\" is an Imperial unit for 'Angular Velocity' expressed as deg/s. -- QUDT"""@en . -### https://w3id.org/emmo#MicroSiemensPerMetre -emmo:MicroSiemensPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Microsiemens Per Metre"@en ; - skos:prefLabel "MicroSiemensPerMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroS-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uS.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μS/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre +### https://w3id.org/emmo#DegreePerSquareSecond +emmo:DegreePerSquareSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01745329"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Degree per Square Second"@en ; + skos:prefLabel "DegreePerSquareSecond"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG-PER-SEC2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg.s-2" , + "deg/s2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°/s²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree per Square Second` is an Imperial unit for `Angular Acceleration` expressed as deg/s². -- QUDT"""@en . -### https://w3id.org/emmo#MolePerCubicDeciMetre -emmo:MolePerCubicDeciMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 , +### https://w3id.org/emmo#EMMO_ac19c801_bead_4730_8b8c_50020eec45ec +emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec rdf:type owl:Class . + + +### https://w3id.org/emmo#ElectronVoltPerKelvin +emmo:ElectronVoltPerKelvin rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double + owl:hasValue "1.602177E-19"^^xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Mole Per Cubic Decimetre"@en ; - skos:prefLabel "MolePerCubicDeciMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-DeciM3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.dm-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/dm³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3 + 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" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "eV.K-1" , + "eV/K" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ev/K" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Electron Volt per Kelvin` is a unit for 'Heat Capacity' expressed as eV/K. -- QUDT"""@en . -### https://w3id.org/emmo#NewtonCentiMetre -emmo:NewtonCentiMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Newton Centimetre"@en ; - skos:prefLabel "NewtonCentiMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-CentiM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.cm" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅cm" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI derived unit newton and the 0.01-fold of the SI base unit metre +### https://w3id.org/emmo#ElectronVoltPerTesla +emmo:ElectronVoltPerTesla rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.602177E-19"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Electron Volt per Tesla"@en ; + skos:prefLabel "ElectronVoltPerTesla"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/EV-PER-T" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "eV.T-1" , + "eV/T" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "eV/T" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Electron Volt per Tesla\" is a unit for 'Magnetic Dipole Moment' expressed as eV T⁻¹. -- QUDT"""@en . -### https://w3id.org/emmo#NewtonPerCentiMetre -emmo:NewtonPerCentiMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "100.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Newton Per Centimetre"@en ; - skos:prefLabel "NewtonPerCentiMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-CentiM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.cm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/cm" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit newton divided by the 0.01-fold of the SI base unit metre +### https://w3id.org/emmo#ElectronVoltSecond +emmo:ElectronVoltSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.602177E-19"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Electron Volt Second"@en ; + skos:prefLabel "ElectronVoltSecond"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/EV-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "eV.s" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "eV⋅s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Electron Volt Second\" is a unit for 'Angular Momentum' expressed as eV s. -- QUDT"""@en . -### https://w3id.org/emmo#NewtonPerMilliMetre -emmo:NewtonPerMilliMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Newton Per Millimetre"@en ; - skos:prefLabel "NewtonPerMilliMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-MilliM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.mm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/mm" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit newton divided by the 0.001-fold of the SI base unit metre +### https://w3id.org/emmo#ElectronvoltPerMetre +emmo:ElectronvoltPerMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.602177E-19"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Electronvolt Per Metre"@en ; + skos:prefLabel "ElectronvoltPerMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/EV-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "eV.m-1" , + "eV/m" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "eV/m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit electronvolt divided by the SI base unit metre -- QUDT"""@en . -### https://w3id.org/emmo#NewtonPerSquareCentiMetre -emmo:NewtonPerSquareCentiMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "10000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Newton Per Square Centimetre"@en ; - skos:prefLabel "NewtonPerSquareCentiMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-CentiM2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.cm-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/cm²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """derived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2 +### https://w3id.org/emmo#FaradPerKiloMetre +emmo:FaradPerKiloMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Farad Per Kilometre"@en ; + skos:prefLabel "FaradPerKiloMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FARAD-PER-KiloM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "F.km-1" , + "F/km" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "F/km" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit farad divided by the 1 000-fold of the SI base unit metre -- QUDT"""@en . -### https://w3id.org/emmo#NewtonPerSquareMilliMetre -emmo:NewtonPerSquareMilliMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double +### https://w3id.org/emmo#FaradPerMetre +emmo:FaradPerMetre rdf:type owl:Class . + + +### https://w3id.org/emmo#FemtoGramPerKilogram +emmo:FemtoGramPerKilogram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:GramPerKilogram + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-18"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Femtograms per kilogram"@en ; + skos:prefLabel "FemtoGramPerKilogram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FemtoGM-PER-KiloGM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "fg.kg-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fg/kg" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One part per 10**18 by mass of the measurand in the matrix. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#FemtoGramPerLitre +emmo:FemtoGramPerLitre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:GramPerLitre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-15"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Femtograms per litre"@en ; + skos:prefLabel "FemtoGramPerLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FemtoGM-PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "fg.L-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fg/L" ; + 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 . + + +### https://w3id.org/emmo#FemtoMolePerKilogram +emmo:FemtoMolePerKilogram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-15"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Femtomoles per kilogram"@en ; + skos:prefLabel "FemtoMolePerKilogram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FemtoMOL-PER-KiloGM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "fmol.kg-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fmol/kg" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A 10**15 part quantity of substance of the measurand per kilogram mass of matrix. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#FemtoMolePerLitre +emmo:FemtoMolePerLitre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerLitre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-12"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Femtomoles per litre"@en ; + skos:prefLabel "FemtoMolePerLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FemtoMOL-PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "fmol.L-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fmol/L" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A 10**18 part quantity of substance of the measurand per litre volume of matrix. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#GigaBitPerSecond +emmo:GigaBitPerSecond rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:BitPerSecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "6.931472E8"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Gigabit per Second"@en ; + skos:prefLabel "GigaBitPerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaBIT-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Gbit.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Gbps" ; + 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" . + + +### https://w3id.org/emmo#GigaCoulombPerCubicMetre +emmo:GigaCoulombPerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:CoulombPerCubicMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Gigacoulomb Per Cubic Metre"@en ; + skos:prefLabel "GigaCoulombPerCubicMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaC-PER-M3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GC.m-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "GC/m³" ; + 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 . + + +### https://w3id.org/emmo#GigaHertzMetre +emmo:GigaHertzMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:HertzMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Gigahertz Metre"@en ; + skos:prefLabel "GigaHertzMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaHZ-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GHz.m" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "GHz⋅M" ; + 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 . + + +### https://w3id.org/emmo#GigaWattHour +emmo:GigaWattHour rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3.6E12"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Gigawatt Hour"@en ; + skos:prefLabel "GigaWattHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaW-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GW.h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "GW⋅hr" ; + 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 . + + +### https://w3id.org/emmo#GramDegreeCelsius +emmo:GramDegreeCelsius rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8455fa05_a877_48d7_b8a3_8e3bfad119bf , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + 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" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "d.Cel-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/°C" ; + 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 . + + +### https://w3id.org/emmo#GramPerCubicMetre +emmo:GramPerCubicMetre rdf:type owl:Class . + + +### https://w3id.org/emmo#GramPerDay +emmo:GramPerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-8"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Gram Per Day"@en ; + skos:prefLabel "GramPerDay"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/day" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the unit day + +-- QUDT"""@en . + + +### https://w3id.org/emmo#GramPerGram +emmo:GramPerGram rdf:type owl:Class . + + +### https://w3id.org/emmo#GramPerHour +emmo:GramPerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-7"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Gram Per Hour"@en ; + skos:prefLabel "GramPerHour"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the unit hour + +-- QUDT"""@en . + + +### https://w3id.org/emmo#GramPerKilogram +emmo:GramPerKilogram rdf:type owl:Class . + + +### https://w3id.org/emmo#GramPerLitre +emmo:GramPerLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Gram Per Litre"@en ; + skos:prefLabel "GramPerLitre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.L-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/L" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the unit litre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#GramPerMetre +emmo:GramPerMetre rdf:type owl:Class . + + +### https://w3id.org/emmo#GramPerMilliLitre +emmo:GramPerMilliLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Gram Per Millilitre"@en ; + skos:prefLabel "GramPerMilliLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-MilliL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.mL-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/mL" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#GramPerMinute +emmo:GramPerMinute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.666667E-5"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Gram Per Minute"@en ; + skos:prefLabel "GramPerMinute"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.min-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/min" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the unit minute + +-- QUDT"""@en . + + +### https://w3id.org/emmo#GramPerSquareMetrePerDay +emmo:GramPerSquareMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-8"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "grams per square metre per day"@en ; + skos:prefLabel "GramPerSquareMetrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-M2-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.m-2.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/(m²⋅day)" ; + 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 . + + +### https://w3id.org/emmo#HectoPascalCubicMetrePerSecond +emmo:HectoPascalCubicMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_bf106e62_ce1c_4ccc_9f45_c10326078a5a , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:PascalCubicMetrePerSecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "100.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Hectopascal Cubic Metre Per Second"@en ; + skos:prefLabel "HectoPascalCubicMetrePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoPA-M3-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hPa.m3.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hPa⋅m³/s" ; + 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 . + + +### https://w3id.org/emmo#HectoPascalLitrePerSecond +emmo:HectoPascalLitrePerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_bf106e62_ce1c_4ccc_9f45_c10326078a5a , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:PascalLitrePerSecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.1"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Hectopascal Litre Per Second"@en ; + skos:prefLabel "HectoPascalLitrePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoPA-L-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hPa.L.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hPa⋅L/s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product out of the 100-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second + +-- QUDT"""@en . + + +### https://w3id.org/emmo#HectoPascalPerBar +emmo:HectoPascalPerBar rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:PascalPerBar + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Hectopascal Per Bar"@en ; + skos:prefLabel "HectoPascalPerBar" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoPA-PER-BAR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hPa.bar-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hPa/bar" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """100-fold of the SI derived unit pascal divided by the unit bar + +-- QUDT"""@en . + + +### https://w3id.org/emmo#HectoPascalPerHour +emmo:HectoPascalPerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:PascalPerHour + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.02777778"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Hectopascals per hour"@en ; + skos:prefLabel "HectoPascalPerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoPA-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hPa.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hPa/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A change in pressure of one hundred Newtons per square metre (100 Pascals) per hour. Equivalent to a change of one millibar per hour. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#HectoPascalPerKelvin +emmo:HectoPascalPerKelvin rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:PascalPerKelvin + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "100.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Hectopascal Per Kelvin"@en ; + skos:prefLabel "HectoPascalPerKelvin" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoPA-PER-K" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hPa.K-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hPa/K" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """100-fold of the SI derived unit pascal divided by the SI base unit kelvin + +-- QUDT"""@en . + + +### https://w3id.org/emmo#HenryPerKiloOhm +emmo:HenryPerKiloOhm rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Henry Per Kiloohm"@en ; + skos:prefLabel "HenryPerKiloOhm"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/H-PER-KiloOHM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "H.kOhm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "H/kΩ" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm + +-- QUDT"""@en . + + +### https://w3id.org/emmo#JoulePerHour +emmo:JoulePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3600.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + 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" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit joule divided by the 3600 times the SI base unit second + +-- QUDT"""@en . + + +### https://w3id.org/emmo#JoulePerSquareCentiMetre +emmo:JoulePerSquareCentiMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "10000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Joule Per Square Centimetre"@en ; + skos:prefLabel "JoulePerSquareCentiMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-CentiM2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.cm-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/cm²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """derived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2 + +-- QUDT"""@en . + + +### https://w3id.org/emmo#JoulePerSquareCentiMetrePerDay +emmo:JoulePerSquareCentiMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.1157407"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Joules per square centimetre per day"@en ; + skos:prefLabel "JoulePerSquareCentiMetrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-CentiM2-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.cm-2.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/(cm²⋅day)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Radiant energy per 10⁻⁴ SI unit area over a period of one day. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KelvinDay +emmo:KelvinDay rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "86400.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "KelvinDay"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.d" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅day" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin day unit."@en . + + +### https://w3id.org/emmo#KelvinPerHour +emmo:KelvinPerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3600.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + 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" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/h" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kelvin per Hour` is a unit for 'Temperature Per Time' expressed as K / h. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KelvinPerMinute +emmo:KelvinPerMinute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_4f245147_f072_4431_b535_6241e8e87eb8 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01666667"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Kelvin per Minute"@en ; + skos:prefLabel "KelvinPerMinute"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.min-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/min" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kelvin per Minute` is a unit for 'Temperature Per Time' expressed as K / m. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KiloAmpereHour +emmo:KiloAmpereHour rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:AmpereHour + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kiloampere Hour"@en ; + skos:prefLabel "KiloAmpereHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloA-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kA.h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kA⋅hr" ; + 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 . + + +### https://w3id.org/emmo#KiloAmperePerMetre +emmo:KiloAmperePerMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:AmperePerMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kiloampere Per Metre"@en ; + skos:prefLabel "KiloAmperePerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloA-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kA.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kA/m" ; + 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 . + + +### https://w3id.org/emmo#KiloAmperePerSquareMetre +emmo:KiloAmperePerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:AmperePerSquareMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kiloampere Per Square Metre"@en ; + skos:prefLabel "KiloAmperePerSquareMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloA-PER-M2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kA.m-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kA/m²" ; + 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 . + + +### https://w3id.org/emmo#KiloBitPerSecond +emmo:KiloBitPerSecond rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:BitPerSecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "693.1472"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilobit per Second"@en ; + skos:prefLabel "KiloBitPerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloBIT-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kbit.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kbps" ; + 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" . + + +### https://w3id.org/emmo#KiloCoulombPerCubicMetre +emmo:KiloCoulombPerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:CoulombPerCubicMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilocoulomb Per Cubic Metre"@en ; + skos:prefLabel "KiloCoulombPerCubicMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloC-PER-M3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kC.m-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kC/m³" ; + 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 . + + +### https://w3id.org/emmo#KiloCoulombPerSquareMetre +emmo:KiloCoulombPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:CoulombPerSquareMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilocoulomb Per Square Metre"@en ; + skos:prefLabel "KiloCoulombPerSquareMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloC-PER-M2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kC.m-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kC/m²" ; + 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 . + + +### https://w3id.org/emmo#KiloElectronVoltPerMicroMetre +emmo:KiloElectronVoltPerMicroMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.602177E-10"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilo Electron Volt per Micrometre"@en ; + skos:prefLabel "KiloElectronVoltPerMicroMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloEV-PER-MicroM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "keV.um-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "keV/µM" ; + 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 . + + +### https://w3id.org/emmo#KiloHertzMetre +emmo:KiloHertzMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:HertzMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilohertz Metre"@en ; + skos:prefLabel "KiloHertzMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloHZ-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kHz.m" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kHz⋅m" ; + 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 . + + +### https://w3id.org/emmo#KiloJoulePerKelvin +emmo:KiloJoulePerKelvin rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:JoulePerKelvin + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilojoule Per Kelvin"@en ; + skos:prefLabel "KiloJoulePerKelvin" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloJ-PER-K" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kJ.K-1" , + "kJ/K" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kJ/K" ; + 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 . + + +### https://w3id.org/emmo#KiloJoulePerKilogram +emmo:KiloJoulePerKilogram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:JoulePerKilogram + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilojoule Per Kilogram"@en ; + skos:prefLabel "KiloJoulePerKilogram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloJ-PER-KiloGM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kJ.kg-1" , + "kJ/kg" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kJ/kg" ; + 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 . + + +### https://w3id.org/emmo#KiloJoulePerKilogramKelvin +emmo:KiloJoulePerKilogramKelvin rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:JoulePerKilogramKelvin + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilojoule Per Kilogram Kelvin"@en ; + skos:prefLabel "KiloJoulePerKilogramKelvin" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloJ-PER-KiloGM-K" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kJ.(kg.K)-1" , + "kJ.kg-1.K-1" , + "kJ/(kg.K)" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kJ/(kg⋅K)" ; + 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 . + + +### https://w3id.org/emmo#KiloJoulePerMole +emmo:KiloJoulePerMole rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:JoulePerMole + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilojoule Per Mole"@en ; + skos:prefLabel "KiloJoulePerMole" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloJ-PER-MOL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kJ.mol-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kJ/mol" ; + 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 . + + +### https://w3id.org/emmo#KiloLitrePerHour +emmo:KiloLitrePerHour rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:LitrePerHour + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.002777778"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilolitre Per Hour"@en ; + skos:prefLabel "KiloLitrePerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloL-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kL.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kL/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume kilolitres divided by the unit hour + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KiloMetrePerDay +emmo:KiloMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01157407"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilometres per day"@en ; + skos:prefLabel "KiloMetrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloM-PER-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "km.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/day" ; + 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 . + + +### https://w3id.org/emmo#KiloMetrePerHour +emmo:KiloMetrePerHour rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MetrePerHour + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.2777778"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilometre per Hour"@en ; + skos:prefLabel "KiloMetrePerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloM-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "km.h-1" , + "km/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "km/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Kilometer per Hour\" is a C.G.S System unit for 'Linear Velocity' expressed as km/hr. + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Kilometres_per_hour?oldid=487674812" . + + +### https://w3id.org/emmo#KiloMetrePerSecond +emmo:KiloMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; + owl:someValuesFrom emmo:MetrePerSecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilometre per Second"@en ; + skos:prefLabel "KiloMetrePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloM-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "km.s-1" , + "km/s" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "km/s" ; + 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 . + + +### https://w3id.org/emmo#KiloMolPerKilogram +emmo:KiloMolPerKilogram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolPerKilogram + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilomole per Kilogram"@en ; + skos:prefLabel "KiloMolePerKilogram"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloMOL-PER-KiloGM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kmol.kg-1" , + "kmol/kg" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kmol/kg" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Kilomole Per Kilogram (kmol/kg) is a unit of Molality + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KiloMolePerCubicMetre +emmo:KiloMolePerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerCubicMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilomole Per Cubic Metre"@en ; + skos:prefLabel "KiloMolePerCubicMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloMOL-PER-M3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kmol.m-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kmol/m³" ; + 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 . + + +### https://w3id.org/emmo#KiloMolePerHour +emmo:KiloMolePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerHour + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.2777778"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilomole Per Hour"@en ; + skos:prefLabel "KiloMolePerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloMOL-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kmol.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kmol/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI base unit mole divided by the unit for time hour + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KiloMolePerMinute +emmo:KiloMolePerMinute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerMinute + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "16.94444"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilomole Per Minute"@en ; + skos:prefLabel "KiloMolePerMinute" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloMOL-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kmol.min-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kmol/min" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI base unit mole divided by the unit for time minute + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KiloMolePerSecond +emmo:KiloMolePerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerSecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilomole Per Second"@en ; + skos:prefLabel "KiloMolePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloMOL-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kmol.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kmol/s" ; + 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 . + + +### https://w3id.org/emmo#KiloNewtonMetre +emmo:KiloNewtonMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; + owl:someValuesFrom emmo:NewtonMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilonewton Metre"@en ; + skos:prefLabel "KiloNewtonMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloN-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kN.m" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kN⋅m" ; + 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 . + + +### https://w3id.org/emmo#KiloNewtonSquareMetre +emmo:KiloNewtonSquareMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_cb77e107_43ed_4a97_bf39_03b3587404d3 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:NewtonSquareMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilo Newton Square Metre"@en ; + skos:prefLabel "KiloNewtonSquareMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloN-M2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kN⋅m²" . + + +### https://w3id.org/emmo#KiloPascalPerBar +emmo:KiloPascalPerBar rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:PascalPerBar + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E8"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilopascal Per Bar"@en ; + skos:prefLabel "KiloPascalPerBar" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloPA-PER-BAR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kPa.bar-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kPa/bar" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI derived unit pascal divided by the unit bar + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KiloPascalPerKelvin +emmo:KiloPascalPerKelvin rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:PascalPerKelvin + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilopascal Per Kelvin"@en ; + skos:prefLabel "KiloPascalPerKelvin" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloPA-PER-K" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kPa.K-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kPa/K" ; + 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 . + + +### https://w3id.org/emmo#KiloPascalPerMilliMetre +emmo:KiloPascalPerMilliMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "100000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilopascal Per Millimetre"@en ; + skos:prefLabel "KiloPascalPerMilliMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloPA-PER-MilliM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kPa.mm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kPa/mm" ; + 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 . + + +### https://w3id.org/emmo#KiloPascalSquareMetrePerGram +emmo:KiloPascalSquareMetrePerGram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilopascal Square Metre per Gram"@en ; + skos:prefLabel "KiloPascalSquareMetrePerGram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloPA-M2-PER-GM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kPa.m2.g-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kPa⋅m²/g" ; + 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 . + + +### https://w3id.org/emmo#KiloSiemensPerMetre +emmo:KiloSiemensPerMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:SiemensPerMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilosiemens Per Metre"@en ; + skos:prefLabel "KiloSiemensPerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloS-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kS.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kS/m" ; + 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 . + + +### https://w3id.org/emmo#KiloVoltAmpere +emmo:KiloVoltAmpere rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:VoltAmpere + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilovolt Ampere"@en ; + skos:prefLabel "KiloVoltAmpere" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloV-A" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kV.A" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kV⋅A" ; + 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 . + + +### https://w3id.org/emmo#KiloVoltAmpereHour +emmo:KiloVoltAmpereHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:VoltAmpereHour + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3600000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilovolt Ampere Hour"@en ; + skos:prefLabel "KiloVoltAmpereHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloV-A-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kV.A.h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kV⋅A/hr" ; + 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 . + + +### https://w3id.org/emmo#KiloVoltPerMetre +emmo:KiloVoltPerMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:VoltPerMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilovolt Per Metre"@en ; + skos:prefLabel "KiloVoltPerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloV-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kV.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kV/m" ; + 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 . + + +### https://w3id.org/emmo#KiloWattHourPerSquareMetre +emmo:KiloWattHourPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3600000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilowatt hour per square metre"@en ; + skos:prefLabel "KiloWattHourPerSquareMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloW-HR-PER-M2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kW⋅h/m²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of energy per unit area, equivalent to 3 600 000 joules per square metre. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KiloWatthour +emmo:KiloWatthour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Watthour + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3600000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "KiloWattHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloW-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kW.h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kW⋅h" ; + 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" . + + +### https://w3id.org/emmo#KiloWeberPerMetre +emmo:KiloWeberPerMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:WeberPerMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kiloweber Per Metre"@en ; + skos:prefLabel "KiloWeberPerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloWB-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kWb.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kWb/m" ; + 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 . + + +### https://w3id.org/emmo#KilogramPerCubicCentiMetre +emmo:KilogramPerCubicCentiMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Per Cubic Centimetre"@en ; + skos:prefLabel "KilogramPerCubicCentiMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-CentiM3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.cm-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/cm³" ; + 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 . + + +### https://w3id.org/emmo#KilogramPerCubicDeciMetre +emmo:KilogramPerCubicDeciMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Per Cubic Decimetre"@en ; + skos:prefLabel "KilogramPerCubicDeciMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-DeciM3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.dm-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/dm³" ; + 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 . + + +### https://w3id.org/emmo#KilogramPerDay +emmo:KilogramPerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-5"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Per Day"@en ; + skos:prefLabel "KilogramPerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/day" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the unit day + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KilogramPerHectare +emmo:KilogramPerHectare rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-4"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram per Hectare"@en ; + skos:prefLabel "KilogramPerHectare" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-HA" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.har-1" , + "kg/har" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/ha" ; + 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 . + + +### https://w3id.org/emmo#KilogramPerHour +emmo:KilogramPerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-4"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram per Hour"@en ; + skos:prefLabel "KilogramPerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.h-1" , + "kg/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/h" ; + 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 . + + +### https://w3id.org/emmo#KilogramPerKiloMol +emmo:KilogramPerKiloMol rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + 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" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.kmol-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/kmol" ; + 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 . + + +### https://w3id.org/emmo#KilogramPerLitre +emmo:KilogramPerLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Per Litre"@en ; + skos:prefLabel "KilogramPerLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.L-1" , + "kg/L" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/L" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the unit litre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KilogramPerMetrePerHour +emmo:KilogramPerMetrePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-4"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilograms per metre per hour"@en ; + skos:prefLabel "KilogramPerMetrePerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-1.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m⋅hr)" ; + 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 . + + +### https://w3id.org/emmo#KilogramPerMetrePerSecond +emmo:KilogramPerMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilograms per metre per second"@en ; + skos:prefLabel "KilogramPerMetrePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-1.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m⋅s)" . + + +### https://w3id.org/emmo#KilogramPerMetrePerSquareSecond +emmo:KilogramPerMetrePerSquareSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilograms per metre per square second"@en ; + skos:prefLabel "KilogramPerMetrePerSquareSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M-SEC2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-1.s-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m⋅s²)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KilogramPerMilliMetre +emmo:KilogramPerMilliMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Per Millimetre"@en ; + skos:prefLabel "KilogramPerMilliMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-MilliM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.mm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/mm" ; + 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 . + + +### https://w3id.org/emmo#KilogramPerMinute +emmo:KilogramPerMinute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01666667"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Per Minute"@en ; + skos:prefLabel "KilogramPerMinute" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.min-1" , + "kg/min" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/min" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the unit minute + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KilogramPerSquareCentiMetre +emmo:KilogramPerSquareCentiMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "10000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Per Square Centimetre"@en ; + skos:prefLabel "KilogramPerSquareCentiMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-CentiM2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.cm-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/cm²" ; + 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 . + + +### https://w3id.org/emmo#KilogramPerSquareKiloMetre +emmo:KilogramPerSquareKiloMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilograms per square kilometre"@en ; + skos:prefLabel "KilogramPerSquareKiloMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-KiloM2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.km-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/km²" ; + 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 . + + +### https://w3id.org/emmo#KilogramSquareCentiMetre +emmo:KilogramSquareCentiMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-4"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Square Centimetre"@en ; + skos:prefLabel "KilogramSquareCentiMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-CentiM2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.cm2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅cm²" ; + 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 . + + +### https://w3id.org/emmo#KilogramSquareMilliMetre +emmo:KilogramSquareMilliMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Square Millimetre"@en ; + skos:prefLabel "KilogramSquareMilliMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-MilliM2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.mm2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅mm²" ; + 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 . + + +### https://w3id.org/emmo#LitrePerDay +emmo:LitrePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-8"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Litre Per Day"@en ; + skos:prefLabel "LitrePerDay"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.d-1" , + "L/d" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/day" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit litre divided by the unit day + +-- QUDT"""@en . + + +### https://w3id.org/emmo#LitrePerHour +emmo:LitrePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-7"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Litre Per Hour"@en ; + skos:prefLabel "LitrePerHour"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.h-1" , + "L/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unit litre divided by the unit hour + +-- QUDT"""@en . + + +### https://w3id.org/emmo#LitrePerKelvin +emmo:LitrePerKelvin rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_85d72920_708d_4eb9_89ce_8a588b0ce66d , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Litre Per Kelvin"@en ; + skos:prefLabel "LitrePerKelvin"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-K" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.K-1" , + "L/K" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/K" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit litre divided by the SI base unit kelvin + +-- QUDT"""@en . + + +### https://w3id.org/emmo#LitrePerKilogram +emmo:LitrePerKilogram rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Litre Per Kilogram"@en ; + skos:prefLabel "LitrePerKilogram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-KiloGM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.kg-1" , + "L/kg" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/kg" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume litre divided by the SI base unit kilogram + +-- QUDT"""@en . + + +### https://w3id.org/emmo#LitrePerLitre +emmo:LitrePerLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Litre Per Litre"@en ; + skos:prefLabel "LitrePerLitre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.L-1" , + "L/L" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/L" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """volume ratio consisting of the unit litre divided by the unit litre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#LitrePerMicroMole +emmo:LitrePerMicroMole rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Litres per micromole"@en ; + skos:prefLabel "LitrePerMicroMole" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-MicroMOL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.umol-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/µmol" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The inverse of a molar concentration - the untits of per molarity. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#LitrePerMinute +emmo:LitrePerMinute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.666667E-5"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Litre Per Minute"@en ; + skos:prefLabel "LitrePerMinute"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.min-1" , + "L/min" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/min" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit litre divided by the unit minute + +-- QUDT"""@en . + + +### https://w3id.org/emmo#LitrePerMole +emmo:LitrePerMole rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Litre Per Mole"@en ; + skos:prefLabel "LitrePerMole"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-MOL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.mol-1" , + "L/mol" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/mol" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit litre divided by the SI base unit mol + +-- QUDT"""@en . + + +### https://w3id.org/emmo#LitrePerSecond +emmo:LitrePerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Litre Per Second"@en ; + skos:prefLabel "LitrePerSecond"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.s-1" , + "L/s" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit litre divided by the SI base unit second + +-- QUDT"""@en . + + +### https://w3id.org/emmo#LitrePerSecondPerSquareMetre +emmo:LitrePerSecondPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "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" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/(m²⋅s)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Ventilation rate in Litres per second divided by the floor area + +-- QUDT"""@en . + + +### https://w3id.org/emmo#LuxHour +emmo:LuxHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + emmo:EMMO_e467cc3f_676c_432e_b70e_19237d1bcc78 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3600.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Lux Hour"@en ; + skos:prefLabel "LuxHour"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LUX-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "lx.h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lx⋅hr" ; + 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" . + + +### https://w3id.org/emmo#MegaAmperePerSquareMetre +emmo:MegaAmperePerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950 , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Megaampere Per Square Metre"@en ; + skos:prefLabel "MegaAmperePerSquareMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaA-PER-M2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MA.m-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MA/m²" , + "mol/m²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2 + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MegaBar +emmo:MegaBar rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Bar + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E11"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "MegaBar" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaBAR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Mbar" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Mbar" ; + 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)" . + + +### https://w3id.org/emmo#MegaCoulombPerCubicMetre +emmo:MegaCoulombPerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:CoulombPerCubicMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Megacoulomb Per Cubic Metre"@en ; + skos:prefLabel "MegaCoulombPerCubicMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaC-PER-M3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MC.m-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MC/m³" ; + 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 . + + +### https://w3id.org/emmo#MegaCoulombPerSquareMetre +emmo:MegaCoulombPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:CoulombPerSquareMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Megacoulomb Per Square Metre"@en ; + skos:prefLabel "MegaCoulombPerSquareMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaC-PER-M2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MC.m-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MC/m²" ; + 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 . + + +### https://w3id.org/emmo#MegaElectronVoltFemtoMetre +emmo:MegaElectronVoltFemtoMetre rdf:type owl:Class ; + 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_cb77e107_43ed_4a97_bf39_03b3587404d3 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.602177E-28"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Mega Electron Volt Femtometre"@en ; + skos:prefLabel "MegaElectronVoltFemtoMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaEV-FemtoM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MeV.fm" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MeV⋅fm" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Mega Electron Volt Femtometer` is a unit for 'Length Energy' expressed as MeV fm. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MegaElectronVoltPerCentiMetre +emmo:MegaElectronVoltPerCentiMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.602177E-11"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Mega Electron Volt per Centimetre"@en ; + skos:prefLabel "MegaElectronVoltPerCentiMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaEV-PER-CentiM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MeV.cm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MeV/cm" ; + 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 . + + +### https://w3id.org/emmo#MegaGramPerCubicMetre +emmo:MegaGramPerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:GramPerCubicMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Megagram Per Cubic Metre"@en ; + skos:prefLabel "MegaGramPerCubicMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaGM-PER-M3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Mg.m-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Mg/m³" ; + 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 . + + +### https://w3id.org/emmo#MegaGramPerHectare +emmo:MegaGramPerHectare rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.1"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Megagram Per Hectare"@en ; + skos:prefLabel "MegaGramPerHectare" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaGM-PER-HA" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Mg.har-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Mg/ha" ; + 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 . + + +### https://w3id.org/emmo#MegaHertzMetre +emmo:MegaHertzMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:HertzMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Megahertz Metre"@en ; + skos:prefLabel "MegaHertzMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaHZ-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MHz.m" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MHz⋅m" ; + 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 . + + +### https://w3id.org/emmo#MegaHertzPerKelvin +emmo:MegaHertzPerKelvin rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:HertzPerKelvin + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Mega Hertz per Kelvin"@en ; + skos:prefLabel "MegaHertzPerKelvin"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaHZ-PER-K" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MHz.K-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MHz/K" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Mega Hertz per Kelvin` is a unit for 'Inverse Time Temperature' expressed as MHz K⁻¹. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MegaHertzPerTesla +emmo:MegaHertzPerTesla rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:HertzPerTesla + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Mega Hertz per Tesla"@en ; + skos:prefLabel "MegaHertzPerTesla"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaHZ-PER-T" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MHz.T-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MHz/T" ; + 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 . + + +### https://w3id.org/emmo#MegaJoulePerCubicMetre +emmo:MegaJoulePerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:JoulePerCubicMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Megajoule Per Cubic Metre"@en ; + skos:prefLabel "MegaJoulePerCubicMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaJ-PER-M3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MJ.m-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MJ/m³" ; + 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 . + + +### https://w3id.org/emmo#MegaJoulePerKelvin +emmo:MegaJoulePerKelvin rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:JoulePerKelvin + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "MegaJoule per Kelvin"@en ; + skos:prefLabel "MegaJoulePerKelvin" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaJ-PER-K" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MJ.K-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MJ/K" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """MegaJoule Per Kelvin (MegaJ/K) is a unit in the category of Entropy. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MegaJoulePerKilogram +emmo:MegaJoulePerKilogram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:JoulePerKilogram + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Megajoule Per Kilogram"@en ; + skos:prefLabel "MegaJoulePerKilogram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaJ-PER-KiloGM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MJ.kg-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MJ/kg" ; + 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 . + + +### https://w3id.org/emmo#MegaJoulePerSecond +emmo:MegaJoulePerSecond rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:JoulePerSecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Megajoule Per Second"@en ; + skos:prefLabel "MegaJoulePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaJ-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MJ.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MJ/s" ; + 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 . + + +### https://w3id.org/emmo#MegaJoulePerSquareMetre +emmo:MegaJoulePerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:JoulePerSquareMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Megajoule Per Square Metre"@en ; + skos:prefLabel "MegaJoulePerSquareMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaJ-PER-M2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MJ.m-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MJ/m²" ; + 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 . + + +### https://w3id.org/emmo#MegaNewtonMetre +emmo:MegaNewtonMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; + owl:someValuesFrom emmo:NewtonMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Meganewton Metre"@en ; + skos:prefLabel "MegaNewtonMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaN-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MN.m" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MN⋅m" ; + 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 . + + +### https://w3id.org/emmo#MegaPascalCubicMetrePerSecond +emmo:MegaPascalCubicMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:PascalCubicMetrePerSecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Megapascal Cubic Metre Per Second"@en ; + skos:prefLabel "MegaPascalCubicMetrePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaPA-M3-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MPa.m3.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MPa⋅m³/s" ; + 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 . + + +### https://w3id.org/emmo#MegaPascalLitrePerSecond +emmo:MegaPascalLitrePerSecond rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:PascalLitrePerSecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Megapascal Litre Per Second"@en ; + skos:prefLabel "MegaPascalLitrePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaPA-L-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MPa.L.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MPa⋅L/s" ; + 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 . + + +### https://w3id.org/emmo#MegaPascalPerBar +emmo:MegaPascalPerBar rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:PascalPerBar + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "10.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Megapascal Per Bar"@en ; + skos:prefLabel "MegaPascalPerBar" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaPA-PER-BAR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MPa.bar-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MPa/bar" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000-fold of the SI derived unit pascal divided by the unit bar + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MegaPascalPerKelvin +emmo:MegaPascalPerKelvin rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:PascalPerKelvin + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Megapascal Per Kelvin"@en ; + skos:prefLabel "MegaPascalPerKelvin" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaPA-PER-K" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MPa.K-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MPa/K" ; + 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 . + + +### https://w3id.org/emmo#MegaSiemensPerMetre +emmo:MegaSiemensPerMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:SiemensPerMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Megasiemens Per Metre"@en ; + skos:prefLabel "MegaSiemensPerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaS-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MS.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MS/m" ; + 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 . + + +### https://w3id.org/emmo#MegaVoltAmpere +emmo:MegaVoltAmpere rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:VoltAmpere + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Megavolt Ampere"@en ; + skos:prefLabel "MegaVoltAmpere" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaV-A" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MV.A" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MV⋅A" ; + 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 . + + +### https://w3id.org/emmo#MegaVoltAmpereHour +emmo:MegaVoltAmpereHour rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:VoltAmpereHour + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3.6E9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Megavolt Ampere Hour"@en ; + skos:prefLabel "MegaVoltAmpereHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaV-A-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MV.A.h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MV⋅A⋅hr" ; + 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 . + + +### https://w3id.org/emmo#MegaVoltPerMetre +emmo:MegaVoltPerMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:VoltPerMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Megavolt Per Metre"@en ; + skos:prefLabel "MegaVoltPerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaV-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MV.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MV/m" ; + 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 . + + +### https://w3id.org/emmo#MegaWattHour +emmo:MegaWattHour rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3.6E9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Megawatt Hour"@en ; + skos:prefLabel "MegaWattHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaW-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MW.h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MW⋅hr" ; + 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 . + + +### https://w3id.org/emmo#MetrePerHour +emmo:MetrePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-4"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Metre per Hour"@en ; + skos:prefLabel "MetrePerHour"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.h-1" , + "m/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/h" ; + 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 . + + +### https://w3id.org/emmo#MetrePerKelvin +emmo:MetrePerKelvin rdf:type owl:Class . + + +### https://w3id.org/emmo#MetrePerMinute +emmo:MetrePerMinute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01666667"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Metre per Minute"@en ; + skos:prefLabel "MetrePerMinute"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.min-1" , + "m/min" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/min" ; + 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 . + + +### https://w3id.org/emmo#MetrePerSecond +emmo:MetrePerSecond rdf:type owl:Class . + + +### https://w3id.org/emmo#MetrePerSquareSecond +emmo:MetrePerSquareSecond rdf:type owl:Class . + + +### https://w3id.org/emmo#MetrePerYear +emmo:MetrePerYear rdf:type owl:Class . + + +### https://w3id.org/emmo#MicroBecquerelPerKilogram +emmo:MicroBecquerelPerKilogram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:BecquerelPerKilogram + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Microbecquerels per kilogram"@en ; + skos:prefLabel "MicroBecquerelPerKilogram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroBQ-PER-KiloGM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uBq.kg-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µBq/kg" ; + 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 . + + +### https://w3id.org/emmo#MicroBecquerelPerLitre +emmo:MicroBecquerelPerLitre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:BecquerelPerLitre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Microbecquerels per litre"@en ; + skos:prefLabel "MicroBecquerelPerLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroBQ-PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uBq.L-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µBq/L" . + + +### https://w3id.org/emmo#MicroCoulombPerCubicMetre +emmo:MicroCoulombPerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + emmo:EMMO_8f36559a_a494_4b00_abc5_60bbc1475009 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Microcoulomb Per Cubic Metre"@en ; + skos:prefLabel "MicroCoulombPerCubicMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroC-PER-M3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uC.m-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μC/m³" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3 + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MicroCoulombPerSquareMetre +emmo:MicroCoulombPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + emmo:EMMO_6d753e0c_a967_4de4_ad22_c2fecb3913be , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Microcoulomb Per Square Metre"@en ; + skos:prefLabel "MicroCoulombPerSquareMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroC-PER-M2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uC.m-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μC/m²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2 + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MicroFaradPerKiloMetre +emmo:MicroFaradPerKiloMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Microfarad Per Kilometre"@en ; + skos:prefLabel "MicroFaradPerKiloMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroFARAD-PER-KiloM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uF.km-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μF/km" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MicroFaradPerMetre +emmo:MicroFaradPerMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_5f89cb0c_3171_47ee_b2ab_027a07c34c4b , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Microfarad Per Metre"@en ; + skos:prefLabel "MicroFaradPerMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroFARAD-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uF.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μF/m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit farad divided by the SI base unit metre. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MicroGramPerCubicMetrePerHour +emmo:MicroGramPerCubicMetrePerHour rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-13"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Micrograms per cubic metre per hour"@en ; + skos:prefLabel "MicroGramPerCubicMetrePerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-M3-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.m-3.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µg/(m³⋅day)" . + + +### https://w3id.org/emmo#MicroGramPerGram +emmo:MicroGramPerGram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:GramPerGram + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Micrograms per gram"@en ; + skos:prefLabel "MicroGramPerGram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-GM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.g-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µg/g" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One part per 10**6 (million) by mass of the measurand in the matrix. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MicroGramPerLitre +emmo:MicroGramPerLitre rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Microgram Per Litre"@en ; + skos:prefLabel "MicroGramPerLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.L-1" , + "ug/L" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μg/L" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000001-fold of the SI base unit kilogram divided by the unit litre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MicroGramPerLitrePerHour +emmo:MicroGramPerLitrePerHour rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-10"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Micrograms per litre per hour"@en ; + skos:prefLabel "MicroGramPerLitrePerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-L-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.L-1.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µg/(L⋅hr)" ; + 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 . + + +### https://w3id.org/emmo#MicroGramPerMilliLitre +emmo:MicroGramPerMilliLitre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; + owl:someValuesFrom emmo:GramPerMilliLitre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Micrograms per millilitre"@en ; + skos:prefLabel "MicroGramPerMilliLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-MilliL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.mL-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µg/mL" ; + 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 . + + +### https://w3id.org/emmo#MicroGramPerSquareCentiMetre +emmo:MicroGramPerSquareCentiMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; + owl:someValuesFrom emmo:GramPerSquareCentiMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Microgram per square centimetre"@en ; + skos:prefLabel "MicroGramPerSquareCentiMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroG-PER-CentiM2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µg/cm²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of mass per area, equivalent to 0.01 grammes per square metre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MicroGramPerSquareMetrePerDay +emmo:MicroGramPerSquareMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:GramPerSquareMetrePerDay + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-14"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Micrograms per square metre per day"@en ; + skos:prefLabel "MicroGramPerSquareMetrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-M2-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.m-2.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µg/(m²⋅day)" . + + +### https://w3id.org/emmo#MicroHenryPerKiloOhm +emmo:MicroHenryPerKiloOhm rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; + owl:someValuesFrom emmo:HenryPerKiloOhm + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Microhenry Per Kiloohm"@en ; + skos:prefLabel "MicroHenryPerKiloOhm" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroH-PER-KiloOHM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uH.kOhm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µH/kΩ" ; + 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 . + + +### https://w3id.org/emmo#MicroHenryPerMetre +emmo:MicroHenryPerMetre rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Microhenry Per Metre"@en ; + skos:prefLabel "MicroHenryPerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroH-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uH.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μH/m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit henry divided by the SI base unit metre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MicroHenryPerOhm +emmo:MicroHenryPerOhm rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:HenryPerOhm + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Microhenry Per Ohm"@en ; + skos:prefLabel "MicroHenryPerOhm" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroH-PER-OHM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uH.Ohm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µH/Ω" ; + 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 . + + +### https://w3id.org/emmo#MicroLitrePerLitre +emmo:MicroLitrePerLitre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Microlitre Per Litre"@en ; + skos:prefLabel "MicroLitrePerLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroL-PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uL.L-1" , + "uL/L" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μL/L" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """volume ratio as 0.000001-fold of the unit litre divided by the unit litre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MicroMetrePerKelvin +emmo:MicroMetrePerKelvin rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + emmo:EMMO_793f3567_b351_42ef_a1d4_5111d53999c4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Micrometre Per Kelvin"@en ; + skos:prefLabel "MicroMetrePerKelvin"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroM-PER-K" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "um.K-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μm/K" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit metre divided by the SI base unit kelvin + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MicroMetrePerNewton +emmo:MicroMetrePerNewton rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Micro metre per Newton"@en ; + skos:prefLabel "MicroMetrePerNewton"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroM-PER-N" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µJ/N" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Micro metres measured per Newton + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MicroMolePerGram +emmo:MicroMolePerGram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Micromoles per gram"@en ; + skos:prefLabel "MicroMolePerGram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-GM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.g-1" , + "umol/g" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/g" ; + 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 . + + +### https://w3id.org/emmo#MicroMolePerGramPerHour +emmo:MicroMolePerGramPerHour rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerGramPerHour + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-7"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Micromoles per gram per hour"@en ; + skos:prefLabel "MicroMolePerGramPerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-GM-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.g-1.h-1" , + "umol/g/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/(g⋅h)" . + + +### https://w3id.org/emmo#MicroMolePerGramPerSecond +emmo:MicroMolePerGramPerSecond rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-4"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Micromoles per gram per second"@en ; + skos:prefLabel "MicroMolePerGramPerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-GM-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.g-1.s-1" , + "umol/g/s" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μmol/(g⋅s)" . + + +### https://w3id.org/emmo#MicroMolePerKilogram +emmo:MicroMolePerKilogram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Micromoles per kilogram"@en ; + skos:prefLabel "MicroMolePerKilogram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-KiloGM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.kg-1" , + "umol/kg" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/kg" . + + +### https://w3id.org/emmo#MicroMolePerLitre +emmo:MicroMolePerLitre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerLitre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Micromoles per litre"@en ; + skos:prefLabel "MicroMolePerLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.L-1" , + "umol/L" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/L" . + + +### https://w3id.org/emmo#MicroMolePerLitrePerDay +emmo:MicroMolePerLitrePerDay rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-8"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Micromoles per litre per day"@en ; + skos:prefLabel "MicroMolePerLitrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroM-PER-L-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "um.L-1.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µm/(L⋅day)" . + + +### https://w3id.org/emmo#MicroMolePerLitrePerHour +emmo:MicroMolePerLitrePerHour rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-7"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Micromoles per litre per hour"@en ; + skos:prefLabel "MicroMolePerLitrePerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-L-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.L-1.h-1" , + "umol/L/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/(L⋅hr)" . + + +### https://w3id.org/emmo#MicroMolePerMole +emmo:MicroMolePerMole rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerMole + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Micromoles per mole"@en ; + skos:prefLabel "MicroMolePerMole" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-MOL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.mol-1" , + "umol/mol" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/mol" . + + +### https://w3id.org/emmo#MicroMolePerSecond +emmo:MicroMolePerSecond rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerSecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Micromoles per second"@en ; + skos:prefLabel "MicroMolePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.s-1" , + "umol/s" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/s" ; + 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 . + + +### https://w3id.org/emmo#MicroMolePerSquareMetre +emmo:MicroMolePerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerSquareMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Micromoles per square metre"@en ; + skos:prefLabel "MicroMolePerSquareMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-M2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.m-2" , + "umol/m2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/m²" ; + 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 . + + +### https://w3id.org/emmo#MicroMolePerSquareMetrePerDay +emmo:MicroMolePerSquareMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , + emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerSquareMetrePerDay + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-11"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Micromoles per square metre per day"@en ; + skos:prefLabel "MicroMolePerSquareMetrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-M2-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.m-2.d-1" , + "umol/m2/d" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/(m²⋅day)" . + + +### https://w3id.org/emmo#MicroMolePerSquareMetrePerHour +emmo:MicroMolePerSquareMetrePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , + emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-10"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Micromoles per square metre per hour"@en ; + skos:prefLabel "MicroMolePerSquareMetrePerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-M2-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.m-2.h-1" , + "umol/m2/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/(m²⋅hr)" . + + +### https://w3id.org/emmo#MicroMolePerSquareMetrePerSecond +emmo:MicroMolePerSquareMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , + emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerSquareMetrePerSecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Micromoles per square metre per second"@en ; + skos:prefLabel "MicroMolePerSquareMetrePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-M2-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.m-2.s-1" , + "umol/m2/s" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/(m²⋅s)" ; + 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 . + + +### https://w3id.org/emmo#MicroNewtonMetre +emmo:MicroNewtonMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Micronewton Metre"@en ; + skos:prefLabel "MicroNewtonMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroN-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uN.m" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μN⋅m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the product out of the derived SI newton and the SI base unit metre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MicroSiemensPerCentiMetre +emmo:MicroSiemensPerCentiMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-4"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Microsiemens Per Centimetre"@en ; + skos:prefLabel "MicroSiemensPerCentiMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroS-PER-CentiM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uS.cm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μS/cm" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MicroSiemensPerMetre +emmo:MicroSiemensPerMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Microsiemens Per Metre"@en ; + skos:prefLabel "MicroSiemensPerMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroS-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uS.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μS/m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MicroSievertPerHour +emmo:MicroSievertPerHour rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.77778E-10"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "MicroSievert per hour"@en ; + skos:prefLabel "MicroSievertPerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroSV-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uSv.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µSv/hr" ; + 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" . + + +### https://w3id.org/emmo#MicroVoltPerMetre +emmo:MicroVoltPerMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:VoltPerMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Microvolt Per Metre"@en ; + skos:prefLabel "MicroVoltPerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroV-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uV.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µV/m" ; + 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 . + + +### https://w3id.org/emmo#MicroWattPerSquareMetre +emmo:MicroWattPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:WattPerSquareMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Microwatt Per Square Metre"@en ; + skos:prefLabel "MicroWattPerSquareMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroW-PER-M2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uW.m-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µW/m²" ; + 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 . + + +### https://w3id.org/emmo#MilliAmpereHour +emmo:MilliAmpereHour rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3.6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milliampere Hour"@en ; + skos:prefLabel "MilliAmpereHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliA-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mA.h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µA⋅hr" ; + 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 . + + +### https://w3id.org/emmo#MilliAmpereHourPerGram +emmo:MilliAmpereHourPerGram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3600.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milliampere Hour per Gram"@en ; + skos:prefLabel "MilliAmpereHourPerGram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliA-HR-PER-GM" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mA⋅h/g" ; + 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 . + + +### https://w3id.org/emmo#MilliAmpereHourPerSquareCentiMetre +emmo:MilliAmpereHourPerSquareCentiMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3.6E10"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "MilliAmpereHourPerSquareCentiMetre"@en ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mA.h.cm-2" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "unit of areic capacity"@en . + + +### https://w3id.org/emmo#MilliAmperePerGram +emmo:MilliAmperePerGram rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , + emmo:EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "MilliAmperePerGram"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a unit of electric current per mass"@en . + + +### https://w3id.org/emmo#MilliAmperePerMilliMetre +emmo:MilliAmperePerMilliMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; + owl:someValuesFrom emmo:AmperePerMilliMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milliampere Per Millimetre"@en ; + skos:prefLabel "MilliAmperePerMilliMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliA-PER-MilliM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mA.mm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mA/mm" ; + 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 . + + +### https://w3id.org/emmo#MilliAmperePerSquareCentiMetre +emmo:MilliAmperePerSquareCentiMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950 , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "10.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "MilliAmperePerSquareCentiMetre"@en ; + 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 . + + +### https://w3id.org/emmo#MilliBarCubicMetrePerSecond +emmo:MilliBarCubicMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:BarCubicMetrePerSecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "100.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millibar Cubic Metre Per Second"@en ; + skos:prefLabel "MilliBarCubicMetrePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBAR-M3-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mbar.m3.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mbar⋅m³/s" ; + 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 . + + +### https://w3id.org/emmo#MilliBarLitrePerSecond +emmo:MilliBarLitrePerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:BarLitrePerSecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.1"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millibar Litre Per Second"@en ; + skos:prefLabel "MilliBarLitrePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBAR-L-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mbar.L.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mbar⋅L/s" ; + 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 . + + +### https://w3id.org/emmo#MilliBarPerBar +emmo:MilliBarPerBar rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:BarPerBar + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millibar Per Bar"@en ; + skos:prefLabel "MilliBarPerBar" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBAR-PER-BAR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mbar.bar-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mbar/bar" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.01-fold of the unit bar divided by the unit bar + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliBarPerKelvin +emmo:MilliBarPerKelvin rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:BarPerKelvin + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "100.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millibar Per Kelvin"@en ; + skos:prefLabel "MilliBarPerKelvin" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBAR-PER-K" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mbar.K-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mbar/K" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit bar divided by the unit temperature kelvin + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliBecquerelPerGram +emmo:MilliBecquerelPerGram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millibecquerels per gram"@en ; + skos:prefLabel "MilliBecquerelPerGram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBQ-PER-GM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mBq.g-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mBq/g" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One radioactive disintegration per thousand seconds per 1000th SI unit of sample mass. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliBecquerelPerKilogram +emmo:MilliBecquerelPerKilogram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:BecquerelPerKilogram + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millibecquerels per kilogram"@en ; + skos:prefLabel "MilliBecquerelPerKilogram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBQ-PER-KiloGM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mBq.kg-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mBq/kg" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One radioactive disintegration per thousand seconds from an SI standard unit of mass of sample. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliBecquerelPerLitre +emmo:MilliBecquerelPerLitre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:BecquerelPerLitre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millibecquerels per litre"@en ; + skos:prefLabel "MilliBecquerelPerLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBQ-PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mBq.L-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mBq/L" ; + 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 . + + +### https://w3id.org/emmo#MilliBecquerelPerSquareMetrePerDay +emmo:MilliBecquerelPerSquareMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-8"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millibecquerels per square metre per day"@en ; + skos:prefLabel "MilliBecquerelPerSquareMetrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBQ-PER-M2-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mBq.m-2.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mBq/(m²⋅day)" ; + 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 . + + +### https://w3id.org/emmo#MilliCoulombPerCubicMetre +emmo:MilliCoulombPerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:CoulombPerCubicMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millicoulomb Per Cubic Metre"@en ; + skos:prefLabel "MilliCoulombPerCubicMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliC-PER-M3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mC.m-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mC/m³" ; + 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 . + + +### https://w3id.org/emmo#MilliCoulombPerKilogram +emmo:MilliCoulombPerKilogram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:CoulombPerKilogram + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millicoulomb Per Kilogram"@en ; + skos:prefLabel "MilliCoulombPerKilogram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliC-PER-KiloGM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mC.kg-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mC/kg" ; + 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 . + + +### https://w3id.org/emmo#MilliCoulombPerSquareMetre +emmo:MilliCoulombPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:CoulombPerSquareMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millicoulomb Per Square Metre"@en ; + skos:prefLabel "MilliCoulombPerSquareMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliC-PER-M2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mC.m-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mC/m²" ; + 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 . + + +### https://w3id.org/emmo#MilliGalsPerMonth +emmo:MilliGalsPerMonth rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3.802571E-10"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "MilliGals per month"@en ; + skos:prefLabel "MilliGalsPerMonth" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGAL-PER-MO" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mGal.mo-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mgal/mo" ; + 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 . + + +### https://w3id.org/emmo#MilliGramPerCubicMetre +emmo:MilliGramPerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:GramPerCubicMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milligram Per Cubic Metre"@en ; + skos:prefLabel "MilliGramPerCubicMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-3" , + "mg/m3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/m³" ; + 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 . + + +### https://w3id.org/emmo#MilliGramPerCubicMetrePerDay +emmo:MilliGramPerCubicMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-11"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milligrams per cubic metre per day"@en ; + skos:prefLabel "MilliGramPerCubicMetrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M3-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-3.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/(m³⋅day)" . + + +### https://w3id.org/emmo#MilliGramPerCubicMetrePerHour +emmo:MilliGramPerCubicMetrePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-10"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milligrams per cubic metre per hour"@en ; + skos:prefLabel "MilliGramPerCubicMetrePerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M3-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-3.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/(m³⋅hr)" . + + +### https://w3id.org/emmo#MilliGramPerCubicMetrePerSecond +emmo:MilliGramPerCubicMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milligrams per cubic metre per second"@en ; + skos:prefLabel "MilliGramPerCubicMetrePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M3-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-3.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/(m³⋅s)" . + + +### https://w3id.org/emmo#MilliGramPerDay +emmo:MilliGramPerDay rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:GramPerDay + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-11"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milligram Per Day"@en ; + skos:prefLabel "MilliGramPerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/day" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the unit day + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliGramPerDeciLitre +emmo:MilliGramPerDeciLitre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "milligrams per decilitre"@en ; + skos:prefLabel "MilliGramPerDeciLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-DeciL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.dL-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/L" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A derived unit for amount-of-substance concentration measured in mg/dL. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliGramPerGram +emmo:MilliGramPerGram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:GramPerGram + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milligram Per Gram"@en ; + skos:prefLabel "MilliGramPerGram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-GM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.g-1" , + "mg/g" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/gm" ; + 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 . + + +### https://w3id.org/emmo#MilliGramPerHectare +emmo:MilliGramPerHectare rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-10"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milligram Per Hectare"@en ; + skos:prefLabel "MilliGramPerHectare" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-HA" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.har-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/ha" ; + 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 . + + +### https://w3id.org/emmo#MilliGramPerHour +emmo:MilliGramPerHour rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:GramPerHour + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-10"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milligram Per Hour"@en ; + skos:prefLabel "MilliGramPerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the unit hour + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliGramPerKilogram +emmo:MilliGramPerKilogram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:GramPerKilogram + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milligram Per Kilogram"@en ; + skos:prefLabel "MilliGramPerKilogram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-KiloGM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.kg-1" , + "mg/kg" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/kg" ; + 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 . + + +### https://w3id.org/emmo#MilliGramPerLitre +emmo:MilliGramPerLitre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:GramPerLitre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milligram Per Litre"@en ; + skos:prefLabel "MilliGramPerLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.L-1" , + "mg/L" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/L" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the unit litre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliGramPerMetre +emmo:MilliGramPerMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:GramPerMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milligram Per Metre"@en ; + skos:prefLabel "MilliGramPerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/m" ; + 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 . + + +### https://w3id.org/emmo#MilliGramPerMilliLitre +emmo:MilliGramPerMilliLitre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; + owl:someValuesFrom emmo:GramPerMilliLitre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milligram Per Millilitre"@en ; + skos:prefLabel "MilliGramPerMilliLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-MilliL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.mL-1" , + "mg/mL" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/mL" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the unit millilitre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliGramPerMinute +emmo:MilliGramPerMinute rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:GramPerMinute + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.666667E-8"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milligram Per Minute"@en ; + skos:prefLabel "MilliGramPerMinute" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg/min" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/min" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the unit minute + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliGramPerSecond +emmo:MilliGramPerSecond rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:GramPerSecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milligram Per Second"@en ; + skos:prefLabel "MilliGramPerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg/s" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/s" ; + 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 . + + +### https://w3id.org/emmo#MilliGramPerSquareCentiMetre +emmo:MilliGramPerSquareCentiMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; + owl:someValuesFrom emmo:GramPerSquareCentiMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milligram Per Square Centimetre"@en ; + skos:prefLabel "MilliGramPerSquareCentiMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-CentiM2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.cm-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/cm²" ; + 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 . + + +### https://w3id.org/emmo#MilliGramPerSquareMetre +emmo:MilliGramPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:GramPerSquareMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milligram Per Square Metre"@en ; + skos:prefLabel "MilliGramPerSquareMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-2" , + "mg/m2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/m²" ; + 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 . + + +### https://w3id.org/emmo#MilliGramPerSquareMetrePerDay +emmo:MilliGramPerSquareMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:GramPerSquareMetrePerDay + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-11"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milligrams per square metre per day"@en ; + skos:prefLabel "MilliGramPerSquareMetrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M2-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-2.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/(m²⋅day)" . + + +### https://w3id.org/emmo#MilliGramPerSquareMetrePerHour +emmo:MilliGramPerSquareMetrePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-10"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milligrams per square metre per hour"@en ; + skos:prefLabel "MilliGramPerSquareMetrePerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M2-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-2.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/(m²⋅hr)" . + + +### https://w3id.org/emmo#MilliGramPerSquareMetrePerSecond +emmo:MilliGramPerSquareMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milligrams per square metre per second"@en ; + skos:prefLabel "MilliGramPerSquareMetrePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M2-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-2.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/(m²⋅s)" . + + +### https://w3id.org/emmo#MilliHenryPerKiloOhm +emmo:MilliHenryPerKiloOhm rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; + owl:someValuesFrom emmo:HenryPerKiloOhm + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millihenry Per Kiloohm"@en ; + skos:prefLabel "MilliHenryPerKiloOhm" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliH-PER-KiloOHM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mH.kOhm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mH/kΩ" ; + 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 . + + +### https://w3id.org/emmo#MilliHenryPerOhm +emmo:MilliHenryPerOhm rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:HenryPerOhm + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millihenry Per Ohm"@en ; + skos:prefLabel "MilliHenryPerOhm" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliH-PER-OHM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mH.Ohm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mH/Ω" ; + 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 . + + +### https://w3id.org/emmo#MilliLitrePerCubicMetre +emmo:MilliLitrePerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millilitre Per Cubic Metre"@en ; + skos:prefLabel "MilliLitrePerCubicMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-M3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.m-3" , + "mL/m3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/m³" ; + 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 . + + +### https://w3id.org/emmo#MilliLitrePerDay +emmo:MilliLitrePerDay rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:LitrePerDay + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-11"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millilitre Per Day"@en ; + skos:prefLabel "MilliLitrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/day" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit litre divided by the unit day + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliLitrePerHour +emmo:MilliLitrePerHour rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:LitrePerHour + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-10"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millilitre Per Hour"@en ; + skos:prefLabel "MilliLitrePerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit litre divided by the unit hour + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliLitrePerKelvin +emmo:MilliLitrePerKelvin rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:LitrePerKelvin + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millilitre Per Kelvin"@en ; + skos:prefLabel "MilliLitrePerKelvin" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-K" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.K-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/K" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit litre divided by the SI base unit kelvin + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliLitrePerKilogram +emmo:MilliLitrePerKilogram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:LitrePerKilogram + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millilitre Per Kilogram"@en ; + skos:prefLabel "MilliLitrePerKilogram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-KiloGM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.kg-1" , + "mL/kg" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/kg" ; + 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 . + + +### https://w3id.org/emmo#MilliLitrePerLitre +emmo:MilliLitrePerLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:LitrePerLitre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millilitre Per Litre"@en ; + skos:prefLabel "MilliLitrePerLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.L-1" , + "mL/L" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/L" ; + 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 . + + +### https://w3id.org/emmo#MilliLitrePerMinute +emmo:MilliLitrePerMinute rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:LitrePerMinute + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.666667E-8"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millilitre Per Minute"@en ; + skos:prefLabel "MilliLitrePerMinute" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.min-1" , + "mL/min" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/min" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit litre divided by the unit minute + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliLitrePerSecond +emmo:MilliLitrePerSecond rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:LitrePerSecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millilitre Per Second"@en ; + skos:prefLabel "MilliLitrePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit litre divided by the SI base unit second + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliLitrePerSquareCentiMetreMinute +emmo:MilliLitrePerSquareCentiMetreMinute rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.666667E-4"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millilitre Per Square Centimetre Minute"@en ; + skos:prefLabel "MilliLitrePerSquareCentiMetreMinute" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-CentiM2-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.cm-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/(cm²⋅min)" ; + 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 . + + +### https://w3id.org/emmo#MilliLitrePerSquareCentiMetreSecond +emmo:MilliLitrePerSquareCentiMetreSecond rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millilitre Per Square Centimetre Second"@en ; + skos:prefLabel "MilliLitrePerSquareCentiMetreSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-CentiM2-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.cm-2.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/(cm²⋅s)" ; + 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 . + + +### https://w3id.org/emmo#MilliLitrePerSquareMetrePerDay +emmo:MilliLitrePerSquareMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-11"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millilitres per square metre per day"@en ; + skos:prefLabel "MilliLitrePerSquareMetrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-M2-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.m-2.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/(m²⋅day)" . + + +### https://w3id.org/emmo#MilliMetrePerDay +emmo:MilliMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.15741E-8"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "millimetres per day"@en ; + skos:prefLabel "MilliMetrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM-PER-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm.d-1" , + "mm/d" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm/day" ; + 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 . + + +### https://w3id.org/emmo#MilliMetrePerHour +emmo:MilliMetrePerHour rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MetrePerHour + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-7"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millimetre Per Hour"@en ; + skos:prefLabel "MilliMetrePerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm.h-1" , + "mm/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0001-fold of the SI base unit metre divided by the unit hour + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliMetrePerKelvin +emmo:MilliMetrePerKelvin rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MetrePerKelvin + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millimetre Per Kelvin"@en ; + skos:prefLabel "MilliMetrePerKelvin" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM-PER-K" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm.K-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm/K" ; + 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 . + + +### https://w3id.org/emmo#MilliMetrePerMinute +emmo:MilliMetrePerMinute rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MetrePerMinute + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.666667E-5"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millimetre Per Minute"@en ; + skos:prefLabel "MilliMetrePerMinute" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm.min-1" , + "mm/min" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm/min" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI base unit metre divided by the unit minute + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliMetrePerSecond +emmo:MilliMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; + owl:someValuesFrom emmo:MetrePerSecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millimetre Per Second"@en ; + skos:prefLabel "MilliMetrePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm/s" ; + 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 . + + +### https://w3id.org/emmo#MilliMetrePerYear +emmo:MilliMetrePerYear rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MetrePerYear + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.71E-12"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millimetre Per Year"@en ; + skos:prefLabel "MilliMetrePerYear" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM-PER-YR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm.a-1" , + "mm/a" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm/yr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI base unit metre divided by the unit year + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliMolePerCubicMetre +emmo:MilliMolePerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerCubicMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millimoles per cubic metre"@en ; + skos:prefLabel "MilliMolePerCubicMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-M3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.m-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol/m³" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unavailable. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliMolePerCubicMetrePerDay +emmo:MilliMolePerCubicMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-8"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millimoles per cubic metre per day"@en ; + skos:prefLabel "MilliMolePerCubicMetrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-M3-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.m-3.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol/(m³⋅day)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unavailable. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliMolePerGram +emmo:MilliMolePerGram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millimole Per Gram"@en ; + skos:prefLabel "MilliMolePerGram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-GM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.g-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol/g" ; + 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 . + + +### https://w3id.org/emmo#MilliMolePerKilogram +emmo:MilliMolePerKilogram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millimole Per Kilogram"@en ; + skos:prefLabel "MilliMolePerKilogram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-KiloGM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.kg-1" , + "mmol/kg" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol/kg" ; + 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 . + + +### https://w3id.org/emmo#MilliMolePerLitre +emmo:MilliMolePerLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerLitre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "millimoles per litre"@en ; + skos:prefLabel "MilliMolePerLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.L-1" , + "mmol/L" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmo/L" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI derived unit for amount-of-substance concentration is the mmo/L. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliMolePerMole +emmo:MilliMolePerMole rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_f76f5a24_d703_4e8c_b368_f9a7777cb73a , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerMole + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millimoles per mole"@en ; + skos:prefLabel "MilliMolePerMole" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-MOL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.mol-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol/mol" . + + +### https://w3id.org/emmo#MilliMolePerSquareMetre +emmo:MilliMolePerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerSquareMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millimoles per square metre"@en ; + skos:prefLabel "MilliMolePerSquareMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-M2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.m-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol/m²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unavailable. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliMolePerSquareMetrePerDay +emmo:MilliMolePerSquareMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerSquareMetrePerDay + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-8"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millimoles per square metre per day"@en ; + skos:prefLabel "MilliMolePerSquareMetrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-M2-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.m-2.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol/(m²⋅day)" . + + +### https://w3id.org/emmo#MilliNewtonMetre +emmo:MilliNewtonMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; + owl:someValuesFrom emmo:NewtonMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millinewton Metre"@en ; + skos:prefLabel "MilliNewtonMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliN-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mN.m" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mN⋅m" ; + 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 . + + +### https://w3id.org/emmo#MilliNewtonPerMetre +emmo:MilliNewtonPerMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:NewtonPerMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millinewton Per Metre"@en ; + skos:prefLabel "MilliNewtonPerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliN-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mN.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mN/m" ; + 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 . + + +### https://w3id.org/emmo#MilliPascalSecond +emmo:MilliPascalSecond rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:PascalSecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millipascal Second"@en ; + skos:prefLabel "MilliPascalSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliPA-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mPa.s" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mPa⋅s" ; + 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 . + + +### https://w3id.org/emmo#MilliPascalSecondPerBar +emmo:MilliPascalSecondPerBar rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:PascalSecondPerBar + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-8"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millipascal Second Per Bar"@en ; + skos:prefLabel "MilliPascalSecondPerBar" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliPA-SEC-PER-BAR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mPa.s.bar-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mPa⋅s/bar" ; + 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 . + + +### https://w3id.org/emmo#MilliSiemensPerCentiMetre +emmo:MilliSiemensPerCentiMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; + owl:someValuesFrom emmo:SiemensPerCentiMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.1"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millisiemens Per Centimetre"@en ; + skos:prefLabel "MilliSiemensPerCentiMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliS-PER-CentiM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mS.cm-1" , + "mS/cm" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mS/cm" ; + 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 . + + +### https://w3id.org/emmo#MilliSiemensPerMetre +emmo:MilliSiemensPerMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:SiemensPerMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "MilliSiemens per metre"@en ; + skos:prefLabel "MilliSiemensPerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliS-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mS.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mS/m" . + + +### https://w3id.org/emmo#MilliVoltPerMetre +emmo:MilliVoltPerMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:VoltPerMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millivolt Per Metre"@en ; + skos:prefLabel "MilliVoltPerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliV-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mV.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mV/m" ; + 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 . + + +### https://w3id.org/emmo#MilliVoltPerMinute +emmo:MilliVoltPerMinute rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.666667E-5"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millivolt Per Minute"@en ; + skos:prefLabel "MilliVoltPerMinute" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliV-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mV.min-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mV/min" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit volt divided by the unit minute + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliWattPerSquareCentiMetrePerMicroMetrePerSteradian +emmo:MilliWattPerSquareCentiMetrePerMicroMetrePerSteradian rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E7"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milliwatts per square centimetre per micrometre per steradian"@en ; + skos:prefLabel "MilliWattPerSquareCentiMetrePerMicroMetrePerSteradian" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliW-PER-CentiM2-MicroM-SR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mW.cm-2.um-1.sr-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mW/(cm⋅µm⋅sr)" . + + +### https://w3id.org/emmo#MilliWattPerSquareMetre +emmo:MilliWattPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:WattPerSquareMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milliwatt Per Square Metre"@en ; + skos:prefLabel "MilliWattPerSquareMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliW-PER-M2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mW.m-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mW/m²" ; + 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 . + + +### https://w3id.org/emmo#MilliWattPerSquareMetrePerNanoMetre +emmo:MilliWattPerSquareMetrePerNanoMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; + owl:someValuesFrom emmo:WattPerSquareMetrePerNanoMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milliwatts per square metre per nanometre"@en ; + skos:prefLabel "MilliWattPerSquareMetrePerNanoMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliW-PER-M2-NanoM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mW.m-2.nm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mW/(cm⋅nm)" . + + +### https://w3id.org/emmo#MilliWattPerSquareMetrePerNanoMetrePerSteradian +emmo:MilliWattPerSquareMetrePerNanoMetrePerSteradian rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; + owl:someValuesFrom emmo:WattPerSquareMetrePerNanoMetrePerSteradian + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milliwatts per square metre per nanometre per steradian"@en ; + skos:prefLabel "MilliWattPerSquareMetrePerNanoMetrePerSteradian" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliW-PER-M2-NanoM-SR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mW.m-2.nm-1.sr-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mW/(cm⋅nm⋅sr)" . + + +### https://w3id.org/emmo#MolPerKilogram +emmo:MolPerKilogram rdf:type owl:Class . + + +### https://w3id.org/emmo#MoleDegreeCelsius +emmo:MoleDegreeCelsius rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_3d254432_6f8f_4a6d_9eb3_4ab54388171b , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Mole Degree Celsius"@en ; + skos:prefLabel "MoleDegreeCelsius"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-DEG_C" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.Cel" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol⋅°C" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Mole Degree Celsius` is a C.G.S System unit for 'Temperature Amount Of Substance' expressed as mol-degC. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MolePerCubicDeciMetre +emmo:MolePerCubicDeciMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Mole Per Cubic Decimetre"@en ; + skos:prefLabel "MolePerCubicDeciMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-DeciM3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.dm-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/dm³" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3 + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MolePerCubicMetre +emmo:MolePerCubicMetre rdf:type owl:Class . + + +### https://w3id.org/emmo#MolePerCubicMetrePerSecond +emmo:MolePerCubicMetrePerSecond rdf:type owl:Class . + + +### https://w3id.org/emmo#MolePerGramPerHour +emmo:MolePerGramPerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.2777778"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Moles per gram per hour"@en ; + skos:prefLabel "MolePerGramPerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-GM-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.g-1.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(g⋅hr)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI unit of the quantity of matter per SI unit of mass per unit of time expressed in hour. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MolePerHour +emmo:MolePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + emmo:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.77778E-4"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Mole Per Hour"@en ; + skos:prefLabel "MolePerHour"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit mole divided by the unit for time hour + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MolePerLitre +emmo:MolePerLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Mole Per Litre"@en ; + skos:prefLabel "MolePerLitre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.L-1" , + "mol/L" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/L" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit mol divided by the unit litre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MolePerMinute +emmo:MolePerMinute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + emmo:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01666667"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Mole Per Minute"@en ; + skos:prefLabel "MolePerMinute"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.min-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/min" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit mole divided by the unit for time minute + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MolePerSquareMetrePerDay +emmo:MolePerSquareMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-5"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Moles per square metre per day"@en ; + skos:prefLabel "MolePerSquareMetrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M2-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-2.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(m²⋅day)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """quantity of matter per unit area per unit of time. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#NanoBecquerelPerLitre +emmo:NanoBecquerelPerLitre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:BecquerelPerLitre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanobecquerels per litre"@en ; + skos:prefLabel "NanoBecquerelPerLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoBQ-PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nBq.L-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nBq/L" . + + +### https://w3id.org/emmo#NanoFaradPerMetre +emmo:NanoFaradPerMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:FaradPerMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanofarad Per Metre"@en ; + skos:prefLabel "NanoFaradPerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoFARAD-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nF.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nF/m" ; + 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 . + + +### https://w3id.org/emmo#NanoGramPerCubicMetre +emmo:NanoGramPerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:GramPerCubicMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-12"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanogram Per Cubic Metre"@en ; + skos:prefLabel "NanoGramPerCubicMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM-PER-M3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ng.m-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ng/m³" ; + 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 . + + +### https://w3id.org/emmo#NanoGramPerDay +emmo:NanoGramPerDay rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:GramPerDay + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-17"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanograms per day"@en ; + skos:prefLabel "NanoGramPerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM-PER-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ng.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ng/day" . + + +### https://w3id.org/emmo#NanoGramPerKilogram +emmo:NanoGramPerKilogram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:GramPerKilogram + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-12"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanogram Per Kilogram"@en ; + skos:prefLabel "NanoGramPerKilogram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM-PER-KiloGM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ng.kg-1" , + "ng/kg" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ng/Kg" ; + 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 . + + +### https://w3id.org/emmo#NanoGramPerLitre +emmo:NanoGramPerLitre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:GramPerLitre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanograms per litre"@en ; + skos:prefLabel "NanoGramPerLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM-PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ng.L-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ng/L" . + + +### https://w3id.org/emmo#NanoGramPerMicroLitre +emmo:NanoGramPerMicroLitre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanograms per microlitre"@en ; + skos:prefLabel "NanoGramPerMicroLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM-PER-MicroL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ng.uL-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ng/µL" . + + +### https://w3id.org/emmo#NanoGramPerMilliLitre +emmo:NanoGramPerMilliLitre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; + owl:someValuesFrom emmo:GramPerMilliLitre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanograms per millilitre"@en ; + skos:prefLabel "NanoGramPerMilliLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM-PER-MilliL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ng.mL-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ng/mL" ; + 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 . + + +### https://w3id.org/emmo#NanoGramPerSquareMetrePerPascalPerSecond +emmo:NanoGramPerSquareMetrePerPascalPerSecond rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-12"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanograms per square metre per Pascal per second"@en ; + skos:prefLabel "NanoGramPerSquareMetrePerPascalPerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM-PER-M2-PA-SEC" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m²⋅s⋅Pa)" ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Perm_(unit)" . + + +### https://w3id.org/emmo#NanoHenryPerMetre +emmo:NanoHenryPerMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + emmo:EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:HenryPerMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanohenry Per Metre"@en ; + skos:prefLabel "NanoHenryPerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoH-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nH.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nH/m" ; + 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 . + + +### https://w3id.org/emmo#NewtonCentiMetre +emmo:NewtonCentiMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Newton Centimetre"@en ; + skos:prefLabel "NewtonCentiMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-CentiM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.cm" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N⋅cm" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the SI derived unit newton and the 0.01-fold of the SI base unit metre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#NewtonMetre +emmo:NewtonMetre rdf:type owl:Class . + + +### https://w3id.org/emmo#NewtonPerCentiMetre +emmo:NewtonPerCentiMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "100.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Newton Per Centimetre"@en ; + skos:prefLabel "NewtonPerCentiMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-CentiM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.cm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/cm" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit newton divided by the 0.01-fold of the SI base unit metre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#NewtonPerMetre +emmo:NewtonPerMetre rdf:type owl:Class . + + +### https://w3id.org/emmo#NewtonPerMilliMetre +emmo:NewtonPerMilliMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Newton Per Millimetre"@en ; + skos:prefLabel "NewtonPerMilliMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-MilliM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.mm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/mm" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit newton divided by the 0.001-fold of the SI base unit metre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#NewtonPerSquareCentiMetre +emmo:NewtonPerSquareCentiMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "10000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Newton Per Square Centimetre"@en ; + skos:prefLabel "NewtonPerSquareCentiMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/N-PER-CentiM2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "N.cm-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "N/cm²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """derived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2 + +-- QUDT"""@en . + + +### https://w3id.org/emmo#NewtonPerSquareMilliMetre +emmo:NewtonPerSquareMilliMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; skos:altLabel "Newton Per Square Millimetre"@en ; @@ -1072,278 +8246,1037 @@ emmo:NewtonPerSquareMilliMetre rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#PerCentiMetre -emmo:PerCentiMetre rdf:type owl:Class ; +### https://w3id.org/emmo#NewtonSquareMetre +emmo:NewtonSquareMetre rdf:type owl:Class . + + +### https://w3id.org/emmo#PascalCubicMetrePerSecond +emmo:PascalCubicMetrePerSecond rdf:type owl:Class . + + +### https://w3id.org/emmo#PascalLitrePerSecond +emmo:PascalLitrePerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "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" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.L.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅L/s" ; + 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 . + + +### https://w3id.org/emmo#PascalPerBar +emmo:PascalPerBar rdf:type owl:Class . + + +### https://w3id.org/emmo#PascalPerHour +emmo:PascalPerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-4"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Pascal per Hour"@en ; + skos:prefLabel "PascalPerHour"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "P/hr" ; + 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 . + + +### https://w3id.org/emmo#PascalPerKelvin +emmo:PascalPerKelvin rdf:type owl:Class . + + +### https://w3id.org/emmo#PascalPerMinute +emmo:PascalPerMinute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01666667"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Pascal per Minute"@en ; + skos:prefLabel "PascalPerMinute"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.min-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "P/min" ; + 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 . + + +### https://w3id.org/emmo#PascalSecond +emmo:PascalSecond rdf:type owl:Class . + + +### https://w3id.org/emmo#PascalSecondPerBar +emmo:PascalSecondPerBar rdf:type owl:Class . + + +### https://w3id.org/emmo#PerCentiMetre +emmo:PerCentiMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "100.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalCentimetre"@en ; + skos:prefLabel "PerCentiMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-CentiM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/cm" , + "cm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/cm" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal of the 0.01-fold of the SI base unit metre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PerCubicCentiMetre +emmo:PerCubicCentiMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalCubicCentiMetre"@en ; + skos:prefLabel "PerCubicCentiMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-CentiM3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/cm³" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PerCubicMilliMetre +emmo:PerCubicMilliMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalCubicMilliMetre"@en ; + skos:prefLabel "PerCubicMilliMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MilliM3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/mm³" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PerKiloMetre +emmo:PerKiloMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalKiloMetre"@en ; + skos:prefLabel "PerKiloMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-KiloM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/km" , + "km-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/km" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Kilometer Unit is a denominator unit with dimensions /km. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PerMetreNanoMetre +emmo:PerMetreNanoMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_11708648_fc62_46c6_bae5_3a10693e416e , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalMetreNanoMetre"@en ; + skos:prefLabel "PerMetreNanoMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M-NanoM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-1.nm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m⋅nm)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per metre and nanometre."@en . + + +### https://w3id.org/emmo#PerMetreNanoMetreSteradian +emmo:PerMetreNanoMetreSteradian rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_11708648_fc62_46c6_bae5_3a10693e416e , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalMetreNanoMetreSteradian"@en ; + skos:prefLabel "PerMetreNanoMetreSteradian"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M-NanoM-SR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-1.nm-1.sr-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m⋅nm⋅sr)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per metre and nanometre and steradian."@en . + + +### https://w3id.org/emmo#PerMicroMetre +emmo:PerMicroMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalMicroMetre"@en ; + skos:prefLabel "PerMicroMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MicroM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/um" , + "um-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/µm" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Micrometer Unit is a denominator unit with dimensions /microm. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PerMilliMetre +emmo:PerMilliMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "100.0"^^xsd:double + owl:hasValue "1000.0"^^xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "ReciprocalCentimetre"@en ; - skos:prefLabel "PerCentiMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-CentiM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/cm" , - "cm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/cm" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal of the 0.01-fold of the SI base unit metre + skos:altLabel "ReciprocalMilliMetre"@en ; + skos:prefLabel "PerMilliMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MilliM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/mm" , + "mm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/mm" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Millimeter Unit is a denominator unit with dimensions /mm. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PerMilliSecond +emmo:PerMilliSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalMilliSecond"@en ; + skos:prefLabel "PerMilliSecond"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MilliSEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ms-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/ms" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per millisecond."@en . + + +### https://w3id.org/emmo#PerNanoMetre +emmo:PerNanoMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalNanoMetre"@en ; + skos:prefLabel "PerNanoMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-NanoM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/nm" , + "nm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/nm" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Nanometer Unit is a denominator unit with dimensions /nm. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PerPicoMetre +emmo:PerPicoMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E12"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ReciprocalPicoMetre"@en ; + skos:prefLabel "PerPicoMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-PicoM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/pm" , + "pm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/pm" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Picoometer Unit is a denominator unit with dimensions /pm. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PicoAmpsPerMicroMolePerLitre +emmo:PicoAmpsPerMicroMolePerLitre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Picoamps per micromole per litre"@en ; + skos:prefLabel "PicoAmpsPerMicroMolePerLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoA-PER-MicroMOL-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pA.umol-1.L-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pA/(mmol⋅L)" . + + +### https://w3id.org/emmo#PicoFaradPerMetre +emmo:PicoFaradPerMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:FaradPerMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-12"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Picofarad Per Metre"@en ; + skos:prefLabel "PicoFaradPerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoFARAD-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pF.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pF/m" ; + 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 . + + +### https://w3id.org/emmo#PicoGramPerGram +emmo:PicoGramPerGram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:GramPerGram + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-12"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Picograms per gram"@en ; + skos:prefLabel "PicoGramPerGram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoGM-PER-GM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pg.g-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pg/g" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One part per 10**12 (trillion) by mass of the measurand in the matrix. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PicoGramPerKilogram +emmo:PicoGramPerKilogram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:GramPerKilogram + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-15"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Picograms per kilogram"@en ; + skos:prefLabel "PicoGramPerKilogram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoGM-PER-KiloGM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pg.kg-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pg/kg" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One part per 10**15 by mass of the measurand in the matrix. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#PicoGramPerMilliLitre +emmo:PicoGramPerMilliLitre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; + owl:someValuesFrom emmo:GramPerMilliLitre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Picograms per millilitre"@en ; + skos:prefLabel "PicoGramPerMilliLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoGM-PER-MilliL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pg.mL-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pg/mL" ; + 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 . + + +### https://w3id.org/emmo#PicoMolePerCubicMetre +emmo:PicoMolePerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerCubicMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-12"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Picomoles per cubic metre"@en ; + skos:prefLabel "PicoMolePerCubicMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-M3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.m-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/m³" . + + +### https://w3id.org/emmo#PicoMolePerCubicMetrePerSecond +emmo:PicoMolePerCubicMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerCubicMetrePerSecond + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-12"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Picomoles per cubic metre per second"@en ; + skos:prefLabel "PicoMolePerCubicMetrePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-M3-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.m-3.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/(m³⋅s)" . + + +### https://w3id.org/emmo#PicoMolePerKilogram +emmo:PicoMolePerKilogram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-12"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Picomoles per kilogram"@en ; + skos:prefLabel "PicoMolePerKilogram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-KiloGM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.kg-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/kg" . + + +### https://w3id.org/emmo#PicoMolePerLitre +emmo:PicoMolePerLitre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerLitre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Picomoles per litre"@en ; + skos:prefLabel "PicoMolePerLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.L-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/L" . + + +### https://w3id.org/emmo#PicoMolePerLitrePerDay +emmo:PicoMolePerLitrePerDay rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-14"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Picomoles per litre per day"@en ; + skos:prefLabel "PicoMolePerLitrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-L-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.L-1.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/day" ; + 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 . + + +### https://w3id.org/emmo#PicoMolePerLitrePerHour +emmo:PicoMolePerLitrePerHour rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-13"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Picomoles per litre per hour"@en ; + skos:prefLabel "PicoMolePerLitrePerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-L-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.L-1.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/(L⋅hr)" ; + 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 . + + +### https://w3id.org/emmo#PicoMolePerMetrePerWattPerSecond +emmo:PicoMolePerMetrePerWattPerSecond rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-12"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Picomoles per metre per watt per second"@en ; + skos:prefLabel "PicoMolePerMetrePerWattPerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-M-W-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.m-1.W-1.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/(m⋅W⋅s)" . + + +### https://w3id.org/emmo#PicoMolePerSquareMetrePerDay +emmo:PicoMolePerSquareMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerSquareMetrePerDay + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-17"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Picomoles per square metre per day"@en ; + skos:prefLabel "PicoMolePerSquareMetrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-M2-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.m-2.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/(m²⋅day)" . + + +### https://w3id.org/emmo#PicoPascalPerKiloMetre +emmo:PicoPascalPerKiloMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-15"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Picopascal Per Kilometre"@en ; + skos:prefLabel "PicoPascalPerKiloMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoPA-PER-KiloM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pPa.km-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pPa/km" ; + 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 . -### https://w3id.org/emmo#PerCubicCentiMetre -emmo:PerCubicCentiMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "ReciprocalCubicCentiMetre"@en ; - skos:prefLabel "PerCubicCentiMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-CentiM3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/cm³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 +### https://w3id.org/emmo#PicoSiemensPerMetre +emmo:PicoSiemensPerMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:SiemensPerMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-12"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Picosiemens Per Metre"@en ; + skos:prefLabel "PicoSiemensPerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoS-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pS.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pS/m" ; + 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 . -### https://w3id.org/emmo#PerCubicMilliMetre -emmo:PerCubicMilliMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - emmo:EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "ReciprocalCubicMilliMetre"@en ; - skos:prefLabel "PerCubicMilliMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MilliM3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/mm³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 +### https://w3id.org/emmo#PicoWattPerSquareCentiMetrePerLitre +emmo:PicoWattPerSquareCentiMetrePerLitre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-5"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Picowatts per square centimetre per litre"@en ; + skos:prefLabel "PicoWattPerSquareCentiMetrePerLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoW-PER-CentiM2-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pW.cm-2.L-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pW/(cm²⋅L)" ; + 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 . -### https://w3id.org/emmo#PerKiloMetre -emmo:PerKiloMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "ReciprocalKiloMetre"@en ; - skos:prefLabel "PerKiloMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-KiloM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/km" , - "km-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/km" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Kilometer Unit is a denominator unit with dimensions /km. +### https://w3id.org/emmo#PicoWattPerSquareMetre +emmo:PicoWattPerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:WattPerSquareMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-12"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Picowatt Per Square Metre"@en ; + skos:prefLabel "PicoWattPerSquareMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoW-PER-M2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pW.m-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pW/m²" ; + 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 . -### https://w3id.org/emmo#PerMetreNanoMetre -emmo:PerMetreNanoMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_11708648_fc62_46c6_bae5_3a10693e416e , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , +### https://w3id.org/emmo#QuarticMilliMetre +emmo:QuarticMilliMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + emmo:EMMO_8627410d_01f8_4ed1_8f2b_aba69d791ad3 , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E9"^^xsd:double + owl:hasValue "1.0E-12"^^xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "ReciprocalMetreNanoMetre"@en ; - skos:prefLabel "PerMetreNanoMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M-NanoM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-1.nm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m⋅nm)" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per metre and nanometre."@en . - + skos:altLabel "Quartic Millimetre"@en ; + skos:prefLabel "QuarticMilliMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM4" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm4" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm⁴" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the power of the SI base unit metre with the exponent 4 -### https://w3id.org/emmo#PerMetreNanoMetreSteradian -emmo:PerMetreNanoMetreSteradian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_11708648_fc62_46c6_bae5_3a10693e416e , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "ReciprocalMetreNanoMetreSteradian"@en ; - skos:prefLabel "PerMetreNanoMetreSteradian"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-M-NanoM-SR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m-1.nm-1.sr-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(m⋅nm⋅sr)" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per metre and nanometre and steradian."@en . +-- QUDT"""@en . -### https://w3id.org/emmo#PerMicroMetre -emmo:PerMicroMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , +### https://w3id.org/emmo#RadianPerHour +emmo:RadianPerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double + owl:hasValue "3600.0"^^xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "ReciprocalMicroMetre"@en ; - skos:prefLabel "PerMicroMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MicroM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/um" , - "um-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/µm" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Micrometer Unit is a denominator unit with dimensions /microm. + 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" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.h-1" , + "rad/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad/h" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Radian per Hour\" is a unit for 'Angular Velocity' expressed as rad/h. -- QUDT"""@en . -### https://w3id.org/emmo#PerMilliMetre -emmo:PerMilliMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , +### https://w3id.org/emmo#RadianPerMinute +emmo:RadianPerMinute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "60.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + 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" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.min-1" , + "rad/min" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad/min" ; + 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 . + + +### https://w3id.org/emmo#ReciprocalDay +emmo:ReciprocalDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double + owl:hasValue "1.157407E-5"^^xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "ReciprocalMilliMetre"@en ; - skos:prefLabel "PerMilliMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MilliM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/mm" , - "mm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/mm" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Millimeter Unit is a denominator unit with dimensions /mm. + skos:altLabel "Reciprocal Day"@en ; + skos:prefLabel "ReciprocalDay"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/d" , + "d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/day" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal of the unit day -- QUDT"""@en . -### https://w3id.org/emmo#PerMilliSecond -emmo:PerMilliSecond rdf:type owl:Class ; +### https://w3id.org/emmo#ReciprocalHour +emmo:ReciprocalHour rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double + owl:hasValue "360.0"^^xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "ReciprocalMilliSecond"@en ; - skos:prefLabel "PerMilliSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MilliSEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ms-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/ms" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Per millisecond."@en . + skos:altLabel "Reciprocal Hour"@en ; + skos:prefLabel "ReciprocalHour"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/h" , + "h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A reciprocal unit of time for `reciprocal hour` or \"inverse hour\". +-- QUDT"""@en . -### https://w3id.org/emmo#PerNanoMetre -emmo:PerNanoMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "ReciprocalNanoMetre"@en ; - skos:prefLabel "PerNanoMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-NanoM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/nm" , - "nm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/nm" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Nanometer Unit is a denominator unit with dimensions /nm. + +### https://w3id.org/emmo#ReciprocalKiloVoltAmpereHour +emmo:ReciprocalKiloVoltAmpereHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_071b87fd_8ac8_4287_bfc6_9fcd8ce6674c , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Reciprocal Kilovolt Ampere Hour"@en ; + skos:prefLabel "ReciprocalKiloVoltAmpereHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-KiloV-A-HR" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(kV⋅A⋅hr)" ; + 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 . -### https://w3id.org/emmo#PerPicoMetre -emmo:PerPicoMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E12"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "ReciprocalPicoMetre"@en ; - skos:prefLabel "PerPicoMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-PicoM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/pm" , - "pm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/pm" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Picoometer Unit is a denominator unit with dimensions /pm. +### https://w3id.org/emmo#ReciprocalLitre +emmo:ReciprocalLitre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Reciprocal Litre"@en ; + skos:prefLabel "ReciprocalLitre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/L" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal value of the unit litre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#ReciprocalMicroMolePerLitre +emmo:ReciprocalMicroMolePerLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_aef218f9_6ded_4db9_9263_e78eed55e5d6 , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Reciprocal micromole per litre"@en ; + skos:prefLabel "ReciprocalMicroMolePerLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MicroMOL-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol-1.L-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(mmol⋅L)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Units used to describe the sensitivity of detection of a spectrophotometer. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#ReciprocalMinute +emmo:ReciprocalMinute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "60.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Reciprocal Minute"@en ; + skos:prefLabel "ReciprocalMinute"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/min" , + "min-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/min" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A reciprocal unit of time for `reciprocal minute` or `inverse minute`. -- QUDT"""@en . -### https://w3id.org/emmo#QuarticMilliMetre -emmo:QuarticMilliMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - emmo:EMMO_8627410d_01f8_4ed1_8f2b_aba69d791ad3 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-12"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Quartic Millimetre"@en ; - skos:prefLabel "QuarticMilliMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM4" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm4" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm⁴" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the power of the SI base unit metre with the exponent 4 +### https://w3id.org/emmo#ReciprocalSquareElectronVolt +emmo:ReciprocalSquareElectronVolt rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_87b5dd20_e4fe_422d_9e70_1eee54ec9496 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3.895644E37"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Reciprocal Square Electron Volt"@en ; + skos:prefLabel "ReciprocalSquareElectronVolt"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-EV2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "eV-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/eV²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Square Electron Volt is a denominator unit with dimensions /eV². + +-- QUDT"""@en . + + +### https://w3id.org/emmo#ReciprocalSquareGigaElectronVolt +emmo:ReciprocalSquareGigaElectronVolt rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_87b5dd20_e4fe_422d_9e70_1eee54ec9496 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3.895644E19"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Reciprocal Square Giga Electron Volt"@en ; + skos:prefLabel "ReciprocalSquareGigaElectronVolt"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-GigaEV2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GeV-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/GeV²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Square Giga Electron Volt Unit is a denominator unit with dimensions /GeV². -- QUDT"""@en . @@ -1371,6 +9304,25 @@ emmo:SiemensPerCentiMetre rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#SiemensPerMetre +emmo:SiemensPerMetre rdf:type owl:Class . + + +### https://w3id.org/emmo#SquareCentMetrePerGram +emmo:SquareCentMetrePerGram rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_4817e479_e401_437e_a49b_54540b93d2a1 , + emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.1"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "SquareCentiMetrePerGram"@en . + + ### https://w3id.org/emmo#SquareCentiMetre emmo:SquareCentiMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 , @@ -1394,6 +9346,29 @@ emmo:SquareCentiMetre rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#SquareCentiMetreMinute +emmo:SquareCentiMetreMinute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.006"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Square Centimetre Minute"@en ; + skos:prefLabel "SquareCentiMetreMinute" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM2-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm2.min" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm²m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Square centimeter minute\" is a unit for 'Area Time' expressed as cm² . m. + +-- QUDT"""@en . + + ### https://w3id.org/emmo#SquareCentiMetrePerCubicCentiMetre emmo:SquareCentiMetrePerCubicCentiMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , @@ -1480,20 +9455,82 @@ emmo:SquareDeciMetre rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#SquareMetrePerGram -emmo:SquareMetrePerGram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4817e479_e401_437e_a49b_54540b93d2a1 , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "SquareMetrePerGram"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit in the category of specific area."@en . +### https://w3id.org/emmo#SquareDegree +emmo:SquareDegree rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3.046174E-4"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Square degree"@en ; + skos:prefLabel "SquareDegree"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°²" ; + 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 . + + +### https://w3id.org/emmo#SquareDegreeCelsiusPerSecond +emmo:SquareDegreeCelsiusPerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + emmo:EMMO_dafdcae3_f8ec_4993_8269_2c9299a75158 ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "SquareDegreeCelsiusPerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C2-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K2.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C²⋅s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square degree Celsius per second."@en . + + +### https://w3id.org/emmo#SquareMetrePerHectare +emmo:SquareMetrePerHectare rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-4"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "square metres per hectare"@en ; + skos:prefLabel "SquareMetrePerHectare" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-HA" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.har-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/ha" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Square metres per hectare. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#SquareMetrePerHertzPerDegree +emmo:SquareMetrePerHertzPerDegree rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "57.29578"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "SquareMetrePerHertzPerDegree" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-HZ-DEG" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.Hz-1.deg-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/(Hz⋅°)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per Hertz and angular degree unit."@en . ### https://w3id.org/emmo#SquareMicroMetre @@ -1588,6 +9625,198 @@ emmo:SquareNanoMetre rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#TeraWattHour +emmo:TeraWattHour rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3.6E15"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Terawatt Hour"@en ; + skos:prefLabel "TeraWattHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TeraW-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "TW/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "TW⋅hr" ; + 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 . + + +### https://w3id.org/emmo#TonnePerCubicMetre +emmo:TonnePerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Tonne Per Cubic Metre"@en ; + skos:prefLabel "TonnePerCubicMetre"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TONNE-PER-M3" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t.m-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/m³" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit tonne divided by the power of the SI base unit metre with the exponent 3 + +-- QUDT"""@en . + + +### https://w3id.org/emmo#TonnePerDay +emmo:TonnePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.01157407"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + 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" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/day" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """metric unit ton divided by the unit for time day + +-- QUDT"""@en . + + +### https://w3id.org/emmo#TonnePerHectare +emmo:TonnePerHectare rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.1"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + 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" , + "http://qudt.org/vocab/unit/TON_Metric-PER-HA" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t.har-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/ha" ; + 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 . + + +### https://w3id.org/emmo#TonnePerHour +emmo:TonnePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.2777778"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Tonne Per Hour"@en ; + skos:prefLabel "TonnePerHour"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TONNE-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit tonne divided by the unit for time hour + +-- QUDT"""@en . + + +### https://w3id.org/emmo#TonnePerMinute +emmo:TonnePerMinute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "16.66667"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Tonne Per Minute"@en ; + skos:prefLabel "TonnePerMinute"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TONNE-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t.min-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/min" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit ton divided by the unit for time minute + +-- QUDT"""@en . + + +### https://w3id.org/emmo#TonnePerSecond +emmo:TonnePerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Tonne Per Second"@en ; + skos:prefLabel "TonnePerSecond"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TONNE-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit tonne divided by the SI base unit second + +-- QUDT"""@en . + + +### https://w3id.org/emmo#VoltAmpere +emmo:VoltAmpere rdf:type owl:Class . + + +### https://w3id.org/emmo#VoltAmpereHour +emmo:VoltAmpereHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3600.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + 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" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.A.h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V⋅A⋅hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the unit for apparent by ampere and the unit hour + +-- QUDT"""@en . + + ### https://w3id.org/emmo#VoltPerCentiMetre emmo:VoltPerCentiMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , @@ -1611,6 +9840,10 @@ emmo:VoltPerCentiMetre rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#VoltPerMetre +emmo:VoltPerMetre rdf:type owl:Class . + + ### https://w3id.org/emmo#VoltPerMicroSecond emmo:VoltPerMicroSecond rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , @@ -1657,6 +9890,57 @@ emmo:VoltPerMilliMetre rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#WattHourPerKilogram +emmo:WattHourPerKilogram rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3600.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "WattHourPerKilogram"@en ; + 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 . + + +### https://w3id.org/emmo#WattHourPerLitre +emmo:WattHourPerLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3600000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "WattHourPerLitre"@en ; + 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 . + + +### https://w3id.org/emmo#WattPerLitre +emmo:WattPerLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "WattPerLitre"@en ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit for power per volume quantities."@en . + + ### https://w3id.org/emmo#WattPerSquareCentiMetre emmo:WattPerSquareCentiMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , @@ -1679,6 +9963,10 @@ emmo:WattPerSquareCentiMetre rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#WattPerSquareMetre +emmo:WattPerSquareMetre rdf:type owl:Class . + + ### https://w3id.org/emmo#WattPerSquareMetrePerNanoMetre emmo:WattPerSquareMetrePerNanoMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , @@ -1719,6 +10007,55 @@ emmo:WattPerSquareMetrePerNanoMetrePerSteradian rdf:type owl:Class ; emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Watt per square metre and nanometre and steradian unit."@en . +### https://w3id.org/emmo#Watthour +emmo:Watthour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3600.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "WattHour"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W⋅hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The watt hour is a unit of energy, equal to 3,600 joule. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#WatthourPerCubicMetre +emmo:WatthourPerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , + emmo:EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3600.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + 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" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.h.m-3" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W⋅hr/m³" ; + 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 . + + +### https://w3id.org/emmo#WeberPerMetre +emmo:WeberPerMetre rdf:type owl:Class . + + ### https://w3id.org/emmo#WeberPerMilliMetre emmo:WeberPerMilliMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , diff --git a/disciplines/units/prefixedsiunits.ttl b/disciplines/units/prefixedsiunits.ttl index 713b3be6..c3b59848 100644 --- a/disciplines/units/prefixedsiunits.ttl +++ b/disciplines/units/prefixedsiunits.ttl @@ -569,6 +569,10 @@ emmo:DeciTonne rdf:type owl:Class ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dt" . +### https://w3id.org/emmo#EMMO_52e4cb25_da39_45e2_a6db_063ec5730499 +emmo:EMMO_52e4cb25_da39_45e2_a6db_063ec5730499 rdf:type owl:Class . + + ### https://w3id.org/emmo#ElectronVolt emmo:ElectronVolt rdf:type owl:Class . @@ -631,7 +635,6 @@ emmo:ExaJoule rdf:type owl:Class ; ### https://w3id.org/emmo#ExbiByte emmo:ExbiByte rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; @@ -867,9 +870,7 @@ emmo:GigaCoulomb rdf:type owl:Class ; ### https://w3id.org/emmo#GigaElectronVolt emmo:GigaElectronVolt rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_a8eb4bbb_1bd3_4ad4_b114_2789bcbd2134 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + rdfs:subClassOf emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; @@ -1029,7 +1030,33 @@ emmo:GigaWatt rdf:type owl:Class ; ### https://w3id.org/emmo#Gram -emmo:Gram rdf:type owl:Class . +emmo:Gram rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_52e4cb25_da39_45e2_a6db_063ec5730499 , + emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:hasValue "g" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "Gram"@en ; + emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "GRM" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g" ; + 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" ; + emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.G02680" . ### https://w3id.org/emmo#HectoCoulomb @@ -1247,9 +1274,7 @@ emmo:KiloCoulomb rdf:type owl:Class ; ### https://w3id.org/emmo#KiloElectronVolt emmo:KiloElectronVolt rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + rdfs:subClassOf emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; @@ -1654,9 +1679,7 @@ emmo:MegaCoulomb rdf:type owl:Class ; ### https://w3id.org/emmo#MegaElectronVolt emmo:MegaElectronVolt rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + rdfs:subClassOf emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; @@ -1896,9 +1919,7 @@ emmo:MegaSiemens rdf:type owl:Class ; ### https://w3id.org/emmo#MegaVolt emmo:MegaVolt rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_2e7e5796_4a80_4d73_bb84_f31138446c0c , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928 , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "1000000.0"^^xsd:double @@ -1917,29 +1938,28 @@ emmo:MegaVolt rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#MegaW -emmo:MegaW rdf:type owl:Class ; - 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_c8d084ad_f88e_4596_8e4d_982c6655ce6f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Watt - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "MegaWatt"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaW" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MW" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MW" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Unit for power; 1 000 000 watt."@en . +### https://w3id.org/emmo#MegaWatt +emmo:MegaWatt rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_2024fca1_b015_45ee_9490_e9e7d36bf704 , + emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928 , + emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Watt + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "MegaWatt"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaW" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MW" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MW" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Unit for power; 1 000 000 watt."@en . ### https://w3id.org/emmo#MicroAmpere @@ -1970,9 +1990,7 @@ emmo:MicroAmpere rdf:type owl:Class ; ### https://w3id.org/emmo#MicroBecquerel emmo:MicroBecquerel rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "1.0E-6"^^xsd:double @@ -2050,9 +2068,7 @@ emmo:MicroFarad rdf:type owl:Class ; ### https://w3id.org/emmo#MicroGram emmo:MicroGram rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "1.0E-9"^^xsd:double @@ -2156,10 +2172,8 @@ emmo:MicroJoule rdf:type owl:Class ; ### https://w3id.org/emmo#MicroLitre emmo:MicroLitre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + rdfs:subClassOf emmo:EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , + emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "1.0E-9"^^xsd:double @@ -2210,9 +2224,8 @@ emmo:MicroMetre rdf:type owl:Class ; ### https://w3id.org/emmo#MicroMole emmo:MicroMole rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + rdfs:subClassOf emmo:EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d , + emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , emmo:EMMO_e501069c_34d3_4dc7_ac87_c90c7342192b , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; @@ -2235,9 +2248,8 @@ emmo:MicroMole rdf:type owl:Class ; ### https://w3id.org/emmo#MicroOhm emmo:MicroOhm rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_7610efb8_c7c6_4684_abc1_774783c62472 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d , + emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "1.0E-6"^^xsd:double @@ -2259,9 +2271,8 @@ emmo:MicroOhm rdf:type owl:Class ; ### https://w3id.org/emmo#MicroPascal emmo:MicroPascal rdf:type owl:Class ; rdfs:subClassOf 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 , + emmo:EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d , + emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "1.0E-6"^^xsd:double @@ -2336,9 +2347,8 @@ emmo:MicroSecond rdf:type owl:Class ; ### https://w3id.org/emmo#MicroSiemens emmo:MicroSiemens rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_321af35f_f0cc_4a5c_b4fe_8c2c0303fb0c , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d , + emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; owl:hasValue "1.0E-6"^^xsd:double @@ -2442,9 +2452,8 @@ emmo:MicroVolt rdf:type owl:Class ; ### https://w3id.org/emmo#MicroWatt emmo:MicroWatt rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + rdfs:subClassOf emmo:EMMO_9d28f9ad_d9d3_4edb_bc00_5d9bd242244d , + emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; @@ -2572,10 +2581,10 @@ emmo:MilliCoulomb rdf:type owl:Class ; ### https://w3id.org/emmo#MilliDegreeCelsius emmo:MilliDegreeCelsius rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + rdfs:subClassOf 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 , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; owl:someValuesFrom emmo:DegreeCelsius @@ -3961,8 +3970,137 @@ emmo:TeraWatt rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#Tonne -emmo:Tonne rdf:type owl:Class . +### https://w3id.org/emmo#MicroNewton +emmo:MicroNewton rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "MicroNewton" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uN" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μN" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit newton + +-- QUDT"""@en . + + +### https://w3id.org/emmo#YoctoCoulomb +emmo:YoctoCoulomb rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Coulomb + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-24"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "YoctoCoulomb"@en ; + skos:prefLabel "YoctoCoulomb" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YoctoC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "yC" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "yC" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A YoctoCoulomb is 10⁻²⁴ C. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#YottaCoulomb +emmo:YottaCoulomb rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Coulomb + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E24"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "YottaCoulomb"@en ; + skos:prefLabel "YottaCoulomb" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YottaC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "YC" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "YC" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A YottaCoulomb is 10²⁴ C. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#ZeptoCoulomb +emmo:ZeptoCoulomb rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Coulomb + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-21"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "ZeptoCoulomb"@en ; + skos:prefLabel "ZeptoCoulomb" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ZeptoC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "zC" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "zC" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A ZeptoCoulomb is 10⁻²¹ C. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#ZettaCoulomb +emmo:ZettaCoulomb rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Coulomb + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E21"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "ZettaCoulomb"@en ; + skos:prefLabel "ZettaCoulomb" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ZettaC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ZC" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ZC" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A ZettaCoulomb is 10²¹ C. + +-- QUDT"""@en . + + ### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/prefixedunits.ttl b/disciplines/units/prefixedunits.ttl index 8a39707c..2e356f66 100644 --- a/disciplines/units/prefixedunits.ttl +++ b/disciplines/units/prefixedunits.ttl @@ -34,86 +34,6 @@ We kindly acknowledge NIST for reusing their content, including selection of pre # Classes ################################################################# -### https://w3id.org/emmo#AttoJouleSecond -emmo:AttoJouleSecond rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:JouleSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-18"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Attojoule Second"@en ; - skos:prefLabel "AttoJouleSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/AttoJ-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "aJ.s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "aJ⋅s" ; - 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 . - - -### https://w3id.org/emmo#Bar -emmo:Bar rdf:type owl:Class . - - -### https://w3id.org/emmo#BarCubicMetrePerSecond -emmo:BarCubicMetrePerSecond rdf:type owl:Class . - - -### https://w3id.org/emmo#BarLitrePerSecond -emmo:BarLitrePerSecond rdf:type owl:Class . - - -### https://w3id.org/emmo#BarPerBar -emmo:BarPerBar rdf:type owl:Class . - - -### https://w3id.org/emmo#BarPerKelvin -emmo:BarPerKelvin rdf:type owl:Class . - - -### https://w3id.org/emmo#Bel -emmo:Bel rdf:type owl:Class . - - -### https://w3id.org/emmo#BitPerSecond -emmo:BitPerSecond rdf:type owl:Class . - - -### https://w3id.org/emmo#Btu_It -emmo:Btu_It rdf:type owl:Class . - - -### https://w3id.org/emmo#Btu_Th -emmo:Btu_Th rdf:type owl:Class . - - -### https://w3id.org/emmo#Btu_Th_Per_Hr -emmo:Btu_Th_Per_Hr rdf:type owl:Class . - - -### https://w3id.org/emmo#Cal_Mean -emmo:Cal_Mean rdf:type owl:Class . - - -### https://w3id.org/emmo#Cal_Th_Per_Min -emmo:Cal_Th_Per_Min rdf:type owl:Class . - - -### https://w3id.org/emmo#Cal_Th_Per_Sec -emmo:Cal_Th_Per_Sec rdf:type owl:Class . - - ### https://w3id.org/emmo#CentiBar emmo:CentiBar rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , @@ -194,238 +114,6 @@ emmo:CentiMetreOfMercury rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#CentiMetrePerHour -emmo:CentiMetrePerHour rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MetrePerHour - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Centimetre Per Hour"@en ; - skos:prefLabel "CentiMetrePerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm.h-1" , - "cm/h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm/hr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,01-fold of the SI base unit metre divided by the unit hour - --- QUDT"""@en . - - -### https://w3id.org/emmo#CentiMetrePerKelvin -emmo:CentiMetrePerKelvin rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MetrePerKelvin - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Centimetre Per Kelvin"@en ; - skos:prefLabel "CentiMetrePerKelvin" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM-PER-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm.K-1" , - "cm/K" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm/K" ; - 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 . - - -### https://w3id.org/emmo#CentiMetrePerSecond -emmo:CentiMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; - owl:someValuesFrom emmo:MetrePerSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "centimetre per second"@en ; - skos:prefLabel "CentiMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm.s-1" , - "cm/s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm/s" ; - 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 . - - -### https://w3id.org/emmo#CentiMetrePerSquareSecond -emmo:CentiMetrePerSquareSecond rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MetrePerSquareSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Centimetre per Square Second"@en ; - skos:prefLabel "CentiMetrePerSquareSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM-PER-SEC2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm.s-2" , - "cm/s2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm/s²" ; - 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 . - - -### https://w3id.org/emmo#CentiMetrePerThousandYear -emmo:CentiMetrePerThousandYear rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3.168809E-13"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Centimetres per thousand years"@en ; - skos:prefLabel "CentiMetrePerThousandYear" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM-PER-KiloYR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm.ka-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm/(1000 yr)" . - - -### https://w3id.org/emmo#CentiMetrePerYear -emmo:CentiMetrePerYear rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MetrePerYear - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3.168809E-10"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Centimetres per year"@en ; - skos:prefLabel "CentiMetrePerYear" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM-PER-YR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm.a-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm/yr" . - - -### https://w3id.org/emmo#CentiMetreSecondDegreeCelsius -emmo:CentiMetreSecondDegreeCelsius rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_44ddbe46_0112_4185_b595_132866e902da , - emmo:EMMO_b55cd09a_e54d_4eb1_81dd_03c29d1b878e , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e ; - skos:altLabel "Centimetre Second Degree Celsius"@en ; - skos:prefLabel "CentiMetreSecondDegreeCelsius" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM-SEC-DEG_C" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm.s.Cel-1" , - "cm.s/Cel" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm⋅s⋅°C" ; - 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 . - - -### https://w3id.org/emmo#CentiMolePerKilogram -emmo:CentiMolePerKilogram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Centimole per kilogram"@en ; - skos:prefLabel "CentiMolePerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiMOL-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cmol.kg-1" , - "cmol/kg" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cmol/kg" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1/100 of SI unit of amount of substance per kilogram - --- QUDT"""@en . - - -### https://w3id.org/emmo#CentiNewtonMetre -emmo:CentiNewtonMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; - owl:someValuesFrom emmo:NewtonMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Centinewton Metre"@en ; - skos:prefLabel "CentiNewtonMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiN-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cN.m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cN⋅m" ; - 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 . - - ### https://w3id.org/emmo#CentiPoise emmo:CentiPoise rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7 , @@ -453,35 +141,6 @@ emmo:CentiPoise rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#CentiPoisePerBar -emmo:CentiPoisePerBar rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:PoisePerBar - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-8"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Centipoise Per Bar"@en ; - skos:prefLabel "CentiPoisePerBar" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiPOISE-PER-BAR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cP.bar-1" , - "cP/bar" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cP/bar" ; - 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 . - - ### https://w3id.org/emmo#CentiStokes emmo:CentiStokes rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , @@ -509,10 +168,6 @@ emmo:CentiStokes rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#Curie -emmo:Curie rdf:type owl:Class . - - ### https://w3id.org/emmo#DecaRe emmo:DecaRe rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , @@ -564,170 +219,6 @@ emmo:DeciBar rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Bar_(unit)" . -### https://w3id.org/emmo#DeciBarPerYear -emmo:DeciBarPerYear rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3.1688E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Decibars per year"@en ; - skos:prefLabel "DeciBarPerYear" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciBAR-PER-YR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dbar.a-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dbar/yr" ; - 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 . - - -### https://w3id.org/emmo#DeciBel -emmo:DeciBel rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_972e01b0_b017_4903_8c05_b7edda958723 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Bel - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.1"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "DeciBel" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciB" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dB" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dB" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A customary logarithmic measure most commonly used (in various ways) for measuring sound.Sound is measured on a logarithmic scale. Informally, if one sound is 1 bel (10 decibels) \"louder\" than another, this means the louder sound is 10 times louder than the fainter one. A difference of 20 decibels corresponds to an increase of 10 x 10 or 100 times in intensity. The beginning of the scale, 0 decibels, can be set in different ways, depending on exactly the aspect of sound being measured. For sound intensity (the power of the sound waves per unit of area) 0 decibel is equal to 1 picoWatts per Metre Squared. This corresponds approximately to the faintest sound that can be detected by a person who has good hearing. For sound pressure (the pressure exerted by the sound waves) 0 decibels equals 20 micropascals RMS, and for sound power 0 decibels sometimes equals 1 picoWatt. In all cases, one decibel equals ≈ 0.115129 neper. - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Decibel?oldid=495380648" . - - -### https://w3id.org/emmo#DeciBelCarrierUnit -emmo:DeciBelCarrierUnit rdf:type owl:Class ; - 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" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciB_C" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dBc" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Decibel Carrier Unit\" is a unit for 'Signal Detection Threshold' expressed as dBc. - --- QUDT"""@en . - - -### https://w3id.org/emmo#DeciBelReferredTo1Mw -emmo:DeciBelReferredTo1Mw rdf:type owl:Class ; - 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" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciB_M" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dBmW" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Decibel Referred to 1mw\" is a 'Dimensionless Ratio' expressed as dBm. - --- QUDT"""@en . - - -### https://w3id.org/emmo#DeciLitrePerGram -emmo:DeciLitrePerGram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.1"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Decilitre Per Gram"@en ; - skos:prefLabel "DeciLitrePerGram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciL-PER-GM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dL.g-1" , - "dL/g" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dL/g" ; - 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 . - - -### https://w3id.org/emmo#DeciNewtonMetre -emmo:DeciNewtonMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; - owl:someValuesFrom emmo:NewtonMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.1"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Decinewton Metre"@en ; - skos:prefLabel "DeciNewtonMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciN-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dN.m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dN⋅m" ; - 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 . - - -### https://w3id.org/emmo#DeciSiemensPerMetre -emmo:DeciSiemensPerMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:SiemensPerMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.1"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "decisiemens per metre"@en ; - skos:prefLabel "DeciSiemensPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciS-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dS.m-1" , - "dS/m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dS/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Decisiemens per metre. - --- QUDT"""@en . - - ### https://w3id.org/emmo#EMMO_640ea55c_e9a7_4f23_8aae_5bb4ba867f30 emmo:EMMO_640ea55c_e9a7_4f23_8aae_5bb4ba867f30 rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_442bd91e_a724_4e9f_89c1_18423016fb75 ; @@ -786,118 +277,6 @@ emmo:Exbi rdf:type owl:Class ; skos:prefLabel "Exbi"@en . -### https://w3id.org/emmo#FemtoGramPerKilogram -emmo:FemtoGramPerKilogram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:GramPerKilogram - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-18"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Femtograms per kilogram"@en ; - skos:prefLabel "FemtoGramPerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FemtoGM-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "fg.kg-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fg/kg" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One part per 10**18 by mass of the measurand in the matrix. - --- QUDT"""@en . - - -### https://w3id.org/emmo#FemtoGramPerLitre -emmo:FemtoGramPerLitre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:GramPerLitre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-15"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Femtograms per litre"@en ; - skos:prefLabel "FemtoGramPerLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FemtoGM-PER-L" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "fg.L-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fg/L" ; - 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 . - - -### https://w3id.org/emmo#FemtoMolePerKilogram -emmo:FemtoMolePerKilogram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-15"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Femtomoles per kilogram"@en ; - skos:prefLabel "FemtoMolePerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FemtoMOL-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "fmol.kg-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fmol/kg" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A 10**15 part quantity of substance of the measurand per kilogram mass of matrix. - --- QUDT"""@en . - - -### https://w3id.org/emmo#FemtoMolePerLitre -emmo:FemtoMolePerLitre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerLitre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-12"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Femtomoles per litre"@en ; - skos:prefLabel "FemtoMolePerLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/FemtoMOL-PER-L" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "fmol.L-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "fmol/L" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A 10**18 part quantity of substance of the measurand per litre volume of matrix. - --- QUDT"""@en . - - -### https://w3id.org/emmo#Gauss -emmo:Gauss rdf:type owl:Class . - - ### https://w3id.org/emmo#Gibi emmo:Gibi rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; @@ -939,7 +318,7 @@ emmo:GibiByte rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units" . -### https://w3id.org/emmo#GigaBasePair +### https://w3id.org/emmo#GigaBasepair emmo:GigaBasePair rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 , @@ -953,44 +332,15 @@ emmo:GigaBasePair rdf:type owl:Class ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; - skos:altLabel "Gigabase Pair"@en ; - skos:prefLabel "GigaBasePair" ; + skos:altLabel "GigaBasePair"@en , "Giga basepair"@en ; + skos:prefLabel "GigaBasepair"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaBasePair" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Gbp" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A gigabase (abbreviated Gb, or Gbp for gigabase pairs.) is a unit of measurement used to help designate the length of DNA. One gigabase is equal to 1 billion bases. + 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 . -### https://w3id.org/emmo#GigaBitPerSecond -emmo:GigaBitPerSecond rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:BitPerSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "6.931472E8"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Gigabit per Second"@en ; - skos:prefLabel "GigaBitPerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaBIT-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Gbit.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Gbps" ; - 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" . - - ### https://w3id.org/emmo#GigaByte emmo:GigaByte rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01 , @@ -1020,118 +370,6 @@ emmo:GigaByte rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Gigabyte?oldid=493019145" . -### https://w3id.org/emmo#GigaCoulombPerCubicMetre -emmo:GigaCoulombPerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:CoulombPerCubicMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Gigacoulomb Per Cubic Metre"@en ; - skos:prefLabel "GigaCoulombPerCubicMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaC-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GC.m-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "GC/m³" ; - 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 . - - -### https://w3id.org/emmo#GigaHertzMetre -emmo:GigaHertzMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:HertzMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Gigahertz Metre"@en ; - skos:prefLabel "GigaHertzMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaHZ-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GHz.m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "GHz⋅M" ; - 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 . - - -### https://w3id.org/emmo#GigaWattHour -emmo:GigaWattHour rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3.6E12"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Gigawatt Hour"@en ; - skos:prefLabel "GigaWattHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GigaW-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GW.h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "GW⋅hr" ; - 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 . - - -### https://w3id.org/emmo#GramPerCubicMetre -emmo:GramPerCubicMetre rdf:type owl:Class . - - -### https://w3id.org/emmo#GramPerGram -emmo:GramPerGram rdf:type owl:Class . - - -### https://w3id.org/emmo#GramPerKilogram -emmo:GramPerKilogram rdf:type owl:Class . - - -### https://w3id.org/emmo#GramPerMetre -emmo:GramPerMetre rdf:type owl:Class . - - -### https://w3id.org/emmo#GramPerSecond -emmo:GramPerSecond rdf:type owl:Class . - - -### https://w3id.org/emmo#GramPerSquareCentiMetre -emmo:GramPerSquareCentiMetre rdf:type owl:Class . - - -### https://w3id.org/emmo#GramPerSquareMetre -emmo:GramPerSquareMetre rdf:type owl:Class . - - -### https://w3id.org/emmo#Gravity -emmo:Gravity rdf:type owl:Class . - - ### https://w3id.org/emmo#HectoBar emmo:HectoBar rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c , @@ -1159,161 +397,17 @@ emmo:HectoBar rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#HectoPascalCubicMetrePerSecond -emmo:HectoPascalCubicMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_bf106e62_ce1c_4ccc_9f45_c10326078a5a , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:PascalCubicMetrePerSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "100.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Hectopascal Cubic Metre Per Second"@en ; - skos:prefLabel "HectoPascalCubicMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoPA-M3-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hPa.m3.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hPa⋅m³/s" ; - 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 . - - -### https://w3id.org/emmo#HectoPascalLitrePerSecond -emmo:HectoPascalLitrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_bf106e62_ce1c_4ccc_9f45_c10326078a5a , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:PascalLitrePerSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.1"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Hectopascal Litre Per Second"@en ; - skos:prefLabel "HectoPascalLitrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoPA-L-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hPa.L.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hPa⋅L/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product out of the 100-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second - --- QUDT"""@en . - - -### https://w3id.org/emmo#HectoPascalPerBar -emmo:HectoPascalPerBar rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:PascalPerBar - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Hectopascal Per Bar"@en ; - skos:prefLabel "HectoPascalPerBar" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoPA-PER-BAR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hPa.bar-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hPa/bar" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """100-fold of the SI derived unit pascal divided by the unit bar - --- QUDT"""@en . - - -### https://w3id.org/emmo#HectoPascalPerHour -emmo:HectoPascalPerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_21aaefc1_3f86_4208_b7db_a755f31f0f8c , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:PascalPerHour - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.02777778"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Hectopascals per hour"@en ; - skos:prefLabel "HectoPascalPerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoPA-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hPa.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hPa/hr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A change in pressure of one hundred Newtons per square metre (100 Pascals) per hour. Equivalent to a change of one millibar per hour. - --- QUDT"""@en . - - -### https://w3id.org/emmo#HectoPascalPerKelvin -emmo:HectoPascalPerKelvin rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:PascalPerKelvin - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "100.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Hectopascal Per Kelvin"@en ; - skos:prefLabel "HectoPascalPerKelvin" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/HectoPA-PER-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "hPa.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "hPa/K" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """100-fold of the SI derived unit pascal divided by the SI base unit kelvin - --- QUDT"""@en . - - -### https://w3id.org/emmo#Inch -emmo:Inch rdf:type owl:Class . - - -### https://w3id.org/emmo#Kibi -emmo:Kibi rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "Ki" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "1024.0"^^xsd:double - ] ; - skos:prefLabel "Kibi"@en . +### https://w3id.org/emmo#Kibi +emmo:Kibi rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:hasValue "Ki" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "1024.0"^^xsd:double + ] ; + skos:prefLabel "Kibi"@en . ### https://w3id.org/emmo#KibiByte @@ -1344,90 +438,6 @@ emmo:KibiByte rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units" . -### https://w3id.org/emmo#KiloAmpereHour -emmo:KiloAmpereHour rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:AmpereHour - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kiloampere Hour"@en ; - skos:prefLabel "KiloAmpereHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloA-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kA.h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kA⋅hr" ; - 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 . - - -### https://w3id.org/emmo#KiloAmperePerMetre -emmo:KiloAmperePerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:AmperePerMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kiloampere Per Metre"@en ; - skos:prefLabel "KiloAmperePerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloA-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kA.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kA/m" ; - 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 . - - -### https://w3id.org/emmo#KiloAmperePerSquareMetre -emmo:KiloAmperePerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:AmperePerSquareMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kiloampere Per Square Metre"@en ; - skos:prefLabel "KiloAmperePerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloA-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kA.m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kA/m²" ; - 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 . - - ### https://w3id.org/emmo#KiloBar emmo:KiloBar rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , @@ -1456,136 +466,6 @@ emmo:KiloBar rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Bar_(unit)" . -### https://w3id.org/emmo#KiloBitPerSecond -emmo:KiloBitPerSecond rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:BitPerSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "693.1472"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilobit per Second"@en ; - skos:prefLabel "KiloBitPerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloBIT-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kbit.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kbps" ; - 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" . - - -### https://w3id.org/emmo#KiloBtu_It -emmo:KiloBtu_It rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Btu_It - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "105505.6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilo British Thermal Unit (International Definition)"@en ; - skos:prefLabel "KiloBtu_It" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloBTU_IT" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "k[Btu_IT]" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kBtu{IT}" . - - -### https://w3id.org/emmo#KiloBtu_It_Per_Hr -emmo:KiloBtu_It_Per_Hr rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "293.0711"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilo British Thermal Unit (International Definition) per Hour"@en ; - skos:prefLabel "KiloBtu_It_Per_Hr" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloBTU_IT-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "k[Btu_IT].h-1" , - "k[Btu_IT]/h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kBtu{IT}/hr" . - - -### https://w3id.org/emmo#KiloBtu_Th -emmo:KiloBtu_Th rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Btu_Th - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1054350.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilo British Thermal Unit (Thermochemical Definition)"@en ; - skos:prefLabel "KiloBtu_Th" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloBTU_TH" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "k[Btu_th]" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kBtu{th}" . - - -### https://w3id.org/emmo#KiloBtu_Th_Per_Hr -emmo:KiloBtu_Th_Per_Hr rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Btu_Th_Per_Hr - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "292.9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilo British Thermal Unit (thermochemical) Per Hour"@en ; - skos:prefLabel "KiloBtu_Th_Per_Hr" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloBTU_TH-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "k[Btu_th].h-1" , - "k[Btu_th]/h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kBtu{th}/hr" ; - 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 . - - ### https://w3id.org/emmo#KiloByte emmo:KiloByte rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01 , @@ -1615,212 +495,6 @@ emmo:KiloByte rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Byte?oldid=493588918" . -### https://w3id.org/emmo#KiloBytePerSecond -emmo:KiloBytePerSecond rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilobyte per Second"@en ; - skos:prefLabel "KiloBytePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloBYTE-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kBy.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kBps" ; - 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" . - - -### https://w3id.org/emmo#KiloCal_It -emmo:KiloCal_It rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "4186.8"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilocalorie (international Table)"@en ; - skos:prefLabel "KiloCal_It" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL_IT" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal_IT" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal{IT}" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1000-fold of the unit calorie, which is used particularly for calorific values of food - --- QUDT"""@en . - - -### https://w3id.org/emmo#KiloCal_It_Per_Hr_M_Deg_C -emmo:KiloCal_It_Per_Hr_M_Deg_C rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.163"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilocalorie (international Table) Per Hour Metre Degree Celsius"@en ; - skos:prefLabel "KiloCal_It_Per_Hr_M_Deg_C" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL_IT-PER-HR-M-DEG_C" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal_IT.h-1.m-1.Cel-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal{IT}/(hr⋅m⋅°C)" ; - 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 . - - -### https://w3id.org/emmo#KiloCal_Mean -emmo:KiloCal_Mean rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Cal_Mean - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "4190.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilocalorie (mean)"@en ; - skos:prefLabel "KiloCal_Mean" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL_Mean" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal_m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal{mean}" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1000-fold of the unit calorie, which is used particularly for calorific values of food - --- QUDT"""@en . - - -### https://w3id.org/emmo#KiloCal_Th -emmo:KiloCal_Th rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "4184.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilocalorie (thermochemical)"@en ; - skos:prefLabel "KiloCal_Th" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL_TH" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Cal]" , - "kcal_th" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal{th}" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1000-fold of the unit calorie, which is used particularly for calorific values of food - --- QUDT"""@en . - - -### https://w3id.org/emmo#KiloCal_Th_Per_Hr -emmo:KiloCal_Th_Per_Hr rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.162231"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilocalorie (thermochemical) Per Hour"@en ; - skos:prefLabel "KiloCal_Th_Per_Hr" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL_TH-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal_th.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal{th}/hr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the non-legal unit thermochemical calorie divided by the unit hour - --- QUDT"""@en . - - -### https://w3id.org/emmo#KiloCal_Th_Per_Min -emmo:KiloCal_Th_Per_Min rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Cal_Th_Per_Min - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "69.73383"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilocalorie (thermochemical) Per Minute"@en ; - skos:prefLabel "KiloCal_Th_Per_Min" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL_TH-PER-MIN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal_th.min-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal{th}/min" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1000-fold of the unit calorie divided by the unit minute - --- QUDT"""@en . - - -### https://w3id.org/emmo#KiloCal_Th_Per_Sec -emmo:KiloCal_Th_Per_Sec rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Cal_Th_Per_Sec - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "4184.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilocalorie (thermochemical) Per Second"@en ; - skos:prefLabel "KiloCal_Th_Per_Sec" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL_TH-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal_th.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal{th}/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1000-fold of the unit calorie divided by the SI base unit second - --- QUDT"""@en . - - ### https://w3id.org/emmo#KiloCalorie emmo:KiloCalorie rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , @@ -1845,267 +519,6 @@ emmo:KiloCalorie rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Calorie?oldid=494307622" . -### https://w3id.org/emmo#KiloCaloriePerCentiMetreSecondDegreeCelsius -emmo:KiloCaloriePerCentiMetreSecondDegreeCelsius rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "418400.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilocalorie per Centimetre Second Degree Celsius"@en ; - skos:prefLabel "KiloCaloriePerCentiMetreSecondDegreeCelsius" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-CentiM-SEC-DEG_C" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.cm-1.s-1.Cel-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/(cm⋅s⋅°C)" . - - -### https://w3id.org/emmo#KiloCaloriePerGram -emmo:KiloCaloriePerGram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "4184000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilocalorie per Gram"@en ; - skos:prefLabel "KiloCaloriePerGram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-GM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.g-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/g" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Kilocalorie per Gram\" is a unit for 'Specific Energy' expressed as kcal/gm. - --- QUDT"""@en . - - -### https://w3id.org/emmo#KiloCaloriePerMinute -emmo:KiloCaloriePerMinute rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "69.73333"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilocalorie Per Minute"@en ; - skos:prefLabel "KiloCaloriePerMinute" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-MIN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.min-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/min" ; - 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 . - - -### https://w3id.org/emmo#KiloCaloriePerMole -emmo:KiloCaloriePerMole rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "4184.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilocalorie per Mole"@en ; - skos:prefLabel "KiloCaloriePerMole" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-MOL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.mol-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/mol" ; - 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 . - - -### https://w3id.org/emmo#KiloCaloriePerMoleDegreeCelsius -emmo:KiloCaloriePerMoleDegreeCelsius rdf:type owl:Class ; - 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" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-MOL-DEG_C" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.mol-1.Cel-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/(mol⋅°C)" ; - 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 . - - -### https://w3id.org/emmo#KiloCaloriePerSecond -emmo:KiloCaloriePerSecond rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "4184.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilocalorie Per Second"@en ; - skos:prefLabel "KiloCaloriePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/s" ; - 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 . - - -### https://w3id.org/emmo#KiloCaloriePerSquareCentiMetre -emmo:KiloCaloriePerSquareCentiMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "4.184E-7"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilocalorie per Square Centimetre"@en ; - skos:prefLabel "KiloCaloriePerSquareCentiMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.cm-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/cm²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Kilocalorie per Square Centimeter\" is a unit for 'Energy Per Area' expressed as kcal/cm². - --- QUDT"""@en . - - -### https://w3id.org/emmo#KiloCaloriePerSquareCentiMetreMinute -emmo:KiloCaloriePerSquareCentiMetreMinute rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "6.973333E-5"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilocalorie per Square Centimetre Minute"@en ; - skos:prefLabel "KiloCaloriePerSquareCentiMetreMinute" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2-MIN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.cm-2.min-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/(cm²⋅min)" ; - 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 . - - -### https://w3id.org/emmo#KiloCaloriePerSquareCentiMetreSecond -emmo:KiloCaloriePerSquareCentiMetreSecond rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "4.184E-7"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilocalorie per Square Centimetre Second"@en ; - skos:prefLabel "KiloCaloriePerSquareCentiMetreSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.cm-2.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/(cm²⋅s)" ; - 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 . - - -### https://w3id.org/emmo#KiloCoulombPerCubicMetre -emmo:KiloCoulombPerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:CoulombPerCubicMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilocoulomb Per Cubic Metre"@en ; - skos:prefLabel "KiloCoulombPerCubicMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloC-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kC.m-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kC/m³" ; - 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 . - - -### https://w3id.org/emmo#KiloCoulombPerSquareMetre -emmo:KiloCoulombPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:CoulombPerSquareMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilocoulomb Per Square Metre"@en ; - skos:prefLabel "KiloCoulombPerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloC-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kC.m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kC/m²" ; - 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 . - - ### https://w3id.org/emmo#KiloCurie emmo:KiloCurie rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , @@ -2133,30 +546,6 @@ emmo:KiloCurie rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#KiloElectronVoltPerMicroMetre -emmo:KiloElectronVoltPerMicroMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.602177E-10"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilo Electron Volt per Micrometre"@en ; - skos:prefLabel "KiloElectronVoltPerMicroMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloEV-PER-MicroM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "keV.um-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "keV/µM" ; - 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 . - - ### https://w3id.org/emmo#KiloGauss emmo:KiloGauss rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , @@ -2184,6221 +573,291 @@ emmo:KiloGauss rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#KiloHertzMetre -emmo:KiloHertzMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:HertzMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilohertz Metre"@en ; - skos:prefLabel "KiloHertzMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloHZ-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kHz.m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kHz⋅m" ; - 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 . - - -### https://w3id.org/emmo#KiloJoulePerKelvin -emmo:KiloJoulePerKelvin rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:JoulePerKelvin - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilojoule Per Kelvin"@en ; - skos:prefLabel "KiloJoulePerKelvin" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloJ-PER-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kJ.K-1" , - "kJ/K" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kJ/K" ; - 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 . - - -### https://w3id.org/emmo#KiloJoulePerKilogram -emmo:KiloJoulePerKilogram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:JoulePerKilogram - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilojoule Per Kilogram"@en ; - skos:prefLabel "KiloJoulePerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloJ-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kJ.kg-1" , - "kJ/kg" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kJ/kg" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI derived unit joule divided by the SI base unit kilogram +### https://w3id.org/emmo#KiloPond +emmo:KiloPond rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "9.80665"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "KiloPond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloP" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kP" ; + 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 . +-- QUDT"""@en ; + emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Same as kilogramForce"@en . -### https://w3id.org/emmo#KiloJoulePerKilogramKelvin -emmo:KiloJoulePerKilogramKelvin rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:JoulePerKilogramKelvin - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilojoule Per Kilogram Kelvin"@en ; - skos:prefLabel "KiloJoulePerKilogramKelvin" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloJ-PER-KiloGM-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kJ.(kg.K)-1" , - "kJ.kg-1.K-1" , - "kJ/(kg.K)" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kJ/(kg⋅K)" ; - 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 +### https://w3id.org/emmo#KiloRoentgen +emmo:KiloRoentgen rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Roentgen + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.258"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "KiloRoentgen" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kR" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kR" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the unit roentgen -- QUDT"""@en . -### https://w3id.org/emmo#KiloJoulePerMole -emmo:KiloJoulePerMole rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:JoulePerMole - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilojoule Per Mole"@en ; - skos:prefLabel "KiloJoulePerMole" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloJ-PER-MOL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kJ.mol-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kJ/mol" ; - 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 . +### https://w3id.org/emmo#Mebi +emmo:Mebi rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:hasValue "Mi" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; + owl:hasValue "1048576.0"^^xsd:double + ] ; + skos:prefLabel "Mebi"@en . -### https://w3id.org/emmo#KiloLitrePerHour -emmo:KiloLitrePerHour rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:LitrePerHour - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.002777778"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilolitre Per Hour"@en ; - skos:prefLabel "KiloLitrePerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloL-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kL.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kL/hr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume kilolitres divided by the unit hour - --- QUDT"""@en . - - -### https://w3id.org/emmo#KiloMetrePerDay -emmo:KiloMetrePerDay rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01157407"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilometres per day"@en ; - skos:prefLabel "KiloMetrePerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloM-PER-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "km.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/day" ; - 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 . - - -### https://w3id.org/emmo#KiloMetrePerHour -emmo:KiloMetrePerHour rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MetrePerHour - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.2777778"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilometre per Hour"@en ; - skos:prefLabel "KiloMetrePerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloM-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "km.h-1" , - "km/h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "km/hr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Kilometer per Hour\" is a C.G.S System unit for 'Linear Velocity' expressed as km/hr. +### https://w3id.org/emmo#MebiByte +emmo:MebiByte rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Byte + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1048576.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "MebiByte" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MebiBYTE" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MiB" ; + 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 "http://en.wikipedia.org/wiki/Kilometres_per_hour?oldid=487674812" . - - -### https://w3id.org/emmo#KiloMetrePerSecond -emmo:KiloMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; - owl:someValuesFrom emmo:MetrePerSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilometre per Second"@en ; - skos:prefLabel "KiloMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloM-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "km.s-1" , - "km/s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "km/s" ; - 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 . - - -### https://w3id.org/emmo#KiloMolPerKilogram -emmo:KiloMolPerKilogram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolPerKilogram - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilomole per Kilogram"@en ; - skos:prefLabel "KiloMolePerKilogram"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloMOL-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kmol.kg-1" , - "kmol/kg" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kmol/kg" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Kilomole Per Kilogram (kmol/kg) is a unit of Molality - --- QUDT"""@en . - - -### https://w3id.org/emmo#KiloMolePerCubicMetre -emmo:KiloMolePerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerCubicMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilomole Per Cubic Metre"@en ; - skos:prefLabel "KiloMolePerCubicMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloMOL-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kmol.m-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kmol/m³" ; - 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 . - - -### https://w3id.org/emmo#KiloMolePerHour -emmo:KiloMolePerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerHour - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.2777778"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilomole Per Hour"@en ; - skos:prefLabel "KiloMolePerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloMOL-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kmol.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kmol/hr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI base unit mole divided by the unit for time hour - --- QUDT"""@en . - - -### https://w3id.org/emmo#KiloMolePerMinute -emmo:KiloMolePerMinute rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerMinute - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "16.94444"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilomole Per Minute"@en ; - skos:prefLabel "KiloMolePerMinute" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloMOL-PER-MIN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kmol.min-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kmol/min" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI base unit mole divided by the unit for time minute - --- QUDT"""@en . - - -### https://w3id.org/emmo#KiloMolePerSecond -emmo:KiloMolePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilomole Per Second"@en ; - skos:prefLabel "KiloMolePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloMOL-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kmol.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kmol/s" ; - 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:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units" . -### https://w3id.org/emmo#KiloNewtonMetre -emmo:KiloNewtonMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; - owl:someValuesFrom emmo:NewtonMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilonewton Metre"@en ; - skos:prefLabel "KiloNewtonMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloN-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kN.m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kN⋅m" ; - 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 +### https://w3id.org/emmo#MegaBecquerel +emmo:MegaBecquerel rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Becquerel + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "MegaBecquerel" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaBQ" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MBq" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MBq" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000-fold of the derived unit becquerel -- QUDT"""@en . -### https://w3id.org/emmo#KiloNewtonSquareMetre -emmo:KiloNewtonSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_cb77e107_43ed_4a97_bf39_03b3587404d3 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:NewtonSquareMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilo Newton Square Metre"@en ; - skos:prefLabel "KiloNewtonSquareMetre"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloN-M2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kN⋅m²" . - - -### https://w3id.org/emmo#KiloPascalAbsolute -emmo:KiloPascalAbsolute rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilopascal Absolute"@en ; - skos:prefLabel "KiloPascalAbsolute" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloPA_A" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kPa{absolute}" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "KPaA" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kilopascal Absolute` is a SI System unit for 'Force Per Area' expressed as KPaA. +### https://w3id.org/emmo#MegaByte +emmo:MegaByte rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Byte + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Mega byte"@en ; + skos:prefLabel "MegaByte"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaBYTE" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MBy" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MB" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The megabyte is defined here as one million Bytes. Also, see unit:MebiBYTE. --- QUDT"""@en . +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Megabyte?oldid=487094486" . -### https://w3id.org/emmo#KiloPascalPerBar -emmo:KiloPascalPerBar rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_9d09022c_e7ae_4379_a765_4803a8a502a1 , +### https://w3id.org/emmo#MicroAtmospheres +emmo:MicroAtmospheres rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , + emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:PascalPerBar - ] , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E8"^^xsd:double + owl:hasValue "0.101325"^^xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; - skos:altLabel "Kilopascal Per Bar"@en ; - skos:prefLabel "KiloPascalPerBar" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloPA-PER-BAR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kPa.bar-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kPa/bar" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI derived unit pascal divided by the unit bar - --- QUDT"""@en . - - -### https://w3id.org/emmo#KiloPascalPerKelvin -emmo:KiloPascalPerKelvin rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:PascalPerKelvin - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilopascal Per Kelvin"@en ; - skos:prefLabel "KiloPascalPerKelvin" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloPA-PER-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kPa.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kPa/K" ; - 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 . - - -### https://w3id.org/emmo#KiloPascalPerMilliMetre -emmo:KiloPascalPerMilliMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "100000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilopascal Per Millimetre"@en ; - skos:prefLabel "KiloPascalPerMilliMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloPA-PER-MilliM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kPa.mm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kPa/mm" ; - 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 . - - -### https://w3id.org/emmo#KiloPascalSquareMetrePerGram -emmo:KiloPascalSquareMetrePerGram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilopascal Square Metre per Gram"@en ; - skos:prefLabel "KiloPascalSquareMetrePerGram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloPA-M2-PER-GM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kPa.m2.g-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kPa⋅m²/g" ; - 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 . + skos:prefLabel "MicroAtmospheres" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroATM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uatm" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µatm" . -### https://w3id.org/emmo#KiloPond -emmo:KiloPond rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "9.80665"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "KiloPond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloP" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kP" ; - 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 +### https://w3id.org/emmo#MicroCurie +emmo:MicroCurie rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "37000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "MicroCurie"@en ; + skos:prefLabel "MicroCurie" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroCi" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uCi" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μCi" ; + 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_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Same as kilogramForce"@en . - - -### https://w3id.org/emmo#KiloPoundForce -emmo:KiloPoundForce rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:PoundForce - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "4448.222"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "KiloPound Force"@en ; - skos:prefLabel "KiloPoundForce" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloLB_F" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "klbf" . - - -### https://w3id.org/emmo#KiloPoundForcePerSquareInch -emmo:KiloPoundForcePerSquareInch rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:PoundForcePerSquareInch - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "6894758.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilopound Force Per Square Inch"@en ; - skos:prefLabel "KiloPoundForcePerSquareInch" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloLB_F-PER-IN2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "k[lbf_av].[sin_i]-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kpsi" ; - 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:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Curie?oldid=495080313" . -### https://w3id.org/emmo#KiloRoentgen -emmo:KiloRoentgen rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 , - emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , +### https://w3id.org/emmo#MicroGravity +emmo:MicroGravity rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6 , emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Roentgen + owl:someValuesFrom emmo:Gravity ] , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.258"^^xsd:double + owl:hasValue "9.80665E-6"^^xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; - skos:prefLabel "KiloRoentgen" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kR" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kR" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the unit roentgen + skos:prefLabel "MicroGravity" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroG" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "u[g]" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µG" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Microgravity\" is a unit for 'Linear Acceleration' expressed as microG. -- QUDT"""@en . -### https://w3id.org/emmo#KiloSiemensPerMetre -emmo:KiloSiemensPerMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:SiemensPerMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilosiemens Per Metre"@en ; - skos:prefLabel "KiloSiemensPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloS-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kS.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kS/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the SI derived unit siemens divided by the SI base unit metre +### https://w3id.org/emmo#MicroInch +emmo:MicroInch rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Inch + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.54E-8"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "MicroInch" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "u[in_i]" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µin" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Microinch\" is an Imperial unit for 'Length' expressed as in⁻⁶. -- QUDT"""@en . -### https://w3id.org/emmo#KiloVoltAmpere -emmo:KiloVoltAmpere rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:VoltAmpere - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilovolt Ampere"@en ; - skos:prefLabel "KiloVoltAmpere" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloV-A" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kV.A" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kV⋅A" ; - 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 . - - -### https://w3id.org/emmo#KiloVoltAmpereHour -emmo:KiloVoltAmpereHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:VoltAmpereHour - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3600000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilovolt Ampere Hour"@en ; - skos:prefLabel "KiloVoltAmpereHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloV-A-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kV.A.h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kV⋅A/hr" ; - 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 . - - -### https://w3id.org/emmo#KiloVoltAmpereReactive -emmo:KiloVoltAmpereReactive rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:VoltAmpereReactive - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilovolt Ampere Reactive"@en ; - skos:prefLabel "KiloVoltAmpereReactive" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloV-A_Reactive" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kV.A{reactive}" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kV⋅A{Reactive}" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the unit var - --- QUDT"""@en . - - -### https://w3id.org/emmo#KiloVoltAmpereReactiveHour -emmo:KiloVoltAmpereReactiveHour rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:VoltAmpereReactiveHour - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3600000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilovolt Ampere Reactive Hour"@en ; - skos:prefLabel "KiloVoltAmpereReactiveHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloV-A_Reactive-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kV.A.h{reactive}" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kV⋅A{Reactive}⋅hr" ; - 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 . - - -### https://w3id.org/emmo#KiloVoltPerMetre -emmo:KiloVoltPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:VoltPerMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilovolt Per Metre"@en ; - skos:prefLabel "KiloVoltPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloV-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kV.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kV/m" ; - 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 . - - -### https://w3id.org/emmo#KiloWattHourPerSquareMetre -emmo:KiloWattHourPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3600000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilowatt hour per square metre"@en ; - skos:prefLabel "KiloWattHourPerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloW-HR-PER-M2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kW⋅h/m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of energy per unit area, equivalent to 3 600 000 joules per square metre. - --- QUDT"""@en . - - -### https://w3id.org/emmo#KiloWatthour -emmo:KiloWatthour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_74931b1b_c133_4e59_9a75_1bf0e1626201 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Watthour - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3600000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "KiloWatthour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloW-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kW.h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kW⋅h" ; - 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" . - - -### https://w3id.org/emmo#KiloWeberPerMetre -emmo:KiloWeberPerMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:WeberPerMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kiloweber Per Metre"@en ; - skos:prefLabel "KiloWeberPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloWB-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kWb.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kWb/m" ; - 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 . - - -### https://w3id.org/emmo#KiloYear -emmo:KiloYear rdf:type owl:Class ; +### https://w3id.org/emmo#MicroMho +emmo:MicroMho rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "KiloYear"@en ; - skos:prefLabel "KiloYear" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloYR" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "1000 yr" . - - -### https://w3id.org/emmo#KilogramForce -emmo:KilogramForce rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "9.80665"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram Force"@en ; - skos:prefLabel "KilogramForce" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM_F" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kgf" ; - 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" . - - -### https://w3id.org/emmo#KilogramForceMetre -emmo:KilogramForceMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "9.80665"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram?force Metre"@en ; - skos:prefLabel "KilogramForceMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM_F-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf.m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kgf⋅m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the unit kilogram-force and the SI base unit metre - --- QUDT"""@en . - - -### https://w3id.org/emmo#KilogramForceMetrePerSecond -emmo:KilogramForceMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "9.80665"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram?force Metre Per Second"@en ; - skos:prefLabel "KilogramForceMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM_F-M-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf.m.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kgf⋅m/s" ; - 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 . - - -### https://w3id.org/emmo#KilogramForceMetrePerSquareCentiMetre -emmo:KilogramForceMetrePerSquareCentiMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "98066.5"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram?force Metre Per Square Centimetre"@en ; - skos:prefLabel "KilogramForceMetrePerSquareCentiMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM_F-M-PER-CentiM2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf.m.cm-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kgf⋅m/cm²" ; - 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 . - - -### https://w3id.org/emmo#KilogramForcePerSquareCentiMetre -emmo:KilogramForcePerSquareCentiMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "98066.5"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram Force per Square Centimetre"@en ; - skos:prefLabel "KilogramForcePerSquareCentiMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM_F-PER-CentiM2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf.cm-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kgf/cm²" ; - 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 . - - -### https://w3id.org/emmo#KilogramForcePerSquareMetre -emmo:KilogramForcePerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "9.80665"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram Force Per Square Metre"@en ; - skos:prefLabel "KilogramForcePerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM_F-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf.m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kgf/m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """not SI conform unit of the pressure - --- QUDT"""@en . - - -### https://w3id.org/emmo#KilogramForcePerSquareMilliMetre -emmo:KilogramForcePerSquareMilliMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "9806650.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram Force Per Square Millimetre"@en ; - skos:prefLabel "KilogramForcePerSquareMilliMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM_F-PER-MilliM2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf.mm-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kgf/mm²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """not SI conform unit of the pressure - --- QUDT"""@en . - - -### https://w3id.org/emmo#KilogramKelvin -emmo:KilogramKelvin rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_8455fa05_a877_48d7_b8a3_8e3bfad119bf , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram Kelvin"@en ; - skos:prefLabel "KilogramKelvin" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.K" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅K" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kilogram Kelvin` is a unit for 'Mass Temperature' expressed as kg-K. - --- QUDT"""@en . - - -### https://w3id.org/emmo#KilogramMetrePerSecond -emmo:KilogramMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_ec987ba8_a548_4fc9_9df6_a834daebd140 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram Metre Per Second"@en ; - skos:prefLabel "KilogramMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-M-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m.s-1" , - "kg.m/s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅m/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Kilogram Meter Per Second\" is a unit for 'Linear Momentum' expressed as kg-m/s. - --- QUDT"""@en . - - -### https://w3id.org/emmo#KilogramPerCubicCentiMetre -emmo:KilogramPerCubicCentiMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram Per Cubic Centimetre"@en ; - skos:prefLabel "KilogramPerCubicCentiMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-CentiM3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.cm-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/cm³" ; - 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 . - - -### https://w3id.org/emmo#KilogramPerCubicDeciMetre -emmo:KilogramPerCubicDeciMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram Per Cubic Decimetre"@en ; - skos:prefLabel "KilogramPerCubicDeciMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-DeciM3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.dm-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/dm³" ; - 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 . - - -### https://w3id.org/emmo#KilogramPerCubicMetre -emmo:KilogramPerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram per Cubic Metre"@en ; - skos:prefLabel "KilogramPerCubicMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-3" , - "kg/m3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/m³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m⁻³, or equivalently either kg/m³. - --- QUDT"""@en . - - -### https://w3id.org/emmo#KilogramPerCubicMetrePerSecond -emmo:KilogramPerCubicMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilograms per cubic metre per second"@en ; - skos:prefLabel "KilogramPerCubicMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M3-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-3.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m³⋅s)" . - - -### https://w3id.org/emmo#KilogramPerDay -emmo:KilogramPerDay rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-5"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram Per Day"@en ; - skos:prefLabel "KilogramPerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/day" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the unit day - --- QUDT"""@en . - - -### https://w3id.org/emmo#KilogramPerHectare -emmo:KilogramPerHectare rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram per Hectare"@en ; - skos:prefLabel "KilogramPerHectare" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-HA" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.har-1" , - "kg/har" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/ha" ; - 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 . - - -### https://w3id.org/emmo#KilogramPerHour -emmo:KilogramPerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram per Hour"@en ; - skos:prefLabel "KilogramPerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.h-1" , - "kg/h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/h" ; - 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 . - - -### https://w3id.org/emmo#KilogramPerKiloMol -emmo:KilogramPerKiloMol rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - 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" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.kmol-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/kmol" ; - 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 . - - -### https://w3id.org/emmo#KilogramPerKilogram -emmo:KilogramPerKilogram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram Per Kilogram"@en ; - skos:prefLabel "KilogramPerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.kg-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/kg" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the SI base unit kilogram - --- QUDT"""@en . - - -### https://w3id.org/emmo#KilogramPerLitre -emmo:KilogramPerLitre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram Per Litre"@en ; - skos:prefLabel "KilogramPerLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-L" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.L-1" , - "kg/L" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/L" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the unit litre - --- QUDT"""@en . - - -### https://w3id.org/emmo#KilogramPerMetre -emmo:KilogramPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram per Metre"@en ; - skos:prefLabel "KilogramPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-1" , - "kg/m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Kilogram Per Meter (kg/m) is a unit in the category of Linear mass density. It is also known as kilogram/meter, kilogram/metre, kilograms per meter, kilogram per metre, kilograms per metre. This unit is commonly used in the SI unit system. Kilogram Per Meter (kg/m) has a dimension of ML-1 where M is mass, and L is length. This unit is the standard SI unit in this category. - --- QUDT"""@en . - - -### https://w3id.org/emmo#KilogramPerMetrePerHour -emmo:KilogramPerMetrePerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilograms per metre per hour"@en ; - skos:prefLabel "KilogramPerMetrePerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-1.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m⋅hr)" ; - 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 . - - -### https://w3id.org/emmo#KilogramPerMetrePerSecond -emmo:KilogramPerMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilograms per metre per second"@en ; - skos:prefLabel "KilogramPerMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-1.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m⋅s)" . - - -### https://w3id.org/emmo#KilogramPerMetrePerSquareSecond -emmo:KilogramPerMetrePerSquareSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilograms per metre per square second"@en ; - skos:prefLabel "KilogramPerMetrePerSquareSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M-SEC2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-1.s-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m⋅s²)" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude. - --- QUDT"""@en . - - -### https://w3id.org/emmo#KilogramPerMilliMetre -emmo:KilogramPerMilliMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4007522b_7ab7_4855_acd2_e99e2a0690b6 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram Per Millimetre"@en ; - skos:prefLabel "KilogramPerMilliMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-MilliM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.mm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/mm" ; - 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 . - - -### https://w3id.org/emmo#KilogramPerMinute -emmo:KilogramPerMinute rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01666667"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram Per Minute"@en ; - skos:prefLabel "KilogramPerMinute" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-MIN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.min-1" , - "kg/min" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/min" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the unit minute - --- QUDT"""@en . - - -### https://w3id.org/emmo#KilogramPerMol -emmo:KilogramPerMol rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_9ba91622_e39f_43e3_b95f_290937928d7e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram per Mole"@en ; - skos:prefLabel "KilogramPerMole"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-MOL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.mol-1" , - "kg/mol" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/mol" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In chemistry, the molar mass M is defined as the mass of a given substance (chemical element or chemical compound) divided by its amount of substance. It is a physical property of a given substance. The base SI unit for molar mass is kg/mol. However, for historical reasons, molar masses are almost always expressed in g/mol. As an example, the molar mass of water is approximately: 18.01528(33) g/mol. - --- QUDT"""@en . - - -### https://w3id.org/emmo#KilogramPerSecond -emmo:KilogramPerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram per Second"@en ; - skos:prefLabel "KilogramPerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.s-1" , - "kg/s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Kilogram Per Second (kg/s) is a unit in the category of Mass flow rate. It is also known as kilogram/second, kilograms per second. This unit is commonly used in the SI unit system. Kilogram Per Second (kg/s) has a dimension of MT⁻¹ where M is mass, and T is time. This unit is the standard SI unit in this category. - --- QUDT"""@en . - - -### https://w3id.org/emmo#KilogramPerSecondPerSquareMetre -emmo:KilogramPerSecondPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram Per Second Per Square Metre"@en ; - skos:prefLabel "KilogramPerSecondPerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-SEC-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.(s.m2)-1" , - "kg.s-1.m-2" , - "kg/(s.m2)" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(s⋅m²)" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 2 and the SI base unit second - --- QUDT"""@en . - - -### https://w3id.org/emmo#KilogramPerSquareCentiMetre -emmo:KilogramPerSquareCentiMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "10000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram Per Square Centimetre"@en ; - skos:prefLabel "KilogramPerSquareCentiMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-CentiM2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.cm-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/cm²" ; - 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 . - - -### https://w3id.org/emmo#KilogramPerSquareKiloMetre -emmo:KilogramPerSquareKiloMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilograms per square kilometre"@en ; - skos:prefLabel "KilogramPerSquareKiloMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-KiloM2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.km-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/km²" ; - 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 . - - -### https://w3id.org/emmo#KilogramPerSquareMetre -emmo:KilogramPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram per Square Metre"@en ; - skos:prefLabel "KilogramPerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-2" , - "kg/m2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Kilogram Per Square Meter (kg/m2) is a unit in the category of Surface density. It is also known as kilograms per square meter, kilogram per square metre, kilograms per square metre, kilogram/square meter, kilogram/square metre. This unit is commonly used in the SI unit system. Kilogram Per Square Meter (kg/m2) has a dimension of ML-2 where M is mass, and L is length. This unit is the standard SI unit in this category. - --- QUDT"""@en . - - -### https://w3id.org/emmo#KilogramPerSquareMetrePerPascalPerSecond -emmo:KilogramPerSquareMetrePerPascalPerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilograms per square metre per Pascal per second"@en ; - skos:prefLabel "KilogramPerSquareMetrePerPascalPerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M2-PA-SEC" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m²⋅s⋅Pa)" ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Perm_(unit)" . - - -### https://w3id.org/emmo#KilogramPerSquareMetrePerSecond -emmo:KilogramPerSquareMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilograms per square metre per second"@en ; - skos:prefLabel "KilogramPerSquareMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m-2.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m²⋅s)" . - - -### https://w3id.org/emmo#KilogramPerSquareMetreSquareSecond -emmo:KilogramPerSquareMetreSquareSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_ddcc1e64_69cc_4a0c_9ee8_08aca78b3c85 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram per Square Metre Square Second"@en ; - skos:prefLabel "KilogramPerSquareMetreSquareSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m²⋅s²)" . - - -### https://w3id.org/emmo#KilogramPerSquareSecond -emmo:KilogramPerSquareSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram per Square Second"@en ; - skos:prefLabel "KilogramPerSquareSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-PER-SEC2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.s-2" , - "kg/s2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/s²" . - - -### https://w3id.org/emmo#KilogramSquareCentiMetre -emmo:KilogramSquareCentiMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram Square Centimetre"@en ; - skos:prefLabel "KilogramSquareCentiMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-CentiM2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.cm2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅cm²" ; - 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 . - - -### https://w3id.org/emmo#KilogramSquareMetre -emmo:KilogramSquareMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_3532cc67_472a_4227_96f4_04b93146cec3 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram Square Metre"@en ; - skos:prefLabel "KilogramSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Kilogram Square Meter\" is a unit for 'Moment Of Inertia' expressed as kg-m². - --- QUDT"""@en . - - -### https://w3id.org/emmo#KilogramSquareMetrePerSecond -emmo:KilogramSquareMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram Square Metre Per Second"@en ; - skos:prefLabel "KilogramSquareMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-M2-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.m2.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅m²/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Kilogram Square Meter Per Second\" is a unit for 'Angular Momentum' expressed as kg-m²-s⁻¹. - --- QUDT"""@en . - - -### https://w3id.org/emmo#KilogramSquareMilliMetre -emmo:KilogramSquareMilliMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram Square Millimetre"@en ; - skos:prefLabel "KilogramSquareMilliMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-MilliM2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.mm2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅mm²" ; - 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 . - - -### https://w3id.org/emmo#KilogramSquareSecond -emmo:KilogramSquareSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_5f375229_de0c_46bf_b11f_da9d3b742253 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Kilogram Square Second"@en ; - skos:prefLabel "KilogramSquareSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM-SEC2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kg.s2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg⋅s²" . - - -### https://w3id.org/emmo#Mebi -emmo:Mebi rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "Mi" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 ; - owl:hasValue "1048576.0"^^xsd:double - ] ; - skos:prefLabel "Mebi"@en . - - -### https://w3id.org/emmo#MebiByte -emmo:MebiByte rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15d62b55_38ea_4aec_b7c4_25db1a2e5a01 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Byte - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1048576.0"^^xsd:double + owl:hasValue "1.0E-6"^^xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:prefLabel "MebiByte" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MebiBYTE" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MiB" ; - 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" . - - -### https://w3id.org/emmo#MegaAmperePerSquareMetre -emmo:MegaAmperePerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megaampere Per Square Metre"@en ; - skos:prefLabel "MegaAmperePerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaA-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MA.m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/m²" ; - emmo:EMMO_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 . - - -### https://w3id.org/emmo#MegaBar -emmo:MegaBar rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Bar - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E11"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "MegaBar" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaBAR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Mbar" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Mbar" ; - 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)" . - - -### https://w3id.org/emmo#MegaBecquerel -emmo:MegaBecquerel rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , - emmo:EMMO_5eaecadc_4f0d_4a3a_afc7_1fc0b83cc928 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Becquerel - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "MegaBecquerel" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaBQ" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MBq" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MBq" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000-fold of the derived unit becquerel - --- QUDT"""@en . - - -### https://w3id.org/emmo#MegaBitPerSecond -emmo:MegaBitPerSecond rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:BitPerSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "693147.2"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megabit per Second"@en ; - skos:prefLabel "MegaBitPerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaBIT-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MBd" , - "Mbit/s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mbps" ; - 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" . - - -### https://w3id.org/emmo#MegaBtu_It_Per_Hr -emmo:MegaBtu_It_Per_Hr rdf:type owl:Class ; - 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_c8d084ad_f88e_4596_8e4d_982c6655ce6f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "293071.1"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Mega British Thermal Unit (International Definition) per Hour"@en ; - skos:prefLabel "MegaBtu_It_Per_Hr" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaBTU_IT-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "M[Btu_IT].h-1" , - "M[Btu_IT]/h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MBtu{IT}/hr" . - - -### https://w3id.org/emmo#MegaByte -emmo:MegaByte rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Byte - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Mega byte"@en ; - skos:prefLabel "MegaByte"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaBYTE" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MBy" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MB" ; - 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" . - - -### https://w3id.org/emmo#MegaCoulombPerCubicMetre -emmo:MegaCoulombPerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:CoulombPerCubicMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megacoulomb Per Cubic Metre"@en ; - skos:prefLabel "MegaCoulombPerCubicMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaC-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MC.m-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MC/m³" ; - 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 . - - -### https://w3id.org/emmo#MegaCoulombPerSquareMetre -emmo:MegaCoulombPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:CoulombPerSquareMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megacoulomb Per Square Metre"@en ; - skos:prefLabel "MegaCoulombPerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaC-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MC.m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MC/m²" ; - 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 . - - -### https://w3id.org/emmo#MegaElectronVoltFemtoMetre -emmo:MegaElectronVoltFemtoMetre rdf:type owl:Class ; - 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_cb77e107_43ed_4a97_bf39_03b3587404d3 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.602177E-28"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Mega Electron Volt Femtometre"@en ; - skos:prefLabel "MegaElectronVoltFemtoMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaEV-FemtoM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MeV.fm" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MeV⋅fm" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Mega Electron Volt Femtometer` is a unit for 'Length Energy' expressed as MeV fm. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MegaElectronVoltPerCentiMetre -emmo:MegaElectronVoltPerCentiMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.602177E-11"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Mega Electron Volt per Centimetre"@en ; - skos:prefLabel "MegaElectronVoltPerCentiMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaEV-PER-CentiM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MeV.cm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MeV/cm" ; - 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 . - - -### https://w3id.org/emmo#MegaElectronVoltPerSpeedOfLight -emmo:MegaElectronVoltPerSpeedOfLight rdf:type owl:Class ; - 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" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MeV.[c]-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MeV/c" ; - 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 . - - -### https://w3id.org/emmo#MegaGramPerCubicMetre -emmo:MegaGramPerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:GramPerCubicMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megagram Per Cubic Metre"@en ; - skos:prefLabel "MegaGramPerCubicMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaGM-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Mg.m-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Mg/m³" ; - 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 . - - -### https://w3id.org/emmo#MegaGramPerHectare -emmo:MegaGramPerHectare rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.1"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megagram Per Hectare"@en ; - skos:prefLabel "MegaGramPerHectare" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaGM-PER-HA" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Mg.har-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Mg/ha" ; - 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 . - - -### https://w3id.org/emmo#MegaHertzMetre -emmo:MegaHertzMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:HertzMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megahertz Metre"@en ; - skos:prefLabel "MegaHertzMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaHZ-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MHz.m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MHz⋅m" ; - 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 . - - -### https://w3id.org/emmo#MegaHertzPerKelvin -emmo:MegaHertzPerKelvin rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:HertzPerKelvin - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Mega Hertz per Kelvin"@en ; - skos:prefLabel "MegaHertzPerKelvin"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaHZ-PER-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MHz.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MHz/K" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Mega Hertz per Kelvin` is a unit for 'Inverse Time Temperature' expressed as MHz K⁻¹. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MegaHertzPerTesla -emmo:MegaHertzPerTesla rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:HertzPerTesla - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Mega Hertz per Tesla"@en ; - skos:prefLabel "MegaHertzPerTesla"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaHZ-PER-T" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MHz.T-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MHz/T" ; - 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 . - - -### https://w3id.org/emmo#MegaJoulePerCubicMetre -emmo:MegaJoulePerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:JoulePerCubicMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megajoule Per Cubic Metre"@en ; - skos:prefLabel "MegaJoulePerCubicMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaJ-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MJ.m-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MJ/m³" ; - 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 . - - -### https://w3id.org/emmo#MegaJoulePerKelvin -emmo:MegaJoulePerKelvin rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:JoulePerKelvin - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "MegaJoule per Kelvin"@en ; - skos:prefLabel "MegaJoulePerKelvin" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaJ-PER-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MJ.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MJ/K" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """MegaJoule Per Kelvin (MegaJ/K) is a unit in the category of Entropy. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MegaJoulePerKilogram -emmo:MegaJoulePerKilogram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:JoulePerKilogram - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megajoule Per Kilogram"@en ; - skos:prefLabel "MegaJoulePerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaJ-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MJ.kg-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MJ/kg" ; - 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 . - - -### https://w3id.org/emmo#MegaJoulePerSecond -emmo:MegaJoulePerSecond rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:JoulePerSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megajoule Per Second"@en ; - skos:prefLabel "MegaJoulePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaJ-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MJ.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MJ/s" ; - 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 . - - -### https://w3id.org/emmo#MegaJoulePerSquareMetre -emmo:MegaJoulePerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:JoulePerSquareMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megajoule Per Square Metre"@en ; - skos:prefLabel "MegaJoulePerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaJ-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MJ.m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MJ/m²" ; - 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 . - - -### https://w3id.org/emmo#MegaNewtonMetre -emmo:MegaNewtonMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; - owl:someValuesFrom emmo:NewtonMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Meganewton Metre"@en ; - skos:prefLabel "MegaNewtonMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaN-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MN.m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MN⋅m" ; - 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 . - - -### https://w3id.org/emmo#MegaPascalCubicMetrePerSecond -emmo:MegaPascalCubicMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:PascalCubicMetrePerSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megapascal Cubic Metre Per Second"@en ; - skos:prefLabel "MegaPascalCubicMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaPA-M3-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MPa.m3.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MPa⋅m³/s" ; - 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 . - - -### https://w3id.org/emmo#MegaPascalLitrePerSecond -emmo:MegaPascalLitrePerSecond rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:PascalLitrePerSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megapascal Litre Per Second"@en ; - skos:prefLabel "MegaPascalLitrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaPA-L-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MPa.L.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MPa⋅L/s" ; - 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 . - - -### https://w3id.org/emmo#MegaPascalPerBar -emmo:MegaPascalPerBar rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:PascalPerBar - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "10.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megapascal Per Bar"@en ; - skos:prefLabel "MegaPascalPerBar" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaPA-PER-BAR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MPa.bar-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MPa/bar" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000-fold of the SI derived unit pascal divided by the unit bar - --- QUDT"""@en . - - -### https://w3id.org/emmo#MegaPascalPerKelvin -emmo:MegaPascalPerKelvin rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:PascalPerKelvin - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megapascal Per Kelvin"@en ; - skos:prefLabel "MegaPascalPerKelvin" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaPA-PER-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MPa.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MPa/K" ; - 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 . - - -### https://w3id.org/emmo#MegaPascalSquareRootMeter -emmo:MegaPascalSquareRootMeter rdf:type owl:Class ; - 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_d46e131b_f51a_4ae7_9301_824d718c56fa , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:PascalSquareRootMeter - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megapascal Square Root Meter"@en ; - skos:prefLabel "MegaPascalSquareRootMeter" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaPA-M0pt5" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MPa√m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000-fold of the derived unit Pascal Square Root Meter - --- QUDT"""@en . - - -### https://w3id.org/emmo#MegaPoundForce -emmo:MegaPoundForce rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:PoundForce - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "4448.222"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Mega Pound Force"@en ; - skos:prefLabel "MegaPoundForce"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaLB_F" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "M[lbf_av]" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Mlbf" ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Pound-force?oldid=453191483" . - - -### https://w3id.org/emmo#MegaSiemensPerMetre -emmo:MegaSiemensPerMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:SiemensPerMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megasiemens Per Metre"@en ; - skos:prefLabel "MegaSiemensPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaS-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MS.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MS/m" ; - 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 . - - -### https://w3id.org/emmo#MegaTonOfOilEquivalent -emmo:MegaTonOfOilEquivalent rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "4.1868E16"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megaton of Oil Equivalent"@en ; - skos:prefLabel "MegaTonOfOilEquivalent" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaTOE" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "megatoe" ; - 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" . - - -### https://w3id.org/emmo#MegaVoltAmpere -emmo:MegaVoltAmpere rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:VoltAmpere - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megavolt Ampere"@en ; - skos:prefLabel "MegaVoltAmpere" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaV-A" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MV.A" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MV⋅A" ; - 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 . - - -### https://w3id.org/emmo#MegaVoltAmpereHour -emmo:MegaVoltAmpereHour rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:VoltAmpereHour - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3.6E9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megavolt Ampere Hour"@en ; - skos:prefLabel "MegaVoltAmpereHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaV-A-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MV.A.h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MV⋅A⋅hr" ; - 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 . - - -### https://w3id.org/emmo#MegaVoltAmpereReactive -emmo:MegaVoltAmpereReactive rdf:type owl:Class ; - 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_c8d084ad_f88e_4596_8e4d_982c6655ce6f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:VoltAmpereReactive - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megavolt Ampere Reactive"@en ; - skos:prefLabel "MegaVoltAmpereReactive" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaV-A_Reactive" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MV.A{reactive}" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MV⋅A{Reactive}" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000-fold of the unit volt ampere reactive - --- QUDT"""@en . - - -### https://w3id.org/emmo#MegaVoltAmpereReactiveHour -emmo:MegaVoltAmpereReactiveHour rdf:type owl:Class ; - 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_f6070071_d054_4b17_9d2d_f446f7147d0f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:VoltAmpereReactiveHour - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3.6E9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megavolt Ampere Reactive Hour"@en ; - skos:prefLabel "MegaVoltAmpereReactiveHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaV-A_Reactive-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MV.A{reactive}.h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MV⋅A{Reactive}⋅hr" ; - 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 . - - -### https://w3id.org/emmo#MegaVoltPerMetre -emmo:MegaVoltPerMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:VoltPerMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megavolt Per Metre"@en ; - skos:prefLabel "MegaVoltPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaV-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MV.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MV/m" ; - 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 . - - -### https://w3id.org/emmo#MegaWattHour -emmo:MegaWattHour rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3.6E9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Megawatt Hour"@en ; - skos:prefLabel "MegaWattHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaW-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MW.h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MW⋅hr" ; - 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 . - - -### https://w3id.org/emmo#MetrePerYear -emmo:MetrePerYear rdf:type owl:Class . - - -### https://w3id.org/emmo#MicroAtmospheres -emmo:MicroAtmospheres rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , - emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.101325"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "MicroAtmospheres" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroATM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uatm" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µatm" . - - -### https://w3id.org/emmo#MicroBar -emmo:MicroBar rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.1"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "MicroBar" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroBAR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ubar" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μbar" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the unit bar - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroBecquerelPerKilogram -emmo:MicroBecquerelPerKilogram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:BecquerelPerKilogram - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Microbecquerels per kilogram"@en ; - skos:prefLabel "MicroBecquerelPerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroBQ-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uBq.kg-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µBq/kg" ; - 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 . - - -### https://w3id.org/emmo#MicroBecquerelPerLitre -emmo:MicroBecquerelPerLitre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:BecquerelPerLitre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Microbecquerels per litre"@en ; - skos:prefLabel "MicroBecquerelPerLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroBQ-PER-L" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uBq.L-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µBq/L" . - - -### https://w3id.org/emmo#MicroCoulombPerCubicMetre -emmo:MicroCoulombPerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Microcoulomb Per Cubic Metre"@en ; - skos:prefLabel "MicroCoulombPerCubicMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroC-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uC.m-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μC/m³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3 - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroCoulombPerSquareMetre -emmo:MicroCoulombPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Microcoulomb Per Square Metre"@en ; - skos:prefLabel "MicroCoulombPerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroC-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uC.m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μC/m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2 - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroCurie -emmo:MicroCurie rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "37000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "MicroCurie"@en ; - skos:prefLabel "MicroCurie" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroCi" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uCi" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μCi" ; - 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" . - - -### https://w3id.org/emmo#MicroFaradPerKiloMetre -emmo:MicroFaradPerKiloMetre rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Microfarad Per Kilometre"@en ; - skos:prefLabel "MicroFaradPerKiloMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroFARAD-PER-KiloM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uF.km-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μF/km" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroFaradPerMetre -emmo:MicroFaradPerMetre rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Microfarad Per Metre"@en ; - skos:prefLabel "MicroFaradPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroFARAD-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uF.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μF/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit farad divided by the SI base unit metre - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroGalsPerMetre -emmo:MicroGalsPerMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-8"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "MicroGals per metre"@en ; - skos:prefLabel "MicroGalsPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGAL-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uGal.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µGal/m" ; - 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 . - - -### https://w3id.org/emmo#MicroGramPerCubicMetre -emmo:MicroGramPerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Microgram Per Cubic Metre"@en ; - skos:prefLabel "MicroGramPerCubicMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.m-3" , - "ug/m3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μg/m³" ; - 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 . - - -### https://w3id.org/emmo#MicroGramPerCubicMetrePerHour -emmo:MicroGramPerCubicMetrePerHour rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-13"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micrograms per cubic metre per hour"@en ; - skos:prefLabel "MicroGramPerCubicMetrePerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-M3-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.m-3.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µg/(m³⋅day)" . - - -### https://w3id.org/emmo#MicroGramPerGram -emmo:MicroGramPerGram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:GramPerGram - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micrograms per gram"@en ; - skos:prefLabel "MicroGramPerGram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-GM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.g-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µg/g" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One part per 10**6 (million) by mass of the measurand in the matrix. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroGramPerKilogram -emmo:MicroGramPerKilogram rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Microgram Per Kilogram"@en ; - skos:prefLabel "MicroGramPerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.kg-1" , - "ug/kg" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μg/kg" ; - 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 . - - -### https://w3id.org/emmo#MicroGramPerLitre -emmo:MicroGramPerLitre rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Microgram Per Litre"@en ; - skos:prefLabel "MicroGramPerLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-L" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.L-1" , - "ug/L" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μg/L" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000001-fold of the SI base unit kilogram divided by the unit litre - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroGramPerLitrePerHour -emmo:MicroGramPerLitrePerHour rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-10"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micrograms per litre per hour"@en ; - skos:prefLabel "MicroGramPerLitrePerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-L-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.L-1.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µg/(L⋅hr)" ; - 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 . - - -### https://w3id.org/emmo#MicroGramPerMilliLitre -emmo:MicroGramPerMilliLitre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; - owl:someValuesFrom emmo:GramPerMilliLitre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micrograms per millilitre"@en ; - skos:prefLabel "MicroGramPerMilliLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-MilliL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.mL-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µg/mL" ; - 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 . - - -### https://w3id.org/emmo#MicroGramPerSquareCentiMetre -emmo:MicroGramPerSquareCentiMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; - owl:someValuesFrom emmo:GramPerSquareCentiMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Microgram per square centimetre"@en ; - skos:prefLabel "MicroGramPerSquareCentiMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroG-PER-CentiM2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µg/cm²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of mass per area, equivalent to 0.01 grammes per square metre - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroGramPerSquareMetrePerDay -emmo:MicroGramPerSquareMetrePerDay rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:GramPerSquareMetrePerDay - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-14"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micrograms per square metre per day"@en ; - skos:prefLabel "MicroGramPerSquareMetrePerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-M2-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.m-2.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µg/(m²⋅day)" . - - -### https://w3id.org/emmo#MicroGravity -emmo:MicroGravity rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Gravity - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "9.80665E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "MicroGravity" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroG" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "u[g]" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µG" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Microgravity\" is a unit for 'Linear Acceleration' expressed as microG. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroHenryPerKiloOhm -emmo:MicroHenryPerKiloOhm rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; - owl:someValuesFrom emmo:HenryPerKiloOhm - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Microhenry Per Kiloohm"@en ; - skos:prefLabel "MicroHenryPerKiloOhm" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroH-PER-KiloOHM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uH.kOhm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µH/kΩ" ; - 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 . - - -### https://w3id.org/emmo#MicroHenryPerMetre -emmo:MicroHenryPerMetre rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Microhenry Per Metre"@en ; - skos:prefLabel "MicroHenryPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroH-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uH.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μH/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit henry divided by the SI base unit metre - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroHenryPerOhm -emmo:MicroHenryPerOhm rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:HenryPerOhm - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Microhenry Per Ohm"@en ; - skos:prefLabel "MicroHenryPerOhm" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroH-PER-OHM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uH.Ohm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µH/Ω" ; - 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 . - - -### https://w3id.org/emmo#MicroInch -emmo:MicroInch rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Inch - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.54E-8"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "MicroInch" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroIN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "u[in_i]" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µin" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Microinch\" is an Imperial unit for 'Length' expressed as in⁻⁶. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroLitrePerLitre -emmo:MicroLitrePerLitre rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Microlitre Per Litre"@en ; - skos:prefLabel "MicroLitrePerLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroL-PER-L" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uL.L-1" , - "uL/L" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μL/L" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """volume ratio as 0.000001-fold of the unit litre divided by the unit litre - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroMetrePerKelvin -emmo:MicroMetrePerKelvin rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micrometre Per Kelvin"@en ; - skos:prefLabel "MicroMetrePerKelvin" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroM-PER-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "um.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μm/K" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit metre divided by the SI base unit kelvin - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroMetrePerNewton -emmo:MicroMetrePerNewton rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micro metre per Newton"@en ; - skos:prefLabel "MicroMetrePerNewton"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroM-PER-N" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µJ/N" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Micro metres measured per Newton - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroMho -emmo:MicroMho rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "MicroMho" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMHO" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umho" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μmho" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the obsolete unit mho of the electric conductance - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroMolePerGram -emmo:MicroMolePerGram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micromoles per gram"@en ; - skos:prefLabel "MicroMolePerGram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-GM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.g-1" , - "umol/g" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/g" ; - 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 . - - -### https://w3id.org/emmo#MicroMolePerGramPerHour -emmo:MicroMolePerGramPerHour rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerGramPerHour - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-7"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micromoles per gram per hour"@en ; - skos:prefLabel "MicroMolePerGramPerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-GM-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.g-1.h-1" , - "umol/g/h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/(g⋅h)" . - - -### https://w3id.org/emmo#MicroMolePerGramPerSecond -emmo:MicroMolePerGramPerSecond rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micromoles per gram per second"@en ; - skos:prefLabel "MicroMolePerGramPerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-GM-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.g-1.s-1" , - "umol/g/s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μmol/(g⋅s)" . - - -### https://w3id.org/emmo#MicroMolePerKilogram -emmo:MicroMolePerKilogram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micromoles per kilogram"@en ; - skos:prefLabel "MicroMolePerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.kg-1" , - "umol/kg" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/kg" . - - -### https://w3id.org/emmo#MicroMolePerLitre -emmo:MicroMolePerLitre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerLitre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micromoles per litre"@en ; - skos:prefLabel "MicroMolePerLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-L" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.L-1" , - "umol/L" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/L" . - - -### https://w3id.org/emmo#MicroMolePerLitrePerDay -emmo:MicroMolePerLitrePerDay rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-8"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micromoles per litre per day"@en ; - skos:prefLabel "MicroMolePerLitrePerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroM-PER-L-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "um.L-1.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µm/(L⋅day)" . - - -### https://w3id.org/emmo#MicroMolePerLitrePerHour -emmo:MicroMolePerLitrePerHour rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-7"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micromoles per litre per hour"@en ; - skos:prefLabel "MicroMolePerLitrePerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-L-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.L-1.h-1" , - "umol/L/h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/(L⋅hr)" . - - -### https://w3id.org/emmo#MicroMolePerMicroMoleOfBiomassPerDay -emmo:MicroMolePerMicroMoleOfBiomassPerDay rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-5"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micromole per micromole of biomass per day"@en ; - skos:prefLabel "MicroMolePerMicroMoleOfBiomassPerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-MicroMOL-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.umol-1.d-1" , - "umol/umol/d" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/(µmol⋅day)" . - - -### https://w3id.org/emmo#MicroMolePerMole -emmo:MicroMolePerMole rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerMole - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micromoles per mole"@en ; - skos:prefLabel "MicroMolePerMole" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-MOL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.mol-1" , - "umol/mol" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/mol" . - - -### https://w3id.org/emmo#MicroMolePerSecond -emmo:MicroMolePerSecond rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micromoles per second"@en ; - skos:prefLabel "MicroMolePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.s-1" , - "umol/s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/s" ; - 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 . - - -### https://w3id.org/emmo#MicroMolePerSquareMetre -emmo:MicroMolePerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerSquareMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micromoles per square metre"@en ; - skos:prefLabel "MicroMolePerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.m-2" , - "umol/m2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/m²" ; - 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 . - - -### https://w3id.org/emmo#MicroMolePerSquareMetrePerDay -emmo:MicroMolePerSquareMetrePerDay rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , - emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerSquareMetrePerDay - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-11"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micromoles per square metre per day"@en ; - skos:prefLabel "MicroMolePerSquareMetrePerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-M2-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.m-2.d-1" , - "umol/m2/d" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/(m²⋅day)" . - - -### https://w3id.org/emmo#MicroMolePerSquareMetrePerHour -emmo:MicroMolePerSquareMetrePerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , - emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-10"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micromoles per square metre per hour"@en ; - skos:prefLabel "MicroMolePerSquareMetrePerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-M2-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.m-2.h-1" , - "umol/m2/h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/(m²⋅hr)" . - - -### https://w3id.org/emmo#MicroMolePerSquareMetrePerSecond -emmo:MicroMolePerSquareMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , - emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerSquareMetrePerSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micromoles per square metre per second"@en ; - skos:prefLabel "MicroMolePerSquareMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-M2-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.m-2.s-1" , - "umol/m2/s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/(m²⋅s)" ; - 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 . - - -### https://w3id.org/emmo#MicroNewton -emmo:MicroNewton rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "MicroNewton" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uN" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μN" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit newton - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroNewtonMetre -emmo:MicroNewtonMetre rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Micronewton Metre"@en ; - skos:prefLabel "MicroNewtonMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroN-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uN.m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μN⋅m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the product out of the derived SI newton and the SI base unit metre - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroPoise -emmo:MicroPoise rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-7"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "MicroPoise" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroPOISE" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uP" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μP" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the CGS unit of the dynamic viscosity poise - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroSiemensPerCentiMetre -emmo:MicroSiemensPerCentiMetre rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Microsiemens Per Centimetre"@en ; - skos:prefLabel "MicroSiemensPerCentiMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroS-PER-CentiM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uS.cm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μS/cm" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroSiemensPerMetre -emmo:MicroSiemensPerMetre rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Microsiemens Per Metre"@en ; - skos:prefLabel "MicroSiemensPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroS-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uS.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μS/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroSievertPerHour -emmo:MicroSievertPerHour rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.77778E-10"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "MicroSievert per hour"@en ; - skos:prefLabel "MicroSievertPerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroSV-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uSv.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µSv/hr" ; - 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" . - - -### https://w3id.org/emmo#MicroTorr -emmo:MicroTorr rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Torr - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.33322E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "MicroTorr"@en ; - skos:prefLabel "MicroTorr" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroTORR" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µTorr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"MicroTorr\" is a unit for 'Force Per Area' expressed as microtorr. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroVoltPerMetre -emmo:MicroVoltPerMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:VoltPerMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Microvolt Per Metre"@en ; - skos:prefLabel "MicroVoltPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroV-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uV.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µV/m" ; - 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 . - - -### https://w3id.org/emmo#MicroWattPerSquareMetre -emmo:MicroWattPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:WattPerSquareMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Microwatt Per Square Metre"@en ; - skos:prefLabel "MicroWattPerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroW-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uW.m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µW/m²" ; - 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 . - - -### https://w3id.org/emmo#MilliAmpereHour -emmo:MilliAmpereHour rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3.6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milliampere Hour"@en ; - skos:prefLabel "MilliAmpereHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliA-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mA.h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µA⋅hr" ; - 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 . - - -### https://w3id.org/emmo#MilliAmpereHourPerGram -emmo:MilliAmpereHourPerGram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3600.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milliampere Hour per Gram"@en ; - skos:prefLabel "MilliAmpereHourPerGram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliA-HR-PER-GM" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mA⋅h/g" ; - 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 . - - -### https://w3id.org/emmo#MilliAmpereHourPerSquareCentiMetre -emmo:MilliAmpereHourPerSquareCentiMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3.6E10"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "MilliAmpereHourPerSquareCentiMetre"@en ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mA.h.cm-2" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "unit of areic capacity"@en . - - -### https://w3id.org/emmo#MilliAmperePerGram -emmo:MilliAmperePerGram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1273eb34_de48_43a9_925f_104110469dd2 , - emmo:EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "MilliAmperePerGram"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a unit of electric current per mass"@en . - - -### https://w3id.org/emmo#MilliAmperePerInch -emmo:MilliAmperePerInch rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.03937008"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milliampere Per Inch"@en ; - skos:prefLabel "MilliAmperePerInch" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliA-PER-IN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mA.[in_i]-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µA/in" ; - 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 . - - -### https://w3id.org/emmo#MilliAmperePerMilliMetre -emmo:MilliAmperePerMilliMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; - owl:someValuesFrom emmo:AmperePerMilliMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milliampere Per Millimetre"@en ; - skos:prefLabel "MilliAmperePerMilliMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliA-PER-MilliM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mA.mm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mA/mm" ; - 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 . - - -### https://w3id.org/emmo#MilliAmperePerSquareCentiMetre -emmo:MilliAmperePerSquareCentiMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_120d86b6_d7c4_4490_8ef2_8a5f58403950 , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "10.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "MilliAmperePerSquareCentiMetre"@en ; - 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 . - - -### https://w3id.org/emmo#MilliBar -emmo:MilliBar rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Bar - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "100.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "MilliBar" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBAR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mbar" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mbar" ; - 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)" . - - -### https://w3id.org/emmo#MilliBarCubicMetrePerSecond -emmo:MilliBarCubicMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:BarCubicMetrePerSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "100.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millibar Cubic Metre Per Second"@en ; - skos:prefLabel "MilliBarCubicMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBAR-M3-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mbar.m3.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mbar⋅m³/s" ; - 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 . - - -### https://w3id.org/emmo#MilliBarLitrePerSecond -emmo:MilliBarLitrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:BarLitrePerSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.1"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millibar Litre Per Second"@en ; - skos:prefLabel "MilliBarLitrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBAR-L-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mbar.L.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mbar⋅L/s" ; - 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 . - - -### https://w3id.org/emmo#MilliBarPerBar -emmo:MilliBarPerBar rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:BarPerBar - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millibar Per Bar"@en ; - skos:prefLabel "MilliBarPerBar" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBAR-PER-BAR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mbar.bar-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mbar/bar" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.01-fold of the unit bar divided by the unit bar - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliBarPerKelvin -emmo:MilliBarPerKelvin rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:BarPerKelvin - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "100.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millibar Per Kelvin"@en ; - skos:prefLabel "MilliBarPerKelvin" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBAR-PER-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mbar.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mbar/K" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit bar divided by the unit temperature kelvin - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliBecquerelPerGram -emmo:MilliBecquerelPerGram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millibecquerels per gram"@en ; - skos:prefLabel "MilliBecquerelPerGram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBQ-PER-GM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mBq.g-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mBq/g" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One radioactive disintegration per thousand seconds per 1000th SI unit of sample mass. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliBecquerelPerKilogram -emmo:MilliBecquerelPerKilogram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:BecquerelPerKilogram - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millibecquerels per kilogram"@en ; - skos:prefLabel "MilliBecquerelPerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBQ-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mBq.kg-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mBq/kg" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One radioactive disintegration per thousand seconds from an SI standard unit of mass of sample. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliBecquerelPerLitre -emmo:MilliBecquerelPerLitre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:BecquerelPerLitre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millibecquerels per litre"@en ; - skos:prefLabel "MilliBecquerelPerLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBQ-PER-L" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mBq.L-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mBq/L" ; - 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 . - - -### https://w3id.org/emmo#MilliBecquerelPerSquareMetrePerDay -emmo:MilliBecquerelPerSquareMetrePerDay rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-8"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millibecquerels per square metre per day"@en ; - skos:prefLabel "MilliBecquerelPerSquareMetrePerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBQ-PER-M2-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mBq.m-2.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mBq/(m²⋅day)" ; - 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 . - - -### https://w3id.org/emmo#MilliCoulombPerCubicMetre -emmo:MilliCoulombPerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:CoulombPerCubicMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millicoulomb Per Cubic Metre"@en ; - skos:prefLabel "MilliCoulombPerCubicMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliC-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mC.m-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mC/m³" ; - 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 . - - -### https://w3id.org/emmo#MilliCoulombPerKilogram -emmo:MilliCoulombPerKilogram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:CoulombPerKilogram - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millicoulomb Per Kilogram"@en ; - skos:prefLabel "MilliCoulombPerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliC-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mC.kg-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mC/kg" ; - 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 . - - -### https://w3id.org/emmo#MilliCoulombPerSquareMetre -emmo:MilliCoulombPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:CoulombPerSquareMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millicoulomb Per Square Metre"@en ; - skos:prefLabel "MilliCoulombPerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliC-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mC.m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mC/m²" ; - 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 . - - -### https://w3id.org/emmo#MilliCurie -emmo:MilliCurie rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Curie - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3.7E7"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "MilliCurie" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliCi" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mCi" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mCi" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit curie - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliGal -emmo:MilliGal rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-5"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "MilliGal" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGAL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mGal" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mgal" ; - 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 . - - -### https://w3id.org/emmo#MilliGalsPerMonth -emmo:MilliGalsPerMonth rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3.802571E-10"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "MilliGals per month"@en ; - skos:prefLabel "MilliGalsPerMonth" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGAL-PER-MO" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mGal.mo-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mgal/mo" ; - 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 . - - -### https://w3id.org/emmo#MilliGramPerCubicMetre -emmo:MilliGramPerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:GramPerCubicMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milligram Per Cubic Metre"@en ; - skos:prefLabel "MilliGramPerCubicMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-3" , - "mg/m3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/m³" ; - 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 . - - -### https://w3id.org/emmo#MilliGramPerCubicMetrePerDay -emmo:MilliGramPerCubicMetrePerDay rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-11"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milligrams per cubic metre per day"@en ; - skos:prefLabel "MilliGramPerCubicMetrePerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M3-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-3.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/(m³⋅day)" . - - -### https://w3id.org/emmo#MilliGramPerCubicMetrePerHour -emmo:MilliGramPerCubicMetrePerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-10"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milligrams per cubic metre per hour"@en ; - skos:prefLabel "MilliGramPerCubicMetrePerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M3-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-3.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/(m³⋅hr)" . - - -### https://w3id.org/emmo#MilliGramPerCubicMetrePerSecond -emmo:MilliGramPerCubicMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_8f3a9f9f_6f56_49dc_b39e_1aee57ffdc58 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milligrams per cubic metre per second"@en ; - skos:prefLabel "MilliGramPerCubicMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M3-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-3.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/(m³⋅s)" . - - -### https://w3id.org/emmo#MilliGramPerDay -emmo:MilliGramPerDay rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:GramPerDay - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-11"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milligram Per Day"@en ; - skos:prefLabel "MilliGramPerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/day" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the unit day - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliGramPerDeciLitre -emmo:MilliGramPerDeciLitre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "milligrams per decilitre"@en ; - skos:prefLabel "MilliGramPerDeciLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-DeciL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.dL-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/L" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A derived unit for amount-of-substance concentration measured in mg/dL. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliGramPerGram -emmo:MilliGramPerGram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:GramPerGram - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milligram Per Gram"@en ; - skos:prefLabel "MilliGramPerGram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-GM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.g-1" , - "mg/g" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/gm" ; - 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 . - - -### https://w3id.org/emmo#MilliGramPerHectare -emmo:MilliGramPerHectare rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-10"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milligram Per Hectare"@en ; - skos:prefLabel "MilliGramPerHectare" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-HA" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.har-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/ha" ; - 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 . - - -### https://w3id.org/emmo#MilliGramPerHour -emmo:MilliGramPerHour rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:GramPerHour - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-10"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milligram Per Hour"@en ; - skos:prefLabel "MilliGramPerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/hr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the unit hour - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliGramPerKilogram -emmo:MilliGramPerKilogram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:GramPerKilogram - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milligram Per Kilogram"@en ; - skos:prefLabel "MilliGramPerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.kg-1" , - "mg/kg" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/kg" ; - 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 . - - -### https://w3id.org/emmo#MilliGramPerLitre -emmo:MilliGramPerLitre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:GramPerLitre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milligram Per Litre"@en ; - skos:prefLabel "MilliGramPerLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-L" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.L-1" , - "mg/L" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/L" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the unit litre - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliGramPerMetre -emmo:MilliGramPerMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:GramPerMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milligram Per Metre"@en ; - skos:prefLabel "MilliGramPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/m" ; - 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 . - - -### https://w3id.org/emmo#MilliGramPerMilliLitre -emmo:MilliGramPerMilliLitre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; - owl:someValuesFrom emmo:GramPerMilliLitre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milligram Per Millilitre"@en ; - skos:prefLabel "MilliGramPerMilliLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-MilliL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.mL-1" , - "mg/mL" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/mL" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the unit millilitre - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliGramPerMinute -emmo:MilliGramPerMinute rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:GramPerMinute - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.666667E-8"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milligram Per Minute"@en ; - skos:prefLabel "MilliGramPerMinute" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-MIN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg/min" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/min" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the SI base unit kilogram divided by the unit minute - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliGramPerSecond -emmo:MilliGramPerSecond rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:GramPerSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milligram Per Second"@en ; - skos:prefLabel "MilliGramPerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg/s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/s" ; - 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 . - - -### https://w3id.org/emmo#MilliGramPerSquareCentiMetre -emmo:MilliGramPerSquareCentiMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; - owl:someValuesFrom emmo:GramPerSquareCentiMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milligram Per Square Centimetre"@en ; - skos:prefLabel "MilliGramPerSquareCentiMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-CentiM2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.cm-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/cm²" ; - 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 . - - -### https://w3id.org/emmo#MilliGramPerSquareMetre -emmo:MilliGramPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:GramPerSquareMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milligram Per Square Metre"@en ; - skos:prefLabel "MilliGramPerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-2" , - "mg/m2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/m²" ; - 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 . - - -### https://w3id.org/emmo#MilliGramPerSquareMetrePerDay -emmo:MilliGramPerSquareMetrePerDay rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:GramPerSquareMetrePerDay - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-11"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milligrams per square metre per day"@en ; - skos:prefLabel "MilliGramPerSquareMetrePerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M2-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-2.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/(m²⋅day)" . - - -### https://w3id.org/emmo#MilliGramPerSquareMetrePerHour -emmo:MilliGramPerSquareMetrePerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-10"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milligrams per square metre per hour"@en ; - skos:prefLabel "MilliGramPerSquareMetrePerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M2-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-2.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/(m²⋅hr)" . - - -### https://w3id.org/emmo#MilliGramPerSquareMetrePerSecond -emmo:MilliGramPerSquareMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milligrams per square metre per second"@en ; - skos:prefLabel "MilliGramPerSquareMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGM-PER-M2-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mg.m-2.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mg/(m²⋅s)" . - - -### https://w3id.org/emmo#MilliGravity -emmo:MilliGravity rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Gravity - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.00980665"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "MilliGravity" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliG" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m[g]" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mG" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Milligravity\" is a unit for 'Linear Acceleration' expressed as mG. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliHenryPerKiloOhm -emmo:MilliHenryPerKiloOhm rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; - owl:someValuesFrom emmo:HenryPerKiloOhm - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millihenry Per Kiloohm"@en ; - skos:prefLabel "MilliHenryPerKiloOhm" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliH-PER-KiloOHM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mH.kOhm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mH/kΩ" ; - 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 . - - -### https://w3id.org/emmo#MilliHenryPerOhm -emmo:MilliHenryPerOhm rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:HenryPerOhm - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millihenry Per Ohm"@en ; - skos:prefLabel "MilliHenryPerOhm" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliH-PER-OHM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mH.Ohm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mH/Ω" ; - 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 . - - -### https://w3id.org/emmo#MilliInch -emmo:MilliInch rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.54E-5"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milli-inch"@en ; - skos:prefLabel "MilliInch"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliIN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m[in_i]" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mil" ; - 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 . - - -### https://w3id.org/emmo#MilliLitrePerCubicMetre -emmo:MilliLitrePerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millilitre Per Cubic Metre"@en ; - skos:prefLabel "MilliLitrePerCubicMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.m-3" , - "mL/m3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/m³" ; - 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 . - - -### https://w3id.org/emmo#MilliLitrePerDay -emmo:MilliLitrePerDay rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:LitrePerDay - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-11"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millilitre Per Day"@en ; - skos:prefLabel "MilliLitrePerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/day" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit litre divided by the unit day - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliLitrePerHour -emmo:MilliLitrePerHour rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:LitrePerHour - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-10"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millilitre Per Hour"@en ; - skos:prefLabel "MilliLitrePerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/hr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit litre divided by the unit hour - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliLitrePerKelvin -emmo:MilliLitrePerKelvin rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:LitrePerKelvin - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millilitre Per Kelvin"@en ; - skos:prefLabel "MilliLitrePerKelvin" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/K" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit litre divided by the SI base unit kelvin - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliLitrePerKilogram -emmo:MilliLitrePerKilogram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:LitrePerKilogram - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millilitre Per Kilogram"@en ; - skos:prefLabel "MilliLitrePerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.kg-1" , - "mL/kg" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/kg" ; - 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 . - - -### https://w3id.org/emmo#MilliLitrePerLitre -emmo:MilliLitrePerLitre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:LitrePerLitre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millilitre Per Litre"@en ; - skos:prefLabel "MilliLitrePerLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-L" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.L-1" , - "mL/L" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/L" ; - 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 . - - -### https://w3id.org/emmo#MilliLitrePerMinute -emmo:MilliLitrePerMinute rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:LitrePerMinute - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.666667E-8"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millilitre Per Minute"@en ; - skos:prefLabel "MilliLitrePerMinute" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-MIN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.min-1" , - "mL/min" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/min" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit litre divided by the unit minute - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliLitrePerSecond -emmo:MilliLitrePerSecond rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:LitrePerSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millilitre Per Second"@en ; - skos:prefLabel "MilliLitrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the unit litre divided by the SI base unit second - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliLitrePerSquareCentiMetreMinute -emmo:MilliLitrePerSquareCentiMetreMinute rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.666667E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millilitre Per Square Centimetre Minute"@en ; - skos:prefLabel "MilliLitrePerSquareCentiMetreMinute" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-CentiM2-MIN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.cm-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/(cm²⋅min)" ; - 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 . - - -### https://w3id.org/emmo#MilliLitrePerSquareCentiMetreSecond -emmo:MilliLitrePerSquareCentiMetreSecond rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millilitre Per Square Centimetre Second"@en ; - skos:prefLabel "MilliLitrePerSquareCentiMetreSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-CentiM2-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.cm-2.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/(cm²⋅s)" ; - 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 . - - -### https://w3id.org/emmo#MilliLitrePerSquareMetrePerDay -emmo:MilliLitrePerSquareMetrePerDay rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-11"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millilitres per square metre per day"@en ; - skos:prefLabel "MilliLitrePerSquareMetrePerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliL-PER-M2-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mL.m-2.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mL/(m²⋅day)" . - - -### https://w3id.org/emmo#MilliMetreOfMercury -emmo:MilliMetreOfMercury rdf:type owl:Class ; - 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "133.3224"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millimetre of Mercury"@en ; - skos:prefLabel "MilliMetreOfMercury" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM_HG" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm[Hg]" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmHg" ; - 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" . - - -### https://w3id.org/emmo#MilliMetreOfMercury_Absolute -emmo:MilliMetreOfMercury_Absolute rdf:type owl:Class ; - 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" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM_HGA" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm[Hg]{absolute}" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmHgA" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Millimeters of Mercury inclusive of atmospheric pressure - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliMetrePerDay -emmo:MilliMetrePerDay rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.15741E-8"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "millimetres per day"@en ; - skos:prefLabel "MilliMetrePerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM-PER-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm.d-1" , - "mm/d" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm/day" ; - 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 . - - -### https://w3id.org/emmo#MilliMetrePerHour -emmo:MilliMetrePerHour rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MetrePerHour - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-7"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millimetre Per Hour"@en ; - skos:prefLabel "MilliMetrePerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm.h-1" , - "mm/h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm/hr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0001-fold of the SI base unit metre divided by the unit hour - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliMetrePerKelvin -emmo:MilliMetrePerKelvin rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MetrePerKelvin - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millimetre Per Kelvin"@en ; - skos:prefLabel "MilliMetrePerKelvin" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM-PER-K" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm.K-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm/K" ; - 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 . - - -### https://w3id.org/emmo#MilliMetrePerMinute -emmo:MilliMetrePerMinute rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MetrePerMinute - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.666667E-5"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millimetre Per Minute"@en ; - skos:prefLabel "MilliMetrePerMinute" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM-PER-MIN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm.min-1" , - "mm/min" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm/min" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI base unit metre divided by the unit minute - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliMetrePerSecond -emmo:MilliMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; - owl:someValuesFrom emmo:MetrePerSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millimetre Per Second"@en ; - skos:prefLabel "MilliMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm/s" ; - 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 . - - -### https://w3id.org/emmo#MilliMetrePerYear -emmo:MilliMetrePerYear rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MetrePerYear - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.71E-12"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millimetre Per Year"@en ; - skos:prefLabel "MilliMetrePerYear" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM-PER-YR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm.a-1" , - "mm/a" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mm/yr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI base unit metre divided by the unit year - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliMolePerCubicMetre -emmo:MilliMolePerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerCubicMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millimoles per cubic metre"@en ; - skos:prefLabel "MilliMolePerCubicMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.m-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol/m³" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unavailable. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliMolePerCubicMetrePerDay -emmo:MilliMolePerCubicMetrePerDay rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-8"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millimoles per cubic metre per day"@en ; - skos:prefLabel "MilliMolePerCubicMetrePerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-M3-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.m-3.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol/(m³⋅day)" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unavailable. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliMolePerGram -emmo:MilliMolePerGram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millimole Per Gram"@en ; - skos:prefLabel "MilliMolePerGram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-GM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.g-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol/g" ; - 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 . - - -### https://w3id.org/emmo#MilliMolePerKilogram -emmo:MilliMolePerKilogram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millimole Per Kilogram"@en ; - skos:prefLabel "MilliMolePerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.kg-1" , - "mmol/kg" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol/kg" ; - 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 . - - -### https://w3id.org/emmo#MilliMolePerLitre -emmo:MilliMolePerLitre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerLitre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "millimoles per litre"@en ; - skos:prefLabel "MilliMolePerLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-L" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.L-1" , - "mmol/L" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmo/L" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI derived unit for amount-of-substance concentration is the mmo/L. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliMolePerMole -emmo:MilliMolePerMole rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_f76f5a24_d703_4e8c_b368_f9a7777cb73a , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerMole - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millimoles per mole"@en ; - skos:prefLabel "MilliMolePerMole" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-MOL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.mol-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol/mol" . - - -### https://w3id.org/emmo#MilliMolePerSquareMetre -emmo:MilliMolePerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerSquareMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millimoles per square metre"@en ; - skos:prefLabel "MilliMolePerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol/m²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unavailable. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliMolePerSquareMetrePerDay -emmo:MilliMolePerSquareMetrePerDay rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerSquareMetrePerDay - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-8"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millimoles per square metre per day"@en ; - skos:prefLabel "MilliMolePerSquareMetrePerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-M2-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.m-2.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmol/(m²⋅day)" . - - -### https://w3id.org/emmo#MilliMolePerSquareMetrePerSecond -emmo:MilliMolePerSquareMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millimoles per square metre per second"@en ; - skos:prefLabel "MilliMolePerSquareMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliMOL-PER-M2-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mmol.m-2.s-1" , - "mmol/m2/s1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µg/(m²⋅s)" . - - -### https://w3id.org/emmo#MilliNewtonMetre -emmo:MilliNewtonMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; - owl:someValuesFrom emmo:NewtonMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millinewton Metre"@en ; - skos:prefLabel "MilliNewtonMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliN-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mN.m" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mN⋅m" ; - 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 . - - -### https://w3id.org/emmo#MilliNewtonPerMetre -emmo:MilliNewtonPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:NewtonPerMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millinewton Per Metre"@en ; - skos:prefLabel "MilliNewtonPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliN-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mN.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mN/m" ; - 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 . - - -### https://w3id.org/emmo#MilliPascalSecond -emmo:MilliPascalSecond rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:PascalSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millipascal Second"@en ; - skos:prefLabel "MilliPascalSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliPA-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mPa.s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mPa⋅s" ; - 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 . - - -### https://w3id.org/emmo#MilliPascalSecondPerBar -emmo:MilliPascalSecondPerBar rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:PascalSecondPerBar - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-8"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millipascal Second Per Bar"@en ; - skos:prefLabel "MilliPascalSecondPerBar" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliPA-SEC-PER-BAR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mPa.s.bar-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mPa⋅s/bar" ; - 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 . - - -### https://w3id.org/emmo#MilliRad -emmo:MilliRad rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Rad - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-5"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "MilliRad"@en ; - skos:prefLabel "MilliRad" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliRAD_R" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mrad" . - - -### https://w3id.org/emmo#MilliRadPerHour -emmo:MilliRadPerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-7"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millirads per hour"@en ; - skos:prefLabel "MilliRadPerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliRAD_R-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mRAD.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mrad/hr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One thousandth part of an absorbed ionizing radiation dose equal to 100 ergs per gram of irradiated material received per hour. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliRoentgen -emmo:MilliRoentgen rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Roentgen - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.58E-7"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "MilliRoentgen" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mR" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mR" ; - 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)" . + skos:prefLabel "MicroMho" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMHO" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umho" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μmho" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the obsolete unit mho of the electric conductance +-- QUDT"""@en . -### https://w3id.org/emmo#MilliRoentgenEquivalentMan -emmo:MilliRoentgenEquivalentMan rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.58E-7"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milliroentgen Equivalent Man"@en ; - skos:prefLabel "MilliRoentgenEquivalentMan" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliR_man" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mREM" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mrem" ; - 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" . - - -### https://w3id.org/emmo#MilliSiemensPerCentiMetre -emmo:MilliSiemensPerCentiMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; - owl:someValuesFrom emmo:SiemensPerCentiMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.1"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millisiemens Per Centimetre"@en ; - skos:prefLabel "MilliSiemensPerCentiMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliS-PER-CentiM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mS.cm-1" , - "mS/cm" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mS/cm" ; - 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 +### https://w3id.org/emmo#MicroPoise +emmo:MicroPoise rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-7"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "MicroPoise" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroPOISE" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uP" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μP" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the CGS unit of the dynamic viscosity poise -- QUDT"""@en . -### https://w3id.org/emmo#MilliSiemensPerMetre -emmo:MilliSiemensPerMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:SiemensPerMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "MilliSiemens per metre"@en ; - skos:prefLabel "MilliSiemensPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliS-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mS.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mS/m" . - - -### https://w3id.org/emmo#MilliTorr -emmo:MilliTorr rdf:type owl:Class ; +### https://w3id.org/emmo#MicroTorr +emmo:MicroTorr rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_9ff3bf8e_2168_406e_8251_1d158fc948ae , emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; @@ -8406,774 +865,267 @@ emmo:MilliTorr rdf:type owl:Class ; ] , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.133322"^^xsd:double + owl:hasValue "1.33322E-4"^^xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; - skos:altLabel "MilliTorr"@en ; - skos:prefLabel "MilliTorr" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliTORR" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mTorr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"MilliTorr\" is a unit for 'Force Per Area' expressed as utorr. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliVoltPerMetre -emmo:MilliVoltPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:VoltPerMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millivolt Per Metre"@en ; - skos:prefLabel "MilliVoltPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliV-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mV.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mV/m" ; - 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 . - - -### https://w3id.org/emmo#MilliVoltPerMinute -emmo:MilliVoltPerMinute rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.666667E-5"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Millivolt Per Minute"@en ; - skos:prefLabel "MilliVoltPerMinute" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliV-PER-MIN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mV.min-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mV/min" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit volt divided by the unit minute - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilliWattPerSquareCentiMetrePerMicroMetrePerSteradian -emmo:MilliWattPerSquareCentiMetrePerMicroMetrePerSteradian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E7"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milliwatts per square centimetre per micrometre per steradian"@en ; - skos:prefLabel "MilliWattPerSquareCentiMetrePerMicroMetrePerSteradian" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliW-PER-CentiM2-MicroM-SR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mW.cm-2.um-1.sr-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mW/(cm⋅µm⋅sr)" . - - -### https://w3id.org/emmo#MilliWattPerSquareMetre -emmo:MilliWattPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:WattPerSquareMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milliwatt Per Square Metre"@en ; - skos:prefLabel "MilliWattPerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliW-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mW.m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mW/m²" ; - 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 + skos:altLabel "MicroTorr"@en ; + skos:prefLabel "MicroTorr" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroTORR" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µTorr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"MicroTorr\" is a unit for 'Force Per Area' expressed as microtorr. -- QUDT"""@en . -### https://w3id.org/emmo#MilliWattPerSquareMetrePerNanoMetre -emmo:MilliWattPerSquareMetrePerNanoMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; - owl:someValuesFrom emmo:WattPerSquareMetrePerNanoMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milliwatts per square metre per nanometre"@en ; - skos:prefLabel "MilliWattPerSquareMetrePerNanoMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliW-PER-M2-NanoM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mW.m-2.nm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mW/(cm⋅nm)" . - - -### https://w3id.org/emmo#MilliWattPerSquareMetrePerNanoMetrePerSteradian -emmo:MilliWattPerSquareMetrePerNanoMetrePerSteradian rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; - owl:someValuesFrom emmo:WattPerSquareMetrePerNanoMetrePerSteradian - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Milliwatts per square metre per nanometre per steradian"@en ; - skos:prefLabel "MilliWattPerSquareMetrePerNanoMetrePerSteradian" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliW-PER-M2-NanoM-SR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mW.m-2.nm-1.sr-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mW/(cm⋅nm⋅sr)" . - - -### https://w3id.org/emmo#MillionUsDollarsPerYear -emmo:MillionUsDollarsPerYear rdf:type owl:Class . - - -### https://w3id.org/emmo#MillionYear -emmo:MillionYear rdf:type owl:Class . - - -### https://w3id.org/emmo#MolePerMole -emmo:MolePerMole rdf:type owl:Class . - - -### https://w3id.org/emmo#NanoBecquerelPerLitre -emmo:NanoBecquerelPerLitre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:BecquerelPerLitre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanobecquerels per litre"@en ; - skos:prefLabel "NanoBecquerelPerLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoBQ-PER-L" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nBq.L-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nBq/L" . - - -### https://w3id.org/emmo#NanoFaradPerMetre -emmo:NanoFaradPerMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:FaradPerMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanofarad Per Metre"@en ; - skos:prefLabel "NanoFaradPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoFARAD-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nF.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nF/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000001-fold of the SI derived unit farad divided by the SI base unit metre +### https://w3id.org/emmo#MilliBar +emmo:MilliBar rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Bar + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "100.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "MilliBar" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliBAR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mbar" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mbar" ; + 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 . +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Bar_(unit)" . -### https://w3id.org/emmo#NanoGramPerCubicMetre -emmo:NanoGramPerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:GramPerCubicMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-12"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanogram Per Cubic Metre"@en ; - skos:prefLabel "NanoGramPerCubicMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ng.m-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ng/m³" ; - 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 +### https://w3id.org/emmo#MilliCurie +emmo:MilliCurie rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Curie + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3.7E7"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "MilliCurie" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliCi" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mCi" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mCi" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.001-fold of the SI derived unit curie -- QUDT"""@en . -### https://w3id.org/emmo#NanoGramPerDay -emmo:NanoGramPerDay rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:GramPerDay - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-17"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanograms per day"@en ; - skos:prefLabel "NanoGramPerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM-PER-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ng.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ng/day" . - - -### https://w3id.org/emmo#NanoGramPerKilogram -emmo:NanoGramPerKilogram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:GramPerKilogram - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-12"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanogram Per Kilogram"@en ; - skos:prefLabel "NanoGramPerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ng.kg-1" , - "ng/kg" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ng/Kg" ; - 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 +### https://w3id.org/emmo#MilliGal +emmo:MilliGal rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-5"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "MilliGal" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliGAL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mGal" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mgal" ; + 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 . -### https://w3id.org/emmo#NanoGramPerLitre -emmo:NanoGramPerLitre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:GramPerLitre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanograms per litre"@en ; - skos:prefLabel "NanoGramPerLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM-PER-L" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ng.L-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ng/L" . - - -### https://w3id.org/emmo#NanoGramPerMicroLitre -emmo:NanoGramPerMicroLitre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanograms per microlitre"@en ; - skos:prefLabel "NanoGramPerMicroLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM-PER-MicroL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ng.uL-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ng/µL" . - - -### https://w3id.org/emmo#NanoGramPerMilliLitre -emmo:NanoGramPerMilliLitre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; - owl:someValuesFrom emmo:GramPerMilliLitre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanograms per millilitre"@en ; - skos:prefLabel "NanoGramPerMilliLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM-PER-MilliL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ng.mL-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ng/mL" ; - 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. +### https://w3id.org/emmo#MilliGravity +emmo:MilliGravity rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Gravity + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.00980665"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "MilliGravity" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliG" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m[g]" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mG" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Milligravity\" is a unit for 'Linear Acceleration' expressed as mG. -- QUDT"""@en . -### https://w3id.org/emmo#NanoGramPerSquareMetrePerPascalPerSecond -emmo:NanoGramPerSquareMetrePerPascalPerSecond rdf:type owl:Class ; - rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-12"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanograms per square metre per Pascal per second"@en ; - skos:prefLabel "NanoGramPerSquareMetrePerPascalPerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM-PER-M2-PA-SEC" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m²⋅s⋅Pa)" ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Perm_(unit)" . - - -### https://w3id.org/emmo#NanoHenryPerMetre -emmo:NanoHenryPerMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - emmo:EMMO_fa9c8c56_314f_4a5a_a71d_bae66446b185 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:HenryPerMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanohenry Per Metre"@en ; - skos:prefLabel "NanoHenryPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoH-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nH.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nH/m" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000001-fold of the SI derived unit henry divided by the SI base unit metre +### https://w3id.org/emmo#MilliInch +emmo:MilliInch rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.54E-5"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milli-inch"@en ; + skos:prefLabel "MilliInch"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m[in_i]" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mil" ; + 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 . -### https://w3id.org/emmo#NanoMeterPerCentiMeterPsi -emmo:NanoMeterPerCentiMeterPsi rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.450377E-11"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanometer Per Centimeter PSI"@en ; - skos:prefLabel "NanoMeterPerCentiMeterPsi" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoM-PER-CentiM-PSI" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nm.cm-1.PSI-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nm/(cm⋅PSI)" . - - -### https://w3id.org/emmo#NanoMeterPerMilliMeterMegaPascal -emmo:NanoMeterPerMilliMeterMegaPascal rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-12"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanometer Per Millimeter Megapascal"@en ; - skos:prefLabel "NanoMeterPerMilliMeterMegaPascal" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoM-PER-MilliM-MegaPA" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nm.mm-1.MPa-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nm/(mm⋅MPa)" . - - -### https://w3id.org/emmo#NanoMolePerCubicCentiMetrePerHour -emmo:NanoMolePerCubicCentiMetrePerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-7"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanomoles per cubic centimetre per hour"@en ; - skos:prefLabel "NanoMolePerCubicCentiMetrePerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-CentiM3-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.cm-3.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(cm³⋅hr)" . - - -### https://w3id.org/emmo#NanoMolePerGramPerSecond -emmo:NanoMolePerGramPerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanomoles per gram per second"@en ; - skos:prefLabel "NanoMolePerGramPerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-GM-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.g-1.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(g⋅s)" . - - -### https://w3id.org/emmo#NanoMolePerKilogram -emmo:NanoMolePerKilogram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_95971713_d589_4002_a5a7_affc5c74cfdb , +### https://w3id.org/emmo#MilliMetreOfMercury +emmo:MilliMetreOfMercury rdf:type owl:Class ; + 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 , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-9"^^xsd:double + owl:hasValue "133.3224"^^xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; - skos:altLabel "Nanomoles per kilogram"@en ; - skos:prefLabel "NanoMolePerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.kg-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/kg" . - - -### https://w3id.org/emmo#NanoMolePerLitre -emmo:NanoMolePerLitre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerLitre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanomoles per litre"@en ; - skos:prefLabel "NanoMolePerLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-L" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.L-1" , - "nmol/L" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/L" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A scaled unit of amount-of-substance concentration. - --- QUDT"""@en . - - -### https://w3id.org/emmo#NanoMolePerLitrePerDay -emmo:NanoMolePerLitrePerDay rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-11"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanomoles per litre per day"@en ; - skos:prefLabel "NanoMolePerLitrePerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-L-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.L-1.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(L⋅day)" . - - -### https://w3id.org/emmo#NanoMolePerLitrePerHour -emmo:NanoMolePerLitrePerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-10"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanomoles per litre per hour"@en ; - skos:prefLabel "NanoMolePerLitrePerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-L-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.L-1.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(L⋅hr)" . - - -### https://w3id.org/emmo#NanoMolePerMicroGramPerHour -emmo:NanoMolePerMicroGramPerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanomoles per microgram per hour"@en ; - skos:prefLabel "NanoMolePerMicroGramPerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-MicroGM-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.ug-1.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(µg⋅hr)" . - - -### https://w3id.org/emmo#NanoMolePerMicroMole -emmo:NanoMolePerMicroMole rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - emmo:EMMO_f76f5a24_d703_4e8c_b368_f9a7777cb73a , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanomoles per micromole"@en ; - skos:prefLabel "NanoMolePerMicroMole" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-MicroMOL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.umol-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/µmol" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unavailable. - --- QUDT"""@en . - - -### https://w3id.org/emmo#NanoMolePerMicroMolePerDay -emmo:NanoMolePerMicroMolePerDay rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-8"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanomoles per micromole per day"@en ; - skos:prefLabel "NanoMolePerMicroMolePerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-MicroMOL-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.umol-1.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(µmol⋅day)" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unavailable. + skos:altLabel "Millimetre of Mercury"@en ; + skos:prefLabel "MilliMetreOfMercury" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM_HG" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm[Hg]" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmHg" ; + 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 . +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Torr?oldid=495199381" . -### https://w3id.org/emmo#NanoMolePerSquareMetrePerDay -emmo:NanoMolePerSquareMetrePerDay rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerSquareMetrePerDay - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-14"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanomoles per square metre per day"@en ; - skos:prefLabel "NanoMolePerSquareMetrePerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-M2-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.m-2.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(m²⋅day)" . - - -### https://w3id.org/emmo#NanoSiemensPerCentiMetre -emmo:NanoSiemensPerCentiMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; - owl:someValuesFrom emmo:SiemensPerCentiMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-7"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanosiemens Per Centimetre"@en ; - skos:prefLabel "NanoSiemensPerCentiMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoS-PER-CentiM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nS.cm-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nS/cm" ; - 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 +### https://w3id.org/emmo#MilliMetreOfMercury_Absolute +emmo:MilliMetreOfMercury_Absolute rdf:type owl:Class ; + 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" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliM_HGA" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mm[Hg]{absolute}" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mmHgA" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Millimeters of Mercury inclusive of atmospheric pressure -- QUDT"""@en . -### https://w3id.org/emmo#NanoSiemensPerMetre -emmo:NanoSiemensPerMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:SiemensPerMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Nanosiemens Per Metre"@en ; - skos:prefLabel "NanoSiemensPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoS-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nS.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nS/m" ; - 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 . +### https://w3id.org/emmo#MilliRad +emmo:MilliRad rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Rad + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-5"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "MilliRad"@en ; + skos:prefLabel "MilliRad" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliRAD_R" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mrad" . -### https://w3id.org/emmo#PascalPerBar -emmo:PascalPerBar rdf:type owl:Class . +### https://w3id.org/emmo#MilliRoentgen +emmo:MilliRoentgen rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Roentgen + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.58E-7"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:prefLabel "MilliRoentgen" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mR" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mR" ; + 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)" . -### https://w3id.org/emmo#PascalSecondPerBar -emmo:PascalSecondPerBar rdf:type owl:Class . +### https://w3id.org/emmo#MilliTorr +emmo:MilliTorr rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Torr + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.133322"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "MilliTorr"@en ; + skos:prefLabel "MilliTorr" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliTORR" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mTorr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"MilliTorr\" is a unit for 'Force Per Area' expressed as utorr. -### https://w3id.org/emmo#PascalSquareRootMeter -emmo:PascalSquareRootMeter rdf:type owl:Class . +-- QUDT"""@en . ### https://w3id.org/emmo#Pebi @@ -9246,476 +1198,6 @@ emmo:PetaByte rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Petabyte?oldid=494735969" . -### https://w3id.org/emmo#PicoAmpsPerMicroMolePerLitre -emmo:PicoAmpsPerMicroMolePerLitre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Picoamps per micromole per litre"@en ; - skos:prefLabel "PicoAmpsPerMicroMolePerLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoA-PER-MicroMOL-L" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pA.umol-1.L-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pA/(mmol⋅L)" . - - -### https://w3id.org/emmo#PicoFaradPerMetre -emmo:PicoFaradPerMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:FaradPerMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-12"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Picofarad Per Metre"@en ; - skos:prefLabel "PicoFaradPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoFARAD-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pF.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pF/m" ; - 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 . - - -### https://w3id.org/emmo#PicoGramPerGram -emmo:PicoGramPerGram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:GramPerGram - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-12"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Picograms per gram"@en ; - skos:prefLabel "PicoGramPerGram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoGM-PER-GM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pg.g-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pg/g" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One part per 10**12 (trillion) by mass of the measurand in the matrix. - --- QUDT"""@en . - - -### https://w3id.org/emmo#PicoGramPerKilogram -emmo:PicoGramPerKilogram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:GramPerKilogram - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-15"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Picograms per kilogram"@en ; - skos:prefLabel "PicoGramPerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoGM-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pg.kg-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pg/kg" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One part per 10**15 by mass of the measurand in the matrix. - --- QUDT"""@en . - - -### https://w3id.org/emmo#PicoGramPerMilliLitre -emmo:PicoGramPerMilliLitre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; - owl:someValuesFrom emmo:GramPerMilliLitre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Picograms per millilitre"@en ; - skos:prefLabel "PicoGramPerMilliLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoGM-PER-MilliL" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pg.mL-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pg/mL" ; - 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 . - - -### https://w3id.org/emmo#PicoMolePerCubicMetre -emmo:PicoMolePerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerCubicMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-12"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Picomoles per cubic metre"@en ; - skos:prefLabel "PicoMolePerCubicMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-M3" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.m-3" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/m³" . - - -### https://w3id.org/emmo#PicoMolePerCubicMetrePerSecond -emmo:PicoMolePerCubicMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerCubicMetrePerSecond - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-12"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Picomoles per cubic metre per second"@en ; - skos:prefLabel "PicoMolePerCubicMetrePerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-M3-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.m-3.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/(m³⋅s)" . - - -### https://w3id.org/emmo#PicoMolePerKilogram -emmo:PicoMolePerKilogram rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-12"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Picomoles per kilogram"@en ; - skos:prefLabel "PicoMolePerKilogram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-KiloGM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.kg-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/kg" . - - -### https://w3id.org/emmo#PicoMolePerLitre -emmo:PicoMolePerLitre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerLitre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Picomoles per litre"@en ; - skos:prefLabel "PicoMolePerLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-L" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.L-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/L" . - - -### https://w3id.org/emmo#PicoMolePerLitrePerDay -emmo:PicoMolePerLitrePerDay rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-14"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Picomoles per litre per day"@en ; - skos:prefLabel "PicoMolePerLitrePerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-L-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.L-1.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/day" ; - 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 . - - -### https://w3id.org/emmo#PicoMolePerLitrePerHour -emmo:PicoMolePerLitrePerHour rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-13"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Picomoles per litre per hour"@en ; - skos:prefLabel "PicoMolePerLitrePerHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-L-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.L-1.h-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/(L⋅hr)" ; - 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 . - - -### https://w3id.org/emmo#PicoMolePerMetrePerWattPerSecond -emmo:PicoMolePerMetrePerWattPerSecond rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-12"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Picomoles per metre per watt per second"@en ; - skos:prefLabel "PicoMolePerMetrePerWattPerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-M-W-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.m-1.W-1.s-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/(m⋅W⋅s)" . - - -### https://w3id.org/emmo#PicoMolePerSquareMetrePerDay -emmo:PicoMolePerSquareMetrePerDay rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:MolePerSquareMetrePerDay - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-17"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Picomoles per square metre per day"@en ; - skos:prefLabel "PicoMolePerSquareMetrePerDay" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoMOL-PER-M2-DAY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pmol.m-2.d-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pmol/(m²⋅day)" . - - -### https://w3id.org/emmo#PicoPascalPerKiloMetre -emmo:PicoPascalPerKiloMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-15"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Picopascal Per Kilometre"@en ; - skos:prefLabel "PicoPascalPerKiloMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoPA-PER-KiloM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pPa.km-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pPa/km" ; - 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 . - - -### https://w3id.org/emmo#PicoSiemensPerMetre -emmo:PicoSiemensPerMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:SiemensPerMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-12"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Picosiemens Per Metre"@en ; - skos:prefLabel "PicoSiemensPerMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoS-PER-M" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pS.m-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pS/m" ; - 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 . - - -### https://w3id.org/emmo#PicoWattPerSquareCentiMetrePerLitre -emmo:PicoWattPerSquareCentiMetrePerLitre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-5"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Picowatts per square centimetre per litre"@en ; - skos:prefLabel "PicoWattPerSquareCentiMetrePerLitre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoW-PER-CentiM2-L" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pW.cm-2.L-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pW/(cm²⋅L)" ; - 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 . - - -### https://w3id.org/emmo#PicoWattPerSquareMetre -emmo:PicoWattPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:WattPerSquareMetre - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-12"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Picowatt Per Square Metre"@en ; - skos:prefLabel "PicoWattPerSquareMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PicoW-PER-M2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pW.m-2" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pW/m²" ; - 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 . - - -### https://w3id.org/emmo#Poise -emmo:Poise rdf:type owl:Class . - - -### https://w3id.org/emmo#PoisePerBar -emmo:PoisePerBar rdf:type owl:Class . - - -### https://w3id.org/emmo#PoundForce -emmo:PoundForce rdf:type owl:Class . - - -### https://w3id.org/emmo#PoundForcePerSquareInch -emmo:PoundForcePerSquareInch rdf:type owl:Class . - - -### https://w3id.org/emmo#Rad -emmo:Rad rdf:type owl:Class . - - -### https://w3id.org/emmo#Roentgen -emmo:Roentgen rdf:type owl:Class . - - -### https://w3id.org/emmo#SquareCentMetrePerGram -emmo:SquareCentMetrePerGram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4817e479_e401_437e_a49b_54540b93d2a1 , - emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.1"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "SquareCentMetrePerGram"@en . - - -### https://w3id.org/emmo#Stokes -emmo:Stokes rdf:type owl:Class . - - ### https://w3id.org/emmo#Tebi emmo:Tebi rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; @@ -9786,42 +1268,6 @@ emmo:TeraByte rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Terabyte?oldid=494671550" . -### https://w3id.org/emmo#TeraWattHour -emmo:TeraWattHour rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3.6E15"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "Terawatt Hour"@en ; - skos:prefLabel "TeraWattHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TeraW-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "TW/h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "TW⋅hr" ; - 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 . - - -### https://w3id.org/emmo#Torr -emmo:Torr rdf:type owl:Class . - - -### https://w3id.org/emmo#VoltAmpereReactive -emmo:VoltAmpereReactive rdf:type owl:Class . - - -### https://w3id.org/emmo#VoltAmpereReactiveHour -emmo:VoltAmpereReactiveHour rdf:type owl:Class . - - ### https://w3id.org/emmo#Yobi emmo:Yobi rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; @@ -9835,62 +1281,6 @@ emmo:Yobi rdf:type owl:Class ; skos:prefLabel "Yobi"@en . -### https://w3id.org/emmo#YoctoCoulomb -emmo:YoctoCoulomb rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Coulomb - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-24"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "YoctoCoulomb"@en ; - skos:prefLabel "YoctoCoulomb" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YoctoC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "yC" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "yC" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A YoctoCoulomb is 10⁻²⁴ C. - --- QUDT"""@en . - - -### https://w3id.org/emmo#YottaCoulomb -emmo:YottaCoulomb rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Coulomb - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E24"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "YottaCoulomb"@en ; - skos:prefLabel "YottaCoulomb" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YottaC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "YC" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "YC" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A YottaCoulomb is 10²⁴ C. - --- QUDT"""@en . - - ### https://w3id.org/emmo#Zebi emmo:Zebi rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; @@ -9904,60 +1294,29 @@ emmo:Zebi rdf:type owl:Class ; skos:prefLabel "Zebi"@en . -### https://w3id.org/emmo#ZeptoCoulomb -emmo:ZeptoCoulomb rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Coulomb - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-21"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "ZeptoCoulomb"@en ; - skos:prefLabel "ZeptoCoulomb" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ZeptoC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "zC" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "zC" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A ZeptoCoulomb is 10⁻²¹ C. +### https://w3id.org/emmo#MicroPoise +emmo:MicroPoise rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-7"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "MicroPoise" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroPOISE" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uP" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μP" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the CGS unit of the dynamic viscosity poise -- QUDT"""@en . -### https://w3id.org/emmo#ZettaCoulomb -emmo:ZettaCoulomb rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; - owl:someValuesFrom emmo:Coulomb - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E21"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:altLabel "ZettaCoulomb"@en ; - skos:prefLabel "ZettaCoulomb" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ZettaC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ZC" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ZC" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A ZettaCoulomb is 10²¹ C. - --- QUDT"""@en . - ### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/siacceptedunits.ttl b/disciplines/units/siacceptedunits.ttl index 8050d997..c4c74aed 100644 --- a/disciplines/units/siacceptedunits.ttl +++ b/disciplines/units/siacceptedunits.ttl @@ -31,91 +31,71 @@ We kindly acknowledge NIST for reusing their content, including the selection of # Classes ################################################################# -### https://w3id.org/emmo#AmpereHour -:AmpereHour rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ab79e92b_5377_454d_be06_d61b50db295a , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3600.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - rdfs:seeAlso "http://www.oxfordreference.com/view/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-86" ; - skos:altLabel "Ampere Hour"@en ; - skos:prefLabel "AmpereHour"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-HR" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.h" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A⋅hr" ; - :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). +### https://w3id.org/emmo#Arcminute +:Arcminute rdf:type owl:Class ; + rdfs:subClassOf :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + :EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:hasValue "′" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.908882E-4"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ArcMinute"@en , + "MinuteOfArc"@en ; + skos:prefLabel "Arcminute"@en ; + :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "D61" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ARCMIN" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "'" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "'" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1/60) of one degree (circle/21,600), or π /10,800 radians. In turn, a second of arc or arcsecond is one sixtieth (1/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1/360) of a rotation, one minute of arc is 1/21,600 of a rotation. -- QUDT"""@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Ampere-hour" . - + :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Minute_of_arc" . -### https://w3id.org/emmo#AmpereHourPerKilogram -:AmpereHourPerKilogram rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3600.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "AmpereHourPerKilogram"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "unit of electric charge relative to mass"@en . +### https://w3id.org/emmo#Arcsecond +:Arcsecond rdf:type owl:Class ; + rdfs:subClassOf :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + :EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:hasValue "″" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "4.848137E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "ArcSecond"@en , + "SecondOfArc"@en ; + skos:prefLabel "Arcsecond"@en ; + :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "D62" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ARCSEC" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "''" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "\\\"" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Arc Second\" is a unit of angular measure, also called the `second of arc`, equal to 1/60 arcminute. One arcsecond is a very small angle: there are 1,296,000 in a circle. The SI recommends `double prime` ('') as the symbol for the arcsecond. The symbol has become common in astronomy, where very small angles are stated in milliarcseconds (mas). -### https://w3id.org/emmo#AmpereHourPerLitre -:AmpereHourPerLitre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_8f36559a_a494_4b00_abc5_60bbc1475009 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3600000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "AmpereHourPerLitre"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "a unit of electric charge per volume"@en . - - -### https://w3id.org/emmo#AmperePerDegreeCelsius -:AmperePerDegreeCelsius rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - :EMMO_ed7dd267_e2ee_4565_8117_e5c1eafa3e66 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "57.29578"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - rdfs:seeAlso "http://web.mit.edu/course/21/21.guide/use-tab.htm" ; - skos:altLabel "Ampere per Degree Celsius"@en ; - skos:prefLabel "AmperePerDegreeCelsius"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-DEG_C" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "A.Cel-1" , - "A/Cel" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A/°C" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A measure used to express how a current is subject to temperature. Originally used in Wien's Law to describe phenomena related to filaments. One use today is to express how a current generator derates with temperature. - --- QUDT"""@en . +-- QUDT"""@en ; + :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Minute_of_arc#Symbols.2C_abbreviations_and_subdivisions" . ### https://w3id.org/emmo#AstronomicalUnit :AstronomicalUnit rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2 , + rdfs:subClassOf :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , :EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , [ rdf:type owl:Restriction ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; @@ -140,287 +120,9 @@ We kindly acknowledge NIST for reusing their content, including the selection of :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Astronomical_unit"^^xsd:anyURI . -### https://w3id.org/emmo#BecquerelPerLitre -:BecquerelPerLitre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_43e499a1_ca67_4380_ac08_cfc52a93ad04 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Becquerels per litre"@en ; - skos:prefLabel "BecquerelPerLitre" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/BQ-PER-L" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Bq.L-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Bq/L" ; - :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 . - - -### https://w3id.org/emmo#CubicCentiMetrePerDay -:CubicCentiMetrePerDay rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-11"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Centimetre Per Day"@en ; - skos:prefLabel "CubicCentiMetrePerDay" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3-PER-DAY" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm3.d-1" , - "cm3/d" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³/day" ; - :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 . - - -### https://w3id.org/emmo#CubicCentiMetrePerHour -:CubicCentiMetrePerHour rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-10"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Centimetre Per Hour"@en ; - skos:prefLabel "CubicCentiMetrePerHour" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3-PER-HR" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm3.h-1" , - "cm3/h" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³/hr" ; - :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 . - - -### https://w3id.org/emmo#CubicCentiMetrePerMinute -:CubicCentiMetrePerMinute rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.666667E-8"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Centimetre Per Minute"@en ; - skos:prefLabel "CubicCentiMetrePerMinute" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM3-PER-MIN" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm3.min-1" , - "cm3/min" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm³/min" ; - :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 . - - -### https://w3id.org/emmo#CubicDeciMetrePerDay -:CubicDeciMetrePerDay rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-8"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Decimetre Per Day"@en ; - skos:prefLabel "CubicDeciMetrePerDay" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciM3-PER-DAY" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dm3.d-1" , - "dm3/d" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dm³/day" ; - :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 . - - -### https://w3id.org/emmo#CubicDeciMetrePerHour -:CubicDeciMetrePerHour rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-7"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Decimetre Per Hour"@en ; - skos:prefLabel "CubicDeciMetrePerHour" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciM3-PER-HR" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dm3.h-1" , - "dm3/h" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dm³/hr" ; - :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 . - - -### https://w3id.org/emmo#CubicDeciMetrePerMinute -:CubicDeciMetrePerMinute rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.666667E-5"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Decimetre Per Minute"@en ; - skos:prefLabel "CubicDeciMetrePerMinute" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciM3-PER-MIN" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dm3.min-3" , - "dm3/min3" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dm³/min" ; - :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 . - - -### https://w3id.org/emmo#CubicMetrePerDay -:CubicMetrePerDay rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-5"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Metre Per Day"@en ; - skos:prefLabel "CubicMetrePerDay"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-DAY" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.d-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/day" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """power of the SI base unit metre with the exponent 3 divided by the unit day - --- QUDT"""@en . - - -### https://w3id.org/emmo#CubicMetrePerHectare -:CubicMetrePerHectare rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - :EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:prefLabel "CubicMetrePerHectare"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-HA" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.har-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m^3/ha" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic metre per hectare."@en . - - -### https://w3id.org/emmo#CubicMetrePerHour -:CubicMetrePerHour rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Metre per Hour"@en ; - skos:prefLabel "CubicMetrePerHour"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-HR" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.h-1" , - "m3/h" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/hr" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Cubic Meter Per Hour (m3/h) is a unit in the category of Volume flow rate. It is also known as cubic meters per hour, cubic metre per hour, cubic metres per hour, cubic meter/hour, cubic metre/hour, cubic meter/hr, cubic metre/hr, flowrate. Cubic Meter Per Hour (m3/h) has a dimension of L3T-1 where L is length, and T is time. It can be converted to the corresponding standard SI unit m3/s by multiplying its value by a factor of 0.00027777777. - --- QUDT"""@en . - - -### https://w3id.org/emmo#CubicMetrePerMinute -:CubicMetrePerMinute rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01666667"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Cubic Metre Per Minute"@en ; - skos:prefLabel "CubicMetrePerMinute"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M3-PER-MIN" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m3.min-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m³/min" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """power of the SI base unit metre with the exponent 3 divided by the unit minute - --- QUDT"""@en . - - -### https://w3id.org/emmo#CubicMicroMetrePerMilliLitre -:CubicMicroMetrePerMilliLitre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - :EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-12"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:prefLabel "CubicMicroMetrePerMilliLitre" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroM3-PER-MilliL" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "um3.mL-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µm³/mL" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Cubic micrometre per millilitre."@en . - - ### https://w3id.org/emmo#Dalton :Dalton rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2 , + rdfs:subClassOf :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , :EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa , [ rdf:type owl:Restriction ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; @@ -450,7 +152,7 @@ We kindly acknowledge NIST for reusing their content, including the selection of ### https://w3id.org/emmo#Day :Day rdf:type owl:Class ; rdfs:subClassOf :EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , - :EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2 , + :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , [ rdf:type owl:Restriction ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "d" @@ -478,7 +180,7 @@ We kindly acknowledge NIST for reusing their content, including the selection of ### https://w3id.org/emmo#Degree :Degree rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2 , + rdfs:subClassOf :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , :EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 , [ rdf:type owl:Restriction ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; @@ -504,231 +206,6 @@ We kindly acknowledge NIST for reusing their content, including the selection of :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.D01560" . -### https://w3id.org/emmo#DegreeCelsiusCentiMetre -:DegreeCelsiusCentiMetre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - :EMMO_d02c92e0_99ba_4c09_b01f_0d7a7dd7b24e ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Degree Celsius Centimetre"@en ; - skos:prefLabel "DegreeCelsiusCentiMetre" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-CentiM" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.cm" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C⋅cm" ; - :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 . - - -### https://w3id.org/emmo#DegreeCelsiusKilogramPerSquareMetre -:DegreeCelsiusKilogramPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6726fbb8_c40a_4b55_a2d5_bf49352d1e73 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Degrees Celsius kilogram per square metre"@en ; - skos:prefLabel "DegreeCelsiusKilogramPerSquareMetre" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-KiloGM-PER-M2" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.kg.m-2" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C⋅kg/m²" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Derived unit for the product of the temperature in degrees Celsius and the mass density of a medium, integrated over vertical depth or height in metres. - --- QUDT"""@en . - - -### https://w3id.org/emmo#DegreeCelsiusPerHour -:DegreeCelsiusPerHour rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4f245147_f072_4431_b535_6241e8e87eb8 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Degree Celsius per Hour"@en ; - skos:prefLabel "DegreeCelsiusPerHour"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-PER-HR" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.h-1" , - "Cel/h" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/hr" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree Celsius per Hour` is a unit for 'Temperature Per Time' expressed as degC / hr. - --- QUDT"""@en . - - -### https://w3id.org/emmo#DegreeCelsiusPerKelvin -:DegreeCelsiusPerKelvin rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Degree Celsius Per Kelvin"@en ; - skos:prefLabel "DegreeCelsiusPerKelvin"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-PER-K" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.K-1" , - "Cel/K" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/K" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit with the name Degree Celsius divided by the SI base unit kelvin - --- QUDT"""@en . - - -### https://w3id.org/emmo#DegreeCelsiusPerMetre -:DegreeCelsiusPerMetre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_720a469f_a19c_4a88_900c_29b3938f5092 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:prefLabel "DegreeCelsiusPerMetre" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-PER-M" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.m-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/m" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Degree Celsius per metre unit."@en . - - -### https://w3id.org/emmo#DegreeCelsiusPerMinute -:DegreeCelsiusPerMinute rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4f245147_f072_4431_b535_6241e8e87eb8 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Degree Celsius per Minute"@en ; - skos:prefLabel "DegreeCelsiusPerMinute"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-PER-MIN" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.min-1" , - "Cel/min" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/min" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree Celsius per Minute` is a unit for 'Temperature Per Time' expressed as degC / m. - --- QUDT"""@en . - - -### https://w3id.org/emmo#DegreeCelsiusPerSecond -:DegreeCelsiusPerSecond rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4f245147_f072_4431_b535_6241e8e87eb8 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Degree Celsius per Second"@en ; - skos:prefLabel "DegreeCelsiusPerSecond"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C-PER-SEC" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Cel.s-1" , - "Cel/s" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C/s" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree Celsius per Second` is a unit for 'Temperature Per Time' expressed as degC / s. - --- QUDT"""@en . - - -### https://w3id.org/emmo#DegreePerHour -:DegreePerHour rdf:type owl:Class ; - rdfs:subClassOf :EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "4.848137E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Degree per Hour"@en ; - skos:prefLabel "DegreePerHour"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG-PER-HR" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg.h-1" , - "deg/h" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°/h" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Degree per Hour\" is an Imperial unit for 'Angular Velocity' expressed as deg/h. - --- QUDT"""@en . - - -### https://w3id.org/emmo#DegreePerMetre -:DegreePerMetre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_608a1b30_df6f_4bbb_9dc3_5c0de92fd9cf , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01745329"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Degrees per metre"@en ; - skos:prefLabel "DegreePerMetre" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG-PER-M" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg.m-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°/m" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A change of angle in one SI unit of length. - --- QUDT"""@en . - - -### https://w3id.org/emmo#DegreePerMinute -:DegreePerMinute rdf:type owl:Class ; - rdfs:subClassOf :EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.908882E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Degree per Minute"@en ; - skos:prefLabel "DegreePerMinute"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG-PER-MIN" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg.min-1" , - "deg/min" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°/min" ; - :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 . - - -### https://w3id.org/emmo#DegreePerSecond -:DegreePerSecond rdf:type owl:Class ; - rdfs:subClassOf :EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01745329"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Degree per Second"@en ; - skos:prefLabel "DegreePerSecond"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG-PER-SEC" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg.s-1" , - "deg/s" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°/s" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Degree per Second\" is an Imperial unit for 'Angular Velocity' expressed as deg/s. - --- QUDT"""@en . - - -### https://w3id.org/emmo#DegreePerSquareSecond -:DegreePerSquareSecond rdf:type owl:Class ; - rdfs:subClassOf :EMMO_78487bf1_c0bc_4db8_99dd_d8b7cc8b3bac , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01745329"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Degree per Square Second"@en ; - skos:prefLabel "DegreePerSquareSecond"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG-PER-SEC2" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg.s-2" , - "deg/s2" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°/s²" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Degree per Square Second` is an Imperial unit for `Angular Acceleration` expressed as deg/s². - --- QUDT"""@en . - - ### https://w3id.org/emmo#EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac rdf:type owl:Class ; rdfs:subClassOf :EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2 ; @@ -765,7 +242,7 @@ We kindly acknowledge NIST for reusing their content, including the selection of ### https://w3id.org/emmo#ElectronVolt :ElectronVolt rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2 , + rdfs:subClassOf :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , [ rdf:type owl:Restriction ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; @@ -788,264 +265,10 @@ We kindly acknowledge NIST for reusing their content, including the selection of :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.E02014" . -### https://w3id.org/emmo#ElectronVoltPerKelvin -:ElectronVoltPerKelvin rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3ecff38b_b3cf_4a78_b49f_8580abf8715b , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.602177E-19"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Electron Volt per Kelvin"@en ; - skos:prefLabel "ElectronVoltPerKelvin"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/EV-PER-K" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "eV.K-1" , - "eV/K" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ev/K" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Electron Volt per Kelvin` is a unit for 'Heat Capacity' expressed as eV/K. - --- QUDT"""@en . - - -### https://w3id.org/emmo#ElectronVoltPerTesla -:ElectronVoltPerTesla rdf:type owl:Class ; - rdfs:subClassOf :EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - :EMMO_1c2226a9_22f0_40c8_8928_5a01d398f96e , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.602177E-19"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Electron Volt per Tesla"@en ; - skos:prefLabel "ElectronVoltPerTesla"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/EV-PER-T" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "eV.T-1" , - "eV/T" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "eV/T" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Electron Volt per Tesla\" is a unit for 'Magnetic Dipole Moment' expressed as eV T⁻¹. - --- QUDT"""@en . - - -### https://w3id.org/emmo#ElectronVoltSecond -:ElectronVoltSecond rdf:type owl:Class ; - rdfs:subClassOf :EMMO_501f9b3a_c469_48f7_9281_2e6a8d805d7a , - :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.602177E-19"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Electron Volt Second"@en ; - skos:prefLabel "ElectronVoltSecond"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/EV-SEC" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "eV.s" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "eV⋅s" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Electron Volt Second\" is a unit for 'Angular Momentum' expressed as eV s. - --- QUDT"""@en . - - -### https://w3id.org/emmo#ElectronvoltPerMetre -:ElectronvoltPerMetre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c , - :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.602177E-19"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Electronvolt Per Metre"@en ; - skos:prefLabel "ElectronvoltPerMetre"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/EV-PER-M" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "eV.m-1" , - "eV/m" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "eV/m" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit electronvolt divided by the SI base unit metre - --- QUDT"""@en . - - -### https://w3id.org/emmo#GramDegreeCelsius -:GramDegreeCelsius rdf:type owl:Class ; - rdfs:subClassOf :EMMO_8455fa05_a877_48d7_b8a3_8e3bfad119bf , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Gram Degree Celsius"@en ; - skos:prefLabel "GramDegreeCelsius"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-DEG_C" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "d.Cel-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/°C" ; - :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 . - - -### https://w3id.org/emmo#GramPerDay -:GramPerDay rdf:type owl:Class ; - rdfs:subClassOf :EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-8"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Gram Per Day"@en ; - skos:prefLabel "GramPerDay"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-DAY" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.d-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/day" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the unit day - --- QUDT"""@en . - - -### https://w3id.org/emmo#GramPerHour -:GramPerHour rdf:type owl:Class ; - rdfs:subClassOf :EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-7"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Gram Per Hour"@en ; - skos:prefLabel "GramPerHour"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-HR" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.h-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/hr" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the unit hour - --- QUDT"""@en . - - -### https://w3id.org/emmo#GramPerLitre -:GramPerLitre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1c957677_a460_4702_85a6_baef659d14b1 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Gram Per Litre"@en ; - skos:prefLabel "GramPerLitre"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-L" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.L-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/L" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the unit litre - --- QUDT"""@en . - - -### https://w3id.org/emmo#GramPerMilliLitre -:GramPerMilliLitre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1c957677_a460_4702_85a6_baef659d14b1 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Gram Per Millilitre"@en ; - skos:prefLabel "GramPerMilliLitre" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-MilliL" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.mL-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/mL" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre - --- QUDT"""@en . - - -### https://w3id.org/emmo#GramPerMinute -:GramPerMinute rdf:type owl:Class ; - rdfs:subClassOf :EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.666667E-5"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Gram Per Minute"@en ; - skos:prefLabel "GramPerMinute"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-MIN" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.min-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/min" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0,001-fold of the SI base unit kilogram divided by the unit minute - --- QUDT"""@en . - - -### https://w3id.org/emmo#GramPerSquareMetrePerDay -:GramPerSquareMetrePerDay rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - :EMMO_e35d4936_b2e3_4cd6_a437_f1c864b3d450 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-8"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "grams per square metre per day"@en ; - skos:prefLabel "GramPerSquareMetrePerDay" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM-PER-M2-DAY" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g.m-2.d-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "g/(m²⋅day)" ; - :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 . - - ### https://w3id.org/emmo#Hectare :Hectare rdf:type owl:Class ; rdfs:subClassOf :EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 , - :EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2 , + :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , [ rdf:type owl:Restriction ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "ha" @@ -1073,7 +296,7 @@ We kindly acknowledge NIST for reusing their content, including the selection of ### https://w3id.org/emmo#Hour :Hour rdf:type owl:Class ; rdfs:subClassOf :EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , - :EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2 , + :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , [ rdf:type owl:Restriction ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "h" @@ -1097,123 +320,9 @@ We kindly acknowledge NIST for reusing their content, including the selection of :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.H02866" . -### https://w3id.org/emmo#JoulePerHour -:JoulePerHour rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - :EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3600.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Joule Per Hour"@en ; - skos:prefLabel "JoulePerHour"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-HR" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.h-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/hr" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit joule divided by the 3600 times the SI base unit second - --- QUDT"""@en . - - -### https://w3id.org/emmo#JoulePerSquareCentiMetrePerDay -:JoulePerSquareCentiMetrePerDay rdf:type owl:Class ; - rdfs:subClassOf :EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.1157407"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Joules per square centimetre per day"@en ; - skos:prefLabel "JoulePerSquareCentiMetrePerDay" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/J-PER-CentiM2-DAY" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "J.cm-2.d-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "J/(cm²⋅day)" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Radiant energy per 10⁻⁴ SI unit area over a period of one day. - --- QUDT"""@en . - - -### https://w3id.org/emmo#KelvinDay -:KelvinDay rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3df1408c_df34_4037_8584_c25f854bb346 , - :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "86400.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:prefLabel "KelvinDay"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-DAY" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.d" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K⋅day" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Kelvin day unit."@en . - - -### https://w3id.org/emmo#KelvinPerHour -:KelvinPerHour rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4f245147_f072_4431_b535_6241e8e87eb8 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3600.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Kelvin per Hour"@en ; - skos:prefLabel "KelvinPerHour"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-PER-HR" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.h-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/h" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kelvin per Hour` is a unit for 'Temperature Per Time' expressed as K / h. - --- QUDT"""@en . - - -### https://w3id.org/emmo#KelvinPerMinute -:KelvinPerMinute rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4f245147_f072_4431_b535_6241e8e87eb8 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01666667"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Kelvin per Minute"@en ; - skos:prefLabel "KelvinPerMinute"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/K-PER-MIN" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K.min-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "K/min" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Kelvin per Minute` is a unit for 'Temperature Per Time' expressed as K / m. - --- QUDT"""@en . - - ### https://w3id.org/emmo#Litre :Litre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2 , + rdfs:subClassOf :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , :EMMO_9141801c_c539_4c72_b423_8c74ff6b8f05 , [ rdf:type owl:Restriction ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; @@ -1241,372 +350,10 @@ We kindly acknowledge NIST for reusing their content, including the selection of :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.L03594" . -### https://w3id.org/emmo#LitrePerDay -:LitrePerDay rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-8"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Litre Per Day"@en ; - skos:prefLabel "LitrePerDay"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-DAY" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.d-1" , - "L/d" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/day" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit litre divided by the unit day - --- QUDT"""@en . - - -### https://w3id.org/emmo#LitrePerHour -:LitrePerHour rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-7"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Litre Per Hour"@en ; - skos:prefLabel "LitrePerHour"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-HR" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.h-1" , - "L/h" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/hr" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unit litre divided by the unit hour - --- QUDT"""@en . - - -### https://w3id.org/emmo#LitrePerKelvin -:LitrePerKelvin rdf:type owl:Class ; - rdfs:subClassOf :EMMO_85d72920_708d_4eb9_89ce_8a588b0ce66d , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Litre Per Kelvin"@en ; - skos:prefLabel "LitrePerKelvin"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-K" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.K-1" , - "L/K" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/K" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit litre divided by the SI base unit kelvin - --- QUDT"""@en . - - -### https://w3id.org/emmo#LitrePerKilogram -:LitrePerKilogram rdf:type owl:Class ; - rdfs:subClassOf :EMMO_8a582db1_c561_42f6_80ff_0fd8f252b129 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Litre Per Kilogram"@en ; - skos:prefLabel "LitrePerKilogram" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-KiloGM" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.kg-1" , - "L/kg" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/kg" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit of the volume litre divided by the SI base unit kilogram - --- QUDT"""@en . - - -### https://w3id.org/emmo#LitrePerLitre -:LitrePerLitre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Litre Per Litre"@en ; - skos:prefLabel "LitrePerLitre"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-L" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.L-1" , - "L/L" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/L" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """volume ratio consisting of the unit litre divided by the unit litre - --- QUDT"""@en . - - -### https://w3id.org/emmo#LitrePerMicroMole -:LitrePerMicroMole rdf:type owl:Class ; - rdfs:subClassOf :EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - :EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e , - :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Litres per micromole"@en ; - skos:prefLabel "LitrePerMicroMole" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-MicroMOL" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.umol-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/µmol" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The inverse of a molar concentration - the untits of per molarity. - --- QUDT"""@en . - - -### https://w3id.org/emmo#LitrePerMinute -:LitrePerMinute rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.666667E-5"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Litre Per Minute"@en ; - skos:prefLabel "LitrePerMinute"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-MIN" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.min-1" , - "L/min" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/min" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit litre divided by the unit minute - --- QUDT"""@en . - - -### https://w3id.org/emmo#LitrePerMole -:LitrePerMole rdf:type owl:Class ; - rdfs:subClassOf :EMMO_aa7397ff_2815_434e_9b99_e4c6a80e034e , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Litre Per Mole"@en ; - skos:prefLabel "LitrePerMole"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-MOL" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.mol-1" , - "L/mol" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/mol" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit litre divided by the SI base unit mol - --- QUDT"""@en . - - -### https://w3id.org/emmo#LitrePerSecond -:LitrePerSecond rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a88475b9_c745_4a47_9403_ab0d158b9b1b , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Litre Per Second"@en ; - skos:prefLabel "LitrePerSecond"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-SEC" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L.s-1" , - "L/s" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/s" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit litre divided by the SI base unit second - --- QUDT"""@en . - - -### https://w3id.org/emmo#LitrePerSecondPerSquareMetre -:LitrePerSecondPerSquareMetre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Litre Per Second Per Square Metre"@en ; - skos:prefLabel "LitrePerSecondPerSquareMetre"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/L-PER-SEC-M2" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L/(m²⋅s)" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Ventilation rate in Litres per second divided by the floor area - --- QUDT"""@en . - - -### https://w3id.org/emmo#LuxHour -:LuxHour rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - :EMMO_e467cc3f_676c_432e_b70e_19237d1bcc78 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3600.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Lux Hour"@en ; - skos:prefLabel "LuxHour"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LUX-HR" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "lx.h" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "lx⋅hr" ; - :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_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Lux?oldid=494700274" . - - -### https://w3id.org/emmo#MetrePerHour -:MetrePerHour rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Metre per Hour"@en ; - skos:prefLabel "MetrePerHour"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-PER-HR" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.h-1" , - "m/h" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/h" ; - :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 . - - -### https://w3id.org/emmo#MetrePerMinute -:MetrePerMinute rdf:type owl:Class ; - rdfs:subClassOf :EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01666667"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Metre per Minute"@en ; - skos:prefLabel "MetrePerMinute"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-PER-MIN" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.min-1" , - "m/min" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/min" ; - :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 . - - -### https://w3id.org/emmo#MicroGramPerLitre -:MicroGramPerLitre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1c957677_a460_4702_85a6_baef659d14b1 , - :EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - :EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Microgram Per Litre"@en ; - skos:prefLabel "MicroGramPerLitre" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGM-PER-L" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ug.L-1" , - "ug/L" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μg/L" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000000001-fold of the SI base unit kilogram divided by the unit litre - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroLitrePerLitre -:MicroLitrePerLitre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - :EMMO_9fd1e79d_41d1_44f8_8142_66dbdf0fc7ad , - :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - :EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Microlitre Per Litre"@en ; - skos:prefLabel "MicroLitrePerLitre" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroL-PER-L" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uL.L-1" , - "uL/L" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μL/L" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """volume ratio as 0.000001-fold of the unit litre divided by the unit litre - --- QUDT"""@en . - - ### https://w3id.org/emmo#Minute :Minute rdf:type owl:Class ; rdfs:subClassOf :EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , - :EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2 , + :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , [ rdf:type owl:Restriction ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; owl:hasValue "min" @@ -1630,143 +377,9 @@ We kindly acknowledge NIST for reusing their content, including the selection of -- QUDT"""@en . -### https://w3id.org/emmo#MoleDegreeCelsius -:MoleDegreeCelsius rdf:type owl:Class ; - rdfs:subClassOf :EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - :EMMO_3d254432_6f8f_4a6d_9eb3_4ab54388171b , - :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Mole Degree Celsius"@en ; - skos:prefLabel "MoleDegreeCelsius"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-DEG_C" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.Cel" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol⋅°C" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Mole Degree Celsius` is a C.G.S System unit for 'Temperature Amount Of Substance' expressed as mol-degC. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MolePerGramPerHour -:MolePerGramPerHour rdf:type owl:Class ; - rdfs:subClassOf :EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.2777778"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Moles per gram per hour"@en ; - skos:prefLabel "MolePerGramPerHour" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-GM-HR" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.g-1.h-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(g⋅hr)" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI unit of the quantity of matter per SI unit of mass per unit of time expressed in hour. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MolePerHour -:MolePerHour rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - :EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.77778E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Mole Per Hour"@en ; - skos:prefLabel "MolePerHour"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-HR" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.h-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/hr" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit mole divided by the unit for time hour - --- QUDT"""@en . - - -### https://w3id.org/emmo#MolePerLitre -:MolePerLitre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - :EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Mole Per Litre"@en ; - skos:prefLabel "MolePerLitre"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-L" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.L-1" , - "mol/L" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/L" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit mol divided by the unit litre - --- QUDT"""@en . - - -### https://w3id.org/emmo#MolePerMinute -:MolePerMinute rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - :EMMO_ce7d4720_aa20_4a8c_93e8_df41a35b6723 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01666667"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Mole Per Minute"@en ; - skos:prefLabel "MolePerMinute"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-MIN" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.min-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/min" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI base unit mole divided by the unit for time minute - --- QUDT"""@en . - - -### https://w3id.org/emmo#MolePerSquareMetrePerDay -:MolePerSquareMetrePerDay rdf:type owl:Class ; - rdfs:subClassOf :EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-5"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Moles per square metre per day"@en ; - skos:prefLabel "MolePerSquareMetrePerDay" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOL-PER-M2-DAY" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mol.m-2.d-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mol/(m²⋅day)" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """quantity of matter per unit area per unit of time. - --- QUDT"""@en . - - ### https://w3id.org/emmo#Neper :Neper rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2 , + rdfs:subClassOf :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , :EMMO_972e01b0_b017_4903_8c05_b7edda958723 , [ rdf:type owl:Restriction ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; @@ -1797,441 +410,9 @@ Wikipedia"""@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.N04106" . -### https://w3id.org/emmo#PascalLitrePerSecond -:PascalLitrePerSecond rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - :EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Pascal Litre Per Second"@en ; - skos:prefLabel "PascalLitrePerSecond"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-L-PER-SEC" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.L.s-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Pa⋅L/s" ; - :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 . - - -### https://w3id.org/emmo#PascalPerHour -:PascalPerHour rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - :EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.777778E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Pascal per Hour"@en ; - skos:prefLabel "PascalPerHour"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-PER-HR" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.h-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "P/hr" ; - :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 . - - -### https://w3id.org/emmo#PascalPerMinute -:PascalPerMinute rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - :EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01666667"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Pascal per Minute"@en ; - skos:prefLabel "PascalPerMinute"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PA-PER-MIN" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Pa.min-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "P/min" ; - :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 . - - -### https://w3id.org/emmo#RadianPerHour -:RadianPerHour rdf:type owl:Class ; - rdfs:subClassOf :EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3600.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Radian per Hour"@en ; - skos:prefLabel "RadianPerHour"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD-PER-HR" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.h-1" , - "rad/h" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad/h" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Radian per Hour\" is a unit for 'Angular Velocity' expressed as rad/h. - --- QUDT"""@en . - - -### https://w3id.org/emmo#RadianPerMinute -:RadianPerMinute rdf:type owl:Class ; - rdfs:subClassOf :EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "60.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Radian per Minute"@en ; - skos:prefLabel "RadianPerMinute"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/RAD-PER-MIN" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "rad.min-1" , - "rad/min" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rad/min" ; - :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 . - - -### https://w3id.org/emmo#ReciprocalDay -:ReciprocalDay rdf:type owl:Class ; - rdfs:subClassOf :EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.157407E-5"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Day"@en ; - skos:prefLabel "ReciprocalDay"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-DAY" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/d" , - "d-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/day" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal of the unit day - --- QUDT"""@en . - - -### https://w3id.org/emmo#ReciprocalHour -:ReciprocalHour rdf:type owl:Class ; - rdfs:subClassOf :EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "360.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Hour"@en ; - skos:prefLabel "ReciprocalHour"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-HR" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/h" , - "h-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/hr" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A reciprocal unit of time for `reciprocal hour` or \"inverse hour\". - --- QUDT"""@en . - - -### https://w3id.org/emmo#ReciprocalKiloVoltAmpereHour -:ReciprocalKiloVoltAmpereHour rdf:type owl:Class ; - rdfs:subClassOf :EMMO_071b87fd_8ac8_4287_bfc6_9fcd8ce6674c , - :EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Kilovolt Ampere Hour"@en ; - skos:prefLabel "ReciprocalKiloVoltAmpereHour" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-KiloV-A-HR" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(kV⋅A⋅hr)" ; - :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 . - - -### https://w3id.org/emmo#ReciprocalLitre -:ReciprocalLitre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - :EMMO_95a9bf22_eabc_4a84_863d_9ea398c8a52e , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Litre"@en ; - skos:prefLabel "ReciprocalLitre"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-L" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "L-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/L" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """reciprocal value of the unit litre - --- QUDT"""@en . - - -### https://w3id.org/emmo#ReciprocalMicroMolePerLitre -:ReciprocalMicroMolePerLitre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - :EMMO_aef218f9_6ded_4db9_9263_e78eed55e5d6 , - :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E9"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal micromole per litre"@en ; - skos:prefLabel "ReciprocalMicroMolePerLitre" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MicroMOL-L" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol-1.L-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/(mmol⋅L)" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Units used to describe the sensitivity of detection of a spectrophotometer. - --- QUDT"""@en . - - -### https://w3id.org/emmo#ReciprocalMinute -:ReciprocalMinute rdf:type owl:Class ; - rdfs:subClassOf :EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "60.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Minute"@en ; - skos:prefLabel "ReciprocalMinute"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-MIN" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "/min" , - "min-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/min" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A reciprocal unit of time for `reciprocal minute` or `inverse minute`. - --- QUDT"""@en . - - -### https://w3id.org/emmo#ReciprocalSquareElectronVolt -:ReciprocalSquareElectronVolt rdf:type owl:Class ; - rdfs:subClassOf :EMMO_87b5dd20_e4fe_422d_9e70_1eee54ec9496 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - :EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3.895644E37"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Square Electron Volt"@en ; - skos:prefLabel "ReciprocalSquareElectronVolt"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-EV2" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "eV-2" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/eV²" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Square Electron Volt is a denominator unit with dimensions /eV². - --- QUDT"""@en . - - -### https://w3id.org/emmo#ReciprocalSquareGigaElectronVolt -:ReciprocalSquareGigaElectronVolt rdf:type owl:Class ; - rdfs:subClassOf :EMMO_87b5dd20_e4fe_422d_9e70_1eee54ec9496 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3.895644E19"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Square Giga Electron Volt"@en ; - skos:prefLabel "ReciprocalSquareGigaElectronVolt"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-GigaEV2" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "GeV-2" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/GeV²" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Per Square Giga Electron Volt Unit is a denominator unit with dimensions /GeV². - --- QUDT"""@en . - - -### https://w3id.org/emmo#RevolutionPerMinute -:RevolutionPerMinute rdf:type owl:Class ; - rdfs:subClassOf :EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.1047198"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Revolution per Minute"@en ; - skos:prefLabel "RevolutionPerMinute"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/REV-PER-MIN" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}.min-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rev/min" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Revolution per Minute\" is a unit for 'Angular Velocity' expressed as rev/min. - --- QUDT"""@en . - - -### https://w3id.org/emmo#SquareCentiMetreMinute -:SquareCentiMetreMinute rdf:type owl:Class ; - rdfs:subClassOf :EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - :EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.006"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square Centimetre Minute"@en ; - skos:prefLabel "SquareCentiMetreMinute" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiM2-MIN" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cm2.min" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cm²m" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Square centimeter minute\" is a unit for 'Area Time' expressed as cm² . m. - --- QUDT"""@en . - - -### https://w3id.org/emmo#SquareDegree -:SquareDegree rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3.046174E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square degree"@en ; - skos:prefLabel "SquareDegree"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG2" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "deg2" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°²" ; - :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 . - - -### https://w3id.org/emmo#SquareDegreeCelsiusPerSecond -:SquareDegreeCelsiusPerSecond rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - :EMMO_dafdcae3_f8ec_4993_8269_2c9299a75158 ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:prefLabel "SquareDegreeCelsiusPerSecond" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DEG_C2-PER-SEC" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "K2.s-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "°C²⋅s" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square degree Celsius per second."@en . - - -### https://w3id.org/emmo#SquareMetrePerHectare -:SquareMetrePerHectare rdf:type owl:Class ; - rdfs:subClassOf :EMMO_6f4d704a_a7c6_4c07_b8a7_ea0bab04128f , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "square metres per hectare"@en ; - skos:prefLabel "SquareMetrePerHectare" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-HA" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.har-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/ha" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Square metres per hectare. - --- QUDT"""@en . - - -### https://w3id.org/emmo#SquareMetrePerHertzPerDegree -:SquareMetrePerHertzPerDegree rdf:type owl:Class ; - rdfs:subClassOf :EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "57.29578"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:prefLabel "SquareMetrePerHertzPerDegree" ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-HZ-DEG" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.Hz-1.deg-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/(Hz⋅°)" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Square metre per Hertz and angular degree unit."@en . - - ### https://w3id.org/emmo#Tonne :Tonne rdf:type owl:Class ; - rdfs:subClassOf :EMMO_3ee80521_3c23_4dd1_935d_9d522614a3e2 , + rdfs:subClassOf :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , :EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa , [ rdf:type owl:Restriction ; owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; @@ -2257,264 +438,64 @@ Wikipedia"""@en ; :EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.T06394" . -### https://w3id.org/emmo#TonnePerCubicMetre -:TonnePerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_1c957677_a460_4702_85a6_baef659d14b1 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Tonne Per Cubic Metre"@en ; - skos:prefLabel "TonnePerCubicMetre"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TONNE-PER-M3" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t.m-3" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/m³" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit tonne divided by the power of the SI base unit metre with the exponent 3 +### https://w3id.org/emmo#Bel +:Bel rdf:type owl:Class ; + rdfs:subClassOf :EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , + :EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + :EMMO_972e01b0_b017_4903_8c05_b7edda958723 , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_23b579e1_8088_45b5_9975_064014026c42 ; + owl:hasValue "B" + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:comment "Today decibel (one tenth of a bel) is commonly used instead of bel."@en , + "bel is used to express the ratio of one value of a power or field quantity to another, on a logarithmic scale, the logarithmic quantity being called the power level or field level, respectively."@en ; + skos:prefLabel "Bel"@en ; + :EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "M72" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/B" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "B" ; + :EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Bel"^^xsd:anyURI ; + :EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "One bel is defined as `1⁄2 ln(10) neper`."@en ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A logarithmic unit of sound pressure equal to 10 decibels (dB), It is defined as: 1 B = (1/2) log₁₀(Np) --- QUDT"""@en . +-- QUDT"""@en ; + :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Decibel" . -### https://w3id.org/emmo#TonnePerDay -:TonnePerDay rdf:type owl:Class ; - rdfs:subClassOf :EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , +### https://w3id.org/emmo#DeciBel +:DeciBel rdf:type owl:Class ; + rdfs:subClassOf :EMMO_1181c938_c8f0_4ad6_bc7a_2bfdc0903d29 , + :EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + :EMMO_972e01b0_b017_4903_8c05_b7edda958723 , + :EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom :Bel + ] , [ rdf:type owl:Restriction ; owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.01157407"^^xsd:double + owl:hasValue "0.1"^^xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Tonne Per Day"@en ; - skos:prefLabel "TonnePerDay"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TONNE-PER-DAY" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t.d-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/day" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """metric unit ton divided by the unit for time day - --- QUDT"""@en . - - -### https://w3id.org/emmo#TonnePerHectare -:TonnePerHectare rdf:type owl:Class ; - rdfs:subClassOf :EMMO_90798691_3b86_4d8c_910f_be2b39c98b39 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.1"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "MetricTonnePerHectare"@en , - "metric tonne per hectare"@en , - "tonne per hectare"@en ; - skos:prefLabel "TonnePerHectare"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TONNE-PER-HA" , - "http://qudt.org/vocab/unit/TON_Metric-PER-HA" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t.har-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/ha" ; - :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 . - - -### https://w3id.org/emmo#TonnePerHour -:TonnePerHour rdf:type owl:Class ; - rdfs:subClassOf :EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.2777778"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Tonne Per Hour"@en ; - skos:prefLabel "TonnePerHour"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TONNE-PER-HR" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t.h-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/hr" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit tonne divided by the unit for time hour - --- QUDT"""@en . - - -### https://w3id.org/emmo#TonnePerMinute -:TonnePerMinute rdf:type owl:Class ; - rdfs:subClassOf :EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "16.66667"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Tonne Per Minute"@en ; - skos:prefLabel "TonnePerMinute"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TONNE-PER-MIN" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t.min-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/min" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit ton divided by the unit for time minute - --- QUDT"""@en . - + skos:prefLabel "DeciBel" ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciB" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dB" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dB" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A customary logarithmic measure most commonly used (in various ways) for measuring sound.Sound is measured on a logarithmic scale. Informally, if one sound is 1 bel (10 decibels) \"louder\" than another, this means the louder sound is 10 times louder than the fainter one. A difference of 20 decibels corresponds to an increase of 10 x 10 or 100 times in intensity. The beginning of the scale, 0 decibels, can be set in different ways, depending on exactly the aspect of sound being measured. For sound intensity (the power of the sound waves per unit of area) 0 decibel is equal to 1 picoWatts per Metre Squared. This corresponds approximately to the faintest sound that can be detected by a person who has good hearing. For sound pressure (the pressure exerted by the sound waves) 0 decibels equals 20 micropascals RMS, and for sound power 0 decibels sometimes equals 1 picoWatt. In all cases, one decibel equals ≈ 0.115129 neper. -### https://w3id.org/emmo#TonnePerSecond -:TonnePerSecond rdf:type owl:Class ; - rdfs:subClassOf :EMMO_8826aefb_0bf6_4378_8732_fc80aa95654c , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Tonne Per Second"@en ; - skos:prefLabel "TonnePerSecond"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TONNE-PER-SEC" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "t.s-1" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "t/s" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """unit tonne divided by the SI base unit second - --- QUDT"""@en . - - -### https://w3id.org/emmo#VoltAmpereHour -:VoltAmpereHour rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3600.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Volt Ampere Hour"@en ; - skos:prefLabel "VoltAmpereHour"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-A-HR" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.A.h" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V⋅A⋅hr" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the unit for apparent by ampere and the unit hour - --- QUDT"""@en . - - -### https://w3id.org/emmo#WattHourPerKilogram -:WattHourPerKilogram rdf:type owl:Class ; - rdfs:subClassOf :EMMO_847f1d9f_205e_46c1_8cb6_a9e479421f88 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3600.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "WattHourPerKilogram"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit of specific energy commonly used to measure the density of energy in batteries and capacitors."@en ; - :EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Watt-hour_per_kilogram"@en . - - -### https://w3id.org/emmo#WattHourPerLitre -:WattHourPerLitre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3600000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "WattHourPerLitre"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit of energy density commonly used to measure the density of energy in batteries and capacitors."@en . - - -### https://w3id.org/emmo#WattPerLitre -:WattPerLitre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - :EMMO_fced2382_9c23_47a1_8246_a5dcd45ad99c , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:prefLabel "WattPerLitre"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit for power per volume quantities."@en . - - -### https://w3id.org/emmo#Watthour -:Watthour rdf:type owl:Class ; - rdfs:subClassOf :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - :EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3600.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:prefLabel "WattHour"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-HR" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.h" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W⋅hr" ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The watt hour is a unit of energy, equal to 3,600 joule. - --- QUDT"""@en . - - -### https://w3id.org/emmo#WatthourPerCubicMetre -:WatthourPerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf :EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , - :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3600.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Watthour per Cubic metre"@en ; - skos:prefLabel "WattHourPerCubicMetre"@en ; - :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-HR-PER-M3" ; - :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.h.m-3" ; - :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W⋅hr/m³" ; - :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_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Decibel?oldid=495380648" . --- QUDT"""@en . ### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/siunits.ttl b/disciplines/units/siunits.ttl index 2366f1f3..7df7991b 100644 --- a/disciplines/units/siunits.ttl +++ b/disciplines/units/siunits.ttl @@ -629,7 +629,7 @@ kg/m^3""" ; :EMMO_e9ffc696_5228_4ff9_8a60_0f5e05e9931b ) ; skos:prefLabel "SICoherentUnit"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit that can be expressed as a product of powers of SI base units with no pre-factor of offset."@en ; + :EMMO_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_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 . @@ -681,7 +681,7 @@ kg/m^3""" ; :EMMO_d41ce84b_4317_41fb_a5d1_6cd281fca106 ) ; skos:prefLabel "SINonCoherentUnit"@en ; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit whos numerical factor in front of the product of base units is NOT equal to one."@en ; + :EMMO_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_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 diff --git a/disciplines/units/unclassifiedunits.ttl b/disciplines/units/unclassifiedunits.ttl index 0384af02..a3c4ef42 100644 --- a/disciplines/units/unclassifiedunits.ttl +++ b/disciplines/units/unclassifiedunits.ttl @@ -394,7 +394,7 @@ emmo:AbvoltSecond rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#Acidity +### https://w3id.org/emmo#pH emmo:Acidity rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 , @@ -466,29 +466,6 @@ emmo:AcreFoot rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Acre-foot" . -### https://w3id.org/emmo#AmperePerGram -emmo:AmperePerGram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_73be8825_e9a7_41d0_956e_b58060e5d5ac , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Ampere per Gram"@en ; - skos:prefLabel "AmperePerGram"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/A-PER-GM" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "A⋅/g" ; - 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 . - - ### https://w3id.org/emmo#AmpereTurn emmo:AmpereTurn rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39 , @@ -578,96 +555,6 @@ Dispite of that, it is often used in the natural sciences and technology."""@en emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.N00350" . -### https://w3id.org/emmo#ArcMinute -emmo:ArcMinute rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "′" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.908882E-4"^^xsd:double - ] ; - skos:altLabel "MinuteOfArc"@en ; - skos:prefLabel "ArcMinute"@en ; - emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "D61" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ARCMIN" ; - emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Measure of plane angle defined as 1/60 or a degree."@en . - - -### https://w3id.org/emmo#ArcSecond -emmo:ArcSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "″" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "4.848137E-6"^^xsd:double - ] ; - skos:altLabel "SecondOfArc"@en ; - skos:prefLabel "ArcSecond"@en ; - emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "D62" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ARCSEC" ; - emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "Measure of plane angle defined as 1/3600 or a degree."@en . - - -### https://w3id.org/emmo#Arcminute -emmo:Arcminute rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.908882E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "ArcMinute"@en ; - skos:prefLabel "Arcminute"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ARCMIN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "'" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "'" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1/60) of one degree (circle/21,600), or π /10,800 radians. In turn, a second of arc or arcsecond is one sixtieth (1/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1/360) of a rotation, one minute of arc is 1/21,600 of a rotation. - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Minute_of_arc" . - - -### https://w3id.org/emmo#Arcsecond -emmo:Arcsecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_cdc962d8_f3ea_4764_a57a_c7caa4859179 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "4.848137E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "ArcSecond"@en ; - skos:prefLabel "Arcsecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ARCSEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "''" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "\\\"" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Arc Second\" is a unit of angular measure, also called the `second of arc`, equal to 1/60 arcminute. One arcsecond is a very small angle: there are 1,296,000 in a circle. The SI recommends `double prime` ('') as the symbol for the arcsecond. The symbol has become common in astronomy, where very small angles are stated in milliarcseconds (mas). - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Minute_of_arc#Symbols.2C_abbreviations_and_subdivisions" . - - ### https://w3id.org/emmo#Are emmo:Are rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_33433bb1_c68f_45ee_a466_f01e2c57b214 , @@ -1303,37 +1190,6 @@ emmo:Beaufort rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#Bel -emmo:Bel rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_6795a4b8_ffd0_4588_a581_a9413fe49cac , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_972e01b0_b017_4903_8c05_b7edda958723 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "B" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:comment "Today decibel (one tenth of a bel) is commonly used instead of bel."@en , - "bel is used to express the ratio of one value of a power or field quantity to another, on a logarithmic scale, the logarithmic quantity being called the power level or field level, respectively."@en ; - skos:prefLabel "Bel"@en ; - emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "M72" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/B" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "B" ; - emmo:EMMO_6dd685dd_1895_46e4_b227_be9f7d643c25 "http://dbpedia.org/resource/Bel"^^xsd:anyURI ; - emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "One bel is defined as `1⁄2 ln(10) neper`."@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A logarithmic unit of sound pressure equal to 10 decibels (dB), It is defined as: 1 B = (1/2) log₁₀(Np) - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Decibel" . - - ### https://w3id.org/emmo#Biot emmo:Biot rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , @@ -6568,36 +6424,6 @@ emmo:Grain_Per_Gal_Us rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#Gram -emmo:Gram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_52e4cb25_da39_45e2_a6db_063ec5730499 , - emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_23b579e1_8088_45b5_9975_064014026c42 ; - owl:hasValue "g" - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.001"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - skos:prefLabel "Gram"@en ; - emmo:EMMO_0b1cbe60_d380_4787_b92e_be26bdacf2c2 "GRM" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/GM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "g" ; - 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" ; - emmo:EMMO_fe015383_afb3_44a6_ae86_043628697aa2 "https://doi.org/10.1351/goldbook.G02680" . - - ### https://w3id.org/emmo#GramCarbonPerSquareMetrePerDay emmo:GramCarbonPerSquareMetrePerDay rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , @@ -8818,32 +8644,6 @@ emmo:MicroBar rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#MicroCurie -emmo:MicroCurie rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "37000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "MicroCurie"@en ; - skos:prefLabel "MicroCurie" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroCi" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uCi" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μCi" ; - 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" . - - ### https://w3id.org/emmo#MicroGramPerCubicMetre emmo:MicroGramPerCubicMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 , @@ -8896,77 +8696,6 @@ emmo:MicroGramPerKilogram rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#MicroMho -emmo:MicroMho rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:prefLabel "MicroMho" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMHO" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umho" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μmho" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the obsolete unit mho of the electric conductance - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroMolePerGramPerSecond -emmo:MicroMolePerGramPerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-4"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Micromoles per gram per second"@en ; - skos:prefLabel "MicroMolePerGramPerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-GM-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.g-1.s-1" , - "umol/g/s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μmol/(g⋅s)" . - - -### https://w3id.org/emmo#MicroPoise -emmo:MicroPoise rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-7"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:prefLabel "MicroPoise" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroPOISE" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uP" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "μP" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """0.000001-fold of the CGS unit of the dynamic viscosity poise - --- QUDT"""@en . - - ### https://w3id.org/emmo#Mil emmo:Mil rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , @@ -9120,31 +8849,6 @@ emmo:MileUsStatute rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Mile" . -### https://w3id.org/emmo#MilliAmpereHour -emmo:MilliAmpereHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_ab79e92b_5377_454d_be06_d61b50db295a , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3.6"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Milliampere Hour"@en ; - skos:prefLabel "MilliAmpereHour" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliA-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mA.h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µA⋅hr" ; - 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 . - - ### https://w3id.org/emmo#MilliAmperePerInch emmo:MilliAmperePerInch rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , @@ -9302,26 +9006,6 @@ emmo:Month rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Month" . -### https://w3id.org/emmo#NanoGramPerSquareMetrePerPascalPerSecond -emmo:NanoGramPerSquareMetrePerPascalPerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_60b78cc3_6011_4134_95ab_956f56d4bdc1 , - emmo:EMMO_ab2ee5cd_4de3_46b6_bec5_29e293b33422 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0E-12"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Nanograms per square metre per Pascal per second"@en ; - skos:prefLabel "NanoGramPerSquareMetrePerPascalPerSecond" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoGM-PER-M2-PA-SEC" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kg/(m²⋅s⋅Pa)" ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Perm_(unit)" . - - ### https://w3id.org/emmo#Nat emmo:Nat rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , @@ -14479,6 +14163,7 @@ emmo:SquareMetrePerGram rdf:type owl:Class ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; skos:altLabel "Square metres per gram"@en ; skos:prefLabel "SquareMetrePerGram" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit in the category of specific area."@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-GM" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.g-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/g" . @@ -16210,29 +15895,112 @@ emmo:WattPerSquareInch rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#Week -emmo:Week rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "604800.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:prefLabel "Week"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/WK" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "wk" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "wk" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Mean solar week +### https://w3id.org/emmo#YardPerDegreeFahrenheit +emmo:YardPerDegreeFahrenheit rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.64592"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "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" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[yd_i].[degF]-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "yd/°F" ; + 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:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Week?oldid=493867029" . +-- QUDT"""@en . + + +### https://w3id.org/emmo#CentiPoisePerBar +emmo:CentiPoisePerBar rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:PoisePerBar + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-8"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Centipoise Per Bar"@en ; + skos:prefLabel "CentiPoisePerBar" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/CentiPOISE-PER-BAR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "cP.bar-1" , + "cP/bar" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "cP/bar" ; + 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 . + + +### https://w3id.org/emmo#DeciBarPerYear +emmo:DeciBarPerYear rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3.1688E-4"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Decibars per year"@en ; + skos:prefLabel "DeciBarPerYear" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciBAR-PER-YR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "dbar.a-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dbar/yr" ; + 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 . + + +### https://w3id.org/emmo#DeciBelCarrierUnit +emmo:DeciBelCarrierUnit rdf:type owl:Class ; + 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" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciB_C" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dBc" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Decibel Carrier Unit\" is a unit for 'Signal Detection Threshold' expressed as dBc. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#DeciBelReferredTo1Mw +emmo:DeciBelReferredTo1Mw rdf:type owl:Class ; + 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" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/DeciB_M" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "dBmW" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Decibel Referred to 1mw\" is a 'Dimensionless Ratio' expressed as dBm. + +-- QUDT"""@en . ### https://w3id.org/emmo#Yard @@ -16260,54 +16028,1379 @@ emmo:Yard rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Yard?oldid=492334628" . -### https://w3id.org/emmo#YardPerDegreeFahrenheit -emmo:YardPerDegreeFahrenheit rdf:type owl:Class ; - rdfs:subClassOf 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 , +### https://w3id.org/emmo#KiloBtu_It +emmo:KiloBtu_It rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Btu_It + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "105505.6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilo British Thermal Unit (International Definition)"@en ; + skos:prefLabel "KiloBtu_It" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloBTU_IT" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "k[Btu_IT]" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kBtu{IT}" . + + +### https://w3id.org/emmo#KiloBtu_It_Per_Hr +emmo:KiloBtu_It_Per_Hr rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "293.0711"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilo British Thermal Unit (International Definition) per Hour"@en ; + skos:prefLabel "KiloBtu_It_Per_Hr" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloBTU_IT-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "k[Btu_IT].h-1" , + "k[Btu_IT]/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kBtu{IT}/hr" . + + +### https://w3id.org/emmo#KiloBtu_Th +emmo:KiloBtu_Th rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Btu_Th + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1054350.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilo British Thermal Unit (Thermochemical Definition)"@en ; + skos:prefLabel "KiloBtu_Th" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloBTU_TH" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "k[Btu_th]" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kBtu{th}" . + + +### https://w3id.org/emmo#KiloBtu_Th_Per_Hr +emmo:KiloBtu_Th_Per_Hr rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Btu_Th_Per_Hr + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "292.9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilo British Thermal Unit (thermochemical) Per Hour"@en ; + skos:prefLabel "KiloBtu_Th_Per_Hr" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloBTU_TH-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "k[Btu_th].h-1" , + "k[Btu_th]/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kBtu{th}/hr" ; + 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 . + + +### https://w3id.org/emmo#KiloBytePerSecond +emmo:KiloBytePerSecond rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilobyte per Second"@en ; + skos:prefLabel "KiloBytePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloBYTE-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kBy.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kBps" ; + 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" . + + +### https://w3id.org/emmo#KiloCal_It +emmo:KiloCal_It rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "4186.8"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilocalorie (international Table)"@en ; + skos:prefLabel "KiloCal_It" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL_IT" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal_IT" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal{IT}" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1000-fold of the unit calorie, which is used particularly for calorific values of food + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KiloCal_It_Per_Hr_M_Deg_C +emmo:KiloCal_It_Per_Hr_M_Deg_C rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.163"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilocalorie (international Table) Per Hour Metre Degree Celsius"@en ; + skos:prefLabel "KiloCal_It_Per_Hr_M_Deg_C" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL_IT-PER-HR-M-DEG_C" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal_IT.h-1.m-1.Cel-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal{IT}/(hr⋅m⋅°C)" ; + 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 . + + +### https://w3id.org/emmo#KiloCal_Mean +emmo:KiloCal_Mean rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Cal_Mean + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "4190.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilocalorie (mean)"@en ; + skos:prefLabel "KiloCal_Mean" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL_Mean" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal_m" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal{mean}" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1000-fold of the unit calorie, which is used particularly for calorific values of food + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KiloCal_Th +emmo:KiloCal_Th rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "4184.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilocalorie (thermochemical)"@en ; + skos:prefLabel "KiloCal_Th" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL_TH" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[Cal]" , + "kcal_th" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal{th}" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1000-fold of the unit calorie, which is used particularly for calorific values of food + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KiloCal_Th_Per_Hr +emmo:KiloCal_Th_Per_Hr rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.162231"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilocalorie (thermochemical) Per Hour"@en ; + skos:prefLabel "KiloCal_Th_Per_Hr" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL_TH-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal_th.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal{th}/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the non-legal unit thermochemical calorie divided by the unit hour + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KiloCal_Th_Per_Min +emmo:KiloCal_Th_Per_Min rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Cal_Th_Per_Min + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "69.73383"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilocalorie (thermochemical) Per Minute"@en ; + skos:prefLabel "KiloCal_Th_Per_Min" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL_TH-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal_th.min-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal{th}/min" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1000-fold of the unit calorie divided by the unit minute + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KiloCal_Th_Per_Sec +emmo:KiloCal_Th_Per_Sec rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:Cal_Th_Per_Sec + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "4184.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilocalorie (thermochemical) Per Second"@en ; + skos:prefLabel "KiloCal_Th_Per_Sec" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL_TH-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal_th.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal{th}/s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1000-fold of the unit calorie divided by the SI base unit second + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KiloCaloriePerCentiMetreSecondDegreeCelsius +emmo:KiloCaloriePerCentiMetreSecondDegreeCelsius rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "418400.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilocalorie per Centimetre Second Degree Celsius"@en ; + skos:prefLabel "KiloCaloriePerCentiMetreSecondDegreeCelsius" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-CentiM-SEC-DEG_C" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.cm-1.s-1.Cel-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/(cm⋅s⋅°C)" . + + +### https://w3id.org/emmo#KiloCaloriePerGram +emmo:KiloCaloriePerGram rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "4184000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilocalorie per Gram"@en ; + skos:prefLabel "KiloCaloriePerGram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-GM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.g-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/g" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Kilocalorie per Gram\" is a unit for 'Specific Energy' expressed as kcal/gm. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KiloCaloriePerMinute +emmo:KiloCaloriePerMinute rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "69.73333"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilocalorie Per Minute"@en ; + skos:prefLabel "KiloCaloriePerMinute" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.min-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/min" ; + 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 . + + +### https://w3id.org/emmo#KiloCaloriePerMole +emmo:KiloCaloriePerMole rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "4184.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilocalorie per Mole"@en ; + skos:prefLabel "KiloCaloriePerMole" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-MOL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.mol-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/mol" ; + 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 . + + +### https://w3id.org/emmo#KiloCaloriePerMoleDegreeCelsius +emmo:KiloCaloriePerMoleDegreeCelsius rdf:type owl:Class ; + 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" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-MOL-DEG_C" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.mol-1.Cel-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/(mol⋅°C)" ; + 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 . + + +### https://w3id.org/emmo#KiloCaloriePerSecond +emmo:KiloCaloriePerSecond rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "4184.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilocalorie Per Second"@en ; + skos:prefLabel "KiloCaloriePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/s" ; + 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 . + + +### https://w3id.org/emmo#KiloCaloriePerSquareCentiMetre +emmo:KiloCaloriePerSquareCentiMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "4.184E-7"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilocalorie per Square Centimetre"@en ; + skos:prefLabel "KiloCaloriePerSquareCentiMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.cm-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/cm²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Kilocalorie per Square Centimeter\" is a unit for 'Energy Per Area' expressed as kcal/cm². + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KiloCaloriePerSquareCentiMetreMinute +emmo:KiloCaloriePerSquareCentiMetreMinute rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "6.973333E-5"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilocalorie per Square Centimetre Minute"@en ; + skos:prefLabel "KiloCaloriePerSquareCentiMetreMinute" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.cm-2.min-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/(cm²⋅min)" ; + 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 . + + +### https://w3id.org/emmo#KiloCaloriePerSquareCentiMetreSecond +emmo:KiloCaloriePerSquareCentiMetreSecond rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "4.184E-7"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilocalorie per Square Centimetre Second"@en ; + skos:prefLabel "KiloCaloriePerSquareCentiMetreSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kcal.cm-2.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kcal/(cm²⋅s)" ; + 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 . + + +### https://w3id.org/emmo#KiloPoundForce +emmo:KiloPoundForce rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:PoundForce + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "4448.222"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "KiloPound Force"@en ; + skos:prefLabel "KiloPoundForce" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloLB_F" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "klbf" . + + +### https://w3id.org/emmo#KiloPoundForcePerSquareInch +emmo:KiloPoundForcePerSquareInch rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:PoundForcePerSquareInch + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "6894758.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilopound Force Per Square Inch"@en ; + skos:prefLabel "KiloPoundForcePerSquareInch" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloLB_F-PER-IN2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "k[lbf_av].[sin_i]-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kpsi" ; + 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 . + + +### https://w3id.org/emmo#KiloVoltAmpereReactive +emmo:KiloVoltAmpereReactive rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:VoltAmpereReactive + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilovolt Ampere Reactive"@en ; + skos:prefLabel "KiloVoltAmpereReactive" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloV-A_Reactive" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kV.A{reactive}" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kV⋅A{Reactive}" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000-fold of the unit var + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KiloVoltAmpereReactiveHour +emmo:KiloVoltAmpereReactiveHour rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:VoltAmpereReactiveHour + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3600000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilovolt Ampere Reactive Hour"@en ; + skos:prefLabel "KiloVoltAmpereReactiveHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloV-A_Reactive-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kV.A.h{reactive}" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kV⋅A{Reactive}⋅hr" ; + 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 . + + +### https://w3id.org/emmo#KilogramForce +emmo:KilogramForce rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_53e825d9_1a09_483c_baa7_37501ebfbe1c , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "9.80665"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Force"@en ; + skos:prefLabel "KilogramForce" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM_F" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kgf" ; + 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" . + + +### https://w3id.org/emmo#KilogramForceMetre +emmo:KilogramForceMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "9.80665"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram?force Metre"@en ; + skos:prefLabel "KilogramForceMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM_F-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf.m" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kgf⋅m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """product of the unit kilogram-force and the SI base unit metre + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KilogramForceMetrePerSecond +emmo:KilogramForceMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_c8d084ad_f88e_4596_8e4d_982c6655ce6f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "9.80665"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram?force Metre Per Second"@en ; + skos:prefLabel "KilogramForceMetrePerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM_F-M-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf.m.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kgf⋅m/s" ; + 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 . + + +### https://w3id.org/emmo#KilogramForceMetrePerSquareCentiMetre +emmo:KilogramForceMetrePerSquareCentiMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_d46e131b_f51a_4ae7_9301_824d718c56fa , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "98066.5"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram?force Metre Per Square Centimetre"@en ; + skos:prefLabel "KilogramForceMetrePerSquareCentiMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM_F-M-PER-CentiM2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf.m.cm-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kgf⋅m/cm²" ; + 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 . + + +### https://w3id.org/emmo#KilogramForcePerSquareCentiMetre +emmo:KilogramForcePerSquareCentiMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "98066.5"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Force per Square Centimetre"@en ; + skos:prefLabel "KilogramForcePerSquareCentiMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM_F-PER-CentiM2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf.cm-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kgf/cm²" ; + 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 . + + +### https://w3id.org/emmo#KilogramForcePerSquareMetre +emmo:KilogramForcePerSquareMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "9.80665"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Force Per Square Metre"@en ; + skos:prefLabel "KilogramForcePerSquareMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM_F-PER-M2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf.m-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kgf/m²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """not SI conform unit of the pressure + +-- QUDT"""@en . + + +### https://w3id.org/emmo#KilogramForcePerSquareMilliMetre +emmo:KilogramForcePerSquareMilliMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "9806650.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Kilogram Force Per Square Millimetre"@en ; + skos:prefLabel "KilogramForcePerSquareMilliMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KiloGM_F-PER-MilliM2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "kgf.mm-2" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kgf/mm²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """not SI conform unit of the pressure + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MegaBtu_It_Per_Hr +emmo:MegaBtu_It_Per_Hr rdf:type owl:Class ; + 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_c8d084ad_f88e_4596_8e4d_982c6655ce6f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "293071.1"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Mega British Thermal Unit (International Definition) per Hour"@en ; + skos:prefLabel "MegaBtu_It_Per_Hr" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaBTU_IT-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "M[Btu_IT].h-1" , + "M[Btu_IT]/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MBtu{IT}/hr" . + + +### https://w3id.org/emmo#MegaElectronVoltPerSpeedOfLight +emmo:MegaElectronVoltPerSpeedOfLight rdf:type owl:Class ; + 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" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MeV.[c]-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MeV/c" ; + 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 . + + +### https://w3id.org/emmo#MegaPascalSquareRootMeter +emmo:MegaPascalSquareRootMeter rdf:type owl:Class ; + 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_d46e131b_f51a_4ae7_9301_824d718c56fa , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:PascalSquareRootMeter + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Megapascal Square Root Meter"@en ; + skos:prefLabel "MegaPascalSquareRootMeter" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaPA-M0pt5" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MPa√m" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000-fold of the derived unit Pascal Square Root Meter + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MegaPoundForce +emmo:MegaPoundForce rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:PoundForce + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "4448.222"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Mega Pound Force"@en ; + skos:prefLabel "MegaPoundForce"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaLB_F" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "M[lbf_av]" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Mlbf" ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Pound-force?oldid=453191483" . + + +### https://w3id.org/emmo#MegaVoltAmpereReactive +emmo:MegaVoltAmpereReactive rdf:type owl:Class ; + 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_c8d084ad_f88e_4596_8e4d_982c6655ce6f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:VoltAmpereReactive + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Megavolt Ampere Reactive"@en ; + skos:prefLabel "MegaVoltAmpereReactive" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaV-A_Reactive" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MV.A{reactive}" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MV⋅A{Reactive}" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1 000 000-fold of the unit volt ampere reactive + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MegaVoltAmpereReactiveHour +emmo:MegaVoltAmpereReactiveHour rdf:type owl:Class ; + 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_f6070071_d054_4b17_9d2d_f446f7147d0f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:VoltAmpereReactiveHour + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3.6E9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Megavolt Ampere Reactive Hour"@en ; + skos:prefLabel "MegaVoltAmpereReactiveHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaV-A_Reactive-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "MV.A{reactive}.h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "MV⋅A{Reactive}⋅hr" ; + 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 . + + +### https://w3id.org/emmo#MicroGalsPerMetre +emmo:MicroGalsPerMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-8"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "MicroGals per metre"@en ; + skos:prefLabel "MicroGalsPerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroGAL-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "uGal.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µGal/m" ; + 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 . + + +### https://w3id.org/emmo#MicroMolePerMicroMoleOfBiomassPerDay +emmo:MicroMolePerMicroMoleOfBiomassPerDay rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-5"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Micromole per micromole of biomass per day"@en ; + skos:prefLabel "MicroMolePerMicroMoleOfBiomassPerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MicroMOL-PER-MicroMOL-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "umol.umol-1.d-1" , + "umol/umol/d" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "µmol/(µmol⋅day)" . + + +### https://w3id.org/emmo#MilliRadPerHour +emmo:MilliRadPerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-7"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millirads per hour"@en ; + skos:prefLabel "MilliRadPerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliRAD_R-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mRAD.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mrad/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One thousandth part of an absorbed ionizing radiation dose equal to 100 ergs per gram of irradiated material received per hour. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliRoentgenEquivalentMan +emmo:MilliRoentgenEquivalentMan rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.58E-7"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Milliroentgen Equivalent Man"@en ; + skos:prefLabel "MilliRoentgenEquivalentMan" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliR_man" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mREM" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mrem" ; + 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" . + + +### https://w3id.org/emmo#NanoMeterPerCentiMeterPsi +emmo:NanoMeterPerCentiMeterPsi rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.450377E-11"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanometer Per Centimeter PSI"@en ; + skos:prefLabel "NanoMeterPerCentiMeterPsi" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoM-PER-CentiM-PSI" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nm.cm-1.PSI-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nm/(cm⋅PSI)" . + + +### https://w3id.org/emmo#NanoMeterPerMilliMeterMegaPascal +emmo:NanoMeterPerMilliMeterMegaPascal rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-12"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanometer Per Millimeter Megapascal"@en ; + skos:prefLabel "NanoMeterPerMilliMeterMegaPascal" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoM-PER-MilliM-MegaPA" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nm.mm-1.MPa-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nm/(mm⋅MPa)" . + + +### https://w3id.org/emmo#NanoMolePerCubicCentiMetrePerHour +emmo:NanoMolePerCubicCentiMetrePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-7"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per cubic centimetre per hour"@en ; + skos:prefLabel "NanoMolePerCubicCentiMetrePerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-CentiM3-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.cm-3.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(cm³⋅hr)" . + + +### https://w3id.org/emmo#NanoMolePerGramPerSecond +emmo:NanoMolePerGramPerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per gram per second"@en ; + skos:prefLabel "NanoMolePerGramPerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-GM-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.g-1.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(g⋅s)" . + + +### https://w3id.org/emmo#NanoMolePerKilogram +emmo:NanoMolePerKilogram rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_95971713_d589_4002_a5a7_affc5c74cfdb , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per kilogram"@en ; + skos:prefLabel "NanoMolePerKilogram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-KiloGM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.kg-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/kg" . + + +### https://w3id.org/emmo#NanoMolePerLitre +emmo:NanoMolePerLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerLitre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per litre"@en ; + skos:prefLabel "NanoMolePerLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.L-1" , + "nmol/L" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/L" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A scaled unit of amount-of-substance concentration. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#NanoMolePerLitrePerDay +emmo:NanoMolePerLitrePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-11"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per litre per day"@en ; + skos:prefLabel "NanoMolePerLitrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-L-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.L-1.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(L⋅day)" . + + +### https://w3id.org/emmo#NanoMolePerLitrePerHour +emmo:NanoMolePerLitrePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.64592"^^xsd:double + owl:hasValue "2.777778E-10"^^xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; owl:hasValue "0.0"^^xsd:double ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - 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" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[yd_i].[degF]-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "yd/°F" ; - 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 + skos:altLabel "Nanomoles per litre per hour"@en ; + skos:prefLabel "NanoMolePerLitrePerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-L-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.L-1.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(L⋅hr)" . + + +### https://w3id.org/emmo#NanoMolePerMicroGramPerHour +emmo:NanoMolePerMicroGramPerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-4"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per microgram per hour"@en ; + skos:prefLabel "NanoMolePerMicroGramPerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-MicroGM-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.ug-1.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(µg⋅hr)" . + + +### https://w3id.org/emmo#NanoMolePerMicroMole +emmo:NanoMolePerMicroMole rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + emmo:EMMO_f76f5a24_d703_4e8c_b368_f9a7777cb73a , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.001"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per micromole"@en ; + skos:prefLabel "NanoMolePerMicroMole" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-MicroMOL" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.umol-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/µmol" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unavailable. -- QUDT"""@en . -### https://w3id.org/emmo#Year -emmo:Year rdf:type owl:Class ; - rdfs:subClassOf 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 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3.15576E7"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - rdfs:seeAlso "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1533?rskey=b94Fd6" ; - skos:prefLabel "Year"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "a" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "yr" ; - 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. +### https://w3id.org/emmo#NanoMolePerMicroMolePerDay +emmo:NanoMolePerMicroMolePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-8"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per micromole per day"@en ; + skos:prefLabel "NanoMolePerMicroMolePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-MicroMOL-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.umol-1.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(µmol⋅day)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unavailable. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#NanoMolePerSquareMetrePerDay +emmo:NanoMolePerSquareMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerSquareMetrePerDay + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-14"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per square metre per day"@en ; + skos:prefLabel "NanoMolePerSquareMetrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-M2-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.m-2.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(m²⋅day)" . + + +### https://w3id.org/emmo#NanoSiemensPerCentiMetre +emmo:NanoSiemensPerCentiMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_78c79b48_4b76_4cbe_812f_b32dbb04fd44 ; + owl:someValuesFrom emmo:SiemensPerCentiMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-7"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanosiemens Per Centimetre"@en ; + skos:prefLabel "NanoSiemensPerCentiMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoS-PER-CentiM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nS.cm-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nS/cm" ; + 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 . + + +### https://w3id.org/emmo#NanoSiemensPerMetre +emmo:NanoSiemensPerMetre rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:SiemensPerMetre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanosiemens Per Metre"@en ; + skos:prefLabel "NanoSiemensPerMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoS-PER-M" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nS.m-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nS/m" ; + 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 . + + +### https://w3id.org/emmo#RevolutionPerMinute +:RevolutionPerMinute rdf:type owl:Class ; + rdfs:subClassOf :EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + :EMMO_ac19c801_bead_4730_8b8c_50020eec45ec , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.1047198"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Revolution per Minute"@en ; + skos:prefLabel "RevolutionPerMinute"@en ; + :EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/REV-PER-MIN" ; + :EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "{#}.min-1" ; + :EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rev/min" ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Revolution per Minute\" is a unit for 'Angular Velocity' expressed as rev/min. -- QUDT"""@en . + + ### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/unitsextension.ttl b/disciplines/units/unitsextension.ttl index 15797d7e..8aab0ef9 100644 --- a/disciplines/units/unitsextension.ttl +++ b/disciplines/units/unitsextension.ttl @@ -35,11 +35,54 @@ We kindly acknowledge NIST for reusing their content, including the selection of ################################################################# +### https://w3id.org/emmo#Year +emmo:Year rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3.15576E7"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + rdfs:seeAlso "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1533?rskey=b94Fd6" ; + skos:prefLabel "Year"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "a" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "yr" ; + 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 . +### https://w3id.org/emmo#Week +emmo:Week rdf:type owl:Class ; + rdfs:subClassOf 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 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "604800.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "Week"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/WK" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "wk" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "wk" ; + 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" .