diff --git a/.github/workflows/cd_update_pages.yml b/.github/workflows/cd_update_pages.yml index ba62ada3..23de4097 100644 --- a/.github/workflows/cd_update_pages.yml +++ b/.github/workflows/cd_update_pages.yml @@ -66,7 +66,7 @@ jobs: - name: Generate html documentation (based on emmo-full) run: | #ontodoc --iri-regex=https://w3id.org/emmo --imported public/emmo-full-inferred.ttl build/emmo.rst - ontodoc --iri-regex=https://w3id.org/emmo --imported public/emmo-full.ttl build/emmo.rst + ontodoc --iri-regex=https://w3id.org/emmo --imported emmo-full.ttl build/emmo.rst sphinx-build "build/" "public/" - name: Checkout GitHub Pages for EMMO-repo diff --git a/disciplines/units/coherentsiunits.ttl b/disciplines/units/coherentsiunits.ttl index f73c17cf..5f9657f4 100644 --- a/disciplines/units/coherentsiunits.ttl +++ b/disciplines/units/coherentsiunits.ttl @@ -5560,5 +5560,112 @@ emmo:GramPerGram rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#NanoMeterPerMilliMeterMegaPascal +emmo:NanoMeterPerMilliMeterMegaPascal rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_2a068ad0_582c_4f50_90d2_89d9e28977c1 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-12"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanometer Per Millimeter Megapascal"@en ; + skos:prefLabel "NanoMeterPerMilliMeterMegaPascal" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoM-PER-MilliM-MegaPA" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nm.mm-1.MPa-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nm/(mm⋅MPa)" . + + +### https://w3id.org/emmo#NanoMolePerCubicCentiMetrePerHour +emmo:NanoMolePerCubicCentiMetrePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-7"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per cubic centimetre per hour"@en ; + skos:prefLabel "NanoMolePerCubicCentiMetrePerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-CentiM3-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.cm-3.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(cm³⋅hr)" . + + +### https://w3id.org/emmo#NanoMolePerGramPerSecond +emmo:NanoMolePerGramPerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per gram per second"@en ; + skos:prefLabel "NanoMolePerGramPerSecond" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-GM-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.g-1.s-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(g⋅s)" . + + +### https://w3id.org/emmo#NanoMolePerKilogram +emmo:NanoMolePerKilogram rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_95971713_d589_4002_a5a7_affc5c74cfdb , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-9"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per kilogram"@en ; + skos:prefLabel "NanoMolePerKilogram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-KiloGM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.kg-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/kg" . + + +### https://w3id.org/emmo#SquareMetrePerGram +emmo:SquareMetrePerGram rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_4817e479_e401_437e_a49b_54540b93d2a1 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1000.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Square metres per gram"@en ; + skos:prefLabel "SquareMetrePerGram" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-GM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.g-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/g" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit in the category of specific area."@en . + + ### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/noncoherentsiunits.ttl b/disciplines/units/noncoherentsiunits.ttl index 6ab940f0..cac8ed89 100644 --- a/disciplines/units/noncoherentsiunits.ttl +++ b/disciplines/units/noncoherentsiunits.ttl @@ -5496,5 +5496,160 @@ emmo:JoulePerGram rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#MicroGramPerCubicMetre +emmo:MicroGramPerCubicMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 , + 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-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 "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#MicroGramPerKilogram +emmo:MicroGramPerKilogram rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1 , + 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-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 "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#MilliMolePerSquareMetrePerSecond +emmo:MilliMolePerSquareMetrePerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 , + 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 "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 "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#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#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 . + + ### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/otherunits.ttl b/disciplines/units/otherunits.ttl index e8f6da5a..b20ab391 100644 --- a/disciplines/units/otherunits.ttl +++ b/disciplines/units/otherunits.ttl @@ -2666,5 +2666,491 @@ emmo:KiloBytePerSecond rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Data_rate_units#Kilobyte_per_second" . +### https://w3id.org/emmo#KiloYear +emmo:KiloYear rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ 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 "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#KnotPerSecond +emmo:KnotPerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6 , + 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 "0.5144444"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Knot per Second"@en ; + skos:prefLabel "KnotPerSecond"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KN-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[kn_i].s-1" , + "[kn_i]/s" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kn/s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Knot per Second` is a unit for 'Linear Acceleration' expressed as kt/s. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MegaBitPerSecond +emmo:MegaBitPerSecond 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 , + [ 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 + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + 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#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#MetrePerYear +emmo:MetrePerYear rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3.168809E-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 "Metres per year"@en ; + skos:prefLabel "MetrePerYear" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-PER-YR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.a-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/yr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A rate of change of SI standard unit length over a period of an average calendar year (365.25 days). + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilePerHour +emmo:MilePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.44704"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Mile per Hour"@en ; + skos:prefLabel "MilePerHour"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[mi_i].h-1" , + "[mi_i]/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mi/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Miles per hour is an imperial unit of speed expressing the number of statute miles covered in one hour. It is currently the standard unit used for speed limits, and to express speeds generally, on roads in the United Kingdom and the United States. A common abbreviation is mph or MPH. + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Miles_per_hour?oldid=482840548" . + + +### https://w3id.org/emmo#MilePerMinute +emmo:MilePerMinute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "26.8224"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Mile per Minute"@en ; + skos:prefLabel "MilePerMinute"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[mi_i].min-1" , + "[mi_i]/min" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mi/min" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Miles per minute is an imperial unit of speed expressing the number of statute miles covered in one minute. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilePerSecond +emmo:MilePerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1609.344"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Mile per Second"@en ; + skos:prefLabel "MilePerSecond"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI-PER-SEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[mi_i].sec-1" , + "[mi_i]/sec" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mi/sec" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Miles per second is an imperial unit of speed expressing the number of statute miles covered in one second. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MilliAmperePerInch +emmo:MilliAmperePerInch 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 , + emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 , + [ 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 + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + 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#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#NatPerSecond +emmo:NatPerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl: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 "Nat per Second"@en ; + skos:prefLabel "NatPerSecond"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NAT-PER-SEC" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nat/s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Nat per Second\" is information rate in natural units. + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Nat?oldid=474010287" . + + +### https://w3id.org/emmo#NauticalMilePerHour +emmo:NauticalMilePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.514444"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Nautical Mile per Hour"@en ; + skos:prefLabel "NauticalMilePerHour"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI_N-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[nmi_i].h-1" , + "[nmi_i]/h" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmi/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The knot is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation kn is preferred by the International Hydrographic Organization (IHO), which includes every major seafaring nation; but the abbreviations kt (singular) and kts (plural) are also widely used conflicting with the SI symbol for kilotonne which is also \"kt\". The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation-for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#NauticalMilePerMinute +emmo:NauticalMilePerMinute rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Nautical Mile per Minute"@en ; + skos:prefLabel "NauticalMilePerMinute"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI_N-PER-MIN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[nmi_i].min-1" , + "[nmi_i]/min" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmi/min" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI derived unit for speed is the meter/second. +1 meter/second is equal to 0.0323974082073 nautical mile per minute. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#OerstedCentiMetre +emmo:OerstedCentiMetre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.7957747"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Oersted Centimetre"@en ; + skos:prefLabel "OerstedCentiMetre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OERSTED-CentiM" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Oe.cm" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Oe⋅cm" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Oersted Centimeter\" is a C.G.S System unit for 'Magnetomotive Force' expressed as Oe-cm. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#SecondSquareFoot +emmo:SecondSquareFoot rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.09290304"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Second Square Foot"@en ; + skos:prefLabel "SecondSquareFoot"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SEC-FT2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "s.[ft_i]2" , + "s.[sft_i]" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "s⋅ft²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Second Square Foot\" is an Imperial unit for 'Area Time' expressed as s-ft². + +-- QUDT"""@en . + + +### https://w3id.org/emmo#ShannonPerSecond +emmo:ShannonPerSecond rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl: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 "Shannon per Second"@en ; + skos:prefLabel "ShannonPerSecond"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SHANNON-PER-SEC" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Sh/s" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The \"Shannon per Second\" is a unit of information rate. + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Ban_(information)" . + + +### https://w3id.org/emmo#VoltPerInch +emmo:VoltPerInch rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "39.37008"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Volt Per Inch"@en ; + skos:prefLabel "VoltPerInch"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-PER-IN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.[in_i]-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V/in" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units + +-- QUDT"""@en . + + +### https://w3id.org/emmo#WattPerSquareFoot +emmo:WattPerSquareFoot rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "10.76391"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Watt per Square Foot"@en ; + skos:prefLabel "WattPerSquareFoot"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-FT2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.[sft_i]-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/ft²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Watt Per Square Foot is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#WattPerSquareInch +emmo:WattPerSquareInch rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1550.003"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Watt per Square Inch"@en ; + skos:prefLabel "WattPerSquareInch"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-IN2" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.[sin_i]-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/in²" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Watt Per Square Inch is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface. + +-- QUDT"""@en . + + +### 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 . + + ### 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 acb53994..258b2991 100644 --- a/disciplines/units/siacceptedunits.ttl +++ b/disciplines/units/siacceptedunits.ttl @@ -4692,5 +4692,170 @@ emmo:TonnePerCubicMetre rdf:type owl:Class ; -- QUDT"""@en . +### https://w3id.org/emmo#MilliRadPerHour +emmo:MilliRadPerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_835f4e4e_680d_404c_8c73_92a6a570f6eb , + emmo:EMMO_a3a701ed_6f7d_4a10_9aee_dfa1961fc7b7 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-7"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Millirads per hour"@en ; + skos:prefLabel "MilliRadPerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MilliRAD_R-PER-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mRAD.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mrad/hr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """One thousandth part of an absorbed ionizing radiation dose equal to 100 ergs per gram of irradiated material received per hour. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#NanoMolePerLitre +emmo:NanoMolePerLitre rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + emmo:EMMO_e9348e5b_af4f_4898_bbfe_c4583cf44b80 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerLitre + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0E-6"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per litre"@en ; + skos:prefLabel "NanoMolePerLitre" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-L" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.L-1" , + "nmol/L" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/L" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A scaled unit of amount-of-substance concentration. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#NanoMolePerLitrePerDay +emmo:NanoMolePerLitrePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-11"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per litre per day"@en ; + skos:prefLabel "NanoMolePerLitrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-L-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.L-1.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(L⋅day)" . + + +### https://w3id.org/emmo#NanoMolePerLitrePerHour +emmo:NanoMolePerLitrePerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c5ac5c53_14de_47ce_b424_2576d042d241 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-10"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per litre per hour"@en ; + skos:prefLabel "NanoMolePerLitrePerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-L-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.L-1.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(L⋅hr)" . + + +### https://w3id.org/emmo#NanoMolePerMicroGramPerHour +emmo:NanoMolePerMicroGramPerHour rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_5d2d48c4_4fb6_4f33_bfc0_273129429c30 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.777778E-4"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per microgram per hour"@en ; + skos:prefLabel "NanoMolePerMicroGramPerHour" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-MicroGM-HR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.ug-1.h-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(µg⋅hr)" . + + +### https://w3id.org/emmo#NanoMolePerMicroMolePerDay +emmo:NanoMolePerMicroMolePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-8"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per micromole per day"@en ; + skos:prefLabel "NanoMolePerMicroMolePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-MicroMOL-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.umol-1.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(µmol⋅day)" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Unavailable. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#NanoMolePerSquareMetrePerDay +emmo:NanoMolePerSquareMetrePerDay rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 , + emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , + emmo:EMMO_e1981c25_7c55_4020_aa7a_d2e14ced86d4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d4e0a0ab_2f67_4f87_a0db_b544e6dceed4 ; + owl:someValuesFrom emmo:MolePerSquareMetrePerDay + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.157407E-14"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + skos:altLabel "Nanomoles per square metre per day"@en ; + skos:prefLabel "NanoMolePerSquareMetrePerDay" ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NanoMOL-PER-M2-DAY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "nmol.m-2.d-1" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmol/(m²⋅day)" . + + ### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/specialunits.ttl b/disciplines/units/specialunits.ttl index 46c3daf2..29a7dafe 100644 --- a/disciplines/units/specialunits.ttl +++ b/disciplines/units/specialunits.ttl @@ -1190,6 +1190,621 @@ emmo:InternationalUnit rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/International_unit?oldid=488801913" . +### https://w3id.org/emmo#Knot +emmo:Knot rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.5144444"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl: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 "Knot"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KN" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[kn_i]" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kn" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The knot (pronounced 'not') is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation kn is preferred by the International Hydrographic Organization (IHO), which includes every major sea-faring nation; however, the abbreviations kt (singular) and kts (plural) are also widely used. However, use of the abbreviation kt for knot conflicts with the SI symbol for kilotonne. The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation - for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. Etymologically, the term knot derives from counting the number of knots in the line that unspooled from the reel of a chip log in a specific time. + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Knot?oldid=495066194" . + + +### https://w3id.org/emmo#Lambert +emmo:Lambert rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3183.099"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl: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 "Lambert"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LA" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Lmb" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The lambert (symbol L, la or Lb) is a non-SI unit of luminance. A related unit of luminance, the foot-lambert, is used in the lighting, cinema and flight simulation industries. The SI unit is the candela per square metre (cd/m²). + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Lambert?oldid=494078267" . + + +### https://w3id.org/emmo#LightYear +emmo:LightYear rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "9.46073E15"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Light Year"@en ; + skos:prefLabel "LightYear"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LY" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ly]" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ly" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of length defining the distance, in meters, that light travels in a vacuum in one year. + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Light-year?oldid=495083584" . + + +### https://w3id.org/emmo#LunarMass +emmo:LunarMass rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "7.346E22"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Lunar mass"@en ; + skos:prefLabel "LunarMass"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LunarMass" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "M☾" ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Moon?oldid=494566371" . + + +### https://w3id.org/emmo#Maxwell +emmo:Maxwell rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ 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 + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "Maxwell"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MX" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Mx" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Mx" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Maxwell\" is a C.G.S System unit for 'Magnetic Flux' expressed as Mx. + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Maxwell?oldid=478391976" . + + +### https://w3id.org/emmo#Mho +emmo:Mho rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + rdfs:seeAlso "http://www.simetric.co.uk/siderived.htm" ; + skos:prefLabel "Mho"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MHO" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mho" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "℧" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Mho\" is a C.G.S System unit for 'Electric Conductivity' expressed as mho. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#MicroBar +emmo:MicroBar 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 , + [ 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: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#Month +emmo:Month 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 "2551443.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + rdfs:seeAlso "http://www.thefreedictionary.com/Synodal+month" ; + skos:prefLabel "Month"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MO" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mo" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mo" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks. Also known as the 'Synodic Month' and calculated as 29.53059 days. + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Month" . + + +### https://w3id.org/emmo#Nat +emmo:Nat rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_972e01b0_b017_4903_8c05_b7edda958723 , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "Nat"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NAT" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nat" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A nat is a logarithmic unit of information or entropy, based on natural logarithms and powers of e, rather than the powers of 2 and base 2 logarithms which define the bit. The nat is the natural unit for information entropy. Physical systems of natural units which normalize Boltzmann's constant to 1 are effectively measuring thermodynamic entropy in nats. + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Nat?oldid=474010287" . + + +### https://w3id.org/emmo#NauticalMile +emmo:NauticalMile rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1852.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Nautical Mile"@en ; + skos:prefLabel "NauticalMile"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI_N" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[nmi_i]" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmi" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of distance used primarily at sea and in aviation. The nautical mile is defined to be the average distance on the Earth's surface represented by one minute of latitude. In 1929 an international conference in Monaco redefined the nautical mile to be exactly 1852 meters or 6076.115 49 feet, a distance known as the international nautical mile. The international nautical mile equals about 1.1508 statute miles. There are usually 3 nautical miles in a league. The unit is designed to equal 1/60 degree, although actual degrees of latitude vary from about 59.7 to 60.3 nautical miles. (Note: using data from the Geodetic Reference System 1980, the \"true\" length of a nautical mile would be 1852.216 meters.) + +-- QUDT"""@en . + + +### https://w3id.org/emmo#Oct +emmo:Oct rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_972e01b0_b017_4903_8c05_b7edda958723 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "Oct"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OCT" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oct" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An octave is a doubling or halving of a frequency. One oct is the logarithmic frequency interval between f1 and f2 when f2/f1 = 2. + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Octave_(electronics)" . + + +### https://w3id.org/emmo#Oersted +emmo:Oersted rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "79.57747"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl: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 "Oersted"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OERSTED" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Oe" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Oe" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Oersted (abbreviated as Oe) is the unit of magnetizing field (also known as H-field, magnetic field strength or intensity) in the CGS system of units. + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Oersted?oldid=491396460" . + + +### https://w3id.org/emmo#Parsec +emmo:Parsec rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3.085678E16"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl: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 "Parsec"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PARSEC" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pc" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pc" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The parsec (parallax of one arcsecond; symbol: pc) is a unit of length, equal to just under 31 trillion (31 × 10¹²) kilometres (about 19 trillion miles), 206265 AU, or about 3.26 light-years. The parsec measurement unit is used in astronomy. It is defined as the length of the adjacent side of an imaginary right triangle in space. The two dimensions that specify this triangle are the parallax angle (defined as 1 arcsecond) and the opposite side (defined as 1 astronomical unit (AU), the distance from the Earth to the Sun). Given these two measurements, along with the rules of trigonometry, the length of the adjacent side (the parsec) can be found. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#Percent +emmo:Percent rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.0"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "Percent"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PERCENT" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "%" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "%" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Percent\" is a unit for 'Dimensionless Ratio' expressed as %. + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Percentage?oldid=495284540" . + + +### https://w3id.org/emmo#Phot +emmo:Phot rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ 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:prefLabel "Phot"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PHOT" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ph" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ph" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A phot (ph) is a photometric unit of illuminance, or luminous flux through an area. It is not an SI unit, but rather is associated with the older centimetre gram second system of units. Metric dimensions: illuminance = luminous intensity × solid angle / length. + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Phot?oldid=477198725" . + + +### https://w3id.org/emmo#Pica +emmo:Pica rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.0042333"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl: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 "Pica"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PCA" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pca]" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pc" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A pica is a typographic unit of measure corresponding to 1/72 of its respective foot, and therefore to 1/6 of an inch. The pica contains 12 point units of measure. Notably, Adobe PostScript promoted the pica unit of measure that is the standard in contemporary printing, as in home computers and printers. Usually, pica measurements are represented with an upper-case 'P' with an upper-right-to-lower-left virgule (slash) starting in the upper right portion of the 'P' and ending at the lower left of the upright portion of the 'P'; essentially drawing a virgule (/) through a 'P'. Note that these definitions are different from a typewriter's pica setting, which denotes a type size of ten characters per horizontal inch. + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Pica?oldid=458102937" . + + +### https://w3id.org/emmo#Point +emmo:Point rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , + [ 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 + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:prefLabel "Point"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PT" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pnt]" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pt" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In typography, a point is the smallest unit of measure, being a subdivision of the larger pica. It is commonly abbreviated as pt. The point has long been the usual unit for measuring font size and leading and other minute items on a printed page. + +-- QUDT"""@en . + + +### https://w3id.org/emmo#Psi +emmo:Psi rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "6894.758"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "PSI"@en ; + skos:prefLabel "Psi"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PSI" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[psi]" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "psi" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Pounds of force per square inch, the unit for pressure as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2 + +-- QUDT"""@en . + + +### https://w3id.org/emmo#Quad +emmo:Quad rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "1.055E18"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl: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 "Quad"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/QUAD" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "quad" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A quad is a unit of energy equal to 10 BTU, or 1.055 × 10 joule, which is 1.055 exajoule or EJ in SI units. The unit is used by the U.S. Department of Energy in discussing world and national energy budgets. Some common types of an energy carrier approximately equal 1 quad are: 8,007,000,000 Gallons (US) of gasoline 293,083,000,000 Kilowatt-hours (kWh) 36,000,000 Tonnes of coal 970,434,000,000 Cubic feet of natural gas 5,996,000,000 UK gallons of diesel oil 25,200,000 Tonnes of oil 252,000,000 tonnes of TNT or five times the energy of the Tsar Bomba nuclear test. + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Quad?oldid=492086827" . + + +### https://w3id.org/emmo#Rod +emmo:Rod rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "5.02921"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl: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 "Rod"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ROD" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[rd_br]" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rod" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of distance equal to 5.5 yards (16 feet 6 inches). + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Rod?oldid=492590086" . + + +### https://w3id.org/emmo#Roentgen +emmo:Roentgen rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "2.58E-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 "Roentgen"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/R" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "R" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "R" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Not to be confused with roentgen equivalent man or roentgen equivalent physical. The roentgen (symbol R) is an obsolete unit of measurement for the kerma of X-rays and gamma rays up to 3 MeV. + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Roentgen?oldid=491213233" . + + +### https://w3id.org/emmo#Shannon +emmo:Shannon rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.6931472"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl: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 "Shannon"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SHANNON" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Sh" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The \"Shannon\" is a unit of information. + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Shannon_(unit)" . + + +### https://w3id.org/emmo#Stokes +emmo:Stokes rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 , + [ 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" ; + rdfs:seeAlso "http://www.efunda.com/glossary/units/units--kinematic_viscosity--stokes.cfm" ; + skos:prefLabel "Stokes"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ST" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "St" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "St" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Stokes (St)` is a unit in the category of Kinematic viscosity. This unit is commonly used in the cgs unit system. Stokes (St) has a dimension of L²T⁻¹ where L is length, and T is time. It can be converted to the corresponding standard SI unit m²/s by multiplying its value by a factor of 0.0001. + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Stokes?oldid=426159512" . + + +### https://w3id.org/emmo#Torr +emmo:Torr rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "133.322"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl: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 "Torr"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TORR" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Torr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The `torr` is a non-SI unit of pressure with the ratio of 760 to 1 standard atmosphere, chosen to be roughly equal to the fluid pressure exerted by a millimeter of mercury, i.e. , a pressure of 1 torr is approximately equal to one millimeter of mercury. Note that the symbol (Torr) is spelled exactly the same as the unit (torr), but the letter case differs. The unit is written lower-case, while the symbol of the unit (Torr) is capitalized (as upper-case), as is customary in metric units derived from names. Thus, it is correctly written either way, and is only incorrect when specification is first made that the word is being used as a unit, or else a symbol of the unit, and then the incorrect letter case for the specified use is employed. + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Torr?oldid=495199381" . + + +### https://w3id.org/emmo#Yard +emmo:Yard rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "0.9144"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl: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 "Yard"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YD" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[yd_i]" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "yd" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A yard is a unit of length in several different systems including United States customary units, Imperial units and the former English units. It is equal to 3 feet or 36 inches. Under an agreement in 1959 between Australia, Canada, New Zealand, South Africa, the United Kingdom and the United States, the yard (known as the \"international yard\" in the United States) was legally defined to be exactly 0.9144 metres. + +-- QUDT"""@en ; + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Yard?oldid=492334628" . + + ### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi diff --git a/disciplines/units/unclassifiedunits.ttl b/disciplines/units/unclassifiedunits.ttl index 3c4d273b..de272112 100644 --- a/disciplines/units/unclassifiedunits.ttl +++ b/disciplines/units/unclassifiedunits.ttl @@ -4822,27 +4822,6 @@ emmo:KiloVoltAmpereReactiveHour rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#KiloYear -emmo:KiloYear rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - [ 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 "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 , @@ -5055,81 +5034,6 @@ emmo:KipPerSquareInch rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#Knot -emmo:Knot rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.5144444"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl: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 "Knot"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[kn_i]" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kn" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The knot (pronounced 'not') is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation kn is preferred by the International Hydrographic Organization (IHO), which includes every major sea-faring nation; however, the abbreviations kt (singular) and kts (plural) are also widely used. However, use of the abbreviation kt for knot conflicts with the SI symbol for kilotonne. The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation - for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. Etymologically, the term knot derives from counting the number of knots in the line that unspooled from the reel of a chip log in a specific time. - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Knot?oldid=495066194" . - - -### https://w3id.org/emmo#KnotPerSecond -emmo:KnotPerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_2da7408f_d389_4245_887d_a1743b81a9b6 , - 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 "0.5144444"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Knot per Second"@en ; - skos:prefLabel "KnotPerSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/KN-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[kn_i].s-1" , - "[kn_i]/s" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "kn/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Knot per Second` is a unit for 'Linear Acceleration' expressed as kt/s. - --- QUDT"""@en . - - -### https://w3id.org/emmo#Lambert -emmo:Lambert rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3183.099"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl: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 "Lambert"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LA" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Lmb" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "L" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The lambert (symbol L, la or Lb) is a non-SI unit of luminance. A related unit of luminance, the foot-lambert, is used in the lighting, cinema and flight simulation industries. The SI unit is the candela per square metre (cd/m²). - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Lambert?oldid=494078267" . - - ### https://w3id.org/emmo#Lb_Ft2 emmo:Lb_Ft2 rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , @@ -5355,32 +5259,6 @@ emmo:Lb_Per_Sec rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#LightYear -emmo:LightYear rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "9.46073E15"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Light Year"@en ; - skos:prefLabel "LightYear"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LY" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[ly]" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ly" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of length defining the distance, in meters, that light travels in a vacuum in one year. - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Light-year?oldid=495083584" . - - ### https://w3id.org/emmo#LongFurlong emmo:LongFurlong rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , @@ -5471,28 +5349,6 @@ emmo:LongTonPerCubicYard rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#LunarMass -emmo:LunarMass rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_77e9dc31_5b19_463e_b000_44c6e79f98aa , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "7.346E22"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Lunar mass"@en ; - skos:prefLabel "LunarMass"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/LunarMass" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "M☾" ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Moon?oldid=494566371" . - - ### https://w3id.org/emmo#M2_Hr_Deg_C_Per_KiloCal_It emmo:M2_Hr_Deg_C_Per_KiloCal_It rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , @@ -5517,31 +5373,6 @@ emmo:M2_Hr_Deg_C_Per_KiloCal_It rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#Maxwell -emmo:Maxwell rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4c49ab58_a6f6_409e_b849_f873ae1dcbee , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ 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 - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:prefLabel "Maxwell"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MX" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Mx" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Mx" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Maxwell\" is a C.G.S System unit for 'Magnetic Flux' expressed as Mx. - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Maxwell?oldid=478391976" . - - ### https://w3id.org/emmo#MeanGregorianMonth emmo:MeanGregorianMonth rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , @@ -5570,36 +5401,6 @@ emmo:MeanJulianMonth rdf:type owl:Class ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mo_j" . -### https://w3id.org/emmo#MegaBitPerSecond -emmo:MegaBitPerSecond 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 , - [ 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 - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - 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 , @@ -5622,22 +5423,6 @@ emmo:MegaBtu_It_Per_Hr rdf:type owl:Class ; 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 , @@ -5798,31 +5583,6 @@ emmo:Mesh rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Mesh_(scale)" . -### https://w3id.org/emmo#MetrePerYear -emmo:MetrePerYear rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3.168809E-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 "Metres per year"@en ; - skos:prefLabel "MetrePerYear" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M-PER-YR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m.a-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m/yr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A rate of change of SI standard unit length over a period of an average calendar year (365.25 days). - --- QUDT"""@en . - - ### https://w3id.org/emmo#MetricDeciTon emmo:MetricDeciTon rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , @@ -5924,55 +5684,6 @@ emmo:MetricTon rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Tonne?oldid=492526238" . -### https://w3id.org/emmo#Mho -emmo:Mho rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_86ffe1bb_d457_4948_9e39_35f363b9a9fe , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - rdfs:seeAlso "http://www.simetric.co.uk/siderived.htm" ; - skos:prefLabel "Mho"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MHO" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mho" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "℧" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Mho\" is a C.G.S System unit for 'Electric Conductivity' expressed as mho. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MicroBar -emmo:MicroBar 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 , - [ 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: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#MicroGalsPerMetre emmo:MicroGalsPerMetre rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , @@ -5997,58 +5708,6 @@ emmo:MicroGalsPerMetre rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#MicroGramPerCubicMetre -emmo:MicroGramPerCubicMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_1c957677_a460_4702_85a6_baef659d14b1 , - 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-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 "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#MicroGramPerKilogram -emmo:MicroGramPerKilogram rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_18448443_dcf1_49b8_a321_cf46e2c393e1 , - 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-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 "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#MicroMolePerMicroMoleOfBiomassPerDay emmo:MicroMolePerMicroMoleOfBiomassPerDay rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , @@ -6119,85 +5778,6 @@ emmo:MilLength rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#MilePerHour -emmo:MilePerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.44704"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Mile per Hour"@en ; - skos:prefLabel "MilePerHour"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[mi_i].h-1" , - "[mi_i]/h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mi/hr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Miles per hour is an imperial unit of speed expressing the number of statute miles covered in one hour. It is currently the standard unit used for speed limits, and to express speeds generally, on roads in the United Kingdom and the United States. A common abbreviation is mph or MPH. - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Miles_per_hour?oldid=482840548" . - - -### https://w3id.org/emmo#MilePerMinute -emmo:MilePerMinute rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "26.8224"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Mile per Minute"@en ; - skos:prefLabel "MilePerMinute"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI-PER-MIN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[mi_i].min-1" , - "[mi_i]/min" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mi/min" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Miles per minute is an imperial unit of speed expressing the number of statute miles covered in one minute. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MilePerSecond -emmo:MilePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1609.344"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Mile per Second"@en ; - skos:prefLabel "MilePerSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI-PER-SEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[mi_i].sec-1" , - "[mi_i]/sec" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mi/sec" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Miles per second is an imperial unit of speed expressing the number of statute miles covered in one second. - --- QUDT"""@en . - - ### https://w3id.org/emmo#MileUsStatute emmo:MileUsStatute rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , @@ -6218,659 +5798,116 @@ emmo:MileUsStatute rdf:type owl:Class ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI_US" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[mi_us]" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mi{US}" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The exact length of the land mile varied slightly among English-speaking countries until the international yard and pound agreement in 1959 established the yard as exactly 0.9144 metres, giving a mile of exactly 1,609.344 metres. The United States adopted this international mile for most purposes, but retained the pre-1959 mile for some land-survey data, terming it the US survey mile. In the US, statute mile formally refers to the survey mile, about 3.219 mm (1/8 inch) longer than the international mile (the international mile is exactly 0.0002% less than the US survey mile). - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Mile" . - - -### https://w3id.org/emmo#MilliAmperePerInch -emmo:MilliAmperePerInch 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 , - emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 , - [ 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 - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - 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#MilliMolePerSquareMetrePerSecond -emmo:MilliMolePerSquareMetrePerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_a94aec97_71ff_4574_b111_a52d77d2c230 , - 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 "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 "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#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#MillionUsDollarsPerYear -emmo:MillionUsDollarsPerYear rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39 , - emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Million US Dollars per Year"@en ; - skos:prefLabel "MillionUsDollarsPerYear"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MillionUSD-PER-YR" . - - -### https://w3id.org/emmo#MillionYear -emmo:MillionYear rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , - emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3.15576E13"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - rdfs:seeAlso "https://en.wiktionary.org/wiki/megayear" ; - skos:altLabel "Million Years"@en ; - skos:prefLabel "MillionYear"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaYR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Ma" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Myr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000-fold of the derived unit year. - --- QUDT"""@en . - - -### https://w3id.org/emmo#MinuteAngle -emmo:MinuteAngle rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_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 "Minute Angle"@en ; - skos:prefLabel "MinuteAngle"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MIN_Angle" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "'" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "'" . - - -### https://w3id.org/emmo#Mohm -emmo:Mohm rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_52ba3876_b51e_4670_a6f2_ce726abc2d3d , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ 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" ; - rdfs:seeAlso "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-914" ; - skos:prefLabel "Mohm"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOHM" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mohm" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of mechanical mobility for sound waves, being the reciprocal of the mechanical ohm unit of impedance, i.e., for an acoustic medium, the ratio of the flux or volumic speed (area times particle speed) of the resulting waves through it to the effective sound pressure (i.e. force) causing them, the unit being qualified, according to the units used, as m.k.s. or c.g.s. The mechanical ohm is equivalent to 1 dyn· s· cm⁻¹ or 10⁻³ N· s· m⁻¹. - --- QUDT"""@en . - - -### https://w3id.org/emmo#Month -emmo:Month 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 "2551443.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - rdfs:seeAlso "http://www.thefreedictionary.com/Synodal+month" ; - skos:prefLabel "Month"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MO" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "mo" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mo" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks. Also known as the 'Synodic Month' and calculated as 29.53059 days. - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Month" . - - -### 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 "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. - --- 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#Nat -emmo:Nat rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_972e01b0_b017_4903_8c05_b7edda958723 , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:prefLabel "Nat"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NAT" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nat" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A nat is a logarithmic unit of information or entropy, based on natural logarithms and powers of e, rather than the powers of 2 and base 2 logarithms which define the bit. The nat is the natural unit for information entropy. Physical systems of natural units which normalize Boltzmann's constant to 1 are effectively measuring thermodynamic entropy in nats. + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The exact length of the land mile varied slightly among English-speaking countries until the international yard and pound agreement in 1959 established the yard as exactly 0.9144 metres, giving a mile of exactly 1,609.344 metres. The United States adopted this international mile for most purposes, but retained the pre-1959 mile for some land-survey data, terming it the US survey mile. In the US, statute mile formally refers to the survey mile, about 3.219 mm (1/8 inch) longer than the international mile (the international mile is exactly 0.0002% less than the US survey mile). -- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Nat?oldid=474010287" . + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Mile" . -### https://w3id.org/emmo#NatPerSecond -emmo:NatPerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl: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 "Nat per Second"@en ; - skos:prefLabel "NatPerSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/NAT-PER-SEC" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nat/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Nat per Second\" is information rate in natural units. +### 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 "http://en.wikipedia.org/wiki/Nat?oldid=474010287" . - + emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Roentgen_equivalent_man" . -### https://w3id.org/emmo#NauticalMile -emmo:NauticalMile rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1852.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Nautical Mile"@en ; - skos:prefLabel "NauticalMile"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI_N" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[nmi_i]" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmi" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of distance used primarily at sea and in aviation. The nautical mile is defined to be the average distance on the Earth's surface represented by one minute of latitude. In 1929 an international conference in Monaco redefined the nautical mile to be exactly 1852 meters or 6076.115 49 feet, a distance known as the international nautical mile. The international nautical mile equals about 1.1508 statute miles. There are usually 3 nautical miles in a league. The unit is designed to equal 1/60 degree, although actual degrees of latitude vary from about 59.7 to 60.3 nautical miles. (Note: using data from the Geodetic Reference System 1980, the \"true\" length of a nautical mile would be 1852.216 meters.) --- QUDT"""@en . +### https://w3id.org/emmo#MillionUsDollarsPerYear +emmo:MillionUsDollarsPerYear rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_08b308d4_31cd_4779_a784_aa92fc730f39 , + emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + skos:altLabel "Million US Dollars per Year"@en ; + skos:prefLabel "MillionUsDollarsPerYear"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MillionUSD-PER-YR" . -### https://w3id.org/emmo#NauticalMilePerHour -emmo:NauticalMilePerHour rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.514444"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Nautical Mile per Hour"@en ; - skos:prefLabel "NauticalMilePerHour"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI_N-PER-HR" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[nmi_i].h-1" , - "[nmi_i]/h" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmi/hr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The knot is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation kn is preferred by the International Hydrographic Organization (IHO), which includes every major seafaring nation; but the abbreviations kt (singular) and kts (plural) are also widely used conflicting with the SI symbol for kilotonne which is also \"kt\". The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation-for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. +### https://w3id.org/emmo#MillionYear +emmo:MillionYear rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , + emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; + owl:hasValue "3.15576E13"^^xsd:double + ] , + [ rdf:type owl:Restriction ; + owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; + owl:hasValue "0.0"^^xsd:double + ] ; + rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; + rdfs:seeAlso "https://en.wiktionary.org/wiki/megayear" ; + skos:altLabel "Million Years"@en ; + skos:prefLabel "MillionYear"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MegaYR" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Ma" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Myr" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """1,000,000-fold of the derived unit year. -- QUDT"""@en . -### https://w3id.org/emmo#NauticalMilePerMinute -emmo:NauticalMilePerMinute rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , - emmo:EMMO_4f5c7c54_1c63_4d17_b12b_ea0792c2b187 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Nautical Mile per Minute"@en ; - skos:prefLabel "NauticalMilePerMinute"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MI_N-PER-MIN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[nmi_i].min-1" , - "[nmi_i]/min" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "nmi/min" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The SI derived unit for speed is the meter/second. -1 meter/second is equal to 0.0323974082073 nautical mile per minute. +### https://w3id.org/emmo#MinuteAngle +emmo:MinuteAngle rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + emmo:EMMO_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 "Minute Angle"@en ; + skos:prefLabel "MinuteAngle"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MIN_Angle" ; + emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "'" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "'" . + + +### https://w3id.org/emmo#Mohm +emmo:Mohm rdf:type owl:Class ; + rdfs:subClassOf emmo:EMMO_52ba3876_b51e_4670_a6f2_ce726abc2d3d , + emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , + emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ 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" ; + rdfs:seeAlso "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-914" ; + skos:prefLabel "Mohm"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/MOHM" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "mohm" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of mechanical mobility for sound waves, being the reciprocal of the mechanical ohm unit of impedance, i.e., for an acoustic medium, the ratio of the flux or volumic speed (area times particle speed) of the resulting waves through it to the effective sound pressure (i.e. force) causing them, the unit being qualified, according to the units used, as m.k.s. or c.g.s. The mechanical ohm is equivalent to 1 dyn· s· cm⁻¹ or 10⁻³ N· s· m⁻¹. -- QUDT"""@en . @@ -7235,78 +6272,6 @@ emmo:NumberPerYear rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#Oct -emmo:Oct rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_972e01b0_b017_4903_8c05_b7edda958723 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:prefLabel "Oct"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OCT" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "oct" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """An octave is a doubling or halving of a frequency. One oct is the logarithmic frequency interval between f1 and f2 when f2/f1 = 2. - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Octave_(electronics)" . - - -### https://w3id.org/emmo#Oersted -emmo:Oersted rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_e6b83139_ba92_4fbd_a8b2_c8dde55844a1 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "79.57747"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl: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 "Oersted"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OERSTED" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Oe" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Oe" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Oersted (abbreviated as Oe) is the unit of magnetizing field (also known as H-field, magnetic field strength or intensity) in the CGS system of units. - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Oersted?oldid=491396460" . - - -### https://w3id.org/emmo#OerstedCentiMetre -emmo:OerstedCentiMetre rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_c6d4a5e0_7e95_44df_a6db_84ee0a8bbc8e , - emmo:EMMO_d5f3e0e5_fc7d_4e64_86ad_555e74aaff84 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.7957747"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Oersted Centimetre"@en ; - skos:prefLabel "OerstedCentiMetre" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/OERSTED-CentiM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Oe.cm" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Oe⋅cm" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Oersted Centimeter\" is a C.G.S System unit for 'Magnetomotive Force' expressed as Oe-cm. - --- QUDT"""@en . - - ### https://w3id.org/emmo#OunceMass emmo:OunceMass rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , @@ -7790,30 +6755,6 @@ emmo:Oz_Vol_Us_Per_Sec rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#Parsec -emmo:Parsec rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "3.085678E16"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl: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 "Parsec"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PARSEC" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "pc" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pc" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The parsec (parallax of one arcsecond; symbol: pc) is a unit of length, equal to just under 31 trillion (31 × 10¹²) kilometres (about 19 trillion miles), 206265 AU, or about 3.26 light-years. The parsec measurement unit is used in astronomy. It is defined as the length of the adjacent side of an imaginary right triangle in space. The two dimensions that specify this triangle are the parallax angle (defined as 1 arcsecond) and the opposite side (defined as 1 astronomical unit (AU), the distance from the Earth to the Sun). Given these two measurements, along with the rules of trigonometry, the length of the adjacent side (the parsec) can be found. - --- QUDT"""@en . - - ### https://w3id.org/emmo#PartPerBillion emmo:PartPerBillion rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , @@ -8095,31 +7036,6 @@ emmo:Pennyweight rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#Percent -emmo:Percent rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_c2f5ee66_579c_44c6_a2e9_fa2eaa9fa4da , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:prefLabel "Percent"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PERCENT" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "%" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "%" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Percent\" is a unit for 'Dimensionless Ratio' expressed as %. - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Percentage?oldid=495284540" . - - ### https://w3id.org/emmo#PercentPerDay emmo:PercentPerDay rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , @@ -8215,74 +7131,24 @@ emmo:PercentPerWeek rdf:type owl:Class ; emmo:PercentRelativeHumidity rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_9d09022c_e7ae_4379_a765_4803a8a502a1 , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ 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 "Percent Relative Humidity"@en ; - skos:prefLabel "PercentRelativeHumidity"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PERCENT_RH" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "%RH" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Percent relative humidity is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of water at a given temperature, expressed as a percentage. - --- QUDT"""@en . - - -### https://w3id.org/emmo#Phot -emmo:Phot rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4000d06d_8594_4263_ba72_5d9440b66c5e , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ 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:prefLabel "Phot"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PHOT" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "ph" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "ph" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A phot (ph) is a photometric unit of illuminance, or luminous flux through an area. It is not an SI unit, but rather is associated with the older centimetre gram second system of units. Metric dimensions: illuminance = luminous intensity × solid angle / length. - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Phot?oldid=477198725" . - - -### https://w3id.org/emmo#Pica -emmo:Pica rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.0042333"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl: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 "Pica"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PCA" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pca]" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pc" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A pica is a typographic unit of measure corresponding to 1/72 of its respective foot, and therefore to 1/6 of an inch. The pica contains 12 point units of measure. Notably, Adobe PostScript promoted the pica unit of measure that is the standard in contemporary printing, as in home computers and printers. Usually, pica measurements are represented with an upper-case 'P' with an upper-right-to-lower-left virgule (slash) starting in the upper right portion of the 'P' and ending at the lower left of the upright portion of the 'P'; essentially drawing a virgule (/) through a 'P'. Note that these definitions are different from a typewriter's pica setting, which denotes a type size of ten characters per horizontal inch. + emmo:EMMO_9d09022c_e7ae_4379_a765_4803a8a502a1 , + emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , + [ 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 "Percent Relative Humidity"@en ; + skos:prefLabel "PercentRelativeHumidity"@en ; + emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PERCENT_RH" ; + emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "%RH" ; + emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Percent relative humidity is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of water at a given temperature, expressed as a percentage. --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Pica?oldid=458102937" . +-- QUDT"""@en . ### https://w3id.org/emmo#Pint_Uk @@ -9172,30 +8038,6 @@ emmo:Plancktemperature rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "https://en.wikipedia.org/wiki/Planck_units" . -### https://w3id.org/emmo#Point -emmo:Point rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , - [ 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 - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:prefLabel "Point"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PT" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[pnt]" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "pt" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """In typography, a point is the smallest unit of measure, being a subdivision of the larger pica. It is commonly abbreviated as pt. The point has long been the usual unit for measuring font size and leading and other minute items on a printed page. - --- QUDT"""@en . - - ### https://w3id.org/emmo#Poise emmo:Poise rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_2c224eb4_cb86_44a4_a067_8969ead598d7 , @@ -10066,31 +8908,6 @@ emmo:PracticalSalinityUnit rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#Psi -emmo:Psi rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "6894.758"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "PSI"@en ; - skos:prefLabel "Psi"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PSI" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[psi]" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "psi" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Pounds of force per square inch, the unit for pressure as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2 - --- QUDT"""@en . - - ### https://w3id.org/emmo#PsiCubicInchPerSecond emmo:PsiCubicInchPerSecond rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , @@ -10432,30 +9249,6 @@ emmo:Qt_Us_Per_Sec rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#Quad -emmo:Quad rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_f6070071_d054_4b17_9d2d_f446f7147d0f , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1.055E18"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl: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 "Quad"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/QUAD" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "quad" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A quad is a unit of energy equal to 10 BTU, or 1.055 × 10 joule, which is 1.055 exajoule or EJ in SI units. The unit is used by the U.S. Department of Energy in discussing world and national energy budgets. Some common types of an energy carrier approximately equal 1 quad are: 8,007,000,000 Gallons (US) of gasoline 293,083,000,000 Kilowatt-hours (kWh) 36,000,000 Tonnes of coal 970,434,000,000 Cubic feet of natural gas 5,996,000,000 UK gallons of diesel oil 25,200,000 Tonnes of oil 252,000,000 tonnes of TNT or five times the energy of the Tsar Bomba nuclear test. - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Quad?oldid=492086827" . - - ### https://w3id.org/emmo#Quarter_Uk emmo:Quarter_Uk rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , @@ -10587,8 +9380,8 @@ emmo:ReciprocalAngstrom rdf:type owl:Class ; owl:hasValue "0.0"^^xsd:double ] ; rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Reciprocal Ã¥ngström"@en ; - skos:prefLabel "ReciprocalAngstrom"@en ; + skos:altLabel "ReciprocalAngstrom"@en ; + skos:prefLabel "ReciprocalÅngström"@en ; emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/PER-ANGSTROM" ; emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "Ao-1" ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "/Å" ; @@ -11070,56 +9863,6 @@ emmo:RevolutionPerSquareSecond rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#Rod -emmo:Rod rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "5.02921"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl: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 "Rod"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ROD" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[rd_br]" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "rod" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A unit of distance equal to 5.5 yards (16 feet 6 inches). - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Rod?oldid=492590086" . - - -### https://w3id.org/emmo#Roentgen -emmo:Roentgen rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_4dbe2b16_3e84_4049_898d_eb89bcc925a2 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "2.58E-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 "Roentgen"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/R" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "R" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "R" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Not to be confused with roentgen equivalent man or roentgen equivalent physical. The roentgen (symbol R) is an obsolete unit of measurement for the kerma of X-rays and gamma rays up to 3 MeV. - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Roentgen?oldid=491213233" . - - ### https://w3id.org/emmo#SamplePerSecond emmo:SamplePerSecond rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , @@ -11137,31 +9880,6 @@ emmo:SamplePerSecond rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#SecondSquareFoot -emmo:SecondSquareFoot rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_959c9715_14fb_4ce8_a93b_79678b2959b9 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.09290304"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Second Square Foot"@en ; - skos:prefLabel "SecondSquareFoot"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SEC-FT2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "s.[ft_i]2" , - "s.[sft_i]" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "s⋅ft²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """\"Second Square Foot\" is an Imperial unit for 'Area Time' expressed as s-ft². - --- QUDT"""@en . - - ### https://w3id.org/emmo#Shake emmo:Shake rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , @@ -11187,55 +9905,6 @@ emmo:Shake rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Shake?oldid=494796779" . -### https://w3id.org/emmo#Shannon -emmo:Shannon rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_3227b821_26a5_4c7c_9c01_5c24483e0bd0 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.6931472"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl: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 "Shannon"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SHANNON" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Sh" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The \"Shannon\" is a unit of information. - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Shannon_(unit)" . - - -### https://w3id.org/emmo#ShannonPerSecond -emmo:ShannonPerSecond rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_515b5579_d526_4842_9e6f_ecc34db6f368 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl: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 "Shannon per Second"@en ; - skos:prefLabel "ShannonPerSecond"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/SHANNON-PER-SEC" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Sh/s" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The \"Shannon per Second\" is a unit of information rate. - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Ban_(information)" . - - ### https://w3id.org/emmo#ShortTon emmo:ShortTon rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , @@ -11869,29 +10538,6 @@ emmo:SquareInchPerSecond 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_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1000.0"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Square metres per gram"@en ; - skos:prefLabel "SquareMetrePerGram" ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/M2-PER-GM" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "m2.g-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "m²/g" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A unit in the category of specific area."@en . - - ### https://w3id.org/emmo#SquareMetrePerGramOfDrySediment emmo:SquareMetrePerGramOfDrySediment rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , @@ -12400,31 +11046,6 @@ emmo:Stilb rdf:type owl:Class ; emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Stilb?oldid=375748497" . -### https://w3id.org/emmo#Stokes -emmo:Stokes rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b33cc5b5_a9dc_4082_b497_14d1654c5591 , - [ 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" ; - rdfs:seeAlso "http://www.efunda.com/glossary/units/units--kinematic_viscosity--stokes.cfm" ; - skos:prefLabel "Stokes"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/ST" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "St" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "St" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """`Stokes (St)` is a unit in the category of Kinematic viscosity. This unit is commonly used in the cgs unit system. Stokes (St) has a dimension of L²T⁻¹ where L is length, and T is time. It can be converted to the corresponding standard SI unit m²/s by multiplying its value by a factor of 0.0001. - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Stokes?oldid=426159512" . - - ### https://w3id.org/emmo#Stone_Uk emmo:Stone_Uk rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , @@ -13049,30 +11670,6 @@ emmo:TonnePerHectarePerYear rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#Torr -emmo:Torr rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_53bd0c90_41c3_46e2_8779_cd2a80f7e18b , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "133.322"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl: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 "Torr"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/TORR" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "Torr" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """The `torr` is a non-SI unit of pressure with the ratio of 760 to 1 standard atmosphere, chosen to be roughly equal to the fluid pressure exerted by a millimeter of mercury, i.e. , a pressure of 1 torr is approximately equal to one millimeter of mercury. Note that the symbol (Torr) is spelled exactly the same as the unit (torr), but the letter case differs. The unit is written lower-case, while the symbol of the unit (Torr) is capitalized (as upper-case), as is customary in metric units derived from names. Thus, it is correctly written either way, and is only incorrect when specification is first made that the word is being used as a unit, or else a symbol of the unit, and then the incorrect letter case for the specified use is employed. - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Torr?oldid=495199381" . - - ### https://w3id.org/emmo#TropicalYear emmo:TropicalYear rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_02e894c3_b793_4197_b120_3442e08f58d1 , @@ -13517,31 +12114,6 @@ emmo:VoltAmpereReactiveHour rdf:type owl:Class ; -- QUDT"""@en . -### https://w3id.org/emmo#VoltPerInch -emmo:VoltPerInch rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_ebf9a5c6_ca80_45d4_a991_24a1bf4b6720 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "39.37008"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Volt Per Inch"@en ; - skos:prefLabel "VoltPerInch"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/V-PER-IN" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "V.[in_i]-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "V/in" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units - --- QUDT"""@en . - - ### https://w3id.org/emmo#W_M2 emmo:W_M2 rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_15344998_4490_4b40_b242_c3d92e5cdc27 , @@ -13568,104 +12140,4 @@ emmo:W_M2_Per_Sr rdf:type owl:Class ; emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W⋅m²/sr" . -### https://w3id.org/emmo#WattPerSquareFoot -emmo:WattPerSquareFoot rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "10.76391"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Watt per Square Foot"@en ; - skos:prefLabel "WattPerSquareFoot"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-FT2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.[sft_i]-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/ft²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Watt Per Square Foot is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface. - --- QUDT"""@en . - - -### https://w3id.org/emmo#WattPerSquareInch -emmo:WattPerSquareInch rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_539d8d92_d3a5_4f46_858f_081fed5b4190 , - emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "1550.003"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_d088a3cb_d3e3_4eb2_9897_00aef0cb00cd ; - owl:hasValue "0.0"^^xsd:double - ] ; - rdfs:isDefinedBy "http://qudt.org/2.1/vocab/unit" ; - skos:altLabel "Watt per Square Inch"@en ; - skos:prefLabel "WattPerSquareInch"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/W-PER-IN2" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "W.[sin_i]-1" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "W/in²" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Watt Per Square Inch is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface. - --- QUDT"""@en . - - -### https://w3id.org/emmo#Yard -emmo:Yard rdf:type owl:Class ; - rdfs:subClassOf emmo:EMMO_8246541a_f1f6_4d03_8bd7_fc6b76d17375 , - emmo:EMMO_868ae137_4d25_493e_b270_21ea3d94849e , - emmo:EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4 , - emmo:EMMO_b3600e73_3e05_479d_9714_c041c3acf5cc , - [ rdf:type owl:Restriction ; - owl:onProperty emmo:EMMO_8189b42e_0995_423a_a26c_51168b27c3cf ; - owl:hasValue "0.9144"^^xsd:double - ] , - [ rdf:type owl:Restriction ; - owl: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 "Yard"@en ; - emmo:EMMO_1f1b164d_ec6a_4faa_8d5e_88bda62316cc "http://qudt.org/vocab/unit/YD" ; - emmo:EMMO_33ae2d07_5526_4555_a0b4_8f4c031b5652 "[yd_i]" ; - emmo:EMMO_7f1dec83_d85e_4e1b_b7bd_c9442d4f5a64 "yd" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A yard is a unit of length in several different systems including United States customary units, Imperial units and the former English units. It is equal to 3 feet or 36 inches. Under an agreement in 1959 between Australia, Canada, New Zealand, South Africa, the United Kingdom and the United States, the yard (known as the \"international yard\" in the United States) was legally defined to be exactly 0.9144 metres. - --- QUDT"""@en ; - emmo:EMMO_c84c6752_6d64_48cc_9500_e54a3c34898d "http://en.wikipedia.org/wiki/Yard?oldid=492334628" . - - -### 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 . - - ### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi